• WolfLink@lemmy.ml
    link
    fedilink
    arrow-up
    10
    arrow-down
    3
    ·
    edit-2
    2 months ago

    I know. It’s obviously better for the consumer, but it makes it harder to base your business around it, as noted in that article.

    So if I want to build a business, I have to look for libraries that are not copy left, and if I want businesses to use my software, I should not license my software as copy left.

    • poVoqOPA
      link
      fedilink
      arrow-up
      16
      ·
      2 months ago

      These days selling the software itself is rarely successful nor a particularly good business model. Basically only computer games still work like that, and the commercially really successful ones not any more either.

      • bitfucker@programming.dev
        link
        fedilink
        arrow-up
        10
        arrow-down
        1
        ·
        2 months ago

        And this is how we got everything must be online/subscription or everything is a web app. And people complain about that too.

      • jnk@sh.itjust.works
        link
        fedilink
        arrow-up
        5
        ·
        2 months ago

        Hard agree on this. Sell software and services to companies, only sell services to end users. I believe both selling your service as a dev and selling a service behind a free app are compatible with copyleft.

    • lemmyvore@feddit.nl
      link
      fedilink
      English
      arrow-up
      16
      ·
      edit-2
      2 months ago

      No. You should think in terms of offsetting development cost. When you choose non-copyleft you do it to keep code private, which means you will support all dev costs. It limits how the software can grow because it’s basically vertical scalability — not to mention being culturally limited inside the company.

      When you choose copyleft you commit to open source and so does everybody who wants a piece of that software, which makes it much easier for everybody interested in it to offset their development through everybody’s efforts.

      With open source there are documented positive feedback effects. Companies who grow to depend on specific software find it cheaper and more efficient for their own interests and benefit to maintain fewer permanent developers as high upstream as possible — as opposed to having many occasional developers downstream, dealing with stuff as it trickles down.

      FOSS creates reliable, diverse and ultimately healthy software ecosystems because everybody competes to improve the software first and foremost.

    • @WolfLink @poVoq open source is a development model, not a business model, if you don’t provide value beyond the bits then you’re going to have a hard time but a copyleft license ensures the playing field is level and no vendor can take your code and extend it with added functionality without releasing that code too