1041
Dear Big Tech, Stop Shoving AI Into Operating Systems
(www.howtogeek.com)
This is a most excellent place for technology news and articles.
Agreed.
Agreed.
Disagree.
When I run a GUI program and it just has a single button that says "do x", I trust that this software will do x when I run it and nothing else. Why? Because the developer has designed an interface for me, where there is only a single thing, so if I trust the developer, I can assume it will do that thing.
When I download a bash script, I'm downloading a series of commands that I do not understand, and I hope that when I hit run it will do what I want. Maybe the developer has made a CLI interface that gives me some trust, most likely not.
The reality is that a polished GUi isn't just shiny graphics, it's an inherent signal of intent, attention to detail, and minimizes cognitive overload. When I'm presented with just a button all I can evaluate is whether I trust the developer, and whether or noti trust this one button. When I download a list machine instructions I can now evaluate the safety of every single one of them. Thats empowering for coders who can read code, it's overwhelming and leads to decision paralysis for everyone else.
Even from a legality standpoint, if a company publishes a button that says "click me and I will do x", they are opening themselves up to legal liability if that button does anything other than x. If a company publishes a list of instructions I don't understand, they're only liable if those instructions do something other than they say, and I cant evaluate that.
The irony of this statement is that they do this all of the time when I run a game with kernal anticheat or DRM or even something as simple as data collection from chrome.
But you are correct I very likely devalue the importance of gui for standard users. since ive been in the linux sphere for so long and i did get used to scripting in windows aswell. This is one of those times where i agree with everything you are saying but my entire being wants you to be wrong, because it does not allign with my experience of reality.