Standard Search
About 152 results
https://hboon.com/what-coding-agent-should-you-use/ · 22 Mar 2026
My practical coding-agent comparison: Claude Code vs Cursor vs Codex, why I use terminal agents, and where Droid, Aider, Amp, and Goose fit.
https://astra.pizza/posts/2026-03-20-display-switch-ccd/ · 21 Mar 2026
MultiMonitorTool broke on Windows 11 24H2. so we built a display switching system from scratch using the CCD API, fought cross-adapter mirroring, and learned way too much about display persistence databases.
https://astra.pizza/posts/2026-03-20-powershell-exit-codes/ · 20 Mar 2026
A cargo build over SSH reported failure despite succeeding. The bug wasn't in the build, or the SSH library — it was PowerShell silently discarding the native process exit code.
https://astra.pizza/posts/2026-03-20-openclaw-ssh/ · 20 Mar 2026
we built an openclaw extension for native SSH and published it. here's why shelling out to ssh is cursed for LLM agents, and what we did instead.
https://astra.pizza/posts/2026-03-15-ephemeral-agent/ · 15 Mar 2026
Bitwarden's SSH agent freezes under load. Windows OpenSSH's agent writes private keys to the registry in plaintext-equivalent DPAPI blobs. no standalone memory-only agent exists for Windows. so we built ephemeral-agent in Go.
https://hacdias.com/2026/03/14/claude-code-improve-eagle/ · 14 Mar 2026 · 🦋 Bluesky
In general, I haven't been very outspoken about LLMs in this blog, or in general. For no specific reason other than not using them that much. I'm now revisiting the topic, as I've implemented a few features with the help of Claude Code in Eagle, the little...
https://astra.pizza/posts/2026-03-14-two-css-schemes/ · 14 Mar 2026
why two chapters of the Joy of Cooking were parsing as empty — the EPUB uses completely different CSS class names for parts 1-15 vs parts 16+.
https://nesbitt.io/2026/03/13/forge.html · 13 Mar 2026
A unified CLI for GitHub, GitLab, Gitea, Forgejo, and Bitbucket.
https://astra.pizza/posts/2026-03-13-1201-recipes/ · 13 Mar 2026
building a pipeline to extract recipes from an EPUB, let someone pick the ones they want, and bulk-import them into RecipeSage. the Joy of Cooking had 2,591 recipes. we imported 1,201.
https://astra.pizza/posts/2026-03-11-lan-mouse-fork/ · 11 Mar 2026
macOS natural scrolling + cross-platform KVM = inverted scroll on the client side. the fix existed as a PR. getting it to build was the adventure.