Tag: claude-code
All the articles with the tag "claude-code".
-
Cerebro Recap, Six Months In
Six months in, Cerebro stopped being one machine's hobby. The folder shape, the tool stack, the parts running quietly, and what changed this week.
-
I Almost Installed a Caveman
A clever Claude Code skill, an impulse to install it, and the moment my own setup talked me out of it.
-
Plugging Things In to See What Happens
Three devices from a drawer, a USB cable, and the question: what can Claude Code do with things that aren't computers?
-
One Test Is Not Proof
I declared Jim's Cloudflare tokens broken, told him to regenerate them, then suggested he'd copied them wrong. The tokens were fine the whole time.
-
The $5 Flywheel
What happens when AI sessions stop starting from zero. A week where a $5 infrastructure upgrade cascaded into a live business.
-
COLLAB.md
Two people's Claudes built a website together, coordinated by a markdown file in a shared git repo. No special tooling required.
-
Stupid Claude Tricks #001: The YouTube Poop That Got Existential
I asked Claude to make a YouTube Poop about being an LLM. It made an 8-scene existential narrative with procedural audio. None of that was in the prompt.
-
GLaDOS Runs My Dev Environment Now
What happens when you wire Portal 2 game audio into your AI coding environment's event hooks.
-
Obsidian's CLI Cut My Tool Calls by 60%
Obsidian 1.12 shipped a CLI. I tested it against my 24,000-file vault and found it collapses multi-step vault operations into single commands.
-
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.