You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 8If you dive into the site Terms of Service, you'll see that "Stack Overflow [has] the perpetual and irrevocable right and license to ... distribute, export, display and to commercially exploit [Q&A] Content" ......ie) Stack can do whatever they want with Q&A data. There's really no legal basis for a user to sue the company over what they do with Q&A data.anon– anon2024-05-07 19:57:55 +00:00Commented May 7, 2024 at 19:57
- 19"...with attribution." @AMtwoY.A.– Y.A.2024-05-07 19:58:45 +00:00Commented May 7, 2024 at 19:58
- 4@W.O. -- Stack Overflow isn't bound by CC-BY-SA.anon– anon2024-05-07 20:27:49 +00:00Commented May 7, 2024 at 20:27
- 5I see @AMtwo: "unrestricted by the CC-BY-SA license". Thanks for that detail that I, like a number of others had clearly missed.Y.A.– Y.A.2024-05-07 20:45:30 +00:00Commented May 7, 2024 at 20:45
- 5@W.O. Agreed. I think many folks don't fully understand how the "dual license" works on contributions.anon– anon2024-05-08 13:03:09 +00:00Commented May 8, 2024 at 13:03
- 1@AMtwo license or not, the GDPR gives you a right to have your answers deleted. See here how to have your answers deleted for you: meta.stackexchange.com/a/399735/297249henning no longer feeds AI– henning no longer feeds AI2024-05-09 07:31:05 +00:00Commented May 9, 2024 at 7:31
- 3it is not deletion, just remove your link to th psot by anonymizing you.Joel Falcou– Joel Falcou2024-05-09 07:46:39 +00:00Commented May 9, 2024 at 7:46
- 1Unless you opted out - I think there's also a binding arbitration agreement. While its entirely possible to bring a company to its knees with binding arbitration, a class action suite would be trickyJourneyman Geek– Journeyman Geek2024-05-09 13:54:31 +00:00Commented May 9, 2024 at 13:54
- 7@henningnolongerfeedsAI If a user submits a gdpr request to be deleted, their Q&A contributions are disassociated from their user account, and the user deleted, but the q&a content remains online, but deidentified. Questions and Answers are NOT deleted. That's how Stack's lawyers determined was the right way to comply.anon– anon2024-05-10 21:43:17 +00:00Commented May 10, 2024 at 21:43
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. stack-overflow), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you