• tabular@lemmy.world
    link
    fedilink
    English
    arrow-up
    36
    arrow-down
    2
    ·
    4 days ago

    Cancer is a bad analogy. It’s more like antibodies against non-free bactetia :)

    • hobata@lemmy.ml
      link
      fedilink
      arrow-up
      7
      arrow-down
      20
      ·
      4 days ago

      I have a completely different view of what free means. xGPL are restrictive and sticky.

        • hobata@lemmy.ml
          link
          fedilink
          arrow-up
          3
          arrow-down
          10
          ·
          4 days ago

          GPL licenses are straight-up cancer, they force every derivative or linked project to adopt their viral copyleft rules, nuking proprietary reuse or easy mixing with other codebases, while a weird GPL cult preaches it as the one true path to “openness” and “freedom”. As someone who codes purely for fun, I like the dead-simple clarity of MIT and BSD: just keep the notice and license text, then do whatever the hell you want. No GPL bullshit or compliance headaches for me, permissive licenses like these keep my sanity intact.

          • AHemlocksLie@lemmy.zip
            link
            fedilink
            arrow-up
            12
            ·
            3 days ago

            GPL is especially popular with people who don’t want their labor of love to become a source of free labor for corporations who will tweak it, close the source, directly profit off it, and never donate or contribute patches. For them, it’s an antiparasitic license.

            • hobata@lemmy.ml
              link
              fedilink
              arrow-up
              2
              arrow-down
              6
              ·
              3 days ago

              I’ve heard that “corporate parasite” argument way too often, but it’s massively overrated. Open Source allows selling anyway, MIT, BSD and GPL all do. If someone makes smart changes and lives off it, that’s awesome, not reprehensible!

              GPL only forces source disclosure when distributing binaries, not for every damn thing – imagine you land a juicy company contract: you tweak a GPL work, deliver the binaries, and only have to hand the modified source TO THAT COMPANY, NOT the whole world! That’s why AGPL fanatics had to invent their SaaS trap. For me as a hobby coder, GPLs are just pointless headaches instead of real freedom.

              • vapeloki@lemmy.world
                link
                fedilink
                arrow-up
                5
                ·
                edit-2
                3 days ago

                This is naive. Very naive.

                We would not have such a huge Linux infrastructure and support for all those different components without GPL.

                Every modern car uses Linux. I repeat, one of the most locked down industries uses Linux on custom hardware on millions of cars.

                Indeed, very limiting.

                Or, gcc, the Compiler everybody uses to build Linux stuff and the kernel? This is a direct GNU project. Without GPL and the requirements to provide changes, we would have thousands of gcc based, closed source compilers. Most likely expensive to, to build optimized arm code and other stuff.

                But, feel free to protest the usage of GPL by not using any GPL licensed software.

                • hobata@lemmy.ml
                  link
                  fedilink
                  arrow-up
                  1
                  arrow-down
                  3
                  ·
                  3 days ago

                  It’s not naive – naive is believing Linux’ success comes only from GPL. That’s ridiculous. Windows sells like crazy too, does that make its license the nonplusultra?

                  Linux booms because of Open Source (not just GPL), sponsoring (IBM, RedHat), thousands of volunteers, and pure luck. Without GPL? Sure, some BSD-derivative would’ve eaten that niche.

                  GCC? Without GPL we’d have more compilers – not just one monopolist. You’re confusing protection with innovation death.

                  • vapeloki@lemmy.world
                    link
                    fedilink
                    arrow-up
                    4
                    ·
                    3 days ago

                    GCC? Without GPL we’d have more compilers – not just one monopolist. You’re confusing protection with innovation death.

                    This one is so stupid, I had to think how to respond.

                    Why? What prevents anybody to implement a new Compiler, looking at LLVM … ?

                    What we would have are closed source gcc forks, that is not freedom. This is the opposite.

                    I am old enough to remember buying a fucking Borland license

                    I work on gcc code, I know how ugly, historic in parts and confusing the Codebase can be. But I also know why. LLVM has no such legacy, and this is a good thing. I believe some day LLVM will replace gcc because of that. And LLVM uses Apache 2.0.

                    So, what exactly was your argument here?

                  • vapeloki@lemmy.world
                    link
                    fedilink
                    arrow-up
                    1
                    ·
                    3 days ago

                    Look at the number of MIT projects with such founding and contributions. Compare them to copy left projects.

                    What you will find is, that copy left projects have far more backing, financial support and contributions.

                    There are studies on this…

                    Qnd to keep Microsoft as an example. If the kernel would be permissive, what would Microsoft stop from using it, adding some property stuff on it and use their monopoly to force those feature everywhere.

                    Now they have taken the work of thousands of contributors and take all the money.

          • cheesemoo@lemmy.world
            link
            fedilink
            arrow-up
            12
            arrow-down
            1
            ·
            3 days ago

            That’s… The point of the GPL licenses, to preserve copyleft. I also prefer the simplicity of the MIT license for my own works, but I respect the copyleft ideals.

            • tabular@lemmy.world
              link
              fedilink
              English
              arrow-up
              3
              ·
              edit-2
              1 day ago

              If it’s all your own work then a license is purely for others to follow. MIT and GPL license can be just as simple as including a textfile of that license in the project.

              Ideally one includes a header in each code file to ensure people just looking at that file (without project context) know the license.

          • Semperverus@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            2
            ·
            3 days ago

            Licenses like the MIT are built to support grifters that just want to take and not contribute back, so…