this post was submitted on 03 Jan 2024
354 points (96.8% liked)
Technology
59340 readers
5096 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why?
Because someone decided to do it.
You don't always need a good reason other than it might be cool/fun. Sometimes it's just because you can.
You're not forced to use it, so if it's not your cup of tea, that's fine.
When my wife asks me "why are you doing [insert weird thing of the moment in my homelab]?" most of the times I answer "because I can!".
When my wife asks me "why are you doing [insert weird thing of the moment in my homelab]?" most of the times I answer "because I can!".
Exactly!
He answers that in the project page. Just because there are kernels available, he can't build his own and learn about kernel and computers in general (the answer for your question)
And ...why?
Contributing to Linux can be extremely daunting. Refactoring can be as well. Rust makes both of those a LOT easier. If a project is written in Rust instead of C there will be many more potential contributors and flexibility.
And Rust has a restrictive trademark policy which could theoretically cause problems. Especially because of how full the source code of Rust is of the trademarks.
Just, why, Mozilla?
"In kernel development, debugging is very hard for several reasons:
All those issues are reasons for using a memory-safe language, to avoid them as much as possible.
Overall, the use of Rust in the kernel allowed for the implementation of a lot of safeguards. And I believe that it is, to this day, the best decision I have made for this project."