Live data from Hacker News

Viewing profile — stevekablink

stevekablink

HN member
Joined
Sun, Sep 29, 2019, 10:47 PM UTC
HN karma
-2
Public activity
7 items

About stevekablink

No profile information was provided.

Recent public activity

  1. 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.

  2. 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…

  3. 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.

  4. 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.

  5. 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.

  6. comment
    Comment #21110151

    Rust may have a learning curve, but debugging memory errors has an even steeper one.

  7. 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.