-
A quick trial at creating color fields (and then sticking textured stuff on top).
-
python-lzo
I realized that when searching for python and lzo, my github page is the first link. I’ve also noticed that people keep forking my github version and that there is no PyPI entry for python-lzo. So, I decided it is fair to consider myself the maintainer for python-lzo and have registered it as a PyPI…
-
New experience: a hard pretzel so fresh that the insides are still soft. Yum.
-
How to fix BIND’s journal out of sync error
This is a note for my future reference. Example error: zone example.com/IN: journal rollforward failed: journal out of sync with zone zone example.com/IN: not loaded due to errors. While named isn’t running, remove the .jnl file for the example.com zone. It will be in the same directory as the zone files. Restart named and the…
-
How to convert audio format in a video file: ffmpeg -i input.mkv -vcodec copy -acodec ac3 -ab 448k output.mkv
-
irccat3
I liked last.fm’s irccat as an easy way to post events (task completion and errors) to an IRC channel. I was less crazy about the recommendation to use ant to execute it. When I moved it to a OpenVZ VPS that used venet, it stopped working reliably. I’ve actually had trouble with quite of few…
-
I can’t believe that Game Developer Magazine is ending in July! I hope they don’t switch my remaining issues to some Windows publication like the last two computer magazines I subscribed to did when they ended.
-
Google Calendar drops CalDAV
In January, Google said: “With the launch of CardDAV, it’s now possible to build a seamless sync experience using open protocols (IMAP, CalDAV and CardDAV) for Gmail, Google Calendar and Contacts. We’ll start rolling out this change as planned across all platforms.” (citation) Yesterday, Google said they would be moving CalDAV support to whitelisted only…
-
Thankfully, I never switched to Google Reader
I’ve long had a suspicion that I should just switch to Google Reader instead of continuing to develop my own feed2 reader software (found on github). Today’s news that Google Reader is being shut down makes me feel rather vindicated. I may even decide to push forward and make an Android client now like I’ve…