- 28 Feb 2026 09u15 - New homeserver overview page
Today I’ve added a ‘cs30’ page, dedicated to my precious homeserver.
I’ll be trying to give you guys an overview of the services I host, hardware I use, etc. My current configuration probably won’t change very soon, but I’ll try keep the page up-to-date if anything changes!
The page also has a comment section, so you guys can leave questions or suggestions for services I really need to try.
- 27 Feb 2026 13u26 - Showing recently watched movies on Letterboxd
Today I tried to create a ‘recently watched movies’ section on my homepage, using the data from my Letterboxd diary.
While developing, everything went fine. I scraped the RSS feed, because they don’t give you an API key for personal projects. Then I could convert the XML data into a JSON object, and use that to populate a list. First problem: CORS… This was easily solvable by using a free proxy like allorigins or cors-anywhere.