27 August 2020 · recurse-center
Today I read through ownership, references and borrowing in Rust. I can't write about what I learned in this short post as I spent all my time playing skribbl at game night (it was really fun and I would totally do it again!). I also did a lot of rustlings …
Read
There are
comments.
26 August 2020 · recurse-center
Today I started reading The Rust Programming Language book. The first step was to set up Rust. In one curl command, it installed everything (a compiler, a package manager, a code formatter, and more) I would need to write Rust code! This was an awesome experience, and diametrically opposite to …
Read
There are
comments.
25 August 2020 · recurse-center
Today I had two nice coffee chats and tidied up my learning outline. I will dive deep into Rust and Python packaging in the next few weeks.
I also added a comment on this asciimatics issue to possibly contribute codio as a "typewriter effect"! It would be awesome to see …
Read
There are
comments.
24 August 2020 · recurse-center
Today I spent most of my time recording the talk video for PyConline AU. I wanted to use present and since it doesn't have a speaker notes view right now, I managed to hack together a way to make the reveal.js speaker notes work with present. It worked out …
Read
There are
comments.
21 August 2020 · recurse-center
Today I worked on the "pre-recorded playable code block" idea from yesterday. During a talk, it's hard for me to remember and type commands on the terminal while also explaining what I'm doing. So I usually record a gif earlier and play that instead. And since gifs don't render nicely …
Read
There are
comments.