this post was submitted on 25 Jun 2023
997 points (99.1% liked)

Technology

58036 readers
4339 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
(page 2) 50 comments
sorted by: hot top controversial new old
[–] malloc 11 points 1 year ago (3 children)

Given that reddit is making it difficult for users to delete posts and comments [1]. I wonder if it will make it more difficult for them if instead of deleting the comments and posts, but we flood the posts and comments with garbage edits.

Something like this could be easily scripted out. Could use browser automation if you don't want to use the reddit api.

If they truly have the ability to roll back deleted AND edits on a post and comment level, then flooding the change history log with garbage edits will cause them to hemorrhage money in terms of cold storage (ie, Amazon S3) and database size.

They can't be infinitely storing all of the edit history. So at some point they have to purge the oldest commits at which point makes it equivalent to deletion of original post, except now they are keeping garbage and paying to keep that garbage stored. Have fun running your LLM on that junk.

Something like this:

  • original comment: "Some thoughtful comment here"
  • 1st edit: <edited to hit max comment length with garbage content, maybe "lorem ipsom" placeholder stuff>
  • 2nd edit:
  • 3rd edit:
  • nth edit: ...

Again, this assumes they are even keeping the edit history. Would be nice if we can get insider information from a reddit backend engineer to confirm.

[1] https://lemmy.world/post/647059

load more comments (3 replies)
load more comments
view more: ‹ prev next ›