Category Archives: Code

From a shared blog to a personal site..

To ease the transition from the previous incarnation of this blog (a shared blog) to a more focused, personal blog, I used the WordPress Import/Export feature to transfer all of my own posts into the new WordPress instance. In order … Continue reading

Posted in Code | Leave a comment

Open source happenings

Just some quick notes: I got a patch into FITS to add some basic video metadata extraction. I’d like to take it further to ensure support for the formats that exiftool supports, but it’s a good start. Today I pushed … Continue reading

Posted in Code | Leave a comment

Repository workflows

One of the sessions at RIRI ’09, and a common theme across many of the conferences I attended this year, is workflows, workflow engines, and tools. Workflows initial came out of “enterprise” systems to managing web services, which moved into … Continue reading

Posted in Code | Tagged , , , | 1 Comment

Video4All: HTML5 <video> alternative [updated]

Earlier this week, Matt Mastracci released his video4all project, which replaces the HTML5 <video> element with a flowplayer-based alternative for non-compatible browsers. Independently, I’ve been working on bringing the HTML5 javascript API to some video plugins using a javascript wrapper. … Continue reading

Posted in Code | Leave a comment