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.

  • sgtgig@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    1
    ·
    edit-2
    18 days 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.

      • tomkatt@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        18 days 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.