> I managed to get logged in to the SDF MetaArray, open mutt and send an email. Within minutes, the fire brigade had been called and were on their way to rescue me.
All I can think of when I read this is Maurice Moss (Richard Ayoade) from the IT Crowd sending an email about a fire in the office.
Without sounding like a dick … I totally would have let one of my old flat mates chill for a bit! No immediate danger there, and potentially kinda funny, but yea every situation is different.
The more worrying thing is the alarms button seemingly does nothing
It’s all in the eye of the beholder. I once had a friend trick me into running barefoot through a few cactus patches. We’re still great friends to this day.
Lowering the risk of a situation, ignoring the potential panic of your "friend", all of it for some laugh... Sure sounds like a solid example of being a dick.
Note that I'm doing evidence-based work and hypothesis, in no way am I being judgemental. We're on HN, after all ;)
I used to have a friend who, whenever he was going to say something incredibly rude to people, would preface his remarks with the statement "I don't mean to be rude but..."
How did you conclude there is no immediate danger? There is something obviously wrong with the elevator. What if it plummeted down and someone died? Even a couple of floors can turn out badly.
> Is there an easier way to set something up to contact 911 via command line in a pinch?
One could, say, connect the emergency phone that most elevators used to have, that worked, or wire the alarm to something, or... lots of options that work for "normal people" too.
I once was stuck in an elevator that had an emergency phone. However, when I picked it up...there was nothing. No voice on the other end, no tone, no background noise, nothing. My immediate assumption was that it was a dead line. The head of maintenance indicated the phone was working when he tested it after I got out of there, but if it was working when I was in there, that is a -major- UX issue, since despite having used both landlines and cellphones, I had -no idea how to use the emergency phone-.
Theoretically, too, the fact it was lifted at all should have triggered something that led to them calling me back; they never did. I got out by calling the fire department, since I thankfully had just enough signal
Mosh is more than changes to the transport layer so it's an apples to oranges question. Some of what Mosh does is related to the way the transport handles loss but a large amount of what Mosh does is about how it avoids synchronizing things it doesn't need to by changing some assumptions (it's really a terminal emulator synchronization not a raw byte stream synchronization like ssh) and using knowledge of the type of thing it needs to sync to integrate with the transport protocol instead of transporting arbitrary byte streams.
Specifically, it synchronizes the state of the the screen rather than the entire byte stream that created it. When you first log in these are the same thing, but they rapidly diverge since mosh knows that you really don’t care that the cursor moves in exactly the right way, and that you don’t care to see anything that has already been erased and rewritten.
Mosh: The Mobile Shell - https://news.ycombinator.com/item?id=28150287 - Aug 2021 (132 comments)
lots of other threads at https://news.ycombinator.com/item?id=28150719