PSA: Did you know that itās **unsafe** to put code diffs into your commit messages?
Like https://github.com/i3/i3/pull/6564 for example
Such diffs will be applied by patch(1) (also git-am(1)) as part of the code change!
This is how a sleep(1) made it into i3 4.25-2 in Debian unstable.
@sodiboo @tastytea It depends on if the GPL is interpreted as a license or a contract. It was originally written as a license and the FSF has traditionally considered it to be a license and not a contract (which means only the copyright holder can enforce it), but in SFC v Vizio the SFC successfully argued that it was a contract (and therefore they did have standing to sue as a non-copyright holder)
⦠so, you should contact the SFC and/or FSF and/or FSFE about this, because they can sue, even if theyāre not the copyright holder.
Back in my day, āChatGPTā is what FRENCH PEOPLE SAID to their CATS when they wanted to talk about GUID PARTITION TABLES
@inconspicuous-lurker-99 @nelson According to this, you can disable privacy.resistFingerprinting and use privacy.fingerprintingProtection instead, which has a privacy.fingerprintingProtection.overrides setting that you can change to ā+AllTargets,-CSSPrefersColorSchemeā to disable the forced light mode.
Iām not sure why they added a new setting instead of making resistFingerprinting overridable, or what exactly the differences are.