this post was submitted on 29 Jan 2025
144 points (100.0% liked)

Linux

5864 readers
340 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] onlinepersona@programming.dev 52 points 1 week ago* (last edited 1 week ago) (7 children)

What is wrong with the commenters on Phoronix? There seem to be a bunch of old dudes who can't accept that C is unsafe and no amount of "skill" will prevent it from being unsafe. They look at 3 decades of unsafe C with thousands of CVEs and still think it's a skill issue.

Anti Commercial-AI license

[–] The_Decryptor@aussie.zone 30 points 1 week ago (1 children)

If you think the comments about Rust are bad, you should check out any article about X11/Wayland or systemd.

[–] onlinepersona@programming.dev 16 points 1 week ago (2 children)

Yeah, I don't understand the wayland and systemd hate. Personally, the alternatives are worse in many areas. managing services before systemd was terrible and I'm very happy it's here. Making services depend on magic comments is a terrible system IMO. Can't remember if that's upstart or rinit or whatever.

Anti Commercial-AI license

[–] Feathercrown@lemmy.world 4 points 1 week ago (1 children)

Wayland hate I at least understand. Their security model makes it not a 1:1 replacement for X11 yet, but that's what it's marketed as.

There's definitely stuff it breaks. I still miss Autokey.

[–] fishpen0@lemmy.world -3 points 1 week ago (3 children)

Old NVIDIA gpu here. Wayland is still completely broken for me. I shouldn’t have to buy specific hardware to make my Linux work.

[–] DarkMetatron@feddit.org 16 points 1 week ago (1 children)

But that is hardly Waylands fault, be angry about Nvidia for having bare to none Linux support for decades.

[–] fishpen0@lemmy.world 0 points 1 week ago

And yet works fine for me in x11 where my windows and mouse both don’t run at 1fps. I hobby work with ai models and cuda, someone needs to fix it or I’m sticking with x11. I never said it was waylands fault, but given nvidia never acknowledged x11 either and it works over there maybe accepting reality about who is more likely to fix it would be good for that team.

[–] onlinepersona@programming.dev 15 points 1 week ago (1 children)

NVIDIA is a billion (maybe trillion now?) dollar company that leaves it up to people in their free time to support their hardware on linux and you're blaming the unpaid devs, not NVIDIA?

Anti Commercial-AI license

[–] teawrecks@sopuli.xyz 2 points 1 week ago

A Linux user time traveling from the 90s/00s would be elated to know that one day someone could possibly have this opinion.

There are exactly 3 types of phoronix commenters:

  • Trolls
  • People falling for the trolling
  • Professionals working at intel, red hat, etc who use that site as some kind of communications board for some strange, unknown reason
[–] missphant@lemmy.blahaj.zone 25 points 1 week ago (1 children)

If you open the comments on Phoronix you have already lost.

[–] onlinepersona@programming.dev 6 points 1 week ago

Learning that the hard way 😂

Anti Commercial-AI license

[–] _____@lemm.ee 24 points 1 week ago (1 children)

I love C and C++ and I talk to someone else who does (comp sci grad) but he's hugely biased against rust and says shit like "rust is cringe it has training wheels, just be good at C"

it's like a weird tech anti-intellectualism

[–] Piatro@programming.dev 1 points 4 days ago (1 children)

It's just elitism. They think because they've suffered to learn C and have learned all the footguns of the language that they are smarter than people who haven't, so they see anything higher level than C as being a baby language for babies. 30 years ago I'm sure there was the equivalent of people who exclusively worked in assembly who thought the same about C programmers.

[–] pressanykeynow@lemmy.world 1 points 3 days ago

30 years ago I’m sure there was the equivalent of people who exclusively worked in assembly who thought the same about C programmers

Isn't it exactly the point Linus was making about Rust?

[–] cm0002@lemmy.world 16 points 1 week ago

The C/C++ fandom is...something else. For many, C is perfect for every use case and everything else higher level from C# to JavaScript is nothing but inefficient waste for programmers who aren't good enough for something like C lol

[–] BassTurd@lemmy.world 8 points 1 week ago (1 children)

Technically, it is a skill issue though, but requires borderline perfection to achieve safe code. It's still a bad argument and detracts from progress in an area where it's sorely needed. Correct me if I'm wrong, but my understanding is that everything unsafe is because the logic used left something exposed where rust has rules in the language the prevents those had coding practices. C is inherently unsafe, it just doesn't have built in safe guards to keep the dev from using it wrong.

[–] onlinepersona@programming.dev 9 points 1 week ago

Technically, it is a skill issue though, but requires borderline perfection to achieve safe code

If near perfection is the minimum to achieve a goal, then it can't be a skill issue, IMO. But I agree with the rest. It's a terrible argument that keeps getting repeated, not only for C but many other places in the tech world.

Anti Commercial-AI license