

I have a wireless keyboard. It comes with its own dongle, so you can expect it to work with some generic keyboard driver. I plugged into my USB-hub, works just fine on Linux. No lag, no nothing.
On Windows? Well, it works, but the audio device I have plugged in just straight up refuses to function while the dongle is hooked up as well. It seems to gobble up pretty much the entire bandwidth. Amazing.
When I’m bored, I change how my Plasma looks. Happens once in a while. I would not complain if it ever turns into a “choose global theme | apply global theme” workflow tho.
I mean, it is basically there, except you need to download and apply Kvantum themes.
Literally never had EndeavourOS break in any way.
Last time might have been the GRUB issue that affected all of Arch. If you use GRUB that is, since it’s not the default on EndeavourOS. Next time might be old package repos being shut off, but only if your install is older, plus there’s already the second announcement with simple instructions regarding that on Arch News. Also, it will just block updates.
I’ve put two people without any prior knowledge on EndeavourOS, didn’t hear any complains either. I myself had no prior knowledge in Linux and hopped from Kubuntu to OpenSUSE Tumbleweed to Garuda Linux in short succession. I only switched to EndeavourOS after Garuda repeatedly broke. Been on it for 2 years without an issue I think.
I know this is not a representative study and as a computer scientist, I do grasp things quickly, but I strongly oppose the notion that EndeavourOS is not beginner friendly.
Zen and “mainline” (default/vanilla) are generally fine for “desktop use” and gaming. Zen is basically the mainline kernel with some tweaks. They are mostly concerned with latency, reducing the maximum time a process can spend blocking the processor - among other things.
This can lead to less input lag or a “smoother” desktop experience, but overall performance is as good as mainline at most. Slightly worse in some scenarios.
Hardned is a tradeoff afaik. You will stay behind mainline a bit, but get extra hardening. This can also impact performance, but rarely does in a meaningful way. If you don’t have any specific reason to use it, e.g. you carry it around on a laptop with sensitive data, I would look at other ways to harden my system first (firewall, encryption, access control, anti-virus, sandboxing, VPN…).
Pretty much the same goes for LTS, but with the focus more on stability than security.
RT is only for special applications.
Linux is almost twice as big outside of gaming tho. In the Steam survey it sits at ~2%, whereas Statcounter has it at ~4%, based on browser data. Gaming actually lacks behind mainstream Linux adoption
There is an unofficial Flatpak version that works perfectly fine for ne. If you use KDE, you need to fo this in addition however: https://wiki.archlinux.org/title/KDE_Wallet#Automatic_D-Bus_activation
fish is a nice shell
I’m very curious how RDNA 4 will stack up against Battlemage. Ingl, if Intel had released a B580 x2, so like a 5120 shader class card, I would’ve probably bought it (or its sister SKU) already. Gonna be tough competition
Funnily enough I had more bugs on Tumbleweed than on Arch. Admittedly, most of them were probably not on Tumbleweed, but it seems like there are just much more people caring about Arch. Otherwise I can’t explain why it gets so much better support
2-4 I have never had any problems with, file bug reports if you do I guess
I’m not sure what to make of this, but I assume you wanted to say KDE does what it’s supposed if you select the Wayland session. This would lead to my follow-up question: Why not just use it?
Wayland has been the preferred session for KDE since late 5.X
I don’t know if it is available yet, but KDE Linux sounds pretty cool. It’s kinda the same “Arch for everyone” take on Arch that Valve has going on with SteamOS, but with some pretty fancy stuff planned.
If you want to learn about a couple of cool customisations, you could also take a look at Garuda Linux, specifically the Dragonized Gaming Edition (aka Bloaty McBloatface Edition) or XeroLinux (although I don’t know if that’s maintained atm, I think the dev had to flew from a war in the middle east)
If you can afford it and want ultra low power consumption, latest gen Intel is for you. If you want maximum performance or go for older gen APUs, AMD is pretty much always better.
Edit: Since Intel’s naming got super confusing: I’m talking about Core Ultra 7 256V and 236V. I’m not sure whether the 288V is worth it. Note that the 256 and 236 also have 32GB variants, if you think you need more than 16.
Love how 2/5 comments suggest using KDE (like any sane person) and I totally wasn’t going to do the same (like any sane person).
Second this. What you need for high quality media is space, not speed. For any single stream, network and drive will be fast enough anyway. Your typical HDD offers like 4-6 times the bandwidth that a regular Blu-ray can provide. You can get 8TB HDDs for the price of 2TB SSDs. Random access doesn’t matter for that application.
You might want to invest in redundancy and use a RAID 1 or RAID 10 array, depends on how valuable that media is to you or how long it would take to recover in case it’s lost. A simple solution would be a btrfs software RAID, in case your are after something like a Linux home media server with Jellyfin.
Compared to Arch(-based): Accesing the latest packages. It’s not impossible, especially if you go for Debian testing repos, but it’s definitely extra work.
Compared to special-purpose distros (i.e. gaming, portable, high security/privacy, pen-testing): Whatever their special purpose is will usually be harder to achieve.
Compared to huge corpo distros (SUSE/Fedora and derivatives): Ease of more intricate setups and maybe some security testing.
Compared to Ubuntu: Paying a corporation to not withhold security patches from you.
Ingl, this sounds like exactly the thing I want. Immutability aside, this is how I use EndeavourOS right now, but more sophisticated.
I’m sold on it.
Ingl, the amount of dislikes made me grunt a little
In short: No. It’s getting better, but Flatpak is by no means secure. Think of it as a Windows .exe or .msi with some (not that hardened) rights management.
In addition, Flatpaks afe often community made and not even “signed” (which is not really a thing in Flatpak to begin with (yet) ((afaik))).
Something really secure would be a container, something really, really secure would be a VM, something really, really, really secure would be a separate machine. Flatpak is less secure than the least secure thing in this enumeration.