Notes

a small corner of the web — reading, building, half-baked ideas.

On the slow rediscovery of paper notebooks

2026-04-12 · 6 min read

Started carrying a hardcover A6 again after about a year of doing everything on my phone. The friction is the point — if it costs nothing to capture, nothing gets remembered.

Three weeks with a homegrown bookmark manager

2026-03-02 · 11 min read

Wrote a small thing to replace Pocket. It's 240 lines of SQLite plus a CLI. After three weeks I have opinions about what self-hosted tools should and shouldn't do.

The case for keeping config files in git

2026-01-19 · 4 min read

Not dotfiles — actual server config. The first time you rebuild a box from scratch and find a working nginx.conf in your repo, you start putting everything in there.

Notes on rereading The Mythical Man-Month

2025-11-08 · 9 min read

Some of it has aged badly. Some of it predicts 2025 with eerie accuracy. The chapter on "the surgical team" reads differently after you've spent a year on a 3-person project.

Why I stopped using IDEs for shell scripts

2025-08-21 · 5 min read

If you can't write it in 20 lines of bash, write it in Python. If you can, just use the editor that's already open.

Migrating away from a 7-year-old Postgres database

2025-05-14 · 14 min read

It's never the data that's hard. It's the assumptions that 17 different services have quietly accumulated about its shape over the years.