←back to thread

538 points todsacerdoti | 2 comments | | HN request time: 0.541s | 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. Xenoamorphous ◴[] No.44363450[source]
I don't understand either. My theory is that working all the time in the terminal makes some devs feel like true hackers.
replies(1): >>44366736 #
2. aldanor ◴[] No.44366736[source]
Working in the terminal gets you to make the best use of a single most efficient input source, the keyboard. Which, coincidentally, is what you need for coding. In visual ides (pretty much all of them), some actions can only be performed by using a mouse (because, well, it exists). In editors like nvim that's not the case and everything is accessible via keyboard, usually in some pretty logical and structured way, so that eventually you get used to longer key chords etc for doing various things.

That, plus the terminal (itself) is at your disposal because, uh, you're in it.

That, plus vim emulation in all major ides be it vscode or jetbrains is pretty wonky and not comparable to the real thing.

Not much to do with 'true hackers', it's sad there's people who actually think that.

(all of the above being purely subjective ofc; this can be an infinite argument)