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]