this post was submitted on 24 Nov 2024
1375 points (92.9% liked)

Technology

59613 readers
2953 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments

actions per minute

To me it's more about ergonomics. Most of my time is spent reading code and sending messages. I use ViM or at least ViM bindings for reading code because it's so much nicer for navigating code than clicking and scrolling:

  • go to definition? - gd
  • find in file? - /query
  • match braces/quotes? - %

I'm not saying everyone should learn ViM, I'm just using it as an example. I'm much less concerned about maximizing my text entry speed and more interested in maximizing ergonomics of the tools I use the most every day. For me that's my text editor and terminal, followed closely by my browser.

I have no problem with a good mouse UI (I love mouse mode in ViM), my problem is when there isn't an alternative power user UX (shortcuts and whatnot).

This extends to a ton of things. Let's say you want to search for a file, but the GUI indexed search isn't working properly (maybe it didn't index your file? Or maybe you need more than string contains?). If you're comfortable on the CLI and understand regex, you're set. Or maybe you need to do some bulk change across files, the CLI is going to be really efficient. It's less about total productivity but not having to do stupid repetitive tasks because that's my only option. I'd much rather write a script than do the repetitive thing even if the total time spent is equivalent.

People just aren't learning the power user stuff these days and look at me like I'm a wizard because I can use tools written 40 years ago...