• 0 Posts
  • 26 Comments
Joined 1 month ago
cake
Cake day: March 11th, 2025

help-circle
  • 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

    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.


  • Agree with everything you said except the last paragraph there are definitely too many distros all with different standards and design philosophies. And you are correct that this has stifled its use for standard consumers. But “linux” isnt working its way to becoming a new standard individual distros are attempting this. Popos ubuntu fedora are all fighting to become that consumer desktop experience and in some peoples opinion its 99% of the way there. We just need the amount of users to increase, For more valuable bug reports and feedback for that to actually happen.


  • 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

    This is frustrating because what i did in the example with my roms and a python script is essentially the same as what a windows user would do the main difference being that a windows user probably wouldnt have to go to github because a fancy gui alternative software exists. The user still has to worry about viruses all the same, just because the exe has a website and a download page doesnt make it safer than a terminal based alternative. All users of all levels should be using malwarebytes at a minimum regardless of how safe it “looks”.

    That being said i agree with you that many users are definitely intimidated by running programs in the terminal. and ive even seen some users joke about downloading suspicious software thinking its fine and then a spooky command prompt window apears.

    I just think if you subtract peoples preconcieved notions about the terminal the actual usual experience and results are the same. The fact that windows has more gui programs just speaks to the fact that its been profitable and the standard to develop apps for windows and macos for far too long.




  • Okay i see what your saying. but im an arch user and often use distro specific tutorials from other distros to troubleshoot issues. After a little while youll just subconsiously translate what theyre telling you to do in your distro specificly.

    Also resources like reddit and stack overflow are great for you to reach out and get a better understanding. But if youve ever been hit with the “did you read the wiki?” or “they just link a wiki page” I can understand how frustrating it can be. Many linux users are pompus dicks who thinks every user should be a power user. My recommendation is still to reach out for help, ive had great success with the manjaro forum aswell.


  • they mention genz specifically but boomers and millenials are falling down the same path expecting software to just download and work, Because of the google/apple/microsoft/sony/nintendo ecosystems we are so used to. But even in these ecosystems learning to troubleshoot is paramount so I expect to see younger people entering the linux sphere in droves.

    You definitely are a minority though, most people dont care for this stuff at all. Most will simply give up instead of doing more research and trying different tactics to repair software and hardware.


  • If you are set on using arch i highly recommend using archinstall or fedora and using the kde plasma or gnome desktop enviorment there are no files to configure and shit just works the desktop is also highly configurable. The only time youd be messing with cfg files would be if you are ricing your system to look like something out of r/unixporn which looks sweet but those people put ALOT of time and effort into it, and their desktop enviorments arent really meant for the average user.



  • 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