home.social

#rustforlinux — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rustforlinux, aggregated by home.social.

  1. I'm off to another presentation in the main room about Rust communication by Jack Huey and Niko Matsakis.

    And it's again about Rust for Linux. Looks like my t-shirt today is on point.

    #RustWeek #RustWeek2026 #RustForLinux #LinuxKernel #RustLang

  2. Matthias asks Alice the final question: "What can Rust developers learn from C developers?"

    But Greg answers the opposite one: to him, Rust makes programming fun again. It provides the tools so that there is no need to worry about the meta things a C programmer needs to keep in their head. He thanks the Rust community for that.

    #RustWeek #RustLang #RustWeek2026 #RustForLinux

  3. Was it a social challenge or a technical challenge to introduce Rust in the Linux Kernel?

    After both laughed, Alice says it's both, but the biggest challenge is social.

    The project has history, and the kernel works on trust of individuals, Greg says. The trust is not necessarily that you'll get it right the first time, but that you'll be here to fix it when it goes wrong.

    #RustWeek #RustForLinux #RustWeek2026 #RustLang

  4. I'm at the recording for the Rust In Production podcast on "Oxidizing the Linux Kernel" with Greg @gregkh KH, Alice Rhyl and Matthias @mre Endler.

    #RustWeek #RustWeek2026 #LinuxKernel #RustLang #RustForLinux

  5. This previous weekend I wrote and Submitted Rust bindings for virtio drivers in the Linux kernel mailing list including a WIP sample driver for virtio-rtc device lore.kernel.org/all/20260505-r
    #Virtualization #RustForLinux #kernel #RustLang #virtio

  6. This previous weekend I wrote and Submitted Rust bindings for virtio drivers in the Linux kernel mailing list including a WIP sample driver for virtio-rtc device lore.kernel.org/all/20260505-r
    #Virtualization #RustForLinux #kernel #RustLang #virtio

  7. This previous weekend I wrote and Submitted Rust bindings for virtio drivers in the Linux kernel mailing list including a WIP sample driver for virtio-rtc device lore.kernel.org/all/20260505-r
    #Virtualization #RustForLinux #kernel #RustLang #virtio

  8. This previous weekend I wrote and Submitted Rust bindings for virtio drivers in the Linux kernel mailing list including a WIP sample driver for virtio-rtc device lore.kernel.org/all/20260505-r
    #Virtualization #RustForLinux #kernel #RustLang #virtio

  9. This previous weekend I wrote and Submitted Rust bindings for virtio drivers in the Linux kernel mailing list including a WIP sample driver for virtio-rtc device lore.kernel.org/all/20260505-r
    #Virtualization #RustForLinux #kernel #RustLang #virtio

  10. 🎉 Breaking news: After much ado, the "experiment" with Rust in the kernel has "graduated" to a permanent status! 🏆 Because, hey, why not add a little more confusion to the already incomprehensible world of kernel development? 😂 Congratulations to the #RustforLinux team for turning a "trial" into a triumph that nobody knew they were waiting for. 🔧🦀
    lwn.net/Articles/1049831/ #RustInKernel #KernelDevelopment #TechNews #ProgrammingCommunity #HackerNews #ngated

  11. 🎉 Breaking news: After much ado, the "experiment" with Rust in the kernel has "graduated" to a permanent status! 🏆 Because, hey, why not add a little more confusion to the already incomprehensible world of kernel development? 😂 Congratulations to the #RustforLinux team for turning a "trial" into a triumph that nobody knew they were waiting for. 🔧🦀
    lwn.net/Articles/1049831/ #RustInKernel #KernelDevelopment #TechNews #ProgrammingCommunity #HackerNews #ngated

  12. 🎉 Breaking news: After much ado, the "experiment" with Rust in the kernel has "graduated" to a permanent status! 🏆 Because, hey, why not add a little more confusion to the already incomprehensible world of kernel development? 😂 Congratulations to the #RustforLinux team for turning a "trial" into a triumph that nobody knew they were waiting for. 🔧🦀
    lwn.net/Articles/1049831/ #RustInKernel #KernelDevelopment #TechNews #ProgrammingCommunity #HackerNews #ngated

  13. 🎉 Breaking news: After much ado, the "experiment" with Rust in the kernel has "graduated" to a permanent status! 🏆 Because, hey, why not add a little more confusion to the already incomprehensible world of kernel development? 😂 Congratulations to the #RustforLinux team for turning a "trial" into a triumph that nobody knew they were waiting for. 🔧🦀
    lwn.net/Articles/1049831/ #RustInKernel #KernelDevelopment #TechNews #ProgrammingCommunity #HackerNews #ngated

  14. 🎉 Breaking news: After much ado, the "experiment" with Rust in the kernel has "graduated" to a permanent status! 🏆 Because, hey, why not add a little more confusion to the already incomprehensible world of kernel development? 😂 Congratulations to the #RustforLinux team for turning a "trial" into a triumph that nobody knew they were waiting for. 🔧🦀
    lwn.net/Articles/1049831/ #RustInKernel #KernelDevelopment #TechNews #ProgrammingCommunity #HackerNews #ngated

  15. Hey, im aktuellen Newsletter #OpenSourceSpotlight berichten wir über die Konflikte rund um #Rust im #Linux #Kernel. Im Spotlight steht #Shortwave 5.0, einen Radioplayer für den #LinuxDesktop, wofür wir mit dessen Entwickler @haeckerfelix gesprochen haben. Fun fact: Shortwave ist in Rust programmiert.

    heise.de/newsletter/anmeldung.

    Wenn ihr den Newsletter abonniert, bekommt ihr die aktuelle Ausgabe zu #RustForLinux und Shortwave noch nachgeschickt. :)

    #Linux #Kernel #OpenSource #LinuxDesktop #Gnome

  16. Are you preparing for the weekend? Do you wish to learn more about Rust for Linux, and even look at some driver code? You're in luck, my FOSDEM presentation video is now available:
    Rust for Linux: an overview fosdem.org/2025/schedule/event

    #LinuxKernel #FOSDEM #RustLang #RustForLinux

  17. Something is wrong when the mailing list gets more NAKs than the repo.

    (Because the nvidia Rust compiler is called... I'll show myself out)

  18. Come see my talk in 100 mins in the FOSDEM Kernel devroom (UD2.208):

    Rust for Linux: an overview

    You can also tune online to watch the talk : fosdem.org/2025/schedule/event

    #FOSDEM #LinuxKernel #RustForLinux #RustLang

  19. Oh look, there's a stabilization PR for `Arbitrary Self Types V2` over at #RustLang :awesome: 🎉

    github.com/rust-lang/rust/pull

    It allows you to do stuff like this (taken from the PR):

    struct MySmartPtr<T>(T);

    impl<T> core::ops::Receiver for MySmartPtr<T> {
    type Target = T;
    }

    struct Content;

    impl Content {
    fn method(self: MySmartPtr<Self>) { // note self type
    }
    }

    The #RustForLinux project heavily relies on this feature.

    #Rust

  20. I am researching "things" for my upcoming Rust For Linux talk, and I stumbled back on these gems from Alex Gaynor and Federico @federicomena

    #RustLang #GCCRS #LLVM #RustForLinux

  21. I'm looking for guest lecturers for a university-level #Rust class in #Paris. Favorite topics would be security-related, and/or Rust in the real world (a return of experience kind of thing), but #RustForLinux would be awesome too.

    cc: @rfc1149

  22. Wedson Almeida Filho steps down as one of the maintainers of
    the project:

    '"[…] After almost 4 years, I find myself lacking the energy and enthusiasm I once had to respond to some of the nontechnical nonsense, so it's best to leave it up to those who still have it in them.

    To the Rust for Linux team: thank you, you are great. It was a pleasure working with you all; […]"'

    lore.kernel.org/lkml/202408282