HackerTrans
TopNewTrendsCommentsPastAskShowJobs

x4e

no profile record

comments

x4e
·5 lat temu·discuss
C++ can be safer but that does not mean it is safe. The fact you have out of bounds accesses, even if it is rare, is not really acceptable in a language that would like to be considered “safe”.
x4e
·5 lat temu·discuss
Many companies do not want to take that risk and will ensure they comply by the license.

And anyway, what does it matter if someone steals your code? The point of the GPL is not to prevent people stealing your code but to hope that it at least provides some value to others through good faith forks respecting their freedoms.
x4e
·5 lat temu·discuss
I was allowing for cases of different legal jurisdictions or future changes to copyright (which I hope will happen).
x4e
·5 lat temu·discuss
And? The point is that they are still able to operate commercially and collect revenue.
x4e
·5 lat temu·discuss
No, it’s just about getting compensation back for your work. If Oracle benefits from RedHat’s initial work then it is only fair that RedHat benefits from any improvements that Oracle later makes.

Assuming that Audacity does not have a CLA the GPL license will prevent muse from forking Audacity into a closed source project and continuing their development there instead. Instead they are required to keep any modifications open source, allowing users to remove aspects like the telemetry.
x4e
·5 lat temu·discuss
They didn’t necessarily choose FreeBSD because of licensing. Perhaps if FreeBSD has more restrictive licensing they would have still chosen it and had to upstream changes.
x4e
·5 lat temu·discuss
If it is so small then just write your own alternative. Otherwise it sounds like the small library is actually quite valuable and perhaps such a license is justifiable.
x4e
·5 lat temu·discuss
To give an example of this: https://polyformproject.org/licenses/small-business/1.0.0/ and https://polyformproject.org/licenses/noncommercial/1.0.0/
x4e
·5 lat temu·discuss
WebKit is a mixture of LGPL and BSD, not pure GPL.
x4e
·5 lat temu·discuss
Your comment gives the impression that GPL is a set of restrictions that developers are unfairly enforcing upon others. In fact it is the complete opposite: it is a set of permissions granted by the developer which otherwise would probably be forbidden by law.