On Open Source and the Sustainability of the Commons (ploum.net)
from JRepin@lemmy.ml to linux@lemmy.ml on 09 Jul 2024 13:54
https://lemmy.ml/post/17794587

cross-posted from: lemmy.zip/post/18408267

On Open Source and the Sustainability of the Commons par Ploum - Lionel Dricot.

#linux

threaded - newest

hglman@lemmy.ml on 09 Jul 2024 14:27 next collapse

It’s short but to the point, use AGPL and the problem is capitalism.

jlou@mastodon.social on 09 Jul 2024 16:09 collapse

Why not use a license that prevents capitalist firms from even using the software?

@linux

drwho@beehaw.org on 09 Jul 2024 16:36 next collapse

They’ll use it anyway.

It sounds flippant, but it’s the truth. They’ll use it internally. They’ll expose it to the outside but delete all of the license information. They’ll use it but stick a crappy React front-end in front of the rest (whether or not that counts as “using AGPL licensed software in violation of the license” is a matter for lawyers to figure out). Or they’ll just use it because they have way more money than the AGPL-licensed project and drag it out in court for however long it takes.

jlou@mastodon.social on 09 Jul 2024 16:46 collapse

What I am suggesting is using a license that disallows capitalist firms completely from using the software not AGPL, which still allows them to use the software as long as they provide source code. In other words, copyfarleft that only extends use rights to non-capitalist commons-based economic entities-like worker coops. The project can then dual license to capitalist firms charging them for the right to use the software. This would give them a source of funding to fund any legal fights @linux

drwho@beehaw.org on 09 Jul 2024 16:53 collapse

I get that, but it won’t help. That was one of the motivations behind the AGPL, and it hasn’t really worked for all the reasons I gave. Work for enough companies and you see it over and over again.

jlou@mastodon.social on 09 Jul 2024 17:02 next collapse

@drwho The difference in my mind is that AGPL doesn't come with a builtin business model to fund the legal fights when they become necessary. Such a copyfarleft license does by charging capitalist firms a licensing fee for using the software. These funds can then be used for paying project developers and funding license enforcement for those that choose to use the software without paying the licensing fee @linux

drwho@beehaw.org on 09 Jul 2024 19:11 collapse

I ask from a position of ignorance, because I simply don’t know: Has anyone actually done this? Has it worked?

jlou@mastodon.social on 09 Jul 2024 22:19 collapse

Not yet.

Copyfarleft has not had a whole movement built up around it, and no one has standardized the licenses.

@linux

JackbyDev@programming.dev on 09 Jul 2024 17:33 collapse

AGPL, hasn’t worked

What are your thoughts on SSPL? I’m on the fence and leaning towards SSPL, or at least needing a more restrictive AGPL. I believe the FSF is too ideological and the OSI has a conflict of interest and that’s why the two reject it. Though I believe SSPL may be poorly thought out.

drwho@beehaw.org on 09 Jul 2024 19:10 collapse

I don’t know. I don’t have an opinion on it.

JackbyDev@programming.dev on 09 Jul 2024 17:29 collapse

Non commercial licenses aren’t considered FOSS licenses.

jlou@mastodon.social on 09 Jul 2024 17:34 collapse

Such a license would allow commercial use by worker cooperatives. I understand that software freedom as it has been defined excludes such licenses, but I would argue that this position is wrong. There is nothing unfree about preventing firms based on workplace autocracy from exploiting the commons and the workers that work on the commons and the workers in their own firms @linux

will_a113@lemmy.ml on 09 Jul 2024 15:06 next collapse

This is a good, short read. For those who are unfamiliar with the AGPL license that the author proposes we all start using, the main difference (and I am not a lawyer) is that under the AGPL, the source code including any modifications must also be made available to all users interacting with the software over a network. This prevents companies from making proprietary versions of AGPL software that are only accessible as a web service, which is one of the big ways that corporations are able to profit from GPL source code contributions these days.

smeg@feddit.uk on 09 Jul 2024 16:21 next collapse

I started using GitHub before Microsoft bought it, what should I be using instead? GitLab? Codeberg? Something else?

JackbyDev@programming.dev on 09 Jul 2024 17:18 collapse

I think Codeberg is totally open as opposed to GitLab which has an open core and paid enterprise version. There’s also SourceHut but you have to pay to use it (no free tier). As far as I know there aren’t any public Forgejo instances. (Codeberg is Forgejo)

I think any of these are better than GitHub (I say as I still use GitHub).

bruce965@lemmy.ml on 09 Jul 2024 18:26 next collapse

I might be mistaken, but I think Codeberg is the official public Forgejo instance.

GNUmer@sopuli.xyz on 09 Jul 2024 18:50 collapse

Affirmative, Codeberg is the “official” public Forgejo instance and the organization which contributes the most to Forgejo development.

JackbyDev@programming.dev on 09 Jul 2024 21:47 collapse

Thanks, edited!

lazorne@lemmy.zip on 11 Jul 2024 02:17 collapse

How about Gitea?

JackbyDev@programming.dev on 11 Jul 2024 02:30 collapse

Forgejo is a fork of Gitea. lwn.net/Articles/963095/

nikaaa@lemmy.world on 10 Jul 2024 19:44 collapse

Very interesting read.

I also like how, at the end, it changed perspective to say “actually, our problem is not software, but politics”.

We must be aware of what agents we encourage and discourage through our actions.