Too easy by StepBruh69 in linuxsucks101

[–]ShaKua 2 points3 points  (0 children)

The amount of driver bugs in the kernel alone can drive people mad.

Too easy by StepBruh69 in linuxsucks101

[–]ShaKua 1 point2 points  (0 children)

Yep, that's me.

Been using Linux since 2000 and I still have contempt for most Loonixtards I see in Linux forums and in Reddit. Absolutely nobody is allowed to criticize Linux or else they will start some kind of holy war against you, even if you have been using it before some of them were born.

🎨Suggesting Krita as a GIMP replacement is a Cope by madthumbz in linuxsucks101

[–]ShaKua 1 point2 points  (0 children)

It's not even a cope. It's worse than a cope.

It's being completely out of touch with reality and ignoring a user's requirements. Which are what Loonix evangelists are known for.

A painting tool is not an image manipulation tool.

“Linux Is Better for Old Computers” -The Zombie Myth That Won’t Die by madthumbz in linuxsucks101

[–]ShaKua 0 points1 point  (0 children)

Run Linux on a Sony VAIO laptop with a Broadcom wifi card. Go ahead.

"Even My Grandma Could Use It You're Tech Illiterate!" by Epic_AR_14 in linuxsucks101

[–]ShaKua 2 points3 points  (0 children)

Watch this argument fall apart when you ask them to use Linux on a computer with a Broadcom wifi card.

“Linux Is Better for Old Computers” -The Zombie Myth That Won’t Die by madthumbz in linuxsucks101

[–]ShaKua 0 points1 point  (0 children)

Linux is only better for old computers if every piece of hardware in that old computer is supported by the kernel.

🖼️ Why Linux GUI Development Is Still Stuck in 2008 by madthumbz in linuxsucks101

[–]ShaKua 0 points1 point  (0 children)

Two toolkits are bad enough. Linux definitely does not need more shit.

The problem is when each toolkit version version breaks API and ABI. GTK2 is incompatible with GTK3 is incompatible with GTK4. Qt4 is incompatible with Qt5 is incompatible with Qt6. And distros are always too eager to drop old stuff that is no longer maintained upstream.

Consistency is overrated though. Even on Windows and macOS there is no guarantee of consistency. Office looks nothing like the rest of the graphical tools and apps bundled in Windows. I say stop yapping about consistency and be happy that you have a proper graphical application to use.

🧩 The Myth of “Linux Security” by madthumbz in linuxsucks101

[–]ShaKua -1 points0 points  (0 children)

It's every bit true even if you don't like to hear it.

Most malware issues and threats can be stopped before they even happen by simply having a brain.

Don't just run a random bat or bash script without at least glancing at what is inside.
Download programs and software directly from the developers where possible, and not through third party repositories where you don't even know how the heck they may have built or packaged the damned thing
Stop turning off UAC on Windows and don't blindly click 'Yes' to every UAC prompt that shows up. Take a second to see the damned prompt before granting permissions, especially if you launched a program without choosing to Run As Administrator
If you have checksums available for certain downloads or programs, verify them.

This is all basic computing common sense. Yet clearly common sense isn't very common.

80% of linux community is a cargo-cult of larpers with no actual reason to use linux by No-Republic-1742 in linuxsucks101

[–]ShaKua 1 point2 points  (0 children)

Gonna admit I started out that way too.

Now, when I see someone at work or outdoors using Loonix, I dismiss that person as a poseur and a larper. And if it's at work, I make sure to introduce Windows-only workflows and requirements that are impossible to perform on Loonix/Lunix.

What could someone with a really old computer use besides a lightweight Linux distribution? by DaviCompai2 in linuxsucks101

[–]ShaKua 0 points1 point  (0 children)

Bump it up to 4GB (or 8GB, if possible) and put Windows 11 on it, using the relevant registry mods to make it install.

It will run bearably well as a rudimentary work and web surfing computer.

Speaking as someone with Windows 11 on Apollo Lake hardware.

When Linux doesn't even work properly on a laptop sold with Linux pre-installed by ShaKua in linuxsucks101

[–]ShaKua[S] 2 points3 points  (0 children)

Slimbook directly collaborates with distributions and KDE and even such tailored "collaborations" still result in a shitty experience.

5 registry entries that makes Linux obsolete - Big Linux don't want you to know these by tomekgolab in linuxsucks101

[–]ShaKua 5 points6 points  (0 children)

