Skip to main content

Pretty Good Hat

Tag: Coding

A blue and orange graphic, showing the list of new artists in my most-listened to list this year. The list is Nick Cave & the Bad Seeds, Ken Pomeroy, Tunde Adebimpe, Anna von Hausswolff and Big Thief.

I’ve updated my annual last.fm summary stats app for 2025. I’m really happy with this year’s changes: The app should be faster for most users and it offers a simpler couple of visuals, displaying a shareable card for your top “new to you” artists as well as for your top overall artists of the year. It’s fun to update this year over year. If you’re a last.fm user, I hope you’ll try it out!

deardestiny.shinyapps.io/tuner

My little data vis all for my Peloton rides broke a couple of weeks ago, but clever developers found a way to continue using the API, so it’s back, for now. I wish Peloton would publish an official auth flow; they would see an explosion of support and interest from small and big developers, I think.

A screenshot of my little Peloton data app called RideShare. It is showing a climb ride with Christine and a historical plot of inactivity recently.

This post from Julia Evans about using Helix was just the bump I needed to check it out, after installing it but never really giving it a try some time ago. I really like how quickly it’s immediately useful without much extra work or time. It will take some adjustment from vim navigation and commands, so perhaps won’t stick, but for now I’m appreciating the intentionality of thinking about what I need to do in the editor, and find so far that I’m picking it up pretty quickly.

For what it’s worth, the only additions I’ve made to Julia’s configuration so far are for some cursor differentiation and one hard-to-break vim convention:

"0" = "goto_line_start"

# from https://docs.helix-editor.com/configuration.html
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"