• Papierkorb@feddit.org
        link
        fedilink
        arrow-up
        9
        ·
        1 day ago

        That’s my biggest pet peeve with it honestly. My theory is still that it’s a mistake that modern languages/tooling create a LICENSE file for you. In the before-times, when someone posted a project without then you told them and they educated themselves. Some chose GPL, some MIT, all fine, as long you do it with an educated mind. But now, the file gets created, technically legally binding contract of sorts, and the authors simply never bothered to check.

        Change my mind: Linux is only still highly relevant because of GPL, not despite of.

    • Alavi@programming.dev
      link
      fedilink
      arrow-up
      21
      ·
      2 days ago

      No it’s just a news about the pointless, corporate rust rewrite of GNU coreutils being a shitshow.

      • TehPers@beehaw.org
        link
        fedilink
        English
        arrow-up
        11
        ·
        2 days ago

        uutils is rewritten by a corporation? Huh, TIL. I guess their website is wrong:

        uutils is a community-driven, open-source effort maintained by volunteers around the world. There is no company behind it, just contributors who care about the future of foundational command-line tools.

        • Alavi@programming.dev
          link
          fedilink
          arrow-up
          10
          ·
          2 days ago

          Claims are easy. Actions are what matters. rewriting FOSS program with GPL license under MIT license is only possible from either a corporate backed project (because it makes takeover of a lot of FOSS infra so much simpler for them), or an extremely stupid team. both cases are equally bad.

    • fif-t@fedia.io
      link
      fedilink
      arrow-up
      7
      ·
      2 days ago

      Far from bug proof. You can write as many logic bugs as you want (as that’s what happened here), but it’ll save you from a common class of potentially devastating memory safety and data race bugs in safe Rust.