Blog

A 3-second delay on Fly.io request bodies over 10 MB8/20/2026Request bodies over 10 MB through fly-proxy pay a fixed 3 s penalty. Leaving its HTTP handler for raw TLS took a 45-page render from 3.51 s to 538 ms, and handed me a different problem, which is how I ended up running Pingora.Read more
Claude Code: fuzzy-search every session you've ever had7/6/2026Series: Claude Code TipsOld Claude Code sessions are where your answers live, and finding one again is grep archaeology. A herdr palette plugin searches every transcript by content and resumes the one you pick.Read more
Claude Code: a herdr plugin that tells me which agent needs me6/28/2026Series: Claude Code TipsI run several Claude agents at once. A small herdr plugin turns the sidebar into a status board: an icon for what each pane is doing, a timer for how long.Read more
Claude Code: line up your session windows5/15/2026Series: Claude Code TipsThe 5-hour usage window starts on your first prompt — so start it on purpose.Read more
Claude Code: automating my support rotation4/17/2026Series: Claude Code TipsOne "do the support check" command that fans out across every tool the rotation touches and hands back a single digest, built from small composable skills.Read more
Claude Code: a thin script that beat the MCP by ~7x on tokens4/11/2026Series: Claude Code TipsFor a hot path you hit constantly, a small script that emits clean markdown cost ~85% fewer tokens than the equivalent MCP call, measured on one real ticket, then confirmed across 300 tasks on a live board. Here's the measurement.Read more
Claude Code: switching between multiple accounts3/18/2026Series: Claude Code TipsRun a personal and a work account side by side, with two aliases and one env var.Read more
Symfony: log every request, not just the 500s6/15/2024Expose a public API and you need to see what your customers do with it, and what they get back. Two Symfony kernel listeners that log every request and every exception to a store you can query.Read more
Vendure.io error handling with sentry3/1/2023Better error handling in Vendure.io with sentry loggingRead more