• hobata@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    2 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
      5
      ·
      2 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?

      • hobata@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        2 days ago

        So, what exactly was your argument here?

        Duno, you tried to convince me that the xGPL restrictions are only for my benefit. I strongly disagree with that opinion, that’s all. And I do not really care about argument, if something is used more often, then it’s best suited for me. I avoid to contribute to GPL projects and prefer some with MIT or BSD licenses.

        I am old enough to remember buying a fucking Borland license

        I hope you are old enough to agree with me that TurboVision was fucking awesome.

        I work on gcc code

        All the hate on you. No, no, joking, I appreciate your work. gcc is a mess, I know.

    • vapeloki@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      2 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.

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

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

        I have no problem with it.

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

          Did you contribute to the kernel? Because, I for sure have a problem with it. And I did contribute.

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

            Well at first, nice that we have a kernel developer here, it’s not so easy to get your code into. And second, nope, I do not contributed to the kernel. I once wrote a module for educational purposes a long long time ago. Then FUSE came along and it helped me to solve the task with “more comfort”.

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

              I did contribute once. And it was a pain. 20 lines of code but hours of work, Mailinglists, feedback, …

              Don’t het me wrong , it was fun. But would I have done the same for BSD, so that apple could use this? Hell no

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

                Perhaps this is our fundamental difference. I write code, solve my small task and have fun by doing it. If someone can get something of it, it’s twice as nice.

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

                  And that’s fine. And everybody should license his code as he likes.

                  But my point stands. String copyleft is important.

                  That does not mean that LGPL is always a good idea, and charted is a good example, as the python stdlib is MIT licensed, and therefore an LGPL charted has no chance of getting accepted.

                  Btw, the easiest first step would have been: mail every contributor (there are not that many in that case) that provided more then hast some minor fixes and ask for permission. That is a valid way to change the license.

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

                    I agree at the point, that everyone should use that license he like.

                    Btw, the easiest first step would have been: mail every contributor (there are not that many in that case) that provided more then hast some minor fixes and ask for permission. That is a valid way to change the license.

                    No, I think, that would not work this way, you have to ask every contributor, no matter how big the influence was. And everyone must agree unanimously. It’s almost an impossible task.