• @Yawweee877h444
    link
    English
    767 months ago

    I like your style, but honestly I wouldn’t be surprised if they keep every single version.

    • @Telodzrum
      link
      English
      367 months ago

      Here’s the thing: Nothing in Reddit’s history indicates that they are that competent.

      • @[email protected]
        link
        fedilink
        English
        77 months ago

        I put my account’s comment through a mass-delete app around the time of the big protest, and a couple weeks later I found every single one was restored.

        People can be incompetent for years and then suddenly start figuring things out.

    • gregorum
      link
      fedilink
      English
      17
      edit-2
      7 months ago

      i bet they do now, but i’ve checked back now and then, and all of my comments and posts are most assuredly gone.

      edit: i’ve gone back to check some old haunts, place i know i’ve commented, and i did some seaching with google using my old usernames, as google uses its cache to match to the posts\comments, even though they’re not there any more.

      i see old posts that are graveyards of deleted comments, some with simply deleted accounts, and many others where both the account and comment are deleted. i don’t see any gibberish comments. the ones i know are mine (because replies quote the comment above, which i recognize as mine), are all just deleted in their entirety, so it seems they didn’t do comment versioning, at least not past the first edit. i see no posts under any former username of mine.

      the efforts to scrub my content from reddit last May appears to have worked. sadly, since the API lockdown, those tools no longer work.

      • @[email protected]
        link
        fedilink
        English
        297 months ago

        Just because it shows [deleted] doesn’t mean the data were deleted. That is most likely just a flag for the comment.

        They most likely keep every save since they decided to do the sell the data thing. Why would google pay them for what google could easily scrape other than having the full history?

        • gregorum
          link
          fedilink
          English
          07 months ago

          As I mentioned, I overwrote the comments several times before deleting them. I seriously doubt that they saved multiple versions of the comments. I know that, towards the end of May, they made some backend changes to try to circumvent users attempt to delete their accounts, but I did all of this to my account a couple of weeks before that.

          • @SparrowRanjitScaur
            link
            English
            16
            edit-2
            7 months ago

            No, I think the other commenter is right. They definitely store every version of every comment on their backend. Just because it’s not displayed publicly doesn’t mean they don’t have the data.

          • @[email protected]
            link
            fedilink
            English
            167 months ago

            That literally means nothing at all on their server backup from the year before. You could delete and rewrite your comments a thousand times and it would do you the same amount as good as one time, and barely any better than doing it no times at all. Your entire 15 year comment history would take up probably 10MB of space at best. They’ll have several back ups taken over the last decade. They aren’t just going to be selling off the live servers info.

          • @T156
            link
            English
            7
            edit-2
            7 months ago

            I imagine that they would. Text is trivially easy to store, and storing multiple versions would let them catch users who might edit away rule breaking they posted to avoid bans, but it’s probably one of those internal tools.

            From a data handling perspective, it’d be more efficient to handle edits by having a common id field, and an additional version/edit counter that increments --adding the edit like its a normal post-- , than it would be to edit data the usual way, since you don’t have to go back over the whole database to find the comment, or worry about it falling out of sync if one copy of the database has the edit, and the other has the original.

            You’d just need to fetch the comment by id, and the database entry with the highest version count to display it, which would be fairly easy to do.

          • @[email protected]
            link
            fedilink
            English
            27 months ago

            if you request your data from them under CCPA, and it shows the edited comments as gibberish, you’re good. I did the same thing but I left the comments to simmer for a long time like months.

    • @abhibeckert
      link
      English
      3
      edit-2
      7 months ago

      Reddit used to be open source and the source is still on github as a read only archive.

      AFAIK back then edit history was only kept briefly. Enough to roll back an accidental edit (if you have admin privileges anyway) but not far enough back to view old versions of posts.

      Of course, they would have backups, and maybe the code has changed, but I wouldn’t be surprised if it hasn’t changed and those backups are impractical (slow/expensive) to access.

      Keeping old revisions is a common practice but it’s also expensive and in reddit’s case totally unnecessary.

    • @[email protected]
      link
      fedilink
      English
      37 months ago

      you can request your reddit data, and they provide every comment along with edits as far as I remember, it was uncomfortable but i’d never posted anything regrettable at least

      imagine getting your hands on u/spez’s reddit data