Friend who is not a software person sent me this tweet, which amused me as it did them. They asked if “runk” was real, which I assume not.

But what are some good examples of real ones like this? xz became famous for the hack of course, so i then read a bit about how important this compression algorithm is/was.

    • magic_smoke@links.hackliberty.org
      link
      fedilink
      arrow-up
      32
      ·
      1 month ago

      Azer did nothing wrong.

      Laurie Voss made a bad call and should feel bad.

      The principals of free software was, is, and always will be more important than every single dollar in silicon valley combined.

      • Omgpwnies@lemmy.world
        link
        fedilink
        English
        arrow-up
        15
        arrow-down
        1
        ·
        1 month ago

        No arguments there, if you’re gonna depend on a piece of code, you better own it or have a rock solid plan b.

      • TheSlad@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        I think he overreacted a bit, not to having his package name forcibly taken from him, but to being asked to give it up in the first place. Kik explained to him that they have to fight this or lose their tradmark because thats how trademark law works. His response was basically “haha fuck you”. He probably could’ve asked for a couple thousand and just changed the name of his project and everything would’ve been fine.

        • magic_smoke@links.hackliberty.org
          link
          fedilink
          arrow-up
          3
          ·
          1 month ago

          being asked to give it up in the first place. Kik explained to him that they have to fight this or lose their tradmark because thats how trademark law works.

          I’m not a lawyer but from what I know that’s a load of shit. There’s nothing stopping a trademark holder from granting licensing rights to third parties, without charge, to use their trademark in specific ways.

          They chose not to because its easier, and most people won’t know better, so they roll over.

          His response was basically “haha fuck you”. He probably could’ve asked for a couple thousand and just changed the name of his project and everything would’ve been fine.

          This is the correct response, even if Kik would’ve given him money. It’s his package, he got the name first. Corpos can eat shit, just because its not the easy choice, or the choice you would’ve made doesn’t mean it was wrong. That package should’ve stayed down on principal.

    • dohpaz42@lemmy.world
      link
      fedilink
      English
      arrow-up
      19
      ·
      1 month ago

      Yeah that debacle still pisses me off. Especially the fact that someone could possibly trademark and enforce a trademark a name that’s already in use. It’s made even worse that the package that now uses the stolen name is defunct.

      I hope all of the bad actors burn in Hell.

        • dohpaz42@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 month ago

          What did NPM remove? My understanding is that NPM restored the deleted package. If you’re referring to giving the author the ability to delete their packages, I’m on the fence about that. On the one hand, if it’s open source, it’s a part of the community. On the other hand, it’s also still the author’s code, and if they are the only author, then it’s their sole decision if they want to host their code under their account.

          • JackbyDev@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 month ago

            But at the same time if the code is properly licensed under an open source license (I would assume/hope NPM didn’t allow non FOSS code) then NPM can refuse to take it down. Yes, they put it back up, but I think it’s important for public repositories (as in packaged code repositories, not got repositories) to never remove things (barring legal requirements, sure).

            For what it’s worth, the policy they adopted after the fact seemed pretty sensible. I think it was something like you can’t take things down once they have ~100 downloads or x number of dependents.