ZZeroDropinzerodrop.hashnode.dev·2h ago · 8 min readClaude Code shipped a sandbox. Here's what it protects — and what it doesn't.Anthropic shipped OS-level sandboxing for Claude Code. If you run an agent against a repo you care about, it's worth understanding precisely what moved — because a fair amount of the commentary treats00
ZZeroDropinzerodrop.hashnode.dev·1d ago · 6 min readRSpec Email Testing Without MailCatcherRails developers test email one of three ways, and each verifies something different. ActionMailer::Base.deliveries — the test adapter collects would-be emails in an array, and you assert against it. 00
ZZeroDropinzerodrop.hashnode.dev·Jul 22 · 5 min readHow to let AI agents verify email signups An AI coding agent can scaffold a signup flow in about ninety seconds. Route, form, validation, a call to Resend, a token in the database. Then it stops. It stops because the next step is open the inb00
ZZeroDropinzerodrop.hashnode.dev·Jul 17 · 8 min readI asked an AI agent to delete a folder my tool was guarding. Here's everything that went wrong.I build Termaxa, a small Rust CLI that gates the shell commands AI coding agents run: it previews what a command will actually do, backs up first, applies an allow/ask/deny policy, and logs everything00
ZZeroDropinzerodrop.hashnode.dev·Jun 29 · 6 min readHow to Test Better Auth Email Verification with PlaywrightBetter Auth has become the go-to TypeScript authentication framework — email verification, magic links, OTP, password reset, all built in. But testing those email flows in CI is a problem nobody talks00