3 ms·
But in the article all these GUIs are vibe coded. Tell your AI to allow more than one window. What's the problem?
by underdeserver 1mo ago
But in the article all these GUIs are vibe coded. Tell your AI to allow more than one window. What's the problem?
- hombre_fatal 1mo agoThen you'd have to contend with the rest of the list of TUI advantages over GUIs, like trivially operating them as they run on remote machines.
- underdeserver 1mo agoThat is, as TFA mentions, the one good argument.
- hombre_fatal 1mo agoWell, it depends on what you want. I'm glad the Claude Code TUI runs in my terminal, for example, because that's where I do software development and interact with the file system and run other lightweight keyboard-driven TUIs that I want to use moment to moment. Imagine if there were no terminal/pty system. Then what, I'd have to use Claude Desktop (doesn't support multiple windows) and Finder? So no, it's not the only argument for TUIs.
- CamperBob2 1mo agoThat's what RDP, VNC, etc. are for. They are usually tied to specific user accounts, it's true. But that's something some people made up, and it doesn't have to be that way.
- yencabulator 1mo ago`waypipe ssh HOST COMMAND` is darn simple.