Why Pay for ChatGPT at 35,000 Feet?

TLDR I watched a tmux-popup video on my flight and realized the ChatGPT trick it showed needed wifi, which I didn’t have. Ollama doesn’t. So I rebuilt the pop-up and added a local-model picker to prefix + a. Asked nine local models the same question. One model gave a confident but wrong answer, two didn’t finish, and the fastest one got it right in three seconds. /bye auto-copies the conversation to your clipboard. ...

April 25, 2026 · 9 min · Viktor Gamov

Thirty lines to make Claude Code feel native in tmux and iTerm2

TLDR Running Claude Code inside tmux eats Shift+Enter and quietly blocks Claude’s native desktop notifications. Three .tmux.conf lines fix both. terminal-notifier is dead on macOS Tahoe, built on deprecated NSUserNotification. alerter is the working drop-in on the modern UNUserNotificationCenter API. tmux color codes bleed out of automatic-rename-format into the status bar theme. Use a Nerd Font glyph to mark the Claude pane instead. Thirty lines of config made Claude Code feel native without giving up a decade of iTerm2 muscle memory or server tmux. ...

April 21, 2026 · 11 min · Viktor Gamov