Micah Stubbs' Weblog

Atom feed for linux

3 posts tagged “linux”

2026

Claude Code starts faster on Ubuntu when installed via Homebrew

Claude Code starts faster on Ubuntu when installed via Homebrew I noticed something today: Claude Code starts up noticeably faster on my Ubuntu machine when I install it via Homebrew instead of npm. So I benchmarked it. TIL: Homebrew works on Linux The same Homebrew that macOS developers have used …

Thread locks don’t cross process boundaries

Thread locks don’t cross process boundaries I’ve been building a voice-to-text daemon that transcribes speech and injects it into my terminal using xdotool. Today I hit a bug that took me way too long to diagnose. The symptoms were genuinely weird, which is why I’m writing this up. The transcription …

Systematic Debugging the Overnight OOM

Tracking down the OOM event I woke up this morning to find my GNOME session had crashed overnight. Terminal sessions gone, browsers closed, had to log back in. The journalctl output told me why: an Out of Memory event that killed 48 processes at 00:56:33. My gut reaction was to …