Hacker News new | ask | show | jobs
by benced 1303 days ago
The idea that a clever memory leak is the root cause of most stolen data instead of a phishing attack is ridiculous
1 comments

I think most of the things that people feel slow them down about using Rust are cases where the language is forcing you to be kind of pedantic about types (and other invariants encoded in the type system). I totally get that. But the idea that compile-time checks don't eliminate important classes of runtime bugs that impact end users is also ridiculous.