Very cool project using an antique teletype

      • Is ending up with a dumb terminal without seeking one out a thing that can still happen? Unless you’re trapped in an electronic components warehouse and have to build your own, haha.

        I’m not sure I’ve ever seen one outside of a historical context. I guess the military might still use them for prod.

        • Yes. Sometimes terminal emulators or the libraries in use just fail. Plain old print line might still work.

          One of the great things of command driven editors like vi, sam, ed, and helix is that they can tolerate massive lag and various kinds of brokenness.

          What does kind of offset this is that there’s less need these days to try and talk to broken systems. You can often just pull the drive/card or boot from another source and fix the image or something.

    • Probably still included because ed is occasionally used in shell scripts.

      It’s good in an emergency over a slow or noisy connection. Back in the 90s, I once talked a non-computer user through repairing a corrupted config file, over the phone. ed was good for that.

      • Back in the 90s, I once talked a non-computer user through repairing a corrupted config file, over the phone. ed was good for that.

        Oh man, that’s also a good point! A phone conversation is a lot like a printed readout.