• Axum@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      29
      arrow-down
      1
      ·
      8 hours ago

      This is such bad take only because it singles out rust for some weird reason. Tool total rewrites take work regardless of language

      • limer@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        1 hour ago

        I like tool rewrites. But fixing major issues just before it is used in so many systems? It’s irresponsible.

        It should of been given more time to mature. And Ubuntu is used so much, even the odd versions of it, that if one thing goes wrong later; this will cause a lot of bad press for both Rust and Ubuntu.

        It should make the rust community very nervous. So many companies use the Ubuntu:latest tag in so many projects. And millions of people will hear, after being subject to the breakages, that it was all about Rust. Even though it’s not about Rust, just bad management

      • PseudoSpock@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        2
        arrow-down
        6
        ·
        7 hours ago

        Oh, it’s not the language. It’s the type of people who not only like Rust, but have a compulsion / need / fixation on re-writing existing tools. They say it’s so it’s more secure, but honestly it’s so they can apply their own opinions of how the tool should be. They always promise to make it a drop in replacement, but then then get rid of options, or change what they do… they can’t help themselves. And that is the kind of people who volunteer to port tools to Rust. If they would stick to true 1:1 replacement, this wouldn’t be an issue.

        • Ephera@lemmy.ml
          link
          fedilink
          English
          arrow-up
          10
          arrow-down
          1
          ·
          7 hours ago

          Are there other types of people? Writing software to be bug-for-bug compatible with something else is really difficult and, yes, not fun at all. You will not find many people looking to volunteer for that…

      • PseudoSpock@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        2
        arrow-down
        3
        ·
        7 hours ago

        This isn’t a rage bait comment. Show me one Rust tool replacement made that didn’t alter functionality in some way, causing edge cases, and sometimes even mainline usage, to break and scripts have to be written to accommodate. I’ve not seen it yet. If you have, I will gladly stand corrected. The language is great, it’s the programmers at issue.