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.
- 10You'd be putting most of the strain on the community mods rather than the staff or the gen AI providers. There's probably better ways to remove all your content from the network than that if it came to it - but its probably better to have a considered reaction, backing up your posts and such, than threatening to delete all your posts and such. I'd note defacement/deletion dosn't actually remove SE or potentially others access to your post either.Journeyman Geek– Journeyman Geek2024-05-07 14:47:45 +00:00Commented May 7, 2024 at 14:47
- 11Vandalism is usually reversed. If you no longer want to be associated with the content, there are better paths to go. Disassociating the content from your account, for example. Or deleting the account altogether, which will dissociate everything at once.Mast– Mast2024-05-07 14:55:51 +00:00Commented May 7, 2024 at 14:55
- 9Porting the content to Codidact would actually be viable, although mass imports from SE were attempted and didn't really end up well. A proposal for a new community would have to be made in this case, but once that is done, there are ways to import SE content. You could pick your best posts to serve as example questions for the new community. Although since this is getting off-topic, a separate question about it on the appropriate Codidact meta would be the best place to continue that discussion.Lundin– Lundin2024-05-07 14:58:37 +00:00Commented May 7, 2024 at 14:58
- 12@Mast I don't care about dissociation, I want my contributions removed so they can't be misused.henning no longer feeds AI– henning no longer feeds AI2024-05-07 18:46:38 +00:00Commented May 7, 2024 at 18:46
- 15@henning -- of note the Terms of service give Stack Overflow license to use your post content, even if they are deleted.anon– anon2024-05-07 19:41:37 +00:00Commented May 7, 2024 at 19:41
- 5@henning It might cause volunteer moderators some pain if they want to preserve your answers for the site's users; it will not affect the company and you've already licensed the content.Bryan Krause– Bryan Krause2024-05-08 18:03:29 +00:00Commented May 8, 2024 at 18:03
- 1@henning It's possible you have: meta.stackexchange.com/a/399674/401068Bryan Krause– Bryan Krause2024-05-08 21:38:43 +00:00Commented May 8, 2024 at 21:38
- 1@SilentCloud Yes, that's exactly what I suggest. Do put in a link to the original on SEI, to comply with the attribution requirement.S.L. Barth is on codidact.com– S.L. Barth is on codidact.com2024-05-10 07:35:29 +00:00Commented May 10, 2024 at 7:35
- 5@S.L.Barthisoncodidact.com: No such link is required for your own posts, since you still own them and can distribute however and wherever you want. You shouldn't be copying other peoples' content to other Q&A sites (if they want to display it under CC BY-SA, fine, but you can't paste it into the textbox intended for your own contributions)Ben Voigt– Ben Voigt2024-05-10 15:43:43 +00:00Commented May 10, 2024 at 15: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