Tag: debugging
All the articles with the tag "debugging".
-
One Bot Starved the Other. So I Fired the Cloud.
OpenClaw's two studio audits shared a 30K token/minute budget. The first one ate it all. The second one silently died for two days.
-
Three Permission Layers, Zero Files Imported
Booklore BookDrop couldn't import comics to a NAS-mounted CIFS volume. Fixing each permission layer revealed the next one underneath it.
-
Deploy Succeeded. Locked Out Ten Minutes Later.
Deployed 616 files to the VPS. Tried to SSH back in. Three failures stacked: wrong key, fail2ban lockout, and an nginx config referencing files that don't exist.
-
Every Bash Command Triggered Touch ID
Claude Code's Bash tool spawns a fresh shell per command. Each shell sourced .zshenv. .zshenv called 1Password CLI. Touch ID prompt on every single tool call.