this post was submitted on 14 Mar 2025
160 points (93.5% liked)

Linux

12337 readers
154 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Mouette@jlai.lu 18 points 4 months ago (4 children)

Is there any actual benefit ?

[–] arjache@fedia.io 46 points 4 months ago (2 children)

Code written in Rust has been shown to have significantly fewer security vulnerabilities than code written in C. Distributions like Ubuntu ship a lot of security updates, so by switching to Rust-based utils, they can reduce their workload in the long run.

[–] lnxtx@feddit.nl 15 points 4 months ago

Ubuntu ship a lot of security updates

After introducing the Pro I don't think so.

[–] GolfNovemberUniform 6 points 4 months ago* (last edited 4 months ago) (1 children)

Just security and hype afaik.

[–] asdfasdfasdf@lemmy.world -1 points 4 months ago

No, it isn't just hype. The hype is justified.

Outside of security you have some very really world benefits, like performance gains in various scenarios as well as lots more people willing to contribute and a much better type system (more maintainability).

[–] mesamunefire@lemmy.world 6 points 4 months ago (1 children)

It's been proven faster. That's all I personally know.

[–] UnityDevice@lemmy.zip 5 points 4 months ago (1 children)

Well the rust project is MIT licensed, so definitely not.

[–] BrilliantantTurd4361@sh.itjust.works 1 points 4 months ago (1 children)

I thought MIT licensing was a good thing?? What am i missing??

[–] UnityDevice@lemmy.zip 7 points 4 months ago* (last edited 4 months ago)

The success of FOSS can in large part be attributed to copyleft licenses like the GPL. Without the protections of copyleft clauses, software just gets exploited by large corporations and end users are locked out. For just one example, if GNU software had used MIT, the entire free router movement (i.e ddwrt, openwrt and co.) would probably not exist today.

See: Free Software Foundation, Inc. v. Cisco Systems, Inc..

Edit: actually, I think by the time of this specific lawsuit, the sources for wrt54g were already released after community pressure, this article details the history a bit better.