Mosh in a Lift (2012)

mosh.org

56 points by gavide 4 days ago


andai - 2 days ago

I once had internet only through the wifi of a cafe that was a little ways away. As I recall the average speed was 2.5 kB/s.

The web didn't work at all, but I was able to use mosh, so I used w3m (terminal based web browser) on my VPS and was able to have a reasonably pleasant time on the web.

opinologo - 3 days ago

Sending an email for an emergency! I thought it would only happen on IT Crowd: https://www.youtube.com/watch?v=1EBfxjSFAxQ

benj111 - 2 days ago

I got stuck in a lift once. I mashed button combinations to get eventually get out. I found out after the fact you need to hold down the buttons.

User interfaces are apparently hard...

fignews - 2 days ago

Would love to use Mosh but https://github.com/mobile-shell/mosh/issues/120

I acknowledge SSH auth requests with my security key backed ed25519-sk ssh key. Something that wasn't even on the radar back when they closed this ticket. (Just like their "solution" guardian-agent is no longer on the radar.)

sarreph - 3 days ago

What are you supposed to do if you get stuck in a lift and you don't have your laptop (or zero cell signal for example)?

jwilk - 2 days ago

Discussed in 2021:

https://news.ycombinator.com/item?id=28157117 (34 comments)

reindeer2 - 2 days ago

The predictive echo mechanism in Mosh is still the gold standard for high-latency or intermittent connections. This elevator test case perfectly demonstrates why handling packet loss at the application layer beats standard TCP-based SSH when the physical link is failing. I wonder if modern QUIC-based terminal emulators have managed to replicate this level of responsiveness without the stateful synchronization overhead.