6 ms·
> What many free software advocates actually want is a world without copyright on software. Some of them sure. The subset of them who are GPL advocates are sim
by GrumpySloth 3y ago
> What many free software advocates actually want is a world without copyright on software.
Some of them sure. The subset of them who are GPL advocates are simply confused though. GPL is not possible in a world without copyright. In a world without copyright I can release software, which can be written from the ground up or be based on something open source, doesn’t matter, and not share the code with anyone. Just the binary. I can also create AWS based on open source software and nothing like AGPL will stop me from providing proprietary services based on it.
If you want to see an argument from someone who opposes copyright, but has more consistent views on the matter, I recommend this piece: <https://github.com/BurntSushi/notes/blob/master/2020-10-29_licensing-and-copyleft.md https://github.com/BurntSushi/notes/blob/master/2020-10-29_l...>
And the reason I pointed to the fallacy is that multiple people in this thread suggest that making a proprietary product based on open source software constitutes taking something away from users of this software. This is illogical. They still have the original. The only person who loses in this situation is the original author, not the users.
- tshirttime 3y agoI recommend this piece You and the author appear to be the same guy. To be sure, the piece itself is an academic exercise hypothesizing a world in which the MIT license were law. And in such a world, the GPL gestapo would continue railing against opaque binaries even if those binaries were shameless but legal ripoffs of someone's hard work. If I took emacs, modified it to be thread-safe, and distributed it as an opaque binary, John Q. Emacs User retains his thread-unsafe version but now knows there's something better out there which he can't iterate on. You can say this knowledge isn't a real "loss," but that would be dismissing the concept of opportunity cost.
- GrumpySloth 3y ago> You and the author appear to be the same guy. We are not. We’re not even on the same continent.
- trealira 3y agoBurntSushi has an account on Hacker News, too, under the identifier burntsushi. This person isn't them.
- globular-toast 3y ago> The subset of them who are GPL advocates are simply confused though. GPL is not possible in a world without copyright I think you are confused. We don't want the GPL. The GPL is a pragmatic solution to make software free in a world with copyright.
- GrumpySloth 3y agoSo you’re fine with software provided as opaque binaries without source code or only as SaaS? Because without copyright you’re going to get more of that and no licence is going to stop that.
- globular-toast 3y agoNo, of course I'm not ok with that! But trying to get rid of copyright for software and make access to source code a right is a huge task. That's why the GPL is a pragmatic solution. The GPL is something we can use today to build a foundation of free software and make the idea of software freedom normal and expected. This smooths the way towards a future where we don't need the GPL, but we've got a long way to go yet. Licences like MIT do absolutely nothing up further this goal. They don't even try to do it today even though we know it can be done. It seems convenient for software you might use now, but to contribute to it? It doesn't give developers any guarantee that their work will be received as free software by future users. You're essentially working for corporations for free. I want my work to be available for everyone.
- tshirttime 3y ago[MIT] doesn't give developers any guarantee I assure you GPL doesn't either. You can jump up and down furiously waving GPL all you want. Nothing short of a paid legal team would enforce it.
- tourmalinetaco 3y agoAnd even the threat of that (and *GPL’s viral nature) makes it INCREDIBLY unlikely legal teams allow employees to even use binaries of the code on their workstations. Of course nothing is actually stopping them, and it would be hard to prove it if they did, but there is at least some semblance of a threat. MIT and similar are simply roundabout ways to make it public domain.