It's nice that major news outlets are saying what we nerds have been screaming for the past two decades. Microsoft only shares a small portion of the blame for the recent outage (they could have built their OS better so software vendors don't feel the need to use kernel modules, but the rest is on CrowdStrike) but we are too depenent on them.
LibreOffice has opened every DOC(X) the school has sent me, albeit imperfectly, and all assignments are turned in as PDFs, which I usually make using Markdown and LaTeX. I have had to use Office 365 for collaboration, but only about twice a year, and that runs very smoothly in Firefox. On one occasion I tried to collaborate with CryptPad, but it didn't work as well as I hoped.
Most computer labs at my uni run Windows 10, rarely 11, but a lot of the science labs run Linux. A surprising amount of the software required for classes has been open-source, too.
The most frustrating thing has been the lockdown browser used for some exams. My university library has computers I can borrow for exams, but yours might not, and they detect VMs, so you might have to dual boot for that.
Tons of companies are shipping Linux without giving users access to the source code, it's just that only one has the term "Tivoization" named after it.
No distro I'm aware of still provides official box sets and CDs. Debian still provides materials for third parties to make them, though. Most of the vendors of pre-burned Linux media have also shut down, but one that seems to still exist (and offers Debian box sets) is https://www.shoplinuxonline.com/ .
This really bothers me. Closed standards locked behind a licensing fee may as well not be standards at all, in my opinion.
If you're using Debian stable, hopefully you fully expect and want not to get major software updates until long after they release, in exchange for a more predictable system.
I'm excited for Plasma 6 but I'm very willing to wait for it, and stick to 5.27 as a daily driver for the next year.
I remember when gitlab.com was the most accessible alternative to GitHub out there, but it seems they're only interested in internal enterprise usage now. Their main page was already completely unreadable to someone not versed in enterprise tech marketing lingo, and now this.
Thankfully Gitea and Forgejo have gotten better in the meantime, with Codeberg as a flagship instance of the latter.
GNOME and Plasma are so far separated that a merger would be impossible, without either eliminating one of the two or completely rewriting both, and I think they cover different niches. GNOME is for people who want a tightly integrated experience, and KDE is for people who want to customize their system. (I would also argue that it's not possible for there to be only one distro or DE, so long as all the components are open-source. Savvy users will always make their own stuff if they're allowed to.)
There's already plenty of cooperation between GNOME and KDE devs on common standards, support for each other's apps, etc. I hope this continues, and makes both desktops better. A lot of behind-the-scenes stuff, like Wayland extensions, could definitely become shared between the two desktops.
Even worse: the .deb file's dependences are only available in a specific version of Ubuntu LTS or with PPAs.
Well, Linux is 32 years old; GNU goes back to 1984, and Unix all the way back to 1970! The history of this OS is much older than Linus Torvalds's involvement; he "only" created and maintains the most popular kernel.
But yes, happy birthday to Linux. Many thousands have contributed to making this operating system what it is today and they all have my utmost thanks for it.
F-Droid is the more valuable app store anyway. I always check there before Google Play.
I'd say they all offer different types of customization. It's less a matter of how much you can do, and more a matter of what you want to do and how much time you're willing to spend working on it. KDE is for people who want to customize their desktop, and want it to be easy to do so. GNOME is for people who just want something that works, but it still offers a lot of customization, it's just not as well-supported (their philosophy is "if theming breaks an app, it's not our fault").
KDE doesn't support full CSS customization on its own, but there are theming engines like Kvantum and QtCurve that address the limitations that arise from this. I'd say it's on almost equal footing with GNOME in that regard, since both GTK4+libadwaita and Qt6+KF6 are designed for color scheme customization, but require various workarounds and obscure settings for anything more than that. If anything the workarounds are easier in KDE.
Similarly, KDE supports layout customization through widgets and graphical menus. GNOME also supports layout customization, but through extensions instead.
And then you can do all of the above and more if you use a window manager, or an LXDE/LXQt-style desktop that lets you disable or replace all its components in settings - just mix and match components like panels, file managers, display managers, polkit agents, etc. You can basically build your own DE that way, and it doesn't get much more customizable than that. But maybe you don't want to spend your time choosing every component of your custom DE. That's what something like KDE is for.