Videos
Videos are now available on my self-hosted PeerTube instance:
If the redirect doesn’t work, please click here to go to PeerTube.
(JavaScript is required to see this. Or maybe my stuff broke)
Did you know I also make videos? Check them out on PeerTube and also YouTube!
Here's another article just for you:
Working with strings in Rust
There’s a question that always comes up when people pick up the
Rust programming language: why are there two
string types? Why is there String, and &str?
My Declarative Memory Management article answers the question partially, but there is a lot more to say about it, so let’s run a few experiments and see if we can conjure up a thorough defense of Rust’s approach over, say, C’s.