They can. It’s in the TOS when you make your account. They own everything you post to the site.
stevedidwhat_infosec@infosec.pub 6 months ago
Instead of solely deleting content, what if authors had instead moved their content/answers to something self-owned? Can SO even claim ownership legally of the content on their site? Seems iffy in my own, ignorant take.
matjoeman@lemmy.world 6 months ago
stevedidwhat_infosec@infosec.pub 6 months ago
Well I suppose in that case, protesting via removal is fine IMO. I think the constructive, next-step would be to create a site where you, the user, own what you post. Does Reddit claim ownership over posts? I wonder what lemmy’s “policies” are and if this would be a good grounds (here) to start building something better than what SO was doing.
Aux@lemmy.world 6 months ago
A SO alternative cannot exist if a user who posted an answer owns it. That defeats the purpose of sharing your knowledge and answering questions as it would mean the person asking the question cannot use your answer.
stevedidwhat_infosec@infosec.pub 6 months ago
question
Couldn’t these owners dictate how their creations are used? If you don’t own it, you don’t even get a say.
JackbyDev@programming.dev 6 months ago
Everything you submit to StackOverflow is licensed under either MIT or CC depending on when you submitted it.
lauha@lemmy.one 6 months ago
Regardless of the license (apart perhaps from public domain) it is legally still your copyright, since you produced the content. Pretty sure in EU they cannot prevent you from deleting your content.
JackbyDev@programming.dev 6 months ago
But those two licenses give everyone an irrevocable right to do certain things with your content forever and displaying it on a website is one of those things (assuming they follow the other requirements of the license).
pseudo@jlai.lu 6 months ago
If StackOverflow teach me something, that is that legal jargon about copyright isn’t very efficient again ctrl+C/ctrl+V
FJW@discuss.tchncs.de 6 months ago
They absolutely can, you gave them an explicit (under most circumstances irrevocable) permission to do so. That’s how contracts work.
lauha@lemmy.one 6 months ago
Unlike in US, and I cannot speak for all of EU, but at least in Finland a contract cannot take away your legal rights.
stevedidwhat_infosec@infosec.pub 6 months ago
So does that mean anyone is allowed to use said content for whatever purposes they’d like? That’d include AI stuff too I think? Interesting twist there, hadn’t thought about it like this yet. Essentially posters would be agreeing to share that data/info publically. No different than someone learning how to code from looking at examples made by their professors or someone else doing the teaching/talking I suppose. Hmm.
repungnant_canary@lemmy.world 6 months ago
CC (not sure about MIT) virtually always requires attribution, but as GitHub Copilot showed right now open-“media” authors have basically no way of enforcing their rights.
Dkarma@lemmy.world 6 months ago
Probably cuz they gave them away when they open licensed…you know…how it’s supposed to work
JackbyDev@programming.dev 6 months ago
For super permissible licenses like MIT then it’s probably fine. Maybe folks would need to list the training data and all the licenses (since a common requirement of many of even the most permissible licenses is to include a copy of the license).
As far as I know, a court hasn’t ruled on whether clauses like “share alike” or “copy left” (think CC BY-SA or GPL) would require anything special or not allow models. Anyone saying otherwise is just making a best guess. My best guess is (pessimistically) that it won’t do any good because things produced by a machine cannot be copyrighted. But I haven’t done much of a deep dive. I got really interested in the differences between many software licenses a few years back and did some reading but I’m far from an expert.
bitwolf@lemmy.one 6 months ago
So they have to carefully only source the MIT data?
JackbyDev@programming.dev 6 months ago
It hasn’t been tested in court so any answer anyone gives is only a best guess.