Archive for the 'Programming' Category

Toggle Twitter

Saturday, January 22nd, 2011

I use Twitter. A lot, and almost entirely on my Mac desktop. Over the years, I have switched between many popular client applications, often returning to old favorites when the specific advantages of one outweighs the advantages of another for my current priorities. The way I use Twitter is to leave one of these client […]

MarsEdit 3.1.4

Tuesday, November 30th, 2010

Relatively hot-on-the-heels of the previous release, MarsEdit 3.1.4, fixes some major memory performance issues and includes some fixes that streamline integration between Tumblr photo posts and the media manager. Major Memory Meltdown I have always been pretty proud of my ability to manage memory usage in my code. In addition to using good programming habits, […]

Don’t Coddle Your Code

Thursday, September 23rd, 2010

Jeff LaMarche presents a rundown on whether Objective-C dealloc implementations should bother nil’ing out an instance variable after releasing it. LaMarche offers a fairly balanced presentation of the two sides, but in my opinion he gives too much credibility to the argument that nil’ing is a good idea. He essentially embraces the argument that nil’ing […]

Zoom Anywhere

Tuesday, September 14th, 2010

I’ve been in and out of Apple’s iPhone simulator for the past two years, and for the entire time, I’ve been frustrated by what I assumed was an inherent limitation: pinching and zooming and only works in the middle of the screen: Today I was so supremely frustrated by this that I played around with […]