• LeFantome@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      18 hours ago

      It has not even released yet.

      Is your claim that non-Rust software gets written and runs perfectly without bugs the first time it is run, never requiring you to “tweek it”? That does not seem strongly evidence based. I assume by tweek, you mean tweak.

      Also, they fixed this bug before this story, and your well researched comment, even appeared. The same thing happened just a few days ago when a similar “performance” bug was found. An entire chorus of idiots, including some prominent YouTubers, proudly proclaimed “I warned ya” for that one as well. Many predicting Ubuntu would need to be delayed or that people would be switching to other distros. Of course, the Rust version was already 50% faster than the C version by then and it was still weeks before the release date. Those comments did not age well.

      And here we are again.

      If you were trying to sound smart, it did not work.

    • Axum@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      40
      arrow-down
      1
      ·
      2 days 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
        2
        arrow-down
        2
        ·
        1 day 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

        • LeFantome@programming.dev
          link
          fedilink
          arrow-up
          2
          ·
          17 hours ago

          I mostly agree.

          However, Ubuntu clearly sees 24.10 as the test bed for 25.04 and this is how they get the software tested. That is up to them.

          I think also that, if you make a change this big, and only a couple of minor bugs are found and fixed before release, you are in pretty good shape.

          And if all bugs are fixed this fast, even bugs found after release may impact only a few.

          They have provided a mechanism to use the old utils if you want to be more conservative. Given that, I do not find this “irresponsible”.

          There are probably bigger bugs elsewhere in 24.10 right now that will be harder to mitigate.

      • PseudoSpock@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        3
        arrow-down
        9
        ·
        2 days 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
          16
          arrow-down
          2
          ·
          2 days 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
        3
        arrow-down
        7
        ·
        2 days 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.