Daily Archives: January 29, 2011

Code Formatting Plugin Updated

I’ve just updated the code formatting/syntax highlighting plugin used by this site to the very cool Syntax Highlighter Evolved. This plugin is a marked improvement over the previous plugin, providing such niceties as automatic non-copyable line numbers, horizontal scrolling, built-in … Continue reading

Posted in banter, configuration, software | Tagged , , | Leave a comment

[Objective-C + Cocoa] The Poor-man’s Multithreading

I’ve been doing a fair bit of coding in Objective-C lately, more specifically using Apple’s Cocoa API. There’s a lot to like about Objective-C as a language. Predating Java by nearly a decade, here is a reflective language that more … Continue reading

Posted in coding, concurrency, objective-c | Tagged , , | Leave a comment