Linux people doing Linux things, it seems.

  • @orangeboats
    link
    40
    edit-2
    13 days ago

    They very rarely have memory and threading issues

    It’s always the “rarely” that gets you. A program that doesn’t crash is awesome, a program that crashes consistently is easy to debug (and most likely would be caught during development anyway), but a program that crashes only once a week? Wooo boy.

    People vastly underestimate the value Rust brings by ensuring the same class of bugs will never happen.