Hacker News new | ask | show | jobs
by jsherwani 2285 days ago
If text editing is all you need, and both sides are comfortable with the tools, then what you’ve suggested is definitely faster than Screen (tmux sends text, we send pixels).

But if the guest needs to see something else on the host’s computer (if you’re working together on a webpage, or a desktop app), then whole-desktop screen sharing is the best approach.

Screen definitely isn’t the best tool for every job. But it’s great for when you want everyone on the same page, seeing the same thing, and able to talk about the content of your screen and even control it together.

1 comments

I guess I should have qualified my post, I did look at Screen (OP) and it definitely does more than just sharing a terminal. It also just reminded me of something I've done before (Screen -> screen -> tmux -> gotty, the mind is so good at connections) which I thought was apropos and worth sharing.