Elektrine lite

← Feed

@waldoj@mastodon.social

Post #3716958

2026-07-09 16:08 UTC

I'm adding more features to my retro-designed blog. Today's addition: the song I'm currently listening to. If you miss the web of the '00s, just go ahead and create it.

Replies (1)

  • @waldoj@mastodon.social 2026-07-09 16:10

    It's JavaScript-based, so that I can cache the HTML for the site. Instead of making a live call to Last.fm, I use some JS as an intermediary, which caches the song for 60 seconds. I extremely don't think that Last.fm is worried about the traffic I'll generate, but it just seems like the decent thing to do.

    Open ##3727153