1639
submitted 3 months ago by lemmee_in@lemm.ee to c/technology@lemmy.world

It's a nightmare scenario for Microsoft. The headlining feature of its new Copilot+ PC initiative, which is supposed to drive millions of PC sales over the next couple of years, is under significant fire for being what many say is a major breach of privacy and security on Windows. That feature in question is Windows Recall, a new AI tool designed to remember everything you do on Windows. The feature that we never asked and never wanted it.

Microsoft, has done a lot to degrade the Windows user experience over the last few years. Everything from obtrusive advertisements to full-screen popups, ignoring app defaults, forcing a Microsoft Account, and more have eroded the trust relationship between Windows users and Microsoft.

It's no surprise that users are already assuming that Microsoft will eventually end up collecting that data and using it to shape advertisements for you. That really would be a huge invasion of privacy, and people fully expect Microsoft to do it, and it's those bad Windows practices that have led people to this conclusion.

you are viewing a single comment's thread
view the rest of the comments
[-] fluckx@lemmy.world 55 points 3 months ago* (last edited 3 months ago)

I had dabbled in gaming on Linux but never made the jump. After reading about recall I spent a week making my choice on OS of choice ( and then I switched a week after :') ).

I'm fully on Linux now. Even if they fully back down from windows recall I dont need an OS that's trying to sell me something based on whatever I do in it.

It was my final straw as well.

Edit: and it hasn't really been bad either. The shader compilation after every gfx driver update is a bit annoying. That's about it.

I'll probably run into something at one point. Like some anti cheat that doesn't work and is preventing me from playing the game.

[-] Macaroni_ninja@lemmy.world 14 points 3 months ago

Im in similar scenario. Which distro you decided on?

[-] sgtgig@lemmy.world 14 points 3 months ago* (last edited 3 months ago)

A couple people recommended Fedora spins but I'd recommend just sticking with the big distros (that have up-to-date graphics drivers readily available - so not Debian.) A lot of the gaming-focused distros are only saving you a few terminal commands and increase your risk of running into issues; they're good, but they may not be as 100% stable as you'll find in major long-running distros like Fedora or Mint.

I have settled on Fedora with KDE Plasma. Here's basically everything I copy pasted for gaming:

# install steam, discord, nvidia drivers
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y
sudo dnf config-manager --enable fedora-cisco-openh264 -y
sudo dnf update -y
sudo dnf install steam discord akmod-nvidia xorg-x11-drv-nvidia-cuda

# install bluetooth Xbox driver
sudo dnf install git dkms
cd /tmp
git clone https://github.com/atar-axis/xpadneo.git && cd xpadneo
sudo ./install.sh

I also had to enable Legacy X11 App Support through the settings gui so that Discord could receive push to talk presses without having focus.

[-] Macaroni_ninja@lemmy.world 6 points 3 months ago

Sweet, thanks. I want to start something straightforward and so far Mint looks very promising.

[-] tomkatt@lemmy.world 1 points 3 months ago

Just be sure to get the edge release if you care about gaming or have current (like newer than 2021) hardware. Mint's main release is on an old kernel, 5.15 I think. Mint edge release is running kernel 6.5, which is from earlier this year.

[-] fluckx@lemmy.world 6 points 3 months ago

I ended up with nobara ( KDE ). Though if i had to reinstall I might give bazzite a go.

No hate for nobara though. It's working fine gaming wise. Had a gfx issue once after an update, which was resolved by just running the nobara system updater.

I have some issues getting devpods to work. But that is completely unrelated to gaming :D

[-] kava@lemmy.world 8 points 3 months ago

If you don't enjoy having driver issues, just install regular old Fedora with Gnome. The fancier you get with Linux, the more maintenance you have to put into the system. Fedora works out of the box.

[-] fluckx@lemmy.world 3 points 3 months ago* (last edited 3 months ago)

Tbh it was kind of my fault. I should've used the general updater that comes with nobara by default.

Edit: the devpod issue is a bit weird and not driver related. Its got something to do with SSL when its trying to clone the git repo. But I can run the clone command myself just fine. Honestly the devcontainer hasnt really worked out great for me in combination with jetbrains.

It might work better with vscode, but that editor makes me want to throw my device out the window. All the love to people who use it/enjoy it on a daily basis but it is just not for me.

[-] Macaroni_ninja@lemmy.world 1 points 3 months ago

Thanks. I only had so far Linux experience with my Steam Deck, I will look into these distros.

[-] barsquid@lemmy.world 5 points 3 months ago

If you are interested in gaming, Bazzite is built on top of a Fedora distro but adds default installs of Steam and (optional) Nvidia drivers and tweaks. It's got a cool immutable root setup. You should be able to stay pretty up-to-date, but can roll back the entire OS if an update breaks something.

[-] fartsparkles@sh.itjust.works 3 points 3 months ago

Linux has lots of flavors; and just like ice cream, you can have a scoop, see if you like it, and try another one later.

I’ve been through so many Linux and Unix flavors over the years, it’s borderline absurd. But what was great is that I found a flavor just right for me and my needs, like finding your ideal car. Don’t worry about making the right decision on a flavor at the start, just dive in.

Ubuntu, Fedora, Mint, Pop! OS, Manjaro, elementary OS, Zorin etc are great starting points. You’ll hear people bigging up Arch, Nix, Gentoo, Slackware, Void, etc. There’s are all great in their own way and very well might be the right thing for you but don’t feel pressured to jump in the deep end (unless you love that thing, then be my guest - Arch was a lot of fun getting it up and running for the first time).

The best decision I can suggest is learning about mount points and having a drive dedicated to your files and simply mounting that drive inside your home directory. It means you can wipe and try another distro wherever you like without having to copy your files off and on over and over again.

[-] sugar_in_your_tea@sh.itjust.works 2 points 3 months ago

I 100% agree. I personally did this:

  1. Ubuntu
  2. Fedora
  3. Arch
  4. openSUSE Tumbleweed

I had a reason for each switch, and I'm pretty happy where I'm at. That said, I don't recommend openSUSE or Arch to new users even though I think they're fantastic, I just think a new user will get better support with something Debian or Fedora derived.

[-] Weslee@lemmy.world 2 points 3 months ago

Which distro did you end up on? I've been looking into them and after using steamos on my deck, I think I will go with Bazzite kde

[-] fluckx@lemmy.world 4 points 3 months ago

I ended up with nobara. I might give bazzite a go at one point, but more out of interest. Nobara is treating me just fine!

[-] Bulletdust@lemmy.world 1 points 3 months ago

Edit: and it hasn't really been bad either. The shader compilation after every gfx driver update is a bit annoying. That's about it.

If it's shader compilation under Steam, turn it off in settings. With advancements in graphics drivers and Proton, it really isn't needed anymore.

I disabled it about 12 months ago and haven't noticed any difference in performance whatsoever.

[-] fluckx@lemmy.world 1 points 3 months ago

Huh. Interesting. I'll give that a try too then :)

this post was submitted on 08 Jun 2024
1639 points (97.6% liked)

Technology

58133 readers
4102 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS