130
this post was submitted on 08 Jun 2023
130 points (100.0% liked)
World News
1110 readers
2 users here now
Breaking news from around the world.
News that is American but has an international facet may also be posted here.
Guidelines for submissions:
- Where possible, post the original source of information.
- If there is a paywall, you can use alternative sources or provide an archive.today, 12ft.io, etc. link in the body.
- Do not editorialize titles. Preserve the original title when possible; edits for clarity are fine.
- Do not post ragebait or shock stories. These will be removed.
- Do not post tabloid or blogspam stories. These will be removed.
- Social media should be a source of last resort.
These guidelines will be enforced on a know-it-when-I-see-it basis.
For US News, see the US News community.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well, there's two down.
About to get real spicy.
EDIT: Here's the link to the official post via teddit if you dont wanna give Reddit more traffic.
Yup. I'll be deleting my Reddit account at some point over the next couple of weeks. Without RiF I'll not be using Reddit at all.
Do it quickly while the scripts to do it still allow you to overwrite your comments.
I don't love the idea of everyone deleting their comments.
I know Reddit has gone shit. And we should not add more, but I don't want all the knowledge and tech support fixes it be gone forever. That's knowledge people can still use.
All your posts and comments will feed the future AI's. That's the end goal of reddit: selling their database to different AI's. Don't give it for free.
Pretty sure it's already been scraped. Plus there is the way back machine. But I can't even count the amount of times I have run in to an issue at work or at home and googled "Problem Reddit" or "item review Reddit" . That info has been invaluable.
Leave Reddit. No more new content. But it's sad to see such a knowledge base just wiped. It's hurting the normal people. Reddit has their data. AI has scraped it, or will scrape the history sites of it.
Where does one find these scripts?
It is a python script, you need the praw library. The client id’s are given in your profile after you create an app.
You can edit and delete everything in the same pass but I prefer to overwrite my comments first and give time for the cache machines to register my new garbage before deleting with another pass.
https://github.com/j0be/PowerDeleteSuite
Here is a sanitizer script that uses nothing but javascript
https://github.com/ryanford/Reddit-History-Sanitizer/blob/master/RedditHistorySanitizer.js
Open a tab, login to your account and go to your account page aka reddit.com/u/usernamehere (you likely need old.reddit version of your account, its all I use). Install tampermonkey and the script into that.. It will iterate through your comments, overwrite them, then delete and refresh the page as it goes.
Change the line here:
const age = 7
to
const age = -1
To delete all comments. You can adjust that number (in days) to how old you it to filter for comments.