this post was submitted on 17 Mar 2025
986 points (99.7% liked)

Open Source

36157 readers
176 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sugar_in_your_tea@sh.itjust.works 1 points 1 month ago (1 children)

Nice. I wonder if they'd be open to rewriting portions in Rust to catch these types of issues with the compiler instead of the user. I'm willing to help if someone else gets the devs on board.

[–] ManaOatbun@jlai.lu 1 points 1 month ago (1 children)

Is this what Rust is about? If so that's a nice perk!

Yeah, pretty much. A segfault happens when you access memory incorrectly, and Rust is all about correct memory access.