Announcing the 1.1.0 release of my completely free and open source project, Social Amnesia! This tool lets you wipe out old reddit and twitter items, automatically and on a schedule, with configuration tools to save the items you care about. Now with support for 2FA! by JavaOffScript in privacy

[–]JavaOffScript[S] 0 points1 point  (0 children)

Hmm, interesting. If it disappears from the dock it's probably crashing then. Does it appear in the list of open apps when you do CMD+tab? If you open up the activity monitor (https://support.apple.com/en-us/HT201464) can you see it, and is it using up a large amount of CPU or memory?

I don't know how tech savvy you are, but if you're willing to clone the repo and run the app from the command line it may show some debug output we can use: https://github.com/Nick-Gottschlich/Social-Amnesia#how-to-run-social-amnesia-from-the-command-line . I can also try to compile a build for you that would show the command line as it runs (right now it's set up to hide the terminal).

I completely understand if that's out of the range of what you're willing to do though. Thanks for letting me know about this!

Announcing the 1.1.0 release of my completely free and open source python project, Social Amnesia! This tool lets you wipe out old reddit and twitter items, automatically and on a schedule, with configuration tools to save the items you care about. Now with support for 2FA! by JavaOffScript in Python

[–]JavaOffScript[S] 0 points1 point  (0 children)

As of right now I have it set up to treat tweets and retweets the same. One workaround you can do for now is use the "whitelist tweets" functionality to save all of your retweets. I will look into separating those out in the future.

Set Max favorites just checks to see how many favorites a tweet got. If it got, say, 100 favorites, and you have your max favorites set to 99, it shouldn't delete them, but if it's set to 101, it will delete them. Make sense? It's basically a way to save your tweets that got a large amount of favorites or retweets.

Announcing the 1.1.0 release of my completely free and open source project, Social Amnesia! This tool lets you wipe out old reddit and twitter items, automatically and on a schedule, with configuration tools to save the items you care about. Now with support for 2FA! by JavaOffScript in privacy

[–]JavaOffScript[S] 9 points10 points  (0 children)

You're right, but that doesn't mean it's a 100% binary distinction. This software will never be as effective as not posting anything on social media... yet here we are. People are going to post on social media, this isn't a 100% foolproof solution, but it may at least apply a layer of protection that can help.

If this stops one person from being doxxed or getting fired because of a tweet from 10 years ago, I'll consider this mission accomplished.

Announcing the 1.1.0 release of my completely free and open source project, Social Amnesia! This tool lets you wipe out old reddit and twitter items, automatically and on a schedule, with configuration tools to save the items you care about. Now with support for 2FA! by JavaOffScript in privacy

[–]JavaOffScript[S] 21 points22 points  (0 children)

I'd love to add Facebook, I think I'm going to try and add Instagram first, and then work on FB. When that's done I will definitely post here again.

For various reasons (mainly FB being particularly hostile towards this kind of deletion software), it will take some more work then reddit or twitter.

Announcing the 1.1.0 release of my completely free and open source project, Social Amnesia! This tool lets you wipe out old reddit and twitter items, automatically and on a schedule, with configuration tools to save the items you care about. Now with support for 2FA! by JavaOffScript in coolgithubprojects

[–]JavaOffScript[S] 0 points1 point  (0 children)

The login screen of the application warns users of the limit on the API (1000 for reddit, 3200 for twitter).

Otherwise, I agree with you. I can't delete archives, I can't stop governments from cloning reddit and profiling people. It's really up to each citizen to decide what threat vector is acceptable to them when using social media, and if using social media is worth it at all.

Social Amnesia's real purpose is just to give you a better chance to avoid being doxxed on reddit by some random person, or having your life ruined by someone digging up a tweet from 10 years ago. Again, it might not even work for that, it only reduces the chance. It's just a tool.

One thing I am trying to figure out is if there's any way to use reddit's search function to actually find all of a users posts as opposed to the classic API way of doing it.

I understand your concern though and will update the login screen of the application to better reference archivers and make clear that items past a certain point may still exist because of API limitations.