Linux people doing Linux things, it seems.

  • If I go to any of the teams I interact with who program their components in C++ and proposed Rust or anything else, I’d get a similar reaction. They’re very good at C++ and they very rarely have memory and threading issues. 😂

    •  Petter1   ( @Petter1@lemm.ee ) 
      link
      fedilink
      8
      edit-2
      15 days ago

      They don’t get, that without memory issue resistant language, not a lot of new blood will be as good as them dealing with that stuff since they already have that solved in the language itself.

      It is about making kernel development future proof, so that new devs keep on coming and don’t create massive security holes on the way.

      Well this is how I understand it.

      • And it’s a bad argument anyway. You’re only good at memory management until the first bug takes down production.

        Rust isn’t a panacea and certainly has problems, but eliminating an entire class of potentially very dangerous bugs is a very good argument.