Fixing the Blind Spots in My AI Digest

After about a week of reading my own AI digest every morning, two things were obviously wrong with it. There was no Microsoft. There was no “AI-native work” angle — Mollick, GitHub Copilot announcements, the whole practitioner discourse — just absent. The first few days I assumed I was misremembering. Then I counted, across four days × roughly fourteen developments per day, the number tagged vendor:microsoft: zero. The number that talked about how AI changes how teams work: also zero.

Read More

Adding a Data Disk Without Touching Docker

The root disk on my Azure VM was at 84% (24G of 30G), and I’d been quietly ignoring it for a couple of weeks. Time to fix it. The interesting parts weren’t the partitioning — they were figuring out who was actually eating the space, picking a layout that didn’t require reconfiguring any daemons, and then discovering a check on the status dashboard that had been “working” by coincidence.

Read More

Letting Claude Code Run Unattended

The thing nobody warns you about with Claude Code is the babysitting. You hand it a 40-step refactor, walk away to make coffee, come back to a prompt asking permission to run npm test — for the third time. By the time the task is done, half the wall-clock time was the agent waiting for me, not the other way around.

There are four ways to fix this, and the right one depends on how much trust you want to give and how isolated your environment is.

Read More