this post was submitted on 20 Dec 2024
781 points (95.2% liked)
Greentext
4617 readers
1939 users here now
This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.
Be warned:
- Anon is often crazy.
- Anon is often depressed.
- Anon frequently shares thoughts that are immature, offensive, or incomprehensible.
If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
And this is what gets me. Just 40 years ago, you had to understand the whole system to use a computer, because your options were basically DOS or Unix. Apple came along w/ a GUI around then, but you still needed to understand things at a pretty deep level. And then there was Win 3 and later Win 95 and Win 98, and you still interacted w/ DOS a fair amount (I learned to launch DOS games from floppy).
And people largely seemed okay with that and adapted.
So when people get confused by our much simpler devices, I don't think it's because they're complicated, but exactly the opposite. Everything is presented as "easy," so anytime you need to do anything beyond the expected happy path of uses, it doesn't fit and people give up. If people were used to interacting with the lower level bits periodically, they would probably just adapt.
And the net result is that power users lose and larger orgs win, because people end up getting an app to do something they could have solved another way, which gives the app store even more money and shoves ads in the user's face. It's incredibly frustrating. For example, if I want to debug my wifi signal, I download an app that shows the signal details. On my desktop, I'd just run a command-line app that lists available networks by signal strength and whatnot, no app needed. Or if I want to test latency, I need an app on my phone, whereas I can just use
ping
on my desktop.