Calendar confusion

Tuesday, February 9th, 2010

Apparently, Amazon has some difficulty telling the difference between 1 and 2.

Carpet prawn

Saturday, June 13th, 2009

I woke up this morning to find a surprise on the floor near my bed…

DSC01204.jpg

Carpet prawn

As I started inventorying my gadgets, looking at all of the serial number barcodes gave me some ideas on how to improve my scanning process. I made a series of revisions to my AppleScript to let it handle serial numbers whenever possible.
Read the rest of this entry »

Delicious Library scanning

Monday, April 27th, 2009

I recently purchased a USB-based barcode scanner with the intention of using it with Delicious Library to do a home inventory (their Bluetooth scanner is just to pricey for me). Unfortunately, the scanner model I purchased – a Datalogic QuickScan QD2130 – has problems acting as a keyboard with OS X. It works fine under Windows, but when connected to my Mac, it sits in a disabled mode and won’t scan any barcodes. Leafing through the manual, I noticed that it will also act as an RS-232 device over USB, and that gave me an idea…
Read the rest of this entry »

Another dating ad

Thursday, April 9th, 2009

Some of you may remember the sinful dating ad I posted a while ago. Earlier this week, while talking to my un-boss on Messenger, I saw this ad at the bottom of the window:

singled out

What is this trying to say? If you start dating people you find on their site, all of your friends will give up on you? I can assure all of my friends: nothing will change; I gave up on you long ago.

Reading matters

Thursday, April 2nd, 2009

I saw this at my local grocery a few weeks ago:

DSC00062.jpg

I can understand the importance of telling employees not to continue stocking recalled product, but shouldn’t they also remove it from the shelves?

Twitter welcomes me

Thursday, January 15th, 2009

After a frustrating experience a few weeks ago discovering that someone had already registered my preferred username on Twitter, I finally signed up as JudgeOfCheese. And now I’ve just installed Alex King’s very neat Twitter Tools plugin for WordPress. I just have to figure out why the sidebar widget is missing the title, but that will wait until after dinner. mmmm… dinner

An update to the updater

Sunday, November 30th, 2008

Aaron gave me a great suggestion for the WordPress MU update script: pull the latest version directly from the download page. So I’ve added that as an alternative method. If no specific version is passed in, the script will pull down the latest, determine what version it is and check to see if it already exists before continuing with the installation (upgrade-wordpress-mu.sh).

I haven’t actually had the chance to fully run it through its paces yet, so we’ll see for sure when the next update is released.

I love upgrades

Wednesday, November 26th, 2008

I’m happy to report that I just had the chance to test my WordPress MU upgrade script, and everything went off without a hitch! One simple command and all of my blogs got the update to 2.6.5. Glory be!

Simplifying WordPress MU upgrades

Friday, November 14th, 2008

Okay, I’ll admit it. I’m really bad about upgrading my WordPress MU install in a timely manner. And that’s a pretty big disservice, especially for others (like my brother) hosted on the same install. So tonight, I put together a new directory structure for my WPMU installation, and with my brother’s help, wrote a wonderful little shell script to handle future upgrades for me.

Originally, I had WordPress MU file sitting in a WPMU directory. With each upgrade, I’d have to make sure I didn’t disrupt the existing important files (like those in wp-content).

My new structure involves a version-specific directory within the WPMU folder (eg wordpress-mu-2.6.3). Alongside that is a directory named const, to hold all of the files that remain constant between upgrades. Finally, there’s a symlink named current that points to the current version-specific directory. I then create additional symlinks within this directory back to files and directories in const.

I’ve attached a sanitized copy of the final script (upgrade-wordpress-mu.sh) for your pleasure. It first checks to make that it’s running as root – my WPMU installation is outside the scope of my home directory, so that’s a necessity. There’s a few more checks to make sure the user has specified a version, and that there’s an archive of the WordPress MU files for that version. Then it goes to town, extracting the files, and symlinking the relevant items in const. I won’t go into the nitty-gritty, since it’s all pretty self-evident from the script.

If you do choose to use this yourself, just be sure to change the path on line 27 (unless that really is where you want your files).

Valid XHTML 1.0 Transitional