Virtual Zane Lowe for Spotify

tl;dr I bodged together a Python script using Spotipy (not a typo) to feed me #NewMusicDaily in a Spotify playlist. No AI/ML, all automated, “fresh” tunes every day. Tunes that I enjoy get preserved in a Keepers playlist; those I don’t like to get relegated to the Sleepers playlist. Any tracks older than eleven days are deleted from the main playlist, so I automatically get a constant flow of new stuff. [Read More]

Do you know Simone?

Over coffee this morning, I stumbled upon simone, a fledgling Open-Source tool for repurposing YouTube videos as blog posts. The Python tool creates a text summary of the video and extracts some contextual frames to illustrate the text. A neat idea! In my experience, software engineers are often tasked with making demonstration videos, but other engineers commonly prefer consuming the written word over watching a video. I took simone for a spin, to see how well it works. [Read More]

Python 2d Physics Libraries

I’ve been playing with the python-elements but it seems like the project is dead. The upstream website has gone and the packages has had no updates for some time. I’d like to create a simple demo/game along the lines of some of the mini games you find in WarioWare on the Nintendo Wii. The Python Elements (and box2d) libraries seem to fit the bill but I don’t want to code using something that is going to disappear. [Read More]