Hacker News new | ask | show | jobs
by antihero 4640 days ago
Honestly I found the sooner one gives up and just uses the command line, the better.
1 comments

Indeed. I really have no idea why so much energy is spent on GUI tools.

What do these things provide that one can't get from the command line, I wonder?

I guess being able to see a whole bunch of things at the same time is useful, plus never having learn much SQL, plus being edit things by clicking on them.
[I just realized that my comment may have appeared very harsh, specially from the authors' point of view. My apologies to them, I was _very happy_ to have a good GUI when I started working with databases]

@antihero : Seeing things does help, but in my experience, using scripts and the command line is faster for developpement, because a lot of code can be reused, which is not the case with clicks.

I was being too restrictive though, a lot can be done with a GUI, of course.