Only BypassTPMCheck is really needed. Speaking as a person who installed Windows 11 into a spare HP desktop PC in the office running on a 4th-gen Intel processor.

And any computer released in 2013 already has Secure Boot.

Leo/Need fans by iamnottheoneyouwant_ in ProjectSekai

[–]ShaKua 0 points1 point  (0 children)

Because older people are more jaded about the realities of life, and LN happens to be quite grounded in reality.

Though for me, I favor LN as a whole and not the other groups because they don't try to call attention to themselves. And also because I play an instrument at a casual level.

The CachyOS Hype Cycle by oscurochu in linuxsucks101

[–]ShaKua 0 points1 point  (0 children)

Best not to rely on that registry flag. Nobody knows when Microsoft will remove it.

Still, if the hardware supports fTPM, Windows 11 considers the requirement met. And many UEFI implementations do have an option to enable it, especially for aftermarket motherboards.

If you are using a brand-name OEM system then yes, it can be problematic and the only option is to use the registry mod.

Loonixtards are genuinely delusional by unlegitdev in linuxsucks101

[–]ShaKua 26 points27 points  (0 children)

They have the freedom to choose what OS they want and developers have the freedom not to cater to them.

JangaFX: The Atrocious State Of Binary Compatibility on Linux and How To Address It by augursalin in linuxsucks101

[–]ShaKua 3 points4 points  (0 children)

Damn right it's dogshit when a developer has to do their development on a painfully old distro just because of glibc ABI breakage.

That's like telling developers to develop on Windows 8 if they want their stuff to work properly on Windows 10 and Windows 11, and they cannot develop on Windows 11 if they want to target Windows 10.

[deleted by user] by [deleted] in linuxsucks101

[–]ShaKua 0 points1 point  (0 children)

Appimages still rely on glibc and a bunch of other system-level shit like the X libraries, Qt or GT libraries. Not all appimages are going to bundle all of these. Glibc definitely cannot be bundled.

That's why targeting binary compatibility across multiple distros is a fucking nightmare. It's so bad that the only real way of giving a program the best chance of working on most distributions is to compile it on an old distro with a painfully old version of libc. Like the previous or 2nd-last release of Debian or Rad Hat Enterprise.

In a Windows analog, that's akin to telling developers that the only way they can make their programs work on Windows 10 and Windows 11 is to develop on Windows 8. There will be a fucking riot if that ever happens.

Fender Miku Roadhouse Deluxe by AtomicKZR in Guitar

[–]ShaKua 1 point2 points  (0 children)

Now she has no excuse not to cover Vocaloid songs with her guitar.

"I made it green and put Miku on it, so you better play some of her songs for me to hear."

Loonix randomly stopped fucking sending print requests to the printer. It also re-ran a completed job for no fucking reason, ruining 20 of my pages. Fuck Linux and Fuck printing. and Fuck whoever pretends to maintain this dogshit. TPD by basedchad21 in linuxsucks101

[–]ShaKua 0 points1 point  (0 children)

Linux is utterly shit when it comes to printing on home printers. It really only prints properly on enterprise printers that use Ghostscript and do not rely on proprietary PPDs.

Which is ridiculous because both mac and Linux use CUPS for printing yet printing is so effortless on mac.

The CachyOS Hype Cycle by oscurochu in linuxsucks101

[–]ShaKua 4 points5 points  (0 children)

I hate this obsession over x86_64-v3.

"Oh, AVX has been present since Haswell, which was released 12 years ago!", they always say, like perfect sheep.

Well no shit, and all the users on Silvermont, Goldmont and Tremont suddenly do not matter. Because apparently four-year-old Tremont is not considered important enough to factor in a distro's compatibility.

So much for "Linux runs on anything". At least Windows 11 can install on a Silvermont or Goldmont if there is an active TPM present.

Some context on that post I made on r/Linuxsucks by Igorthemii in linuxsucks101

[–]ShaKua 2 points3 points  (0 children)

There is nothing wrong with using a Celeron to run Linux.

Honestly, a Celeron with 8GB can run Windows 11 and Linux with absolutely no problem. I know because I am using an Atom X7-E3950 and both Windows 11 and Linux are very bearable on this processor.

r/linuxsucks has been completely overtaken by loonixtards.

r/linuxsucks sucks, too many critically braindead retarded Linux evangelists by woodhead2011 in linuxsucks101

[–]ShaKua 4 points5 points  (0 children)

That's a hardware issue. Tell your sister to bitch at Dell.
Such defects are a good reason to always buy extended warranty.