TLDR:
Windows 11 v24H2 and beyond will have Recall installed on every system. Attempting to remove Recall will now break some file explorer features such as tabs.
YT Video (5min)
This is absolutely insane
My condolences to all Windows 11 users.It’s becoming common knowledge that:
- It’s not a matter of if but when will xyz service/application be breached and what are the potential damages it could do to me and others?
"I assume every online service is not if; it’s when is it going to be breached? Right? So I operate under that assumption, that everything is going to be breached at some point. And so that’s why Recall was so scary to me where it’s like, I don’t care how secure they say it is, like you look at Spectre and Meltdown no one thought these things were going to affect millions of CPUs and here we are, right?
- Steve from Gamers Nexus
[Level1Techs] Microsoft Is KILLING Windows | ft. Steve @GamersNexus
I guess I just have to keep Windows 10 with a custom group policy that disables all updates either forever or until I learn Linux.
Linux gaming is getting to the point that I could consider the switch, but I hear scary stories about Nvidia drivers.
Microsoft has been the single most effective marketing asset for GNU/Linux distributions in recent years.
I’m so fucking glad I switched to Linux this year.
Tbf in recent decades.
Even tho googled-android should have been even more so, but the hardware licence fuckshittery is a huge obstacle.
Windows Debloat Tool:
https://github.com/LeDragoX/Win-Debloat-Tools
I run this on any new Win install. I also suggest Portmaster so you know where your data is going (I use it on Linux too!)
However, if you can, it is really worth switching to Linux. Linux is built as a tool by the people using the tool. Windows is making a product. Enough said.
If people would like to “try Linux before you buy,” check out DistroSea. It spins up a virtual machine of whatever distro and flavour you choose to try.
There are a surprising and growing number of Linux compatible tools. Software is usually why people have a hard time switching. If you’re dependent on Photoshop/Adobe, check out:
https://www.blackmagicdesign.com/products/davinciresolve
Gamers should check out:
This site shows how well games run on Proton (compatibility tool) and people offer solutions to get them running if there’s any snags.
it was vastly easier to install linux mint than it is to figure out registry editing or whatever the fuck i’d need to avoid this
Nah, mate, Linux is hard, you need to know what a Wayland is. In comparison, Windows is very simple and lightweight, you only have to run a dozen Powershell scripts and edit the registry weekly to get rid of ads.
“Do I look like I know what a Wayland is?”
I just want a picture of a goddamn hotdog
I’m thinking of changing my life (to require less of rot-affected computing) and moving to FreeBSD. Even Linux is hard in small ways, even if worlds easier than Windows. Would be OpenBSD if not for games.
Mate you think BSD is better than Linux for ease-of-configuration – in what fucking universe?!
I dunno
in what fucking universe
“BSD” is one thing, so can’t answer your question.
If you meant that Linux has a lot of graphical configurators to do things - GUI is not necessarily easier than editing config files, because config files can be clean and compact and examples well-commented, and documentation can actually describe how to use the bloody thing. It’s just that in Linux this is not the case. While GUI configurators can be hardly usable nonsense and yes, in Linux they mostly are.
And this difference in wide strokes is indeed common for all 4 BSDs against Linux for things that differ between operating systems.
The rest sucks just as badly.
EDIT: I wonder if any person upvoting/downvoting these comments has ever tried the things they are about.
Oh my fucking god.
If I still knew anyone who uses Windows I would be laughing at them.
Wow you must not be very social. Windows is the most used OS by a long shot.
I remember them doing this with Internet Explorer back in the 90s.
“We can’t remove this thing we don’t want to remove! Look! It’s hastily integrated with the OS! We can’t remove it ever!”
For years… well pretty much since I had a PC, I had a Windows partition. Why? Well because I (sadly) paid for the damn thing (damn OEM deals). Plus, I admit, sometimes they were things that only ran on Windows.
For few years now though, everything, literally, from the latest tech gadget to playing games to VR, works on Linux.
Few weeks ago I deleted the Windows partition. I didn’t have to. I didn’t boot on it for months. It didn’t affect me.
Still, I now feel … safer, more relaxed, coherent.
When I see shit like that, I feel even better!
The best windows debloater is delete system32 and install Linux,.
deleted by creator
But people know they will soon, considering Windows is the most popular OS and they have been forcing everyone as hard as they can to always update to the next and newest version.
The link is also interesting but it only happened after the whole world screamed at them about the privacy and security issues of the feature.
I’m definitely saving it though, because it also includes a way to not have to keep seeing the stupid re set up your system screen after every Windows update. Didn’t think I’d run into that in your link, but I couod use that information lol.
deleted by creator
What? I thought you were talking about the security and privacy issues, but now I’m not sure what you’re arguing against. Even your link admits that the changes for improved security only happened after all the security official in the world said how that feature was asking for trouble from a privacy and security standpoint. It was doing what stuff all along? Improved security features? Definitely not. Your screen shots don’t mention any of the stuff in your link, such as the dedicated VPN stored locally, with encryption and keys and PIN, etc.
Linux is here to welcome you
Man, I cling to Windows like nobody else, as I didn’t have any advertising issues and such, but this will be the final straw.
It’s already enough of a spying system but I refuse to have it as a spy on crack.
Time to read into distros.
As far as Linux distros are concerned, really, any distro is just a package manager with repos and a set of default utilities. Essentially, a distro is an opinion on how you should use your system, not a law. Now prepare for my ADHD-fuelled stream of consciousness (which I wrote instead of getting any work done, yay):
Stay away from Arch and Gentoo for your first distro. These are basically meme distros, especially Gentoo. They allow for a lot of flexibility and building a really minimal install, but come with install-time complexity you really don’t need. Try them later on if you’re interested. Stay away from nixOS for now too, although it’s also awesome.
Package managers
Essentially, you have two main packaging types: RPM (used by Fedora/RedHat’s dnf, previously yum and (Open)SuSE’s zypper) and deb (used by apt mostly, dunno if others).
Either one is fine, but I think you’ll probably find more software available as debs. But the difference barely exists and with GUI apps you can usually install a flatpak anyway (more on this later).
Deb
Everything deb/apt comes from the Debian lineage.
You have Debian, the granddaddy of stability, releases come every few years and are tested thoroughly. After package freeze, only bugfixes and security updates usually get added. Then you have Ubuntu, a fork of Debian with more frequent releases as well as Long-Term Support releases every 2 years. Ubuntu used to be the most recommended beginner distro, but it’s no longer the case - not just because it has ads in it, but also because it pushes Snaps over Flatpaks AND occasionally tries to force Snaps over regular packages (again, more on this later).
Then, much like Ubuntu has forked Debian, others have forked Ubuntu. There’s Linux Mint - used to have the same release cadence as Ubuntu, but now they only base their releases off Ubuntu LTS versions. Really, it’s Ubuntu without all the commercial stuff Ubuntu’s been pushing. And they maintain their own desktop environment(s), but you can get those elsewhere too. There’s also Pop!_OS which is developed by System76, a laptop manufacturer. It used to come with its’ own customizations on top of Gnome, but now they’re creating their own desktop environment altogether, which is currently in Alpha 2. And then there’s KDE Neon, which is also based on Ubuntu LTS, but it ships the latest version of KDE Plasma desktop environment, rather than whatever version is in the latest Ubuntu LTS.
Rpm
On the rpm side, you mostly have two families for non-enterprise users: Fedora, which has a similar release cadence to Ubuntu, but apparently keeps packages more up to date between releases and OpenSuSE, which has Leap (new versions every year, with critical bugfixes and security updates in the meantime) and Tumbleweed, which is rolling release, so you just get the latest version of every package that has been tested, rather than having to wait for a new release. Tumbleweed gets updated just about every day. There’s also Slowroll, which gets big updates monthly, but can still get bugfixes between those.
Desktop Environments
For just about any distro, you can get just about any desktop environment. Ubuntu and Fedora default to Gnome. KDE Neon is pretty much just meant to be used with KDE Plasma. Pop!_OS defaults to customized Gnome unless you get the alpha version of the new COSMIC desktop. OpenSUSE defaults to KDE Plasma.
For Ubuntu you get variants like Kubuntu, Xubuntu, Lubuntu, etc, for whatever desktop you want, or you can switch alter (
apt install kubuntu-desktop
for an example). For Fedora, you can get a Fedora Spin, like Fedora KDE Spin for an example. Or you can similarly switch:dnf install @kde-desktop-environment
. Same goes for all of them, really.Desktop environments: The two big ones are KDE Plasma (close to Windows in default appearance, but a lot more customizable, and more functional straight out of the box) and Gnome, which as of Gnome 3 is just… unique, I guess. It’s different. Then on the “Help I’m running this on a computer from 2004” side you have things like XFCE and LXQT. (Xubuntu, Lubuntu get their names from these). Those work just fine too, just a bit less eye candy. There are a lot more of less mainstream ones like Budgie or Enlightenment, but you can worry about those later.
Sandboxed applications - Flatpak, Snap
Now, why did I mention Flatpaks and Snaps earlier? Those are sandboxed package managers. A package comes with a sandbox of its’ own, and Flatpak or Snap keeps a copy of all the libraries it depends on, instead of using system libraries. This means that 1) There’s never a version conflict between what’s installed on your system and what the application uses and 2) You have multiple copies of some libraries (Flatpak and Snap both I think do try to deduplicate though so if two applications use the same version of a dependency, it keeps one copy stored). 3) You can install applications your distro doesn’t even have a package for.
Both also keep system resources out of reach of the applications, so they’re more secure to some degree if you don’t trust an application. This comes with limitations, too - sometimes you NEED your application to have access to something that’s limited in Flatpak or Snap. You can sorta fix this with flatseal for Flatpak, but it’s not perfect.
The real problem with Snap, besides having a proprietary backend vs Flatpak where you can use either Flathub or another application store with it, is that Ubuntu is starting to force it upon you - including for applications you may not want to run in a sandbox at all. You’ll run
apt install firefox
and it’ll play a trick on you and install the Snap instead of the deb. You lose some control over your system and how you use it. You can override this, but it’s possibly more work than you’d want to take on as a brand new Linux user.At the end of the day, I recommend using either OpenSuSE Tumbleweed (if you want latest and greatest always), Fedora, Linux Mint, or Pop!_OS. If you really want the latest and greatest KDE Plasma and don’t want Tumbleweed, then KDE Neon might make sense for you.
Don’t tell people to stay away from Arch. It is not a god damned meme OS, hell even the Steam Deck production OS is built on Arch.
It’s installer is as easy to use as the other shit you recommended if you can fucking read and follow directions, but skips the unnecessary installer UIs that hand-hold (which requires just as much reading and direction following, difference is the others have a toddler-appealing colorful UI).
If old MAGA Boomers can handle text terminal DOS installs with floppy disks, a contepmorary dumbfuck Windows user will be fine too.
You make a compelling argument why not to use arch in calling windows users dumbfucks and swearing every 3 words in your reply lol
What’s wrong with swearing?
And full disclosure, I’m a member of the dumbfuck Windows user group to play my PC games in Steam.
Profanity is meant for very strong negative emotion. Using it casually robs it of most of its value.
Profanity is meant for very strong negative emotion.
No it’s exclusively not; this has to be one of the dumbest takes I’ve read here.
And you have no authority to tell other people how to think or speak. Go away. Fuck off to your own echo chamber where reading a specific word doesn’t hurt your feelings.