• 0 Posts
  • 58 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle
  • KDE Plasma offers a UI similar to Windows out of the box, I would say that’s a good start. Introduce them to the endless customisation options and they might start to dig it. Maybe take a distro aimed at gaming like Bazzite.

    Other good options inlcude OpenSUSE or Linux Mint, the latter with another, but also similar feeling desktop.

    Although caution is advised, this is a slippery slope to becoming a programmer.








  • Linux basically cannot damage hardware in any way that Windows couldn’t. The hardware/firmware decides what interfaces it offers and what you can configure. If any hardware puts these roadblocks only in the driver or some UI, and (for whatever reason) only the Windows version, I guess you could.

    Would be a really strange thing to do tho, since most just implement a generic driver that works everywhere and then at most an interface on top of that.



  • Bruh, you need a new name. “EU OS” is both terribly bland and super hard to pronounce. I guess they got screwed by EndeavourOS and e/OS already occupying EOS already, but you can do better. Let me try:

    EurOS (self-explanatory) Ios (as a play on Io, the mythological ancestor of Europa and, in my humble opinion, a brilliant mocking of iOS) BoIS (Boring Independence System… Why yes, I do like Rust and Arch, how did you know?) PlutOS (Lowest layer, ruler of the underworld, get it? Get it? Okay, it mainly sounds cool.)








  • 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.



  • 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.