Live data from Hacker News

Viewing profile — halfwhey

halfwhey

HN member
Joined
Sat, Mar 21, 2026, 11:46 PM UTC
HN karma
65
Public activity
12 items

About halfwhey

No profile information was provided.

Recent public activity

  1. comment
    Comment #47986104

    Might be a dumb question but do you have to read the files in the same order in new sessions to ensure the correct prefix for the cache?

  2. comment
    Comment #47753179

    My two favorite tmux QoL improvements are enabling seamless navigation between neovim and tmux (there are many plugins but i use this one https://github.com/aserowy/tmux.nvim ) and…

  3. comment
    Comment #47752606

    The extra stuff is that you can automate interactions with Claude Code sessions using a CLI (which just tmux send-keys under the hood), an HTTP server, and ACP server (so you can e…

  4. comment
    Comment #47746202

    Not everyone has tmux. I default to tmux if you have it and fallback to xterm.js

  5. comment
    Comment #47745478

    Some people open a claude code session and just talk with it. And some use hooks, custom commands, agent-teams..and so on. You can definitely be a power user. But I’m sure whether …

  6. comment
    Comment #47744858

    MIT License added

  7. comment
  8. comment
    Comment #47743919

    That's a good point, I'll look into tackling this soon

  9. comment
    Comment #47743721

    This is my interpretation as well, Anthropic wants to be in full control of the connection between the client and their servers, and that's compatible with what I'm trying to do.

  10. comment
    Comment #47743693

    Codex and Gemini have ACP servers already: https://github.com/zed-industries/codex-acp https://geminicli.com/docs/cli/acp-mode/ In fact Codex, in OpenAI fashion, have their own pro…

  11. story
    Show HN: Claudraband – Claude Code for the Power User

    Hello everyone. Claudraband wraps a Claude Code TUI in a controlled terminal to enable extended workflows. It uses tmux for visible controlled sessions or xterm.js for headless ses…

  12. comment
    Comment #47694907

    That’s neat I was working on a skill for this exact purpose: https://github.com/halfwhey/skills/tree/master/plugins/tmux Two use cases I use this for is debugging with GDB/PDB and …