The way Unity announced such a big hostile change was executed unimaginably poorly. I'm not even going to say you are incorrect as they clarified it to include reinstalls, then reclarified it to be just the initial install. At the same time, they announced that the way they would bill it is by guessing how many installs you have using a "proprietary algorithm" and charging you based on that. So... everybody is wrong because they don't intend to tell people how they actually count anything. The details seem really important, and they still don't seem to know what they are. (eyeroll)
slembcke
Hrm. Skim ahead if you already know some of this... So say you have a running program XYZ that loads libUseful.so to do useful things. Now you run some updates and libUseful.so gets replaced with the new version. Because of how files on Unix work, the old version still exists on the disk until XYZ closes it, but any new program will load the new version. So things generally "just work" when the system is updated in place, but on the rare occasion causes weird problems. Fedora (from the GUI) chooses to run updates during reboot to prevent the rare, weird problems. If you update from the command line, it just does them in place. Kernel updates always require a reboot to apply though.
Interesting. My laptop died a little while ago, and I needed to demo a game I'm working on at a local convention. My wife had a hybrid GPU machine and let me swap in my SSD to run it. The drive had PopOS on it without the NV drivers. It did seem to run wayland fine on the internal display, but the external display was picky. (I wanted to demo on a bigger display) The only way to get the game to run smoothly was to disable the internal display using X11, and run the game using GL instead of Vulkan. >_<
So yeah, kinda mostly worked if I wanted it to be a laptop. I can see how it gets to be a pain if your needs are specific though.
I've been using it for a few years now, and it fixes a lot of little issues I have with X11, and at this point brings very few of its own. ALTHOUGH, I don't have any Nvidia GPUs, and people seem to think it works for crap on them. I keep hearing "Ah, this will finally fix it!", but I don't know what the actual status is. You have the hardware you have, so unless you are going to buy something different to try Wayland... eh... I guess it never hurts to try. It's pretty trivial to toggle on and off.
Hmmm. So I think I posted on Reddit maybe a half dozen times ever? I didn't get the appeal. It kinda felt like shouting into a thunderstorm... I'm not sure I "get" Lemmy either, though it feels more like talking in a crowded room than everyone shouting at a cloud. :p More seriously though, I've had a few interesting conversations here, but miss the feel of forums of the 2000's where people just talked about stuff that they were making. Lemmy feels like everyone is striking up a conversation, but still trying to be careful about talking about their own interests because that's "self promotion". :-\ I dunno, maybe I'm looking for something that just doesn't exist anymore.
I really like plain "boring" vanilla Gnome. It's straightforward, I like it's workflow, it does everything I need it too, and looks nice too. I'm not a fan of "power user" UIs as I feel like they have too many features I'll never use filling them up. You can always get more programs to do more things anyway. Like I use compilers and disassemblers all the time, but I'm not upset that Gnome doesn't ship with those features built in when I'm in some weird 1% of users that need them. On the other hand, I think KDE is important to the ecosystem too, and I donate $100 a year to both the Gnome and KDE projects.