• davel [he/him]
    link
    fedilink
    English
    4611 days ago

    Seriously, don’t sign a CLA

    A contributor license agreement, or CLA, usually (but not always) includes an important clause: a copyright assignment.

    This is a strategy employed by commercial companies with one purpose only: to place a rug under the project, so that they can pull at the first sign of a bad quarter. This strategy exists to subvert the open source social contract. These companies wish to enjoy the market appeal of open source and the free labor of their community to improve their product, but do not want to secure these contributors any rights over their work.

    List of some companies that use CLAs: https://en.wikipedia.org/wiki/Contributor_License_Agreement#Users

  • @intrepid@lemmy.ca
    link
    fedilink
    2611 days ago

    The fundamental problem I see here is the cloud. We were supposed to have easy self hosted applications and data on cheap always-online hardware. Instead, companies promoted cloud services with the intention of rent seeking through subscriptions.

    If you look at the software that went from open source to source available, you’ll notice that almost all of them are cloud applications. Why? The companies that created them were hoping to make money through the same subscription model. But then, big cloud players like AWS just outcompeted them using their own software.

    Would this have happened if the FOSS ecosystem neglected the cloud hype and gravitated towards self hosting? Perhaps. But not as badly. We still haven’t seen enough progress towards self hosting. It’s still very hard for regular folks. Genuine efforts like sandstorm didn’t find enough momentum. I hope this changes at least now.

    • @taladar@sh.itjust.works
      link
      fedilink
      911 days ago

      How do you suggest self-hosting should be made easier while at the same time making offering the same software as a service harder?

      Basically the bits that are hard for people about self-hosting is that you need to learn about concepts you have no previous experience with. This can only be mitigated by abstracting those concepts away to some degree and automating more but those are exactly the same steps that make offering the software as a service easier too.

      • @intrepid@lemmy.ca
        link
        fedilink
        311 days ago

        I have to disagree with both those assertions.

        If a software is easy to self host, then there is no need to make it harder to deploy as SaaS. The latter will be irrelevant for most people.

        And the problem of self hosting isn’t a circular problem as you project it to be. There are architectural changes that can make it positively easier to self host without exposing the sysadmin to needless complexity. The example I quoted before - sandstorm - was a step in this direction. Deploying and administering applications on sandstorm would have been as easy as deploying one on desktop (including cross app integrations). The change needed was to modify the app to work with the sandstorm platform. Unfortunately, the platform didn’t gain the momentum needed to ensure that all available apps would be ported. But it shows that the concept is viable.

        • @taladar@sh.itjust.works
          link
          fedilink
          111 days ago

          Self-hosting has some inherent downsides that will never make it so easy that it completely outclasses the competition by cheap mass-hosters hosting the exact same thing for most people. You or I might enjoy fiddling with technical things or keeping our computers running 24/7 or setting up some workaround CGNAT or DualStack Lite so that computer is even reachable from the outside (or even have a physically stationary computer in the first place, lots of people carry laptops around instead or don’t even have anything but a phone) but most people would much rather pay someone US$1 a month to do all that stuff for them.

          • @intrepid@lemmy.ca
            link
            fedilink
            211 days ago

            My sincere belief is that the difficulty in self hosting is due to the lack of priority, investment and development, due to the perverse incentives of the SaaS model. I don’t think it’s a technical problem that cannot be resolved with sufficient work. There are PoCs that prove that it can be made as simple as desktops and mobile phones.

  • @JuxtaposedJaguar@lemmy.ml
    link
    fedilink
    1711 days ago

    I’m surprised that other people are surprised that for-profit companies constantly try to increase their profits; such companies only contribute to FOSS when that’s more profitable than the alternative. The Linux kernel, AMDGPU, Steam, etc only exist because some part of the software/hardware stack is proprietary (which becomes a more attractive product as the FOSS portion of the stack improves).

    I’m definitely not justifying the “rug-pulling”, but people need to stop supporting projects with no potential for long-term profitability unless those projects can survive without any support from for-profit companies. Anything else is destined to fail.

  • @Gluten6970@lemm.ee
    link
    fedilink
    1411 days ago

    Corporate open source isn’t “dead.” This is fear-mongering nonsense based on recency bias.

  • @antihumanitarian@lemmy.world
    link
    fedilink
    English
    1111 days ago

    A major caveat I’ve noticed some people misunderstand: it’s corporate CLAs that are problematic. The Apache Foundation also requires contributors sign a CLA, but it’s to provide a legal fail safe and a way to update to say Apache 3.0 if need be one day. Apache’s non profit, open source mission aligns with respecting the rights of contributors and the community. Corporations, on the other hand, not so much.

    • umami_wasabi
      link
      fedilink
      1
      edit-2
      10 days ago

      The way I see it is that we don’t know the content of Apache 3.0, nor have a vote to chose what license they adapt in the end. Does Apache have a good track record? Yes, but it is getting diffcult to put trust in sonething today. It’s still a rug under, or fail safe as you name it, which is used by corprates today. I would rather have a framework/procedure in place preventing it from happening from the get go.

      ADDITION: I haven’t read Apache’s CLA yet so it might or might not contains copyright grant clause.

  • Sean Tilley
    link
    fedilink
    English
    11
    edit-2
    11 days ago

    Sentry also did this by embracing the Business Source License. Technically, you can still get an MIT-licensed version, but it has to be more than two years old.

    As a former employee that worked there during the days that Sentry really promoted itself being Open Source, it was disappointing to see. VC Funding and a growth obsession basically poisoned the well.

  • umami_wasabi
    link
    fedilink
    5
    edit-2
    11 days ago

    I just found out some softwares around infrastructures also uses CLA, including:

    • Kubernetes (hosted by CNCF)
    • Istio (hosted by CNCF)
    • Grafana
    • All projects under Apache Software Foundation (e.g. HTTP server)
    • OpenStack (hosted by OpenInfra)

    To my surprise, even Golang core uses CLA too.

    EDIT: Add more to the list

    EDIT 2: Envoy Proxy also hosted by CNCF uses DCO instead of CLA. Interesting.


    It looks like very difficult to bulid an infra without some components uses CLA.

    • folkrav
      link
      fedilink
      211 days ago

      Aren’t K8s and Go fundamentally Google projects?

      • umami_wasabi
        link
        fedilink
        2
        edit-2
        11 days ago

        Golang I believe yes but aint k8s are now belongs to CNCF where multiple companies behind?

        • folkrav
          link
          fedilink
          210 days ago

          Hmm yep, you’re right. Wasn’t aware of this, funny.

          All CLAs aren’t created equal, IMHO. I ain’t a lawyer, but looks to me like K8s’s grants the CNCF a license to the use and patent your code, but you remain the copyright owner. As far as these things go, this one doesn’t look that terrible, at first glance. Or, at least, I’ve seen worse.

  • gregorum
    link
    fedilink
    English
    3
    edit-2
    11 days ago

    From that company you love to hate:

    Apple Releases Open Source AI Models That Run On-Device

    Believe it or not, Apple has been, historically, one of the largest and consistent contributors to a number of open source projects for decades. Yes, Apple does a lot of… problematic stuff and deserves a lot of the criticism it receives, but, to their credit, they do support the FOSS community in many ways, and always have, especially by open-sourcing many of their own technologies, albeit often quietly.

    There’s WebKit, HTML, OpenGL (to which they were to primary contributors for almost a decade in the mid 00s-10s). They also are pretty much the only ones who decide new emojis and always have been since the other 5 or 6 UNICODE emoji board members don’t care to contribute.

    Edit:

    a list of current FOSS projects at Apple

    Apple at GitHub:

    https://github.com/apple

    More repos of older projects:

    https://www.macosforge.org/

    • umami_wasabi
      link
      fedilink
      110 days ago

      I had a quick peek into Swift and FoundationDB and both doesn’t have CLA or DCO, interesting move by Apple who usually makes anti-consumer decisions.