this post was submitted on 04 Apr 2024
30 points (80.0% liked)

Programming.dev Meta

2365 readers
1 users here now

Welcome to the Programming.Dev meta community!

This is a community for discussing things about programming.dev itself. Things like announcements, site help posts, site questions, etc. are all welcome here.

Links

Credits

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 5 months ago (1 children)

I've seen your creative commons link a lot recently. I am curious whether you have to paste that in every time or what automated method you use ?

[–] [email protected] 9 points 5 months ago* (last edited 5 months ago) (2 children)

I'm on KDE X11, where I configured a shortcut to input the license:

paste_license.sh

#!/usr/bin/env bash
sleep 0.5
xte "str 
Anti Commercial AI thingy"xte "key Return" xte "str [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)" xte "key Return" xte "str
"

On windows probably autohotkey would do a similar job. No idea about macs...

Anti Commercial AI thingyCC BY-NC-SA 4.0

[–] [email protected] 3 points 5 months ago (2 children)

You don't think that by just putting the name of a license in some prose that LLM companies will ignore it and not use it in training data, right?

They most certainly will not. For all they know you're just helpfully linking to the creative commons.

I don't think your plan is workable, but if you're going to persist at least add some boilerplate: "the above content of this comment is licensed under..."

[–] [email protected] 2 points 5 months ago

I will persist how I want. Thanks.

Anti Commercial AI thingyCC BY-NC-SA 4.0

[–] [email protected] 2 points 5 months ago

It reminds me of those copy-paste messages that people used to put on Facebook in the previous decade

[–] [email protected] 2 points 5 months ago

Excellent explanation. Thank you.