Posts
All the articles I've posted.
-
Own Nothing and Be Happy? I'll Pass.
1 min read homelabWhy I run a homelab and hoard my own data instead of trusting the cloud.
-
Over-Engineering a Clap Button, Again
4 min read astroThe clap button worked, but KV had a race condition. I migrated the backend to Cloudflare D1 for atomic writes and hashed IPs.
-
Auto-Publishing Scheduled Posts with GitHub Actions
8 min read astroMy Astro blog already supports scheduled posts, but I still had to push to master to actually publish them. Here's how I fixed that with a cron job and a tiny Node script.
-
The Lazy Sysadmin's Guide to Docker Maintenance
2 min read dockerHow I sleep soundly while my server updates itself. A guide to Watchtower and Telegram notifications.
-
You Can't Stack Overflow a Deadlift
3 min read lifestyleI recently started going to the gym. Being a beginner again after years of being a 'Senior' Engineer was a humbling reality check.
-
Why I Moved My AI Brain to a Homelab
4 min read homelabFrom a monthly VPS bill to a powerful local server. Why I migrated my AI assistant (OpenClaw) to my homelab.
-
Bringing Interactivity to a Static Blog: The Clap Button
4 min read astroStatic sites are fast but lonely. I added a Medium-style Clap button using Astro, Preact, and Cloudflare Workers to fix that.
-
Why "Dumb" Agents Are Winning: The Case for Shell-First AI
5 min read ai-agentsSmart agents are great, but simple ones actually ship code. Why tools like Pi and OpenClaw beat complex LSP-based assistants.