this post was submitted on 05 Feb 2025
280 points (98.6% liked)
Programmer Humor
33358 readers
609 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I remember having a somewhat difficult transition from a keyboard editor to Word, Notepad, etc in the 90s. I didn't use EMACS but a similar one called EDT. I had used it so much I never thought about which keys to press, it was more like playing the piano - my fingers knew how to do what my brain wanted. Moving a mouse around and watching the cursor are additional mental activities you don't need with keystroke editors. This is one reason many Linux users are still hardcore command-line users. They get stuff done a lot faster.
Depends on the operation. There are some things, especially interacting with remote servers, that can be done with a GUI tool. For example, exploring a kubernetws cluster. Sure, you could enter 5 different commands to get the info you want, or you can use a GUI app like OpenLens that is constantly sending dozens of commands in a polling loop to display all kinds of info on one view.