Noisytoot
Also @noisytoot@mice.tel in case chinchillas eat the cables
Posts
AS4242423219 on DN42 Also @noisytoot@mice.tel in case chinchillas eat the cables
AS4242423219 on DN42 Also @noisytoot@mice.tel in case chinchillas eat the cables
AS4242423219 on DN42 Also @noisytoot@mice.tel in case chinchillas eat the cables
FOR WHAT? To distract folks from the Epstein files? For some fucking power move? Because he can?! I don’t know.
Oil (but also the other reasons you listed)
Ironically the current Iranian government is indirectly the US and UK’s fault (they overthrew the democratically elected government in 1953 because they wanted oil, which was later itself overthrown in 1979 and replaced with the current theocratic dictatorship)
AS4242423219 on DN42 Also @noisytoot@mice.tel in case chinchillas eat the cables
AS4242423219 on DN42 Also @noisytoot@mice.tel in case chinchillas eat the cables
The minio thing is shitty, but also not at all the same as what the OQL is suggesting. Also, the AGPL seems like it forbids selling license exceptions.
Correct. in order to sell exceptions you need to use a separate license for that. It’s kind-of like dual-licensing except instead of the alternative terms being available to anyone, they’re only available to those who buy them. The FSF wrote an article about this. I am using the terms “selling exceptions” and “selling an alternative license” interchangeably.
If you are the only copyright holder you can easily do that (no license can forbid the copyright from also releasing their code under another license), but if there are any other copyright holders then they must agree too, or you need some sort of CLA which gives the maintainer extra rights.
It’s exactly the same if you use the OQL instead of the AGPL. If you release your software under any license and accept contributions without some sort of copyright assignment or CLA (meaning you are not the sole copyright holder and have equal rights to the code as any other user), you cannot sell exceptions to that license.
That’s the relevance of the minio thing - I wasn’t saying it was similar to the OQL, I was saying that it’s a danger of using a CLA, which is necessary in order to sell license exceptions (whether to the OQL or the AGPL, or any other license) unless you are the only copyright holder. I’m not sure if there’s a way to mitigate this with a more restricted CLA.
The point isn’t scaring off companies, I want my software to be used, but only to better the world. The point is that under the current state of capitalism, incorporating OSS into your supply chain should require compensating developers commensurate to the responsibility you’re placing on them.
If I understand your point correctly, what you want is for companies that use your software to pay you. There are two ways to achieve this:
Explicitly forbid them from using your software (using the OQL), and sell an alternative license.Scare them off from using your software without explicitly forbidding them (using the AGPL), and sell an alternative license.
They both achieve the same goal (companies will pay you for the alternative license), but the latter does so without making your software non-free. Perhaps the OQL is more effective at getting companies to pay (I’m not sure by how much), because some companies are fine with the AGPL, but using the AGPL and selling exceptions is a business model that people have successfully used.
AS4242423219 on DN42 Also @noisytoot@mice.tel in case chinchillas eat the cables
The Minio thing is referring to the fact that it was recently put into maintenance only mode in favour of a proprietary fork called “Minio AIStor”. Minio apparently had a requirement that contributions be licensed under Apache-2.0 to project maintainers only, which is essentially equivalent to a CLA (it gives unequal rights to project maintainers and allows them to make a proprietary fork, as they did). AGPL would’ve prevented this if it wasn’t for that.
Personally, I have no idea what I will do to make a living when I finish full-time education. I don’t want to write proprietary software. My plan is to get elected as a politician, introduce UBI (and generally attempt to improve society), then when I’m done resign and write free software. This does seem quite difficult and likely to fail though.
AS4242423219 on DN42 Also @noisytoot@mice.tel in case chinchillas eat the cables
Many people use the AGPL and sell exceptions, it's not necessary to use a non-free license for this. I don't particularly like this practice and would avoid contributing to such software because it requires a CLA of some sort which gives the maintainer more rights over the code than anyone else, which are often abused to go completely proprietary (most recently: minio), but it's better than proprietary software.
AS4242423219 on DN42 Also @noisytoot@mice.tel in case chinchillas eat the cables
The GPL is useful despite the existence of some companies (like Allwinner) that continue to violate it, and it being reviewed by a lawyer is important because an overly broad clause could make everyone accidentally violate the license (which would make the license meaningless and equivalent to all-rights-reserved).
I think the clause of the OQL prohibiting materially supporting violators of human rights could plausibly be interpreted as prohibiting anyone who pays taxes from using the software, and this makes using any OQL-licensed software risky since the copyright holder could arbitrarily decide to sue you/tell you to stop using the software for this.
Another thing you could to to scare off companies from using your software without actually making it non-free is to require some sort of manifesto (similar to the GPL's preamble, or the Invariant Sections in various GNU manuals) to be distributed verbatim along with your software. Make it something that no company would want to distribute.
AS4242423219 on DN42 Also @noisytoot@mice.tel in case chinchillas eat the cables
Also, that specific license doesn’t seem to have been reviewed by a lawyer. I noticed several problems (I am not a lawyer):
It appears be written in such a way that would prohibit even distributing the software on a physical medium (like a CD) for the cost of the physical medium.“No entity that commits such abuses or materially supports entities that do may use the Work for any reason.” seems overly broad and like it would prevent anyone who pays taxes (to a government which commits human rights abuses) from using the Work.
If you want to scare off companies, just use the AGPL. It’s a free software license and companies seem to be scared of it (Google doesn’t allow use of any AGPL software apparently)