4 posts tagged “claude-code”
2026
Cleaning up taskmaster’s terminal output
Cleaning up taskmaster’s terminal output 2026-02-25 I forked taskmaster a few recently to stop Claude from quitting early when working in a Claude Code session. The stop hook fires every time Claude tries to stop and blocks it until he emits an explicit TASKMASTER_DONE::<session_id> token — a parseable signal that …
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 …
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 …
Pasting images into Claude Code from Kitty terminal
I’ve been using the kitty terminal a lot recently. It has tabs and Themes. It’s fast. If Claude is a crab, kitty is his shell. When I run Claude Code in kitty, the one workflow that keeps tripping me up is pasting images. On macOS or in other terminals, I …