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 YouTube!
Here's another article just for you:
Introducing facet: Reflection for Rust
I have long been at war against Rust compile times.
Part of the solution for me was to buy my way into Apple Silicon dreamland, where builds are, like… faster. I remember every time I SSH into an x86_64 server, even the nice 64-core ones.
And another part was, of course, to get dirty with Rust itself.
I wrote Why is my Rust build so slow?, which goes in-depth into rust build performance, down to rustc self-profiling even!