Dumb takes and balanced observations

Misanthropy and programming

I don’t write often, and when I do, it’s about things I find interesting or that genuinely bother me. So this blog mostly ends up with two kinds of posts: technical musings and rants. If you want to skip what doesn’t interest you, use the tags.

I've put a filesystem into your filesystem

I've put a filesystem into your filesystem

Jan 4, 2026

Simple minimal root filesystems work well as a base for my humble container runtime, but it would be nice to have some flexibility while still keeping the root image intact. This is where overlayfs comes to the rescue.

more...
The one with the mounting

The one with the mounting

Dec 29, 2025

It’s time to get back to the problem I ran into earlier: the ps command inside the container was showing host processes. That clearly means something was missing. Time to employ the next kind of namespace — the mount namespace.

more...
The one where the root is avoided

The one where the root is avoided

Dec 28, 2025

We need more cowbells isolation! At the moment my container runtime creates a new PID namespace, but somehow it still manages not to fully isolate the child process from the host.

And I definitely don’t want the child process to be root on the host machine. Time to fix that.

more...
The one where the Rust project is created

The one where the Rust project is created

Dec 25, 2025

Time to finally start writing some code. I’ll begin this post by creating a project and end it with a program running inside a new PID namespace.

more...
The one with all the namespaces

The one with all the namespaces

Dec 15, 2025

So… how do you build a thing when you don’t really understand how that thing works? Where do you even begin?

Well, a journey of a thousand miles begins with a single step. I just need to take that step. Fortunately, I have a rough idea of how.

more...
I've decided to write my own Docker

I've decided to write my own Docker

Dec 12, 2025

That’s what the title says. Now, if you’re a sane person, you’re probably wondering how I ended up in this situation.

Allow me to explain…

more...

First post

Dec 10, 2025

This is my first blog post in probably 12 years. The last one I wrote was on Blogspot — if anyone even remembers what that is.

more...