The ability to change features, prices, and availability of things you’ve already paid for is a powerful temptation to corporations.

  • psud
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 months ago

    Popularity opens other ways to make money. Open source is profitable for GNU. Cory Doctorow does fine.

    • poopkins@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      7 months ago

      I don’t think it’s reasonable to expect every commercial product to find profitability through exposure. I can attest to this first hand as I had published an open source Android game that was republished without ads. This led me to ultimately make the repository private, because I could not find a way to remain profitable while offering the source code and bearing the costs of labor and various cloud services.

      On the flip side I guess I can take credit for the millions of installs from the other app… except they didn’t publicly acknowledge me.

      • psud
        link
        fedilink
        English
        arrow-up
        2
        ·
        7 months ago

        Was it under a “copyleft” licence (like GPL) that forces the other one to also be open source? Did you use a licence that requires you are acknowledged?

        If you did the first, you at least pulled someone else into open source work

        • poopkins@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          7 months ago

          Yes, GPL.

          At the time I had seen that it had been forked into numerous private repositories, I believe roughly 100 or so. Perhaps I could have made a claim to have the other app taken down through Google Play, but I had no faith that this would be resolved, and even if it would be, it would be an ongoing problem.

          As for whether they would have made open source contributions or not is in the end a moot point for me, because the only change that I observed was that they changed the colors and typeface and extracted the in-game menu into a separate welcome screen. I would not have merged this back into my repository.

          While I myself violated the copyleft of my project by taking it closed source, I felt that it was my only resort. I’ve continued to develop the game over the past few years and by modernizing it and adding additional content, I’ve been able to significantly outpace my competitor.

          For me, this ordeal had been a bit of an eye opener. I came out of university fully supportive of open source and when I discovered how this affected a real world project, I genuinely approached this situation understanding that it was just a risk I needed to accept. However, in the three years that it was available on GitHub, I received only two small PRs, and combined with the license violations, I felt that there was really no advantage to keeping it open source.

          While this is just my anecdote, it has changed my perspective on how open source can realistically work more broadly. I honestly can’t envision any kind of business that needs to offset large production costs able to publish that content viably as open source.