Menu
Author

Tyler

A Big Mouse Cursor

Uncategorized May 25, 2011

I spend about ten hours a day staring at two 27-inch Apple cinema displays. It makes coding great. But, with that much screen real estate, I keep losing my mouse cursor. I’ll have to jiggle it around for half a minute trying to find where it’s disappeared to. No more! Yesterday I discovered OS X has an option in the…

Experimenting with Piracy – An Indie Mac Developer’s Perspective

Uncategorized May 18, 2011

For the last twelve months I’ve been keeping detailed records regarding the number of users pirating my Mac apps and toying with different ways of converting those users into paying customers. I’m not foolish enough to ever think I could actually eliminate the piracy — especially since I believe there are a few legitimate reasons for pirating software — but…

Syncing Your Adium Chat Logs into Dropbox (again)

Uncategorized Apr 20, 2011

Two years ago I posted some quick instructions on how I keep my Adium chat logs synced between Macs using Dropbox. I’ve tweaked my setup slightly since then. Here’s my new approach. First, if you already have Adium on multiple machines, copy all your logs over to a single Mac. You can merge the folders easily with an app like…

Unsupported Architecture When Submitting to Mac App Store

Uncategorized Apr 18, 2011

For any Mac developers out there who are seeing the following rejection notice when submitting to the Mac App Store: Unsupported Architecture – Application executables may support either or both of the Intel architectures Make sure you verify that any included frameworks are Intel only. You can do this using the lipo command: If the output lists anything other than…

Search Mac and iOS Documentation From Chrome’s Omnibox

Uncategorized Feb 25, 2011

Earlier this week, the Chromium Blog announced an official extension API for Chrome’s omnibox (search bar). I’ve always loved keyboard driven interfaces — the command line, [Quicksilver](http://en.wikipedia.org/wiki/Quicksilver_(software)), Alfred, etc — so, I immediately started thinking about what I could build with it. My first idea was a documentation browser for Apple’s Mac and iOS libraries. I’m always googling for class…

Sosumi for Mac – Find Your iPhone From Your Deskop

Uncategorized Nov 30, 2010

Every holiday, between the food and family, I always seem to find time for a quick project. Last year I built the first version of Nottingham over the Thanksgiving break. This year was no exception, and I found myself putting the final touches on Sosumi for Mac after an eighteen hour coding streak this weekend. Sosumi for Mac builds on…

Backblaze Saves the Day

Uncategorized Nov 23, 2010

Back in June I wrote a detailed post describing how I backup my data. One of the key components of my backup strategy was using Backblaze for continuous, offsite recovery in the event of a disaster. Well, disaster struck. Last week, the hard drive in my father’s MacBook died. In the past, I’d setup a networked Time Machine drive to…

How I Use OmniFocus to Organize My Life

Uncategorized Oct 13, 2010

I’ve noticed a resurgence on the web of people talking about OmniFocus and how they use the app to manage their task lists. Despite being a user for nearly three years — since the first public beta — for some reason I’ve never gotten around to writing about why I find it so useful and how it fits into my…

Generating Strong, User Friendly Passwords in PHP

Uncategorized Aug 12, 2010

For an upcoming project, I needed a quick PHP function that would generate strong passwords. It’s an easy problem on the surface, but it has some quirky nuances that appear if you spend any length of time thinking about it. For example, it’s not enough to merely pick characters at random — you have to include at least one character…