Posts
All the articles I've posted.
-
ctop and lazydocker: Docker Monitoring Tools
Forget docker stats. ctop and lazydocker give you real-time container insights with less friction than typing commands.
4 min read -
AMD Lemonade: Local LLM Serving for AMD GPUs
AMD finally has a fast, open source local LLM server that uses both GPU and NPU. If you've been jealous of Nvidia users, Lemonade is worth your time.
5 min read -
When to Use Structured Output (JSON Mode) in LLMs
JSON mode forces models to output valid JSON. When it's a lifesaver vs. when it's overkill and makes the model worse.
5 min read -
Browser GPU Acceleration on Linux in 2026
GPU acceleration in Chrome and Firefox on Linux in 2026 — VA-API, Wayland, WebGPU, and the right flags to make it all actually work.
7 min read -
dotenv Files: The Mistakes That Leak Secrets
You committed .env.production once. Your database credentials are in git forever. Here's how to use dotenv without shooting yourself.
4 min read -
Alert Fatigue: Why Your Alerts Are Meaningless
You get 50 alerts a day and ignore all of them. That's not monitoring — that's noise. Here's how to build alerts people actually care about.
4 min read -
Cloudflare Workers: Edge Without the PhD
Cloudflare Workers run your JS at the edge — no servers, no cold starts, 100k free req/day. Here's what they're actually good for.
6 min read -
LLM Temperature and top_p Explained Without the Math
Temperature and top_p control randomness in LLMs. No probability theory needed. Just practical intuition and how to tune them.
5 min read -
TLS 1.3: Modern Encryption Without the Existential Dread
TLS 1.3 explained without the PhD: faster handshakes, better ciphers, and how to actually configure Nginx and Caddy to use it.
8 min read -
Caddyfile Patterns That Actually Work
A practical cookbook of real-world Caddyfile patterns — reverse proxy, auth, redirects, SPA serving, rate limiting, and more.
5 min read -
IPFS: Peer-to-Peer File Storage for People Who've Seen Too Many 404s
Learn IPFS distributed storage: content addressing, CIDs, installing the IPFS daemon, pinning files, public gateways, and real use cases for resilient self-hosted file storage.
8 min read -
Prometheus Scrape Intervals: The Hidden Tradeoff
Shorter intervals = more data. But also more storage, CPU load, and potential instability. Here's the tradeoff you're actually making.
4 min read