mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

348K
active users

Zhuo-Fei Hui

In light of recent events, I've been abandoning my Twitter account. I've already frozen it and downloaded an archive after it was renamed X. Now, I'm slowly deleting my tweets, retweets and likes, one by one. I sometimes linger on one post a moment longer, reminisce about a world that felt so much less polarized and turbulent. It's a really nostalgic journey through almost a decade of participation in a (at least for the majority part of my experience) great online community, I really miss it! 👋🏼

@zfhui I also abandoned mine, took an archive, and blanked it out but haven't had the heart to delete everything yet for exactly the reasons you say. It was the centre of the Ruby community for me. 😔

@Odaeus @zfhui just my experience going through this, not trying to convince anyone, but I deleted everything on Twitter and I felt nothing, despite it having had an outsized impact on my life.

@janl @Odaeus Being part of a vibrant community (mostly tech and Ruby) was very inspiring for me and gave me lots of motivation to learn more and to participate, which then also benefited my career. So losing the community, and also losing my once rosy-cheeked belief that tech is going to make the world more connected, more democratic and more creative (we know it's doing quite the opposite), is making it really difficult for me to stay motivated and wanting to keep working in tech. 😔

@zfhui @janl ❤️
I'm always on the lookout for green (without the washing) and civic tech opportunities. I feel there is still a lot to do where it can be boring but genuinely useful for people (see digitalisation in Deutschland). But yes, otherwise for the ideals you describe, we've very much gone the wrong way. 😞

@janl @zfhui good to know. I'd probably forget it about it pretty quickly after! I'm just a bit of a data hoarder, *ahem*, archivist, and don't like that the export is likely missing things I would want to keep. I think mentions are missing from the Twitter archive, for example.

@Odaeus @janl @zfhui my archive included tweets of mine replying to others, if that's what you mean by mentions? (See tweets.freelancing-gods.com which was generated from my archive). I don't believe other people's tweets directed at me are in the archive though.

tweets.freelancing-gods.compat's twitter archive

@pat @janl @zfhui ah I mean the second part, someone mentioning me. I can see from your archive page that half the conversation is sadly missing.

@Odaeus @janl @zfhui each reply in the archive does track the username and tweet id of what you've replied to, so it would be possible to construct a URL back easily enough.

Mentions that aren't part of a thread, though, then you’re definitely out of luck.

@pat @Odaeus @janl Oh, creating a personal Twitter archive is a nice idea! I was thinking about writing a blog post with a selection of my "best-of" Tweets throughout the years, but I find your solution more elegant! 💅🏼

@zfhui some tools that I used that may help:

For automated deleting of tweets: github.com/lucahammer/tweetXer

And then to build the archive:
github.com/dariusk/twitter-arc and github.com/jvns/tweets-archive
I tweaked the code in the former to keep my replies to others in my archive (removed the conditional check around line 375 of app.js to ensure every tweet is pushed to the array.
In the latter, I added 'id_str’ to the fields array (line 21 of app.js) so tweets can be found by id, and then lots of updates to URLs/usernames as per the instructions. Also, scripts/build.py:8:
`with open("./searchDocuments.js", encoding="utf8", errors="ignore") as f:`

Delete all your Tweets for free. Contribute to lucahammer/tweetXer development by creating an account on GitHub.
GitHubGitHub - lucahammer/tweetXer: Delete all your Tweets for freeDelete all your Tweets for free. Contribute to lucahammer/tweetXer development by creating an account on GitHub.

@pat Wow! Thank you so much for the detailed explanation and all the sources! 🙏🏼