This past weekend I set out to begin laying out a PCB for my VGA->LCD converter board. Unfortunately, I could not find a decent PCB layout package that I could use natively in Mac OS X. I found one that...
…Apple goes and makes GarageBand so darned addictive to play with!</p><p>I am now starting to regret the sale of my XP-50, but then again, I think that’s a bit more keyboard than I’d need for just hacking around anyway. One...
If I actually committed my thoughts enough to fill that cute little calendar there on the left with active links. :)</p><p>Perhaps with my recent foray into learning Python, I can make a little app that fires random thoughts at MovableType...
I actually had this conversation today with a telemarketer:</p><p>TM: Are you interested in subscribing to the newspaper?ME: No.TM: May I ask why not?ME: I read my news on the Internet.TM: A-ha! But don’t you only get to read the headlines?ME:...
Whoever said that we’d be much better off with 26 hour days is way off. I think they need to up their estimates to 48 or more hours!</p><p>I have quite a bit on the go right now…</p><p>Well as you have...
In case you haven’t already noticed the ABFiller page link on the left of this page, I released ABFiller to the masses recently. If you have noticed, and potentially had trouble running the application, you may be interested in my...
Provided I get some free time over the next few days, I expect that I will have ABFiller available online here for “the masses.” I just have to make some modifications to this site in order to properly showcase my...
Neat. Dump your address book in a few simple lines:</p><p><pre>#import #import </pre><pre>int main(){ NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];</pre><pre> ABAddressBook *abook = [ABAddressBook sharedAddressBook]; NSArray *people = [abook people]; int ii;</pre><pre> NSLog(@”There are %d records in the address book\n”, [people...