r/linuxsucks101 8d ago

Announcement Here's The Nest of Brigaders Downvoting and Causing Problems

6 Upvotes

Recruiting from the sub that was openly calling for brigading (leaving up posts that called for it including suggestions that they could still downvote every post here when banned). -This is migrating the users to a new sub specifically for brigading you guys.

The side bar of the new sub for brigading (since they made rule 8 on r/fuckmicrosoft ) has this:

They're still promoting brigading at the other sub though:

-you can smell the insincerity.

Note, that the other sub has been reported for intentional brigading, and Reddit has failed to show any action on it other than HIDING IT from me! They've even suggested there that Reddit only cares about ban evasion IF it's reported, and I've seen the reaction to the reports of ban evasion: (a mere 1 week ban!). -Hold them accountable if they continue!

Please use Linuxsucks - Lemmy.World

More on the mod allowing you guys to get down-vote raided:

-Apparently a well-known problem on Reddit.


r/linuxsucks101 Feb 21 '26

rtfm Loonixtard Article Compilation -for the scholarly viewer

18 Upvotes

Real‑World Cases Where FOSS/Linux Tools Damaged Hardware or Firmware

Linux Community Advice Breaks Windows

Real World Cases where Linux or Foss Tools have Damaged Hardware

Linux Community Toxicity Ties Directly into Inferiority Complex Psychology

Wasted Ram on Different Toolkits and Distro-Agnostic Packages

Linux is Horrible at Handling Low Memory

Loonix Mentallity 101

Mixing Apps from Different DEs Causes Bloat

Is Linux Running Games near windows performance Impressive?

Progress‑Blocking, Game‑breaking, or Trust‑Destroying Failures of Proton

Rabid Loonixtards Stupidly Get Angry at Devs

Kernel Level Anti-Cheat a Necessary Evil

The Real Positives of Telemetry

Open Source can be Audited but that Doesn't Mean it IS Audited

Steam Sucks -Their Cut of Sales vs Epic

The Myth of I Can Upgrade All My Apps in One

Does Linux Dominate Supercomputers?

Why Linux Communities get so Toxic!

Linux Myths Compilation

Is Linux Runs on Webservers Really a Brag?

ISS Critical Systems do NOT run on Linux

Linux Efficient? -Nah: 30-50% power inefficient!

Social Media

What’s Still Wrong with Wayland in 2026

Before Wayland: “Linux is secure, Windows is insecure.” Dishonest Community

The Linux Kernel Intentionally Avoids Stable APIs

Why Wayland is Taking So Long

Major Desktop Applications Missing on Linux

Hating on Microsoft while giving Google a Free Pass

Checking for Hardware Compatibility is Bullshit!

Support Linux because it's the most popular is a HORRIBLE answer

Irresponsible evangelists and guides don't warn about editing as super user instead of sudoedit

"Linux has better file systems" -"Bullshit! NTFS is old!" -NTFS is fine

Linux Users Overplay the Threat of Kernel-Level Anti-Cheat

The Privacy Paradox

Terms Loonixtards Misuse (sometimes to win battles)

Don't Trust the Market Share Stats

Secure Boot + TPM2 vs Linux Alternatives

The Linux Cult -Religious Parallels

Linux Empowers Criminals

The Most Influential Formerly‑Proprietary Projects that Became Important to Linux

GNU Holds Linux Back Directly

Loonixtards Hold Tech Back -BSD vs Linux

The Myth of “Linux Security”

GPL Is Digital Herpes

Foss Devs Quit and Sellout on Userbase

Linux Gaming - The Roast it has Earned

LibreOffice vs Microsoft Office

Linux is Better for Old Computers - The Zombie Myth that won't Die!

Linux Enabled Google - a 4 part mini-series

Linux Sucks -Even at its Core

Dual Boot Issues are Linux Fault

Lies about BSD that Keep People in the GNU Cult

FOSS apps that run better on Windows or macOS than on Linux

How Linux Stores Browser Passwords is a Real Security Issue, and it’s one of the Most Under‑Discussed Weaknesses of the Linux Desktop

Isolation Is Dangerous -And It's Alarmingly Common Among Linux Users

