site banner

Tinker Tuesday for August 12, 2025

This thread is for anyone working on personal projects to share their progress, and hold themselves somewhat accountable to a group of peers.

Post your project, your progress from last week, and what you hope to accomplish this week.

If you want to be pinged with a reminder asking about your project, let me know, and I'll harass you each week until you cancel the service

1
Jump in the discussion.

No email address required.

As mentioned last week I deployed my project and was testing / fixing it over the week. While there's tons of missing features, weird quirks and bugs, it's still a massive quality of life improvement over my previous nitter+miniflux setup:

  • Nitter was acting up because of issues with the authentication token. I have 2 Twitter burner accounts, so I thought it would solve the issue if I just switched up the tokens, but each only works half-way. I can either browse twitter with one token or have a working RSS feed with the other. The new setup had some issues with the token as well (it got rate limited, possibly due to both projects running on the same server), but it somehow recovered on it's own within a day.
  • The ability to browse twitter from the same page is a huge improvement. What's more every reply tweet I see is getting automatically archived, which wasn't possible with the old setup. On top of that, the ability to follow a new twitter account at the click of a button is a HUGE boon (I used to have to got to the "new feed" page, copy-paste the RSS-view url, etc).
  • I might have been having a bit too much fun with custom layouts, particularly for the error pages.

Like I said, far from finished, there's still plenty of retardation in the code, but it works well enough for me to use it over the old bespoke setup, so here's a github for the curious