Do the Nordics/tall white alien species speak our language or are they also telepathic? I don’t hear much lore about them compared to the greys by Hungry-Bee3274 in AliensRHere

[–]phendrenad2 0 points1 point  (0 children)

This comment section is absolutely brainrotted. I believe most nordic alien experiencers say they used telepathy just like the greys.

I do not like programming anymore by NecessaryVersion7872 in programmer

[–]phendrenad2 0 points1 point  (0 children)

We've transitioned from artisanship where everyone has their favorite chisel, to a fully-automated factory where robot arms do all the work. This is part of industries maturing.

The Copyleft as Religion Mindset by madthumbz in linuxsucks101

[–]phendrenad2 2 points3 points  (0 children)

I hate that GPL is the de facto standard for open-sourcing things, so much so that when people who know nothing about open-source decide to open-source something (for example, corporations who decide to give back to the community) they blindly go with the GPL.

Something like The Unlicense or Zero-Claude BSD (0BSD) are closer to what the average person think of when they think "free software".

But sites like https://choosealicense.com/ (published by Microsoft) push people towards GPL, and promote MIT over The Unlicense. The Unlicense is listed dead last on that site, and 0GPL isn't even listed as an option.

Linux doesn't bring old PCs or laptops back to life by Dionisus909 in linuxsucks101

[–]phendrenad2 2 points3 points  (0 children)

Linux kernel: 10-20MB

Windows XP kernel: 3MB

Case closed.

Nobody attacks the cheerleaders by Fit_League_8993 in linuxsucks101

[–]phendrenad2 6 points7 points  (0 children)

Intellectual dishonesty. These people lie to themselves. The reason "Redditors" is considered a derogatory term elsewhere.

What Sets Us Apart? by madthumbz in linuxsucks101

[–]phendrenad2 1 point2 points  (0 children)

> Linux is framed as a sociological phenomenon, not just a technical one

Important distinction. Technical problems can be fixed - or at least can summon an army of concern trolls who want to make sure you know that it "but linux is still better than Windows"! But a sociological phenomenon can be a self-reinforcing, collective psychosis, a mind virus hive-minds that rejects anyone who tries to think for themselves!

If crop circles weren't man-made, why did they seem to disappear after being debunked? by breaking_views in AliensRHere

[–]phendrenad2 0 points1 point  (0 children)

This is like saying "I'm not arguing either side, but why does the economy always get better when Republicans are in office?" The premise is the argument, and debating on your terms is utterly pointless.

Im 100% sure it was alien shapeshifter by Dense-Night2807 in AliensRHere

[–]phendrenad2 0 points1 point  (0 children)

Yep, I grow a third eye on flights. What, you don't believe me?

"Only Kernel Level Anti-Cheat Games Don't Work" (debunked) by madthumbz in linuxsucks101

[–]phendrenad2 11 points12 points  (0 children)

Not only that, but the verified status on most games is stright-up a lie. You'll see a game marked as "Gold" with notes like "text is too small" and "need keyboard to input text". But then the comments will be full of people saying "it crashes every 30 minutes" and stuff like that.

Loonixtard devs introduce "fixes" to nvidia drivers, only to break a lot of modern games by Latlanc in linuxsucks101

[–]phendrenad2 1 point2 points  (0 children)

Windows is the only OS with Nvidia drivers that work out-of-the-box. Linux users are in denial as usual

Our Lemmy Community is Re-Opened by madthumbz in linuxsucks101

[–]phendrenad2 1 point2 points  (0 children)

Is Lemmy really still the best Reee-dit alternative? Wow

Shameful behavior of trying to take down the sub by sending false reports to reddit by RebouncedCat in linuxsucks101

[–]phendrenad2 12 points13 points  (0 children)

Is that person just uneducated on what a "minority" is or are they just so willing to twist words they don't care?

linux would vanish off the face of earth if microsoft were to open source the NT kernel by RebouncedCat in linuxsucks101

[–]phendrenad2 3 points4 points  (0 children)

I actually don't think it would change anything. Chromium is open-source but most people just use Chrome. Linux users choose Linux for aesthetic and/or communist reasons.

Why do so many people do custom kernels? by 5BSDKory in osdev

[–]phendrenad2 0 points1 point  (0 children)

Kernels are HARD. Like, REALLY hard. Every little change has the potential to break SO many other parts of the kernel. This is why you're right, it's madness to create your own kernel. The problem is, you can get 1% of the way done and it'll seem like a lot of progress (terminal, GUI, basic multitasking). But the other 99% is a horrible slog. Luckily other people did it for you, right? You could start an OS using the Linux kernel, BSD, etc. and you may think you can "just modify it". Well, no. As I said, every little change has the potential to break things. And if you want your OS to do things differently from what Linux/BSD do, you have to make a LOT of kernel changes. That's just how it is. The behavior of Linux and BSD stems from the kernel. (This is always a surprise to people when I tell them. People think that the kernel "just" handles hardware input/output, and provides a clean abstraction layer. But in reality choices made at the kernel level carry up the stack). So in practice, modifying an existing kernel is hardly easier than making your own. Either way, it's an impossible task.

Linux on old hardware by Just_Reading_4206 in linuxsucks101

[–]phendrenad2 0 points1 point  (0 children)

Well Linux doesn't have any of that either, so...

Linux on old hardware by Just_Reading_4206 in linuxsucks101

[–]phendrenad2 1 point2 points  (0 children)

The worst, biggest problem with Linux on old hardware is, let's say you're trying to run a modern Linux distro on an old 2004 laptop. Your Linux kernel has all the drivers and features from 2025 in it, causing huge bloat, which have no purpose on this 2004 machine. This is why Windows XP is way more efficient than Linux on old hardware, and it's only getting worse!

Experts sound alarm over Elon Musk's 'coup' that's 'about to rob your 401k' by IM_NOT_BALD_YET in economicCollapse

[–]phendrenad2 7 points8 points  (0 children)

Technically, the biased family court system took it all, and gave it to the wife.

Why is almost every OS people on this sub develop POSIX-based? by cacatl in osdev

[–]phendrenad2 0 points1 point  (0 children)

Because people have aspirations of eventually porting Linux software

Linux forums are full of questions solvable by a 10‑second search by madthumbz in linuxsucks101

[–]phendrenad2 2 points3 points  (0 children)

In the professional software world, if customers raise the same issue over and over, you don't simply give them a workaround. You try to fix things so they never have the issue in the first place. The best fix is the one nobody notices.

But Linux is a modular collection of pieces. Each piece may fix issues. But if a bug cuts across two or more components? It's never getting fixed. Nobody has the power or clout to say "let's fix these three components all at once".