Ephes Blog

Miscellaneous things. Mostly Weeknotes and links I stumbled upon.

Date -

Running Coding Agents Remotely: SSH, tmux, and the Quest for a Seamless Experience

Why This Matters: Coding Agents Are Changing How I Work

Coding agents like Claude Code are quite powerful, but watching them work can be like watching paint dry—especially when you're just clicking "approve" repeatedly. Running them with --dangerously-skip-permissions speeds things up, but doing that on your main development machine? That's asking for trouble.

My solution: dedicate an old Mac mini as a sacrificial lamb for agent experiments. But this created new challenges that took me down a rabbit hole of SSH, tmux, and shell configuration.

Continue reading →


Weeknotes 2025-06-09

Gardening, not architecture --Oblique Strategies

It's been a hectic week both at work and in my personal life - haven't had time for much else. I'm thinking maybe I should write a blog post about wrapping Django web apps in Electron shells 😀. Also, as of last week, Claude Code is now available with Pro/Max subscriptions, not just through the paid API. Since Claude Code has become my go-to tool for coding with LLMs, I'm considering upgrading to Max.

Articles