this post was submitted on 17 Mar 2025
978 points (99.7% liked)
Open Source
34784 readers
566 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
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
view the rest of the comments
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.
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.