~/blog
Blog
Notes on software, engineering practice, and whatever else is on my mind.
Boring technology, on purpose
Everything I ship is Django, server-rendered, HTMX where it needs to feel alive. Not because I can't do the other thing — because nothing I build needs it.
Virtualenv env vars
Auto-load a project's .env file when activating a virtualenv, with a postactivate script and a grep trick for switching environments by commenting lines.