151
Dear Big Tech, Stop Shoving AI Into Operating Systems
(www.howtogeek.com)
This is a most excellent place for technology news and articles.
That's my point though, Linux is fine for power users and novices, its the middle ground of people who don't code, aren't going to learn how to code just to use an OS, but still understand computers enough to try and push them to do more.
There's a huge amount of people smart enough to know that a piece of software or a few pieces of software can automate something, and can accurately evaluate whether or not to trust the source of an exe file, but who don't understand what compiling from source is or how they should do that for their distro.
But thats what im saying even a middle ground user would never need to compile from source. Anything youd want to do automatically can generally be done from a script and many things you can think of automation wise has allready been made into a script in bash or python.
Just recently i needed to remove all of the foriegn titles from a list of roms i have on my pc. i found a python script on github dropped it into malwarebytes (because i didnt feel like looking at code, many windows users do this too) and ran the script. I can code but my skills are script kitty chatgpt level. Im essentially the user you are describing
You're one step more advanced than the user I'm describing.
The user I'm describing roughly understands what the terminal is, and understands you can script with it maybe, but certainly doesn't trust a random bash script they found since they have no way of parsing it and it looks like a hacker tool that might be able to access stuff on their PC it shouldn't.