• my collection of OS X Yosemite upgrade fixes ·

    I upgraded from Mavericks to Yosemite on my MacBook tonight and thought I’d share some of the fixes I had to apply to get my development environment set up again. I’ll continue to update this post as I discover new things that aren’t quite working the same as before.

  • Lion and TV ·

    I got my Air! I’m typing this from it now. :) I’ve had fun organizing and configuring everything, and I’m finally settling in to using it for some real work. Well, not work as in someone’s paying me to do it: I’m just working on a new layout for this site and my portfolio. I bought Acorn from the Mac App Store and am using it for my image editing, with Komodo Edit for my HTML, JavaScript, and CSS. Here’s a screenshot of my primary desktop with Mission Control showing my apps:

  • programming and Airs ·

    I ordered one of the new MacBook Airs last night, and I’m super excited about it coming next week. I’m typing this entry on my old 2007 MacBook, which I bought used from a friend. All my Macs I’ve had used, so it’s cool to be getting my first brand-new one. I didn’t go the cheap route, either: I bought one of the 13” ones with the upgraded CPU and a 256GB SSD. Jon is such an up-seller, too: he was sitting beside me when I ordered, and he was all “you know, you’re spending this much on a computer anyway, you might as well spend the $100 extra and get the better CPU”.

  • make your Mac listen up ·

    I’m so tickled I can’t stand it. All right, so Speech Recognition stuff on a Mac is pretty darn cool by itself, but now I’ve got a nice Apple Script that opens up Safari with various tabs of my favorite sites, and it does this when I tell my Macbook “Get on it.” Here’s how I did it:

  • chmodding and Ruby ·

    Recently, I switched from a Powerbook to a Macbook, and to copy my files from one to the other, I used a pen drive. Since my pen drive has a FAT file system, it treats everything as being executable. This, however, is not the case on a UNIX-like file system like OS X. In order to save myself the hassle of manually chmodding thousands of files, I wrote this Ruby script:

  • using Perl and Apache on OS X ·

    I’m trying to do some work with a Perl app on my Powerbook but I was unable to get any Perl scripts to execute from my local server. At first, I was getting just the source of the Perl files spit back at me. I followed a few tutorials about getting /etc/httpd/httpd.conf set up, but then I kept getting 403 Forbidden errors when I tried to access .pl or .cgi files in my browser. I checked /var/log/httpd/error_log and saw: