top | item 19345520

(no title)

eponeponepon | 7 years ago

I don't really get the way terminal usage gets framed as outdated, or GUIs as unnecessary depending on one's preference.

They're each for very separate use cases - tasks that are easier done in a terminal belong in a terminal and those that are easier in a windowed idiom belong there.

discuss

order

microtonal|7 years ago

I fully agree. There is a place for both. Even though I use TikZ every once in a while, if I need to draw some graphs really quickly, nothing beats a GUI program like OmniGraffle. Or if you need to touch up a photo, you could spend a lot of time tinkering with Imagemagick, but it's much easier to just fire up Lightroom or Pixelmator.

Even for editing, I sometimes prefer GUIs. E.g. X11/Cocoa emacs can render LaTeX equations inline in AUCTeX or org-mode. This is sometimes very convenient for quickly verifying whether equations are correct during writing. Similarly, with org-mode, you can show R or gnuplot graphs inline.

On the other hand, when you are automating a build, doing some custom data extraction, configuring a server, etc. nothing beats the command-line.

A skilled person knows what to use when.