←back to thread

277 points jwilk | 1 comments | | HN request time: 0.354s | 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 #
spott ◴[] No.44383593[source]
This makes an assumption that a bunch of companies are maintaining their own forks of MIT software with bug fixes and features and not giving it back.

I find that hard to believe.

replies(5): >>44383803 #>>44384019 #>>44385553 #>>44386007 #>>44386138 #
canyp ◴[] No.44383803[source]
Not really. A company that does not bother contributing to a liberally-licensed project will 100% avoid GPL software like the plague. In either case, they won't contribute. In the latter case, they don't get to free-ride like a parasite.
replies(2): >>44384552 #>>44384660 #
jenadine ◴[] No.44384660[source]
> will 100% avoid GPL software like the plague.

Not true. Many companies uses Linux for example.

They will just avoid using GPL software in ways that would impact their own intellectual property (linking a GPL library to their proprietary software). Sometimes they will even use it with dubious "workaround" such as saying "we use a deamon with IPC so that's ok"

replies(1): >>44386022 #
1. quietbritishjim ◴[] No.44386022[source]
> > will 100% avoid GPL software like the plague.

> Not true. Many companies uses Linux for example.

I thought it was clear, given that this is a discussion about an open source library, that they were talking about GPL libraries. The way that standalone GPL software is used in companies is qualitatively quite different.