Bulk Tumblr Image Posting

Sunday, 03. 17. 2013  –  Category: sw

I didn’t really get along with the current offerings of bulk image uploaders, so I wrote one: tumblr-tools

freebsd-update and custom kernels

Saturday, 03. 16. 2013  –  Category: stash, sw

This post is search fodder, mostly. If you’re using freebsd-update to upgrade FreeBSD and you run a custom kernel and temporarily using the generic kernel isn’t an option and it’s been ages since you’ve done this, then welcome! $ sudo freebsd-update upgrade -r 9.1-RELEASE [ warnings about custom kernel ] $ sudo freebsd-update install [ […]

Extracting voicememo name and file location from iTunes

Saturday, 03. 2. 2013  –  Category: sw

iTunes helpfully copies voicememos from the phone to a handy local directory, but the filenames are just timestamps, which isn’t so great if you’ve diligently named them. The voicememo’s title is visible in iTunes, but it’s coy about revealing which file it corresponds to. So into the iTunes database we go… with xmlstarlet. Because every […]