By design of the ruling parties, not because universal healthcare is impossible
Piatro
The ELI5 version is that developers can make a lot of assumptions about what a Windows pc means and what features are available. A while ago if you had videos as part of a game (for example a cutscene) it was actually played through Windows Media Player, which was virtually guaranteed to be present on the user's computer. Sure you can play that video with other tools like VLC or Quicktime, but you couldn't guarantee they were installed, so Windows Media Player was a safe bet. Nowadays that's not how video is handled but the point remains for a few other things. For example if I need to load an image, maybe a background, I would look it up using the windows filesystem, so probably something like C:\Program Files\Steam\common\mygame\images\background.png. That's not the same in the Linux or another os. Also the piece of software that handles loading images might be different, which means how we execute that load operation is probably different, and so our Windows-focused version of our game just doesn't work.
Fortunately nowadays that's a mostly solved problem with Steam investing a lot of time into Proton, what they call a "compatibility layer" that basically translates all of the windows-specific stuff to work in Linux. That's a very simplified explanation but you get the idea. The games that still won't run have kernel-level anticheat (Valorant, Helldivers 2) or are so dependent on things only available on Windows that even Proton can't fix it. Some anti-cheat software doesn't run properly so then you can't go online, like Warhammer: Vermintide 2. That's mostly a commercial decision rather than technical, they could make it work they just choose not to.
The fact Microsoft isn't mentioned astounds me.
The issue for me as a potential advocate to my immediate circle of friends and family is that I don't want to become the only source of tech support. Now realistically they'll probably have fewer issues, but as soon as they want to fix something they'll have to come to me. No they won't Google things, and if they do they won't understand it.
Well after looking further it's actually the processor isn't supported in general so Linux it is! It's going to be a hard sell to my partner who doesn't like using office 365 on the browser because "it screws up templates". If even Microsoft's tools screw up I can't imagine libre office would do any better so that's an even harder sell... Sigh.
I think my limiting factor is TPM 2.0 which I believe isn't supported by the device but is required by windows 11
In my case my partner has a Windows 10 surface laptop. It's perfectly functional and does what she needs it to do, but Windows 10 is dying next year, so I need to find some solution that is user friendly (meaning GUI-based in this case) to maintain her access to her OneDrive, or we throw away a perfectly good laptop to buy a slightly newer one. Besides the e-waste it's just a waste of money. It makes some business sense, why make it easy to move away from windows? Except it also sucks on anything that isn't a windows desktop, so they just expect people to put up with a subpar service essentially because their business users don't have much choice. Dropbox was better 10 years ago than OneDrive is now, in terms of platform availability and usability.
Note: I'm aware we can access OneDrive and office via a browser, however it's not the same as native and feels clunky. Throwing Linux on it and using a browser is probably going to be our solution if I can't get rclone to work in a way she'll be happy with.
We have rules?
The semantics of this title makes my brain itch
Yeah it certainly is a hell of a lot cheaper if you're copying an existing game scene for scene...
I haven't heard anyone articulate anything compelling about consumer-marketed AI so please tell me! There's loads of really good uses of AI (medical imaging seems really promising) but the ones I know about are so specialised that I can't see why I would need "AI" in my day to day.
The thing we should be more concerned about are the parts that Steam haven't opened up, for example Steam input. However they've done everything as openly as possible for the move to Linux and I applaud that. If steam goes away or stops being so open, we still have proton and wine and other projects that mean we're not locked in to a Steam-specific OS, so we avoid the android problem there too.