I've been procrastinating getting back to it, but I finally threw some hours into a substantial overhaul of my Pebbling Club web link sharing project—the first real efforts since December! Migrated from SQLite to Postgres, switched to uv for dependency management, and moved deployment from fly.io to my basement machine running Docker Compose. I built my own git-push deployment post-receive hook because I'm a masochist—er, I mean I wanted complete control over the deployment process. It's ...