Paper GTK theme is a little bit similar, though with more vibrant colours ofc.
In all fairness, I've had some really dicey problems on Linux. I think the most difficult problem I've encountered was when I bought a USB soundcard which only worked in legacy mode, but using Wireshark and the USB audio class specification I managed to track down the bug in Linux' usb-audio module, so now I'm technically a kernel contributor :)
For me the difference is that when I get a problem on Linux, it usually tries to provide me with the information I need to figure out what goes wrong, and due to its open nature it tries to make it easy to fix things. Also the majority of the time, Linux is working flawlessly. Windows on the other hand, is plagued by bugs and annoyances that show up on a weekly, if not daily, basis. And when issues happen, they come with little information and are often impossible to fix yourself since the OS is locked down.
Glad you enjoyed it!
As for the choice of distribution, the installation of Bazzite was actually far from trouble free. The precise issue and its solution escapes my mind at the moment, but it refused to boot at first, and I had to spend more hours than I had hoped for before it was up and running. But after that it seems to be stable, the only question the kid has sent me was "can it break my computer if I switch Project Zomboid to the beta branch?" so I assume everything is working well now :D (There was a warning about switching to beta, saying that you should make a backup because things could break, and he wasn't sure what they meant)
So fun watching someone try Linux as their first OS, none of the "Linux is difficult because I learned how to use Windows" or "Linux is bad because it's not exactly like Windows" comments :D Roblox stopped working when the devs intentionally blocked Wine, but he just shrugged and said he didn't play it that much anyway.
It's a little heart breaking hearing him often ask which parts he could buy to get more FPS, because he'd need to replace half the computer to get a newer CPU and DDR4 RAM, since I suspect the DDR3 could be the current bottleneck. But other than that he's very happy with the computer.
I think the problem is that game publishers also want the cheapest and laziest solutions. What EA (and others) are doing now are basically "give us full control of your computer so we can do whatever we want" with their kernel level anti-cheats. Server side anti-cheat requires more processing that they have to pay for, and requires more work to develop heuristics and other algorithms to detect cheaters.
Seems like my "fuck EA I'm not giving them money ever again" policy is beginning to pay off :)
The only certification I have is from the Kansas City Barbeque Society, allowing me to act as a judge in BBQ competitions.
Things are probably different nowadays, but at least 15-25 years ago you could just apply for IT jobs and if someone lied about their skills it would hopefully show during the technical interviews. I don't know if that counts as getting in very early.
Maybe it's changing now with Windows 10/11, but I think historically Windows has had just as difficult learning curve as Linux. People who have complained about Linux being more difficult than Windows just thought so because they had already spent years learning how to deal with Windows, while if they switched to Linux they would have to learn new things. If someone who has used MacOS 100% of their life were to begin using either Windows or Linux then I don't think there would be much difference in difficulty.
I've come across plenty of bugs and usability issues in Windows, and despite having 10+ years experience with the OS I sometimes found them very difficult to solve, often requiring copy-pasting cryptic texts into the command prompt and/or regedit. I also think troubleshooting on Windows is made worse thanks to them writing witty things like "oops, something went wrong!" instead of actually giving you a useful error message, some many issues are of course unfixable due to its proprietary nature. At best you get an error code which you can look up online, but the OS is not made to be debugged by the user.
In the past Microsoft had really good support which you chat with, but the last time Windows refused to authenticate after an upgrade all the human support appears to have been replaced by automated troubleshooters. It got stuck in an endless loop of "run local troubleshooter" -> "you should try rebooting" -> "run online troubleshooter" -> "you should try rebooting" -> "back to the local troubleshooter again". At work I still have a help-desk I can call with people who have taken countless hours of Microsoft trainings to get certifications.
just so I wasn’t choosing between 100% and 200% scaling. That’s just beyond the average computer user.
So if I understood you right, Fedora lets you choose either 100% or 200% scaling but you wanted more options than that? I.e. you wanted to overcome a limitation of the OS, rather than having to fix something which was broken? I don't think the average computer user could do something similar in Windows. For example when I got my work computer with Windows 11, AFAIK there was no option to only show the task bar on one monitor, so it was always visible and taking space on all monitors. IIRC Microsoft added this feature last year, but I think it would've been extremely difficult for the average user to find a way to find a way to do it before that.
Guesstimating 99% of the Windows users I know would just accept that kind of thing like "it's annoying, but this is how computers are". I have friends, family members and coworkers who use Windows, and I've found them all to be extremely forgiving towards computer issues.
It sucks when this happens, but the article also says:
Update 20/11/23 14:33 UTC — Crytek responded to note: "This is a known issue and we are working on it to fix it and apply the fix for the resolution as soon as possible."
So not ideal but at least the devs want to support Linux.
Based on the comments here, it sounds like you and others agree that the majority of people who responded to your initial post didn't do anything wrong, but you thought the overall experience was negative due to a few mean comments, right? So with this meme post, you portray the entire community as a bloodthirsty mob who got angry at you for asking a question. Do you see how this could be considered "not nice" to the people who wrote helpful comments, those who downvoted the negative comments, and people who didn't even see your post but are still included in the ergo mech community here? While those who wrote mean comments to your post should consider being kinder to newbies, perhaps you ought to consider being kinder to everybody else.
This is the first time I'm hearing about this, but this is how they describe it on their product page:
The AI-Powered Future of Windows Devices
Build, explore, and immerse yourself on select laptops with Ryzen™ AI built in. With dedicated AI accelerator hardware seamlessly integrated on-chip and software that intelligently optimizes tasks and workloads, CPU and GPU resources are freed up to enable optimal performance.
But based on the examples they have on github, it sounds like it might be useful to run generic AI compute stuff. I haven't seen any details about what memory it uses, since especially LLMs require large amounts of fast memory. If it can use all the system RAM it might provide medium-fast inference of decent models, similar to M1/M2 Macs. If it has dedicated RAM it'll probably be even faster but possibly extremely limited in what you can do with it.
My guess as to why this isn't a more central feature of Linux distros is that this is not something most users need. If you need to reinstall the OS because you broke it, then a full system backup is probably more convenient, even if it's less than optimal to back up packages which you could download. If you need to reinstall the OS because you want a clean slate when upgrading to a new version, then your package list for the old version could cause a lot of conflicts as maintainers regularly remove and add new packages.
I have backed up my zsh, vim, tmux, etc. configs and written a few shell scripts which install them and download vim plugins etc. If I ever need to reinstall the OS I would use these. However, in the last 20 years since I ditched Windows I have reinstalled Linux exactly two times: Once because I was an idiot and didn't have a proper backup when I accidentally formatted the wrong HDD, and once when I switched from Xubuntu to Fedora in which case a package list wouldn't have been usable.