Tag Archives: Old Blog

Boot from CD in Open Firmware

Ok, you’re a security conscious Mac user so you’ve enabled the Open Firmware password. Now you want to boot from a CD and just holding down the “C” key while the computer starts up won’t work. What do you do? You … Continue reading

Posted in Tech | Tagged , | Leave a comment

Converting a database to Unicode with Perl

It’s happened a few times—I’m transfering data from one database to another and the old one has a few accented characters in it, but came from the days before Unicode. So if you’re using Perl to pull data from the … Continue reading

Posted in Note to Self, Programming | Tagged , , , | Leave a comment

Adding a Background to Transparent PNGs in Bulk

So I had a bunch of PNGs with transparent backgrounds that needed instead to be white. This is the kind of thing that ImageMagick is so good for, but this turned out to be a little bit harder. I couldn’t … Continue reading

Posted in Note to Self, Programming | Tagged , , | Leave a comment