this post was submitted on 18 Mar 2025
195 points (95.3% liked)

Linux

6561 readers
266 users here now

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

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
 

For personal reasons, I no longer feel safe working on Linux GPU drivers or the Linux graphics ecosystem. I've paused work on Apple GPU drivers indefinitely.

I can't share any more information at this time, so please don't ask for more details. Thank you.

If you think you know what happened or the context, you probably don't. Please don't make assumptions. Thank you.

I'm safe physically, but I'll be taking some time off in general to focus on my health.

Well that's sudden.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -2 points 2 days ago (2 children)

If the Rust maintainers keep dropping like this, I foresee Linux eventually losing its lead as an operating system. The transition to Rust is absolutely necessary, other OSs are catching up slowly but surely.

And unlike AI, this makes an actual positive difference in maintainability and speed.

[–] [email protected] 49 points 2 days ago* (last edited 2 days ago) (1 children)

other OSs are catching up slowly but surely.

Which ones are those? Linux is a rock, it doesnt budge it just slowly but surely does its thing. Thats why people use Linux, because it serves its purpose and it has been doing that for a while without Rust.

[–] [email protected] 1 points 1 day ago (1 children)

Redox is advancing, I think it's possible for it to become dominant someday, I don't know the likelihood but if rust in linux dies completely it feels almost inevitable.

would probably be for the best anyway, they're porting wayland and cosmic, would be nice to undo all the technical debt in the long run probably. Not for a very long time though.

[–] [email protected] 2 points 1 day ago (1 children)

Maybe in 10 years someone will invent another new language that will solve everything and then all the Rust code will have to be changed again. The cycle continues endlessly lol

[–] [email protected] 2 points 23 hours ago* (last edited 23 hours ago)

It's not just about rust, it's also just that there's a lot of tech debt in the linux kernel just from the design, they don't change a lot because they don't want to mess anything up, redox has been able to learn from all of that.

rust is also an awesome tool for writing OS's however

https://redox-os.org/faq/#what-features-does-redox-have

[–] [email protected] 9 points 2 days ago (1 children)

Rust isn't necessary. It can be mildly helpful, but it's also hurt in that it's community tends to make it actively unhelpful, just like in this case.

Linux development happened just fine for decades before rust, and while there are benefits to rust from a security point of view, if they can't maintain the code, they'll just go back to C and deal with process and policy for managing memory safety.