

Recent
Rust's memory model is wrong
·10 mins
Programming
Opinion
I talk about my thoughts after a few years of experience using Rust
I have your public SSH key, log in to my server now
·12 mins
Programming
I made a really large authorized_keys file, see if you can log in to my server: ssh keys.mbund.dev
Advanced GitHub Techniques
·17 mins
Infrastructure
Tools
A somewhat comprehensive guide to neat features and tricks on GitHub that you might not know about.
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.
Unnecessary CI/CD for university students
·18 mins
Infrastructure
Tools
Classes tend to have submission formats that are followed throughout the whole semester. We can automate that for (minimal) profit.
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.