7 ms·
Some of these bugs could've been prevented with Rust: https://www.mozilla.org/en-US/security/advisories/mfsa2017-05/ https://www.mozilla.org/en-US/security/advi
by NiLSPACE 9y ago
Some of these bugs could've been prevented with Rust: https://www.mozilla.org/en-US/security/advisories/mfsa2017-05/ https://www.mozilla.org/en-US/security/advisories/mfsa2017-0...
- wpietri 9y agoDo you have any evidence that's why users are switching away? My general belief is that general-audience users don't care at all about bugs like those. Which is why we have so very many of them, and have for decades.
- NiLSPACE 9y agoI don't, but a marketing campaign saying "using modern safe techniques" might get a little traction.
- pygy_ 9y agoRust's fearless concurrency[0] allows devs to write and refactor performant parallel code without the risk of introducing bugs, enabling them to ship upgrades faster. It's the same benefit you get from strong, static types in a large project vs one with dynamic/weak types, but for another category of bugs. In large projects, it makes a difference. --- 0. Hopefully you'll forget the meme ;-)
- MisterBastahrd 9y agoI switched away from Firefox because at the time it was bloated, buggy, and slow. I haven't switched back because I am more familiar with Google's developer tools.
- braveo 9y agoThat isn't what I asked, I asked if this class of problem is truly causing a lot of harm. Software stabilizes over time, you find problems and then you fix them. How often are these class of bugs causing catastrophic issues? That's really the important question.