Waffelson@lemmy.world to linuxmemes@lemmy.world · 11 months agoValve made the right decisionlemmy.worldimagemessage-square132fedilinkarrow-up1473arrow-down154
arrow-up1419arrow-down1imageValve made the right decisionlemmy.worldWaffelson@lemmy.world to linuxmemes@lemmy.world · 11 months agomessage-square132fedilink
minus-squareonlinepersona@programming.devlinkfedilinkEnglisharrow-up1arrow-down1·11 months agoYou do realise there are different software licenses, right and that they aren't all permissive? Also, the license I'm using is permissive for non-commercial uses. Anti Commercial AI thingy CC BY-NC-SA 4.0 Inserted with a keystroke running this script on linux with X11 #!/usr/bin/env nix-shell #!nix-shell -i bash --packages xautomation xclip sleep 0.2 (echo '::: spoiler Anti Commercial AI thingy [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) Inserted with a keystroke running this script on linux with X11 ```bash' cat "$0" echo '``` :::') | xclip -selection clipboard xte "keydown Control_L" "key V" "keyup Control_L"
minus-squareMiaou@jlai.lulinkfedilinkarrow-up3·11 months agoBut the default licence is closed-source. Of course company training models don't care, but in that case the CC signature is not more enforceable.
You do realise there are different software licenses, right and that they aren't all permissive? Also, the license I'm using is permissive for non-commercial uses.
Anti Commercial AI thingy
CC BY-NC-SA 4.0
Inserted with a keystroke running this script on linux with X11
#!/usr/bin/env nix-shell #!nix-shell -i bash --packages xautomation xclip sleep 0.2 (echo '::: spoiler Anti Commercial AI thingy [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) Inserted with a keystroke running this script on linux with X11 ```bash' cat "$0" echo '``` :::') | xclip -selection clipboard xte "keydown Control_L" "key V" "keyup Control_L"
But the default licence is closed-source. Of course company training models don't care, but in that case the CC signature is not more enforceable.