Tool libraries look fantastic. I didn't know about them before watching this video https://www.youtube.com/watch?v=YAniGCwoSv0 but I looked them up and I have a local one that started this year. What a cool way to reduce consumer trash.
Blog
mrmurphy.dev
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…
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…
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!
AI’s Not Trustworthy, But It Is Testworthy
Today as I hammered away on a code refactor with Cursor AI to migrate some Express endpoints to Next.js, I was met with the sad…
Debugging a Module Resolution Problem in Node
While trying to run my app on Node, I got the uncaught exception: Which obviously didn’t do much to tell me what imports were broken.…
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…
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…
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.…
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…
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…