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

help-circle


  • you are trying to define what an opinion is and youre just wrong. Instead of attempting to gatekeep what an “unpopular opinion” is, just explain to them why your opinion differs.

    Allow me to explain something simple to you:

    Your definition of the phrase “unpopular opinion” is just that, an unpopular opinion. Definitions dont work in the way you think it does. Its not a definition if only one garbage person thinks it is.


  • The prices should go down to 40$(or stay 60$ based on inflation) if I dont actually own the game imo. If the company is going to be so bold as to sell “game keys” with no actual data on the cart, coupled with the fact that the EShop has been shut down on the WiiU and 3DS(you can redownload games still, but how long until that goes away?). To me is a huge middle finger, and basically planned obsolesence on the switch 2 since you will no longer be able to redownload your games once they stop supporting the consoles servers.

    If i do the “smart” thing and get the switch 2 after a major price drop, every games lifespan will be even shorter. fuck nintendo, mod your switch & switch 2(when thats available) pirate everything from them and get your moneys worth for the overpriced hardware.


  • I wrote many of my issues with windows in an above comment. But Im still running windows 10 because i hate windows 11 the only real feature they added was the ability to open a command prompt in a directory with right click. Everything else was asthetic nonsense, nothing has changed since windows 7.

    it is not secure to be running an older OS or to disable updates and telemetry as i have done. I could use a virtual machine, but anticheat games are usually blocked in vms. I dont have the money to run a second pc, just for windows. Ive been doing this since before windows 11 was even released. I RARELY boot into windows anymore since the only game i play that isnt linux compatable is rust. And even that game runs perfectly under proton but the anticheat prevents me from joining anticheat enabled servers.

    To answer you specifically about Windows 11, Its AI was litterally taking screen shots of user desktop and storing them locally without user consent. They quickly shut it down after complaints, and are re-enabling it for everyone with a toggle to turn it off. They know exactly what they are doing. This is a huge privacy and security flaw. They dont care. The less time you are on your windows installation the better.

    If you or any other windows users REALLY care about windows id make the switch too, giving linux a larger market share might actually force them to make changes for the better.


  • You have no idea what you are talking about.

    In fact i wasnt even going to respond to this but you are so wildly misinformed that I assumed you are trolling. But you might actually lack the ability to use google or the AI you seem to want to suck off.

    You are correct here

    There are three different package systems (Red Hat, Debian and Arch) and they are all completely incompatible with each other

    But your dumbass actually writes PACKAGE systems. Do you know what a package has inside it? The product! Wow! So if you have the source code… and use a tool to build it on your distro… its almost like youre an idiot.



  • 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