Read Claude Code Hooks for Fun and Focus

Claude Code Hooks for Fun and Focus

My attention wanders. A lot. I’ll kick off a Claude Code session, switch to check on something else, and 20 minutes later realize I’ve got…

Read iOS 16+ List Row Separators

iOS 16+ List Row Separators

While using Claude to write some new SwiftUI code, I spent a disappointing amount of time yesterday trying to figure out why the separators between…

Read Persuasive Resumes

Persuasive Resumes

Writing a resume after years of work can be tough, but don’t dismay! Get feedback, write convincingly, focus on specifics, and consider using AI to improve. Keep at it!

Read Cannot find named export

Cannot find named export

I just got this error when trying to import a module from Node: But it did provide that export! thing was a package I made…

Read Debugging Flaky Tests

Debugging Flaky Tests

Oh no, the tests are failing. Wait, now they aren’t. Wait, only when I re-run the test it works. Wait, I just ran it from…

Read The New Adventure is the Old Adventure

The New Adventure is the Old Adventure

I blogged last week saying that I was headed out on a new adventure, and looking for a new project to throw my skills into.…

Read Adventure Time

Adventure Time

After 8 wonderful years on Day One, I’ve decided that it’s time to look for a new adventure. With heartfelt thanks to Paul Mayne (Day…

Read Are they the same object?

Are they the same object?

While debugging I needed to know if two references in two separate parts of my codebase were pointing to the same object in memory. According…