Archive for the 'Articles' Category

Hexy Little Thing

Wednesday, February 14th, 2007

I’m working on an application now that uses a custom document format. Since my code manipulates this format and spits it back out to disk, I find myself frequently examining the resulting documents using Peter Ammon’s excellent Hex Fiend to examine the resulting files, and make sure the content is still format-compliant. But while I’m […]

C Is The New Assembly

Wednesday, February 14th, 2007

John Gruber was recently featured for a second time on Dan Benjamin’s instantly-awesome Hivelogic Podcast. I’m glad that Jesper heard and was intrigued by some of the same comments I was, because he reminded me that I wanted to comment on a subtle but worth-repeating impression that I took away. The comments are those pertaining […]

Caught With My Bytes Unzipped

Monday, February 12th, 2007

I’m working on an application that has some simple networking needs, among them fetching small bits of data off of a variety of user-configured web sites. Since the needs are so straight-forward I thought using NSURL and its “resourceDataUsingCache:” method would be the way to go. It so happens that this application already has a […]

Getting Things Done

Sunday, February 11th, 2007

OK … I mean this in the nicest possible way, because I have also considered (and may someday pursue!) writing my own ToDo-type application. But I’d like to offer my revision on a popular joke from academia… Those who can, do Those who can’t do, write ToDo apps. Those who can’t write ToDo apps … […]