this post was submitted on 12 Jan 2025
99 points (95.4% liked)

Linux

5605 readers
131 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

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

founded 2 years ago
MODERATORS
all 27 comments
sorted by: hot top controversial new old
[–] onlinepersona@programming.dev 30 points 1 day ago (2 children)

Fuck dude, we need an alternative to the Linux Foundation that actually focuses on Linux itself, not every single project that somehow runs on Linux. The linux kernel is a pain to join as a newbie, it's underfunded (2% of all the Linux Foundation's funding goes to the Linux kernel), the development cycle and tooling is outdated, the major language (C) is a security risk, the maintainers are turning old and gray which brings with it the typical resistance against change, and so many other things.

I don't know if a fork is needed with a new org surrounding it that focuses 100% on the kernel, or if something else has to happen, but the Linux foundation wasting money on shit like AI and endorsing Chromium sounds an awful lot like Mozilla. Mozilla lost its way a long time ago and the Linux Foundation might be going the same way too.

Anti Commercial-AI license

[–] possiblylinux127@lemmy.zip 6 points 1 day ago (1 children)

The Linux kernel is just fine. C is in fact not a "security risk" and the tooling works fine for what it is.

[–] arendjr@programming.dev 2 points 6 hours ago (1 children)

I agree the Linux kernel is just fine. But that’s only because despite the security risks of C, there’s no viable alternative kernel.

But development doesn’t stand still, so either Linux catches up, or gets replaced when a viable alternative arrives. Thankfully Linus sees the problem, so they’re working to make the kernel viable a while longer, but I also agree with the person you replied to that this work could definitely use a bit more help.

[–] possiblylinux127@lemmy.zip 0 points 5 hours ago

There are no security risks with C when you write good code. The reason we are seeing a lot of security vulnerabilities is because prior to about 10 years ago security wasn't considered that important.

I'm not saying Rust is bad. (It is generally good) The thing to remember is that Rust also can have security issues. What we need is skilled programmers who understand security.

[–] taiidan@slrpnk.net 2 points 1 day ago (1 children)

The corporitization of linux continues. I jumped to BSD. Just linux at work now.

[–] onlinepersona@programming.dev -3 points 1 day ago* (last edited 1 day ago) (1 children)

Is BSD moving to Rust and can one contribute with something else than a mailing list?

Anti Commercial-AI license

[–] taiidan@slrpnk.net 1 points 18 hours ago (1 children)

Good questions. I don't know, but it's unlikely that Rust will be included in the base system anytime soon. It is of course available as a package.

[–] onlinepersona@programming.dev 1 points 2 hours ago

I had a look at NetBSD and FreeBSD: I don't think they are in a better position than linux honestly. NetBSD still uses CVS and mailinglists for contributing.

NetBSD even starts with this

An addition or change to the existing source code is a somewhat trickier affair and depends a lot on how far out of date you are with the current state of FreeBSD development.

Both might be even be worse than linux in terms of ease of contributions...

Anti Commercial-AI license

[–] muntedcrocodile@lemm.ee 18 points 1 day ago

I really dont support people hating on opensource devs/organisations but i think they deserve some hate for this.

[–] domi@lemmy.secnd.me 9 points 1 day ago

Are there any statistics on which projects the Linux Foundation spends how much on?

Their annual report for 2024 only lists "Project Support" with 64% ($193,704,610) of its expenses but doesn't go into details which projects are supported by how much.

[–] pastermil@sh.itjust.works 11 points 1 day ago (1 children)

Soon, Linux Foundation would be the joke that FSF is, but with capitalist twist.

[–] qweertz@programming.dev 8 points 1 day ago* (last edited 1 day ago) (1 children)

please don't insult the FSF like that by comparing it to the LF...

The FSF might be unpragmatic and (thus) often horribly out of date, but it's neither opportunistic nor engaged in corporate bootlickery.

At some times it can even be dogmatic, but you can at least mostly depend on it keepig it's spine and vision!
(even if I partially disagree with it, as it's doctrine does not take political economy — and thus the root problem that is capitalism — into account)

[–] refalo@programming.dev 2 points 1 day ago* (last edited 23 hours ago)

They might have pure motives but I have to wonder just how useful that is realistically. The rest of the world does not seem keen on following in their spirit.

[–] Sanctus@lemmy.world 13 points 1 day ago
[–] astro_ray@piefed.social 3 points 1 day ago (2 children)

Google pays the Linux Foundation a LOT of money.

[–] possiblylinux127@lemmy.zip 3 points 1 day ago

It is the industry standard. Realisticly there isn't anything else. You can't easily decouple Gecko and Firefox plus most companies don't want to rely on Mozilla.

Google sucks sometimes but at least they made Chromium into something modular and embeddable.