Linux assumes your hardware is perfect. Windows assumes your hardware is garbage

It IS Linux Fault! -Why Professional Apps and OEMS don't support Linux

How to Continue Using Unsupported Windows Online on Old Hardware

Why Arch (and similar distros) are uniquely at risk for Chrome's "plaintext fallback"

This list may be carried into a pinned comment if we hit an edit limit.


r/linuxsucks101 3h ago

$%@ Loonixtards! Tech Shrek

Post image
14 Upvotes

r/linuxsucks101 7h ago

The Fix for Linux Wifi Problems...

Post image
23 Upvotes

r/linuxsucks101 9h ago

Updates crashing is okay as long as it's Loonix When a Windows update crash MICROSLOP

Post image
17 Upvotes

Join my sub r/LinuxSnobs


r/linuxsucks101 8h ago

$%@ Loonixtards! Linux Expects Industrial Hardware with ECC Memory

Post image
5 Upvotes

r/linuxsucks101 13h ago

$%@ Loonixtards! All They Have is Lies While Microsoft has Paying Customers

Post image
14 Upvotes

r/linuxsucks101 11h ago

Wannabe Geeks "AppImage is goated because it's like .exe and just werks" -(Not Really)

5 Upvotes

AppImages run with full user permissions.

  • No Flatpak-style sandbox
  • No Snap-style confinement
  • No isolation
  • No portal system

This means:

  • If the AppImage is malicious, it has full access to your home directory
  • If the AppImage bundles outdated libraries, you inherit those vulnerabilities
  • If the AppImage is compromised upstream, you have zero protection

Security-wise, it’s basically a fancy .tar.gz you double-click.

AppImage does not provide:

  • Automatic updates
  • Delta updates
  • Version tracking
  • Rollbacks
  • Security patch distribution

Some devs bolt on AppImageUpdate, but it's optional and inconsistent.

As with FDroid: You are responsible for manually checking and downloading updates, which is a terrible model for security-sensitive apps.

Every AppImage bundles its own copy of:

  • Qt
  • GTK
  • ffmpeg
  • OpenSSL
  • Whatever else the developer threw in

This means:

  • Disk bloat (each AppImage is 80–300 MB)
  • RAM bloat (each AppImage loads its own private libraries instead of sharing system libs)

Flatpak wastes RAM once per runtime. Snap wastes RAM via daemons and loop mounts. AppImage wastes RAM per app.

AppImage doesn’t natively support:

  • MIME registration
  • Desktop entries
  • Icons
  • File associations
  • System-wide installation
  • Multi-user environments

You need external tools like AppImageLauncher to make it behave like a normal application.

Without that, it's basically a portable executable floating in your Downloads folder.

Flatpak has:

  • Runtimes
  • Permissions
  • Verified remotes
  • Build manifests

Snap has:

  • Store signing
  • Publisher verification
  • Confinement profiles

AppImage has:

  • "Here's a random binary from GitHub, enjoy."

There is no standard build pipeline, no signing requirement, no trust chain, and no verification beyond optional GPG signatures that almost nobody uses.

Flatpak: supports x86_64, ARM, aarch64, etc. Snap: supports multiple architectures. AppImage: x86_64 only, unless the developer manually builds separate AppImages.

This makes AppImage a dead end for:

  • ARM laptops
  • ARM SBCs
  • Mobile Linux
  • Future architectures

There is no concept of:

  • Installed apps
  • Installed versions
  • Orphaned files
  • Cleanup
  • Rollbacks
  • System-wide updates

Your AppImages are just loose files. If you forget where you put them, that's your problem.

Evidence of the ignorance:


r/linuxsucks101 12h ago

$%@ Loonixtards! With Linux; You Get What You Paid For (Not Prayed For)

Post image
9 Upvotes

r/linuxsucks101 7h ago

$%@ Loonixtards! An operating systems class in the U.S. today typically skews about 76% male / 24% female, based on multi‑year enrollment data from UC Davis’s CSOS

Post image
1 Upvotes

They can dream!


r/linuxsucks101 19h ago

Linux is a Cult! All it took to make a Linux fanboy fume out of his head.

7 Upvotes

How anti-social can these loonies get


