Very cool project using an antique teletype

  • @CanadaPlus
    link
    51 year ago

    I realised only this week that ed is exactly what you would need if you had to edit something on a paper terminal. I always though it was just strange that it exists and is still included with things.

      • @CanadaPlus
        link
        21 year ago

        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.

        • @XTL@sopuli.xyz
          link
          fedilink
          21 year ago

          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.

    • @davefischer@beehaw.org
      link
      fedilink
      31 year ago

      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.

      • @CanadaPlus
        link
        41 year ago

        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.