Monthly Archives: May 2009

Mac Mini Memory (Part 1)

I’ve been using a Mac Mini (2.0GHz Core 2 Duo/1GB memory) for iPhone development. Mostly, it’s great, but it is a little low on memory. It always seems to have enough to run whatever I’m using at the moment w/o … Continue reading

Posted in iPhone | Comments Off

Organization

I’ve written about Keith Hennessey before, but this post is particularly interesting: He writes about the internal bureaucratic arrangement of the Bush (43) White House staff. Of special note: Bush 43 had about two dozen direct reports, which is more … Continue reading

Posted in Jack Handy | Comments Off

Multithread Cocoa (Run Loops)

When writing multithreaded Cocoa apps (on Mac OS X or on iPhone OS) it’s necessary to consider the “run loop(s)” of your application. Run loops are the message pumps which drive (among other things) all the parts of your application … Continue reading

Posted in iPhone | Comments Off

A Plug

It’s easy to go overboard when praising Apple’s design, but they do turn their attention to some pretty neat challenges.

Posted in Jack Handy | Comments Off

Book Club

Editorial note: Today, we’re starting a new feature: “Book Club”. This feature will appear regularly every Wednesday, and may appear on other days as well. It will consist of a summary of, highlights from, and notes on part of a … Continue reading

Posted in Book Club | Tagged | Comments Off

Random Cocoa

Today, just three quick notes on iPhone development, Objective-C, and Cocoa. Briefly: The iPhone has no true fixed-width font NSMutableArray isn’t really anything like an array NSNumber lets you wrap integers and floats as objects

Posted in iPhone | Comments Off

Decoration Day

Today is Memorial Day in the United States. Memorial Day is a modification of an earlier day of commemoration, Decoration Day, which was in turn created to honor those Union soldiers who died in the American Civil War. To present … Continue reading

Posted in Jack Handy | Comments Off

AC/DC

I was listening to AC/DC’s “Dirty Deeds Done Dirt Cheap” the other day. Fun little CD. And, you know – AC/DC: Rock and roll. Guitars and drums. Lots of songs about sex and touring. But there’s also this one track … Continue reading

Posted in Jack Handy | Comments Off

Moral Hazard

Moral hazard has been much in the news recently. (Wiki’s article is a pretty effective primer on the topic.) Most of the time, moral hazard is discussed in the context of the deleterious effects of bailing out the stockholders and/or … Continue reading

Posted in Jack Handy | Comments Off

Xcode and SVN

When setting up Xcode to use Subversion (SVN) as its Source Code Management (SCM) system for a new project, I encountered a few hiccups. Nothing too major, and I’m sure that some of them were due to my unfamiliarity with … Continue reading

Posted in iPhone | Comments Off