Hello everyone.

With the API changes, I, too, was planing to delete my reddit account. I am still intending on doing so, but I wanted to purge all my content (mostly comments, some even helpful) from that site, before i finally pull the plug on my account.

I used PowerDeleteSuite to edit and delete all my comments, and it successfully edited and deleted about 2000 comments I made.

Visiting my reddit profile (either logged in or from an incognito browser tab, old reddit as well as new) shows that I don’t have any comments or posts.

However, I decided to have reddit provide me with all my stored data, as per the GDPR. This data reveals that I made about 6000 comments over the years, and about 2000 of those comments reflect the edits I made using PDS. But the remaining 4000 comments are still unedited and can be reached via the url in the GDPR spreadsheet.

Is there a tool that allows mass editing all my comments based on a spreadsheet containing URLs to the comments, as tools like PDS are unable to find the remaining ~4000 comments?

  • @Aux
    link
    English
    -31 year ago

    Comments cannot be deleted at all. You can replace their content with empty text, but there will still be comments. No one in their same mind will delete anything from a production database, that’s a big no-no.

    • @[email protected]
      link
      fedilink
      English
      6
      edit-2
      1 year ago

      that’s a big no-no

      … that violates the law

      What makes you think nobody in their sane mind would delete anything from a production database?

      • @Aux
        link
        English
        21 year ago

        Removed by mod

        • @[email protected]
          link
          fedilink
          English
          -11 year ago

          This is bullshit.

          A DBMS (database management system) handles all the necessary file file synchronisation necessary for simultaneous reading and writing. It’s a layer on top. File access sharing does not matter.

          On a file you can write data in-place - without having to change surrounding data. You can clear existing data without the need to free the space it used.

          Foreign keys in DBMS prevent relations from breaking.

          How viable or costly data deletion or removal is greatly depends on your DBMS/storage system and usage pattern. Do you know how Reddit stores their data?

          Data may be marked for deletion and regularly be deleted and indices rebuilt. Or it may keep deleted-marked content but clear its data. Both are viable and effectively data deletion. A record that holds no more of its data is no longer the data it was before.

          • @Aux
            link
            English
            21 year ago

            Removed by mod

              • @Aux
                link
                English
                11 year ago

                Just some 20 years of software development. Yeah, if you delete data from DB, you’re not a lead, sorry. I wouldn’t hire you above junior, mate.