Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

The only GUIs worth using are a terminal and a browser. Everything else is garbage, and will only degrade over time . This is a developer tool, and no Linux developer worth a damn uses GUIs for anything.


view as:

That disdain right there for people that use a GUI application - that's what I don't understand (and I was talking about in another comment). I have quite a few people in my company who believe the same, and I know damn well that they're not any better programmers than the ones who don't (even if they might like to believe that). It's like using a console somehow makes them a better developer than others, it's a laughable assumption. If a GUI condenses 5 steps into 1, there is no shame in using that. The key is to know when to use a GUI v/s when to use a CLI.

Good luck using a command line spreadsheet software and producing good results in time ;). I am a little surprised by your belief that only two classes of GUI software in the entire world are useful (because you use those two?), everything else is garbage. :)


> If a GUI condenses 5 steps into 1

That's your big assumption. It doesn't happen very often and, more often than not, those 5 steps you could do with one command without your hands leaving the keyboard will require a couple clicks of the mouse at not-always repeating spots on the screen.

Terminal users aren't masochists. They use terminals because it makes the work easier. I use an IDE to write Java code. I use Emacs to write Python code because it's easier to me. I use a terminal to investigate because it's much simpler than attaching a GUI-based IDE to a running remote machine.

And nobody seriously uses text based spreadsheets. We I need to crunch numbers or reads lots of data, I use Jupyter and pandas.


Legal | privacy