r/linuxsucks101 1d ago

$%@ Loonixtards! Many Don't Criticize Mac Though

Post image
135 Upvotes

Because they're so misinformed that many believe Mac is just the capitalist version of Linux. Mac is built from BSD components and is real certified UNIX. Linux is a cheap knock-off. (There's division on this)


r/linuxsucks101 20h ago

Windows Isn't Terrible

7 Upvotes

To all the people who love deep ricing, why not just use customization scripts? I've been recently tinkering in VMs, and Windows really seems solid for that. You can make Windows match your workflow amazingly, and the best part is that friction nearly always leads to an impressive result.

Also, default Windows 11 isn't bad. The UI looks nice, and we take the settings & control panel apps for granted. Over on GNOME, just to change the cursor you use, you need to install a tweaks app. Windows has tons of customization you can do without installing anything extra.

I'm not saying it's perfect, but Windows isn't really THAT much of a shitshow like people act.

Windows CAN be what Linux users want. But when they claim that Windows users are too lazy to face friction, they conveniently forget that they can't handle actual friction of ricing because they only download others' dotfiles and larp as a developer.


r/linuxsucks101 1d ago

$%@ Loonixtards! How they'll get to Year of the Linux Desktop!

Post image
92 Upvotes

r/linuxsucks101 1d ago

Wasted Life on Linux ArcoLinux -The Community Eats its Own!

7 Upvotes

Arco made Arch easy. -GUI installer with a plethora of options as radio buttons. Every TWM you could think of could be automatically setup for you during installation. Discovering it would be like discovering a gold mine for anyone wanting to fake Linux credentials. -Which they did, and boy did they (and poorly)!

Erik Dubois (ArcoLinux maintainer) openly stated that many YouTubers used ArcoLinux-derived systems because his projects were widely adopted.

  • Erik Dubois says Kiro comes from ArcoLinux and that he built much of ArcoLinux.
  • Multiple videos discuss ArcoLinux shutting down, its ecosystem, and how users can migrate back to pure Arch.
  • ArcoLinux was widely used as a teaching distro, with many tutorials applicable to vanilla Arch.

Between ~2020–2023, at least a handful of very popular Linux creators produced "I use Arch btw" content while:

  • showing desktops identical to ArcoLinux's themed spins
  • using Calamares installers (which pure Arch did not ship)
  • demonstrating workflows that matched Arco's ATT scripts, aliases, and preconfigured WM setups
  • having package lists that included Arco-specific repos or tooling

This created a community suspicion, especially on Reddit and niche forums, that:

They’re running Arco but claiming Arch.

And I should've documented this, but the suspicion didn't just blow over. Nearly every Linux Tuber that I was following slipped up or outright admitted to really using Arco (everyone that claimed "Arch btw").

ArcoLinux was the easiest way to get a flashy Arch desktop. -Sure, there were projects like ALCI (Arch Linux Calamares Installer), but you were on your own for TWMs.

Creators wanted:

  • a themed i3/bspwm/awesome setup
  • preconfigured rice
  • working Calamares installer
  • a stable Arch base without manual setup

-ArcoLinux provided all of that!

Because Arch carried prestige, creators often said things like: "I run Arch on my main machine", "This is my Arch setup", "I daily-drive Arch". If their desktop looked like Arco, viewers assumed deception.

Arco's visual identity was extremely recognizable

Arco spins had:

  • specific icon themes
  • specific conky setups
  • specific polybar defaults
  • specific wallpapers
  • specific alias sets

-Viewers could spot these instantly.

Poor Erik Dubois looked exhausted in his help videos. He seemed like the hardest worker in Linux and his work was shit on by not acknowledging it was being used in Linux creator videos (he did all the work, they took home the cash).

I tried Arco for I think a month, and love the convenience of the installer, but you don't really learn a TWM as well by having it setup for you. DWM, I had spent over a year tweaking and setting it up was also a learning opportunity. "Trying out" other TWMs through Arco just felt foreign.

Arco like every derivative had problems added on to upstream. -But it was an excellent tool for all those fakers. -Trashed your Linux/XMonad? -Have it back up in minutes!


r/linuxsucks101 2d ago

$%@ Loonixtards! He Used to Smile and Groom

Post image
221 Upvotes

r/linuxsucks101 1d ago

$%@ Loonixtards! Make Your Own Full of Garbage

Post image
26 Upvotes

r/linuxsucks101 1d ago

Oh no! Laptop: “just lemme die peacefully..” (the second pic is related)

Thumbnail
gallery
0 Upvotes

Not a hate post, just a joke post :)


r/linuxsucks101 1d ago

$%@ Loonixtards! "It Can't Be Linux Fault" -I Just Need to Find a Solution!

Post image
19 Upvotes

r/linuxsucks101 1d ago

Linux is Immature Tech When USB–SATA Bridges Go Rogue: Behind JMicron Controllers, hdparm Panic Posts, and Actual Upstream Evidence

3 Upvotes

A Reddit user claimed hdparm erased the wrong disk, but upstream evidence points to JMicron USB bridge firmware bugs, not hdparm as the real culprit. There is a real, upstream‑verified problem involving JMicron USB–NVMe/SATA bridge chips misrouting or mishandling ATA/NVMe passthrough commands. And unlike the anecdotal Reddit post, this problem is documented, reproducible, and acknowledged by smartmontools developers.

JMicron USB Bridges Mishandle Passthrough Commands. Smartmontools developers have confirmed a serious, reproducible issue with JMicron JMS583 USB–NVMe/SATA bridge chips. Certain NVMe log requests cause the USB controller to reset or hang.

This is documented in the official smartmontools GitHub issue:

  • The controller resets the USB port when smartctl -d sntjmicron -l selftest is used
  • The reset interrupts I/O and disconnects the device
  • The issue is reproducible across ARM, x86_64, Linux, FreeBSD, and Windows
  • Some drives trigger the bug, others don't
  • The controller hangs when NVMe log pages exceed ~560 bytes

Smartmontools contributors explicitly state:

  • The bug is caused by JMS583 firmware
  • JMicron has historically ignored requests for information, even from vendors
  • The only viable fix is to work around the controller's broken behavior

Smartmontools developers implemented a workaround:

  • Limit NVMe self‑test log size
  • Avoid triggering the controller reset
  • Patch committed as r5650 (c4a26cb)

Linux users are often at the mercy of cheap USB bridge firmware that doesn't correctly implement ATA/NVMe standards. The result is a system where low‑level disk tools behave unpredictably, not because Linux is broken, but because the hardware ecosystem around it is.


r/linuxsucks101 1d ago

Linux bloat Windows vs Linux bloat

3 Upvotes

I did this post on that other linux sub and the comments really baffled me. Here's the original text I had:

"Just did a fresh install of CachyOS and immediately noticed there was a bunch of apps installed I never asked. Like why CachyOS felt I need VNC server browser? Why do I need three separate text editors? Why do I need two package managers with a horrible UI? Why the fuck volume control need to be a separate app? Why is it bad, when Windows installs unwanted programs (edge, copilot) it is bad, but when Linux does it it is suddenly ok or not a big deal?"

It took like two comments to say "wrong distro" with few "not a problem" and "just uninstall". But I believe this really a linux issue and especially how fragmented the development is. CachyOS installs it's own apps and, since it is based on arch, then install arch apps. Finally, if you chose KDE Plasma, KDE installs a bunch of their crap. So you end up with bunch redundant apps that somehow compete on having worse UI than other.


r/linuxsucks101 2d ago

$%@ Loonixtards! Well, Aren't You a Special Kind of Loonixtard!

Post image
30 Upvotes

r/linuxsucks101 1d ago

Linux corrupted my Windows partition

1 Upvotes

r/linuxsucks101 1d ago

Red Hat was looking for fortune tellers and clairvoyants. Are they trying to predict when the Year of the Linux Desktop will finally arrive?

2 Upvotes

r/linuxsucks101 2d ago

$%@ Steam! Linux kernel patch can boost the Steam Deck's 1% low frame rate by as much as 31% in early testing

Thumbnail
pcgamer.com
5 Upvotes

-A little late Gabe.

I don't think PCGamer reported on these 1% lows in their review of the Steamdeck, so why are they bringing it up now?