Creator of r/linuxsucks101 on Reddit and !Linuxsucks on Lemmy.world. Offering technical critiques of Linux, and favoring Windows MacOS, BSD, Haiku, and Harmony. Content is analytical and occasionally provocative.

Atheist critical of the Abrahamic dick skinning death cult, regularly posting memes and content regarding that on Gab.

Draws parallels between religion and cult-like LiGNUxers, and at times delves into the psychology of both.

  • 0 Posts
  • 59 Comments
Joined 3 years ago
cake
Cake day: June 22nd, 2023

help-circle
  • What morality do you derive from creating competing works and throwing them out for free across from where someone is trying to make a living from similar product? -It’s what GPL is all about, and Linus and RMS both live high off the hog instead of living to their commie ideals -the same way communist leaders do.

    Sure, some developers find ways to monetize their work, but many don’t and shouldn’t have to. The ones that do are also catering to the competition while pretending to be competition (like Firefox). -As such, they end up playing politics instead of being run like a business.











  • Data integrity is a hardware problem, not an OS problem.

    The myth that Linux is stable enough that you don’t need ECC unless you’re running ZFS or a database is wrong. A flipped bit corrupts memory before the OS sees it.

    -ECC protects the OS. The OS cannot protect itself.

    Windows has the most aggressive consumer‑grade fault‑tolerance stack with WHEA, bad‑page retirement, PCIe AER recovery, GPU/driver subsystem restart, VBS integrity enforcement, core offlining, and memory poisoning.

    -These features dramatically reduce crashes on unreliable hardware.

    ECC is the only one to detect single‑bit errors, correct single‑bit errors, detect multi‑bit errors, and prevent silent corruption from propagating. It’s not ‘Linux stability’ - it’s literally ECC (which most consumer desktops and laptops don’t have)!

    -Servers need ECC because server workloads demand correctness (and Linux doesn’t even try to deliver that because they don’t have to).

    Cosmic rays, electrical noise, and manufacturing defects literally hit hardware, not software. -That famous blue screen in front of an audience during a Windows presentation? -Nothing to be ashamed about (but they could’ve used ECC)!

    If the hardware lies, the OS has no way to know. Even Windows Server requires ECC. Enterprise Linux distros recommend ECC. It’s about physics: not the OS.










  • madthumbs@lemmy.worldtoGames@lemmy.worldI Hate Native Linux Games
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    4
    ·
    16 days ago

    That doesn’t make kernel ABI stability irrelevant. Also, your statement was: 'The Linux Kernel is very stable in terms of API and even ABI."

    Internal kernel ABI instability affects anything that depends on out-of-tree drivers (which games do). GPU drivers, input drivers, and certain middleware -all affected, and all can break games.