TL;DR: even if your delete script confirms a full wipe and your Reddit profile page shows zero comment, there may still be comments left over (that you can find through a search engine and delete manually on Reddit).

Weeks ago, I used redact.dev to delete all my Reddit comments (thousands of them over 10+ years). Redact.dev confirmed a full wipe, and my Profile > Comments page on Reddit confirmed I had no comment left.

Yet, as of today, Google still returns dozens of results for “$myredditusername site:reddit.com”. It’s not just Google’s crawler lagging; when I follow those links, those comments are still visible on the Reddit website, under my username, where I have the ability to manually delete them.

Thankfully, I hadn’t yet nuked my account, because I knew of other users whose deleted comments got reinstated (although that was thought to be caused by the deletion script exceeding the API rate limit; supposedly a different case, as those missed comments would still show in the Profile page).

spez: edited for clarity.

  • Madison_rogue
    link
    fedilink
    3
    edit-2
    1 year ago

    It looks like that’s the case. I found a comment that was mine from 10 months ago. It looks as if Reddit recovered my deleted comments after I deleted my account.

    At this point, I don’t care. I left all that behind.

    • quirzle
      link
      fedilink
      31 year ago

      Is it possible the sub was private when you deleted the comments? This and known, since-fixed issues with PowerDeleteSuite explain nearly all of the “undeleted” comments I’ve looked into in-depth.

      • Madison_rogue
        link
        fedilink
        21 year ago

        No, the sub wasn’t private. They participated only for the two day blackout.

      • anonOP
        link
        fedilink
        11 year ago

        I used redact.dev and confirmed on reddit.com that all my comments were deleted well before the blackouts.

        • quirzle
          link
          fedilink
          11 year ago

          I’m not familiar with redact.dev and can’t comment on its accuracy, but your comments from earlier in this thread make it seem like you only found out about how the limitations of reddit’s profile page work about 11 hours ago. They probably weren’t deleted to begin with.

          • anonOP
            link
            fedilink
            1
            edit-2
            1 year ago

            That’s right, they were most likely never deleted in the first place, despite Reddit’s indication to the contrary.

            • quirzle
              link
              fedilink
              1
              edit-2
              1 year ago

              Can you show this indication? Otherwise, this looks like a pretty clearcut case of user error.

              • anonOP
                link
                fedilink
                11 year ago

                I mean, it’s pretty straightforward. Go to reddit.com, click on your profile page, then on Comments. This will show you a list of your comments. If that list is empty, and it wasn’t prior to you deleting all your comments with an API tool like redact.dev, you can reasonably conclude that all your comments are gone. Yet it’s not the case.

                I can show you a screenshot of the blank Comments page, but I’m not sure what it would add.

                • quirzle
                  link
                  fedilink
                  11 year ago

                  This comment (which you’ve replied to, so ostensibly have already seen) does a good job of articulating how this only shows the top thousand comments at a time and doesn’t update as you delete them.

                  Depending on which tool you deleted with, it may or may not have done a decent job of working around this reddit limitation to actually delete them all.

                  So it’s not necessarily pretty straightforward, especially if you commented a lot.

                  • anonOP
                    link
                    fedilink
                    11 year ago

                    I had indeed read and understood the earlier comment that you linked.

                    I just got confused by your “user error” suggestion, because I don’t see how this qualifies as one.

                    First, the Reddit API is broken, because the select query sent by the deletion tool receives less than a full set (as if there was an implied LIMIT clause on the server side). This leads the deletion tool to erroneously announce it has processed all comments.

                    Two, the Reddit UX is broken, because the profile’s Comments page incorrectly returns an empty set due to a silent design limitation (as described in the linked comment).

                    There is literally no mechanism to find leftover comments through either the Reddit API or UX, because both are broken. The only workaround is to use a search engine that had indexed those leftover comments.

                    That’s the whole point of my original post, and I don’t see where the “user error” may come in.