Live data from Hacker News

TweetDelete – Automatically delete your posts that are older than a maximum age

tweetdelete.net

51–60 of 113 posts

Re: TweetDelete – Automatically delete your posts that are older than a maximum age

#51
post #15

The way I use Twitter is to download tweets to a local database, including images/videos/unshortened URL and then I view the data in my own UI from local DB. It circumvents the tweet/account removals done by users or Twitter. Also I can do any kind of search/data processing I want. I guess I'm not alone. You can't hide your data once they are made public. It's interesting what is possible once you start treating web…

How many petabytes does something like this take up?

I download profiles I'm interested in of course. Not everything. 70 profiles with 75000 tweets take 5GB for JSON + images + linked pages content + 60GB for videos.

I didn't optimize for space at all, twitter's json is quite wasteful.

Re: TweetDelete – Automatically delete your posts that are older than a maximum age

#52
post #43

Earlier quoted context omitted.

How many petabytes does something like this take up?

The internet says there are about 500 million tweets per day. If we assume 500 bytes for storing each, this would be 250 Gigabytes per day.

Average tweet JSON object size is 5300B.

Re: TweetDelete – Automatically delete your posts that are older than a maximum age

#55

This seems like a good way to make twitter even more toxic than it already is. If you're afraid of your tweets coming back to haunt you later on, maybe you shouldn't be tweeting those things.

I dunno. I delete my tweets after a year. I do it not because I'm afraid of anything coming back to bite me but because I'm opposed to being perpetually archived. Some day I will die. I'd prefer not to leave any carelessly produced ghosts of myself behind, if I can help it.

Re: TweetDelete – Automatically delete your posts that are older than a maximum age

#58
post #30

For people who use Reddit, deleted comments only remove the username and not the content, making it trivial to trace back the original poster. If you delete posts/comments regularly use Shreddit which overwrites the content before deleting it making this trace back much more difficult. https://github.com/x89/Shreddit

It should be noted that deleting reddit posts is similar to Twitter in that multiple third-party services will probably retain the deleted content forever.

Re: TweetDelete – Automatically delete your posts that are older than a maximum age

#60
post #30

For people who use Reddit, deleted comments only remove the username and not the content, making it trivial to trace back the original poster. If you delete posts/comments regularly use Shreddit which overwrites the content before deleting it making this trace back much more difficult. https://github.com/x89/Shreddit

[deleted]
Post reply on HN