Hacker News new | ask | show | jobs
by brokenmachine 1760 days ago
>Not that I know what other users want, but I want stuff that works reliably, does not slow down and does not need constant fixing. I prefer software that stays the same over software that is constantly changing. I like software that keeps doing what I installed it to do and nothing more.

This is exactly how I feel.

I think there are two camps - some people like shiny stuff for the sake of shiny stuff.

I want to perform the tasks I'm trying to perform as quickly and efficiently as possible. Often that means cli and custom scripts, if I need to use a GUI it's using the keyboard as much as possible and avoiding the mouse, and if I must use the mouse, then I have a lot of custom buttons mapped and/or ahk scripts.

When I see people entering username/password and not knowing that you can tab to get to the next field, I die a little inside. These are people who work on a computer every single day, but they never thought to look into increasing their efficiency on said computer, even for the most basic of tasks that they might do 50x per day.

1 comments

How would you know you are doing something inefficiently, so that you can look into it?

And where would you look?