←back to thread

414 points henry_flower | 1 comments | | HN request time: 0.225s | source
Show context
dataf3l ◴[] No.43108825[source]
I love this!

first time I see people use 'ed' for work!!!

I wonder who else has to deal with ed also... recently I had to connect to an ancient system where vi was not available, I had to write my own editor, so whoever needs an editor for an ancient system, ping me (it is not too fancy).

amazing work by the creators of this software and by the researchers, you have my full respect guys. those are the real engineers!

replies(12): >>43109010 #>>43109194 #>>43109301 #>>43109539 #>>43110057 #>>43110469 #>>43110822 #>>43111484 #>>43112586 #>>43113964 #>>43114110 #>>43115284 #
1. kragen ◴[] No.43113964[source]
I used ed in Termux on my cellphone to write http://canonical.org/~kragen/sw/dev3/justhash.c in August. Someone, I forget who, had mentioned they were using ed on their cellphone because the Android onscreen keyboard was pretty terrible for vi, which is true. So I tried it. I decided that, on the cellphone, ed was a little bit worse than vi, but they are bad in different ways. It really is much easier to issue commands to ed than to vi on the keyboard (I'm using HeliBoard) but a few times I got confused about the state of the buffer in a way that I wouldn't with vi. Possibly that problem would improve with practice, but I went back to using vi.