←back to thread

276 points jwilk | 3 comments | | HN request time: 0.686s | source
Show context
kibwen ◴[] No.44382195[source]
> Ariadne Conill, a long-time open-source contributor, observed that corporations using open source had responded with ""regulatory capture of the commons"" instead of contributing to the software they depend on.

I'm only half-joking when I say that one of the premier selling points of GPL over MIT in this day and age is that it explicitly deters these freeloading multibillion-dollar companies from depending on your software and making demands of your time.

replies(4): >>44382211 #>>44383593 #>>44385565 #>>44385638 #
xxpor ◴[] No.44382211[source]
Why bother open sourcing if you're not interested in getting people to use it?
replies(10): >>44382234 #>>44382266 #>>44382290 #>>44382308 #>>44382317 #>>44382433 #>>44382714 #>>44382762 #>>44383194 #>>44384358 #
1. gizmo686 ◴[] No.44382308[source]
A decent part of my job is open source. Our reason for doing it is simple: we would rather have people who are not us do the work instead of us.

On some of our projects this has been a great success. We have some strong outside contributors doing work on our project without us needing to pay them. In some cases, those contributors are from companies that are in direct competition with us.

On other projects we've open sourced, we've had people (including competitors) use, without anyone contributing back.

Guess which projects stay open source.

replies(1): >>44382456 #
2. OkayPhysicist ◴[] No.44382456[source]
We have a solution to this. It's called the (L)GPL. If people would stop acting like asking for basic (zero cost) decency in exchange for their gift is tantamount to armed robbery, we could avoid this whole mess.
replies(1): >>44388585 #
3. ilc ◴[] No.44388585[source]
The GPL doesn't do anything when the project is just used internally by another company.

They never trigger the distribution clauses, and they own the copyrights of all the work being done. So if you NEVER distribute binaries outside your company's walls. The GPL is a giant nothing, for most practical cases.

That's why we're starting to see the AGPL more now. But even then, for INTERNAL applications. It's still a nothing.

The GPL doesn't cure people being greedy. It just changes how they are allowed to be greedy.