Viewing profile — stevekablink
stevekablink
HN member- Joined
- Sun, Sep 29, 2019, 10:47 PM UTC
- HN karma
- -2
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About stevekablink
No profile information was provided.
Recent public activity
-
comment
Comment #21146632
If you want it to be 100% bug free, there's really only one choice. Re-write the kernel in Rust. You'll be guaranteed to have no race conditions. It's impossible.
-
comment
Comment #21137150
Exactly! This software should be re-written in Rust, ASAP! Any software that's mission critical at all shouldn't be written in anything but. Now that Rust's technology exists, it's…
-
comment
Comment #21120209
This is such a good idea. When shell scripts are all written in Rust, Unix will be a safe and secure operating system.
-
comment
Comment #21111749
If they used a language like Rust instead of Swift, iOS would be much more immune to these sorts of attack. There would be no side channels.
-
comment
Comment #21111576
Rust may have a "higher learning curve" but it also takes a "learning curve" to learn to debug memory errors. I argue that it's actually quicker to learn Rust.
-
comment
Comment #21110151
Rust may have a learning curve, but debugging memory errors has an even steeper one.
-
comment
Comment #21110139
I think users want safety. And that means Borrow Checkers. It's 2018, no need to have languages that are inherently unsafe.