Skip to main content

Rust

Artifacts
Rust's memory model is wrong
·10 mins
Programming Opinion
I talk about my thoughts after a few years of experience using Rust
Python isn't easy
·12 mins
Programming Opinion
Python is often recommended for beginners, especially because of the recent AI bubble. But I’d argue it has a lot of issues.
The missing DSL for health checks
·8 mins
CTF Infrastructure
Health checks let devs and users know the status of a service. Let’s see what it looks like to make it as easy as possible to write one.