Posts
All the articles I've posted.
-
Building a Telegram bot to babysit 24,000 developers
6 min read pythonHow I built PythonID-bot to manage the Indonesian Python community on Telegram.
-
Forget Notion. I Manage My House in the Terminal Now.
4 min read TUIWhy I switched to Micasa, a TUI tool for home management, and why local-first software is the future.
-
Upgrading four PostgreSQL instances to 18.2 in Docker
6 min read postgresqlI upgraded Miniflux, Invidious, a Django app, and Mastodon from PostgreSQL 15/17 to 18.2. Every single one broke in a different way.
-
4 Root Causes Hiding Behind One Airflow Error
6 min read airflowA debugging session that started with one Airflow error and uncovered four cascading failures across Docker images, Kubernetes caching, namespace boundaries, and Python string iteration.
-
Chasing a Transitive Dependency Vulnerability
3 min read securityHow a vulnerability in fast-xml-parser affected my blog through @astrojs/rss, and why transitive dependencies are quietly terrifying.
-
Managing DNS as Code with DNSControl
9 min read dnsHow I stopped editing DNS records in web UIs and started versioning them in Git. Includes fixing Porkbun provider quirks and handling ACME challenges.
-
Building Almanac Games: Scraping PSN with Duct Tape and Playwright
4 min read devI wanted to show my PlayStation trophies on my blog. It took a Python scraper, Cloudflare cookie theft, and way too many regex fixes.
-
Redesigning my blog, part 5: what I learned
5 min read astroThe last post in this series. What worked, what got immediately deleted, and what I'd do differently.