←back to thread

538 points todsacerdoti | 1 comments | | HN request time: 0.205s | source
Show context
pjmlp ◴[] No.44363232[source]
As someone that was happy that I could finally afford owning computers with a graphics display on them, this going back to the terminal doesn't stop surprising me.

We still do horses, but hardly anyone is favouring them for travelling around the continent delivering mail.

Kudos to the people that would rather experience that, I guess.

replies(12): >>44363308 #>>44363330 #>>44363352 #>>44363403 #>>44363450 #>>44363648 #>>44363674 #>>44364156 #>>44364655 #>>44364828 #>>44365517 #>>44365685 #
1. yoz-y ◴[] No.44363403[source]
I started coding using Borland Pascal on DOS. I went through many tools and in the end split the terminal / UI work depending on whether the language is actually bound to an IDE or a build system.

E.g.: not using Xcode for iOS dev doesn’t make much sense to me. At work we have a fully set-up IDE that works with our build system. I like QtCreator for C++.

But for web dev, scripting and blog writing, I find programs like VSCode extremely slow even with just minimal plugins. After a couple of years I got fed up and went back to vim in terminal.