Archive for the 'Programming' Category
Tuesday, January 2nd, 2007
Update: I shouldn’t be so trigger-happy with blog entries. Summary of this post: long, boring analysis of how I thought I was tracking down a bug in ld. Followed by a mea culpa explaining that I’d gotten it all wrong. Enjoy! Special thanks to Eric Albert for patiently showing me the error of my ways. […]
Posted in Apple, Debugging, Hacking, Programming, Xcode | 7 Comments »
Saturday, December 30th, 2006
Developers, and some power users who are reading this have probably heard of launchd. It’s Apple’s “mama process,” responsible for launching other processes at startup, login, at regular intervals, or on demand. If you open the Activity Monitor application, and view “All Processes, Hierarchically,” you’ll see that there are only two top-level processes: kernel_task, and […]
Posted in Apple, Darwin, Hacking, Programming, Software Reviews | 5 Comments »
Thursday, December 21st, 2006
I was excited to hear about Cocoa Duel earlier this week, just as I was racing off to a hotel-based life of zero time for anything nerdy. But I got a moment of inspiration when I realized I could very cheaply adapt an existing project to suit the terms of the contest/charity. Check out my […]
Posted in Cocoa, Uncategorized, Web | Comments Off on Cocoa Duel
Tuesday, December 19th, 2006
A few months ago, Cameron Hayne told me about his nifty AppleScript Shell (ash), which offers an interactive command-line interface to AppleScript, and lets you do some nifty tricks like “tracing” a script’s execution, printing the resulting value for each executed statement. But I just discovered something about ash that’s truly magical. Think “Remote Script […]
Posted in AppleScript, Hacking, Uncategorized | 9 Comments »