TanStack Start on Cloudflare Workers: The Full-Stack Stack Worth Watching
A deep dive into TanStack Start on Cloudflare Workers — what the stack looks like, how it compares to Next.js on a VPS, and why it's worth considering for your next project.
A deep dive into TanStack Start on Cloudflare Workers — what the stack looks like, how it compares to Next.js on a VPS, and why it's worth considering for your next project.
Set up native macOS notifications for Claude Code so you know when a task finishes or when input is needed — using a custom app bundle and terminal-notifier.
OWASP published a comprehensive prompt injection prevention cheat sheet. If you're building anything with LLMs, bookmark it.
How emoji smuggling works at the Unicode level — variation selectors, tokenizer gaps, and a Python implementation that hides arbitrary text inside a single smiley face.
How to use Anthropic's official Claude Code devcontainer from the terminal — per-project isolation, egress firewall, port forwarding, no VS Code required.
Claude Code's permission rules and its OS-level sandbox are two completely separate mechanisms. Understanding both is the key to a setup that's both usable and secure.
I tried to run Claude Code in Docker Sandboxes for Next.js development. Here's what actually works, what doesn't, and what you should use instead.
A roundup of the OpenClaw security landscape in February 2026 — CVE-2026-25253, tens of thousands of exposed instances, malicious skills in ClawHub, and what you should do about it.
Step-by-step implementation of the read-only triage agent pattern in OpenClaw — workspace setup, identity files, openclaw.json configuration, file integrity monitoring, and validation.
Why prompt injection can't be fixed at the model level, and how splitting untrusted content processing from tool execution neutralizes attacks architecturally.