this post was submitted on 04 Aug 2026
688 points (99.0% liked)

Technology

86860 readers
4238 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] tal@lemmy.today 1 points 18 hours ago (1 children)

Honestly, GNU/Linux isn't better today from a user standpoint. I mean, Linux has the technical subsystems to sandbox software, yes


like, the move to Wayland makes isolating graphical software possible, where X11 imposed major limitations on one's ability to do that. Various containerizing systems exist. But the typical software package distributed via Steam, say, in 2026, can see the filesystem as a whole.

Like, I can hack something up with something like firejail using that functionality that may-or-may-not work for a given game on a given system, but that's not a real, universal solution for users. My mother is not going to do that.

Mobile OSes at least isolate most apps from most of the filesystem and some sensors, and provide some level of reasonably-accessible transparency into what apps can do. They still have their own issues that annoy me, like software normally being able to phone home with what information it does get. But that's still way more isolation than a user who is playing a video game on GNU/Linux is getting.

Global, always-generally-available connectivity brought us a lot of nice things, but it's also come with a lot of not-so-great things, and some of the not-so-great things is a loss of privacy and a loss of control over the things that we own. :-(

[โ€“] NewNewAugustEast@lemmy.zip 1 points 17 hours ago* (last edited 17 hours ago)

Yeah when I mentioned windows I was think specifically of the anti cheat running at ring 0.

Also, there are a few more hoops to jump through on Linux if the software is expecting a windows environment and you are running it via proton.

But yeah, I considered running all my games in a distrobox session, but quickly realized it's so tied to the host that I would have to try a jail and like you said, the game may not work at all.