Programming

On the yumminess of NSSet and her applications to javascript

NSSet and her sexy daughter, NSMutableSet are officially my two favorite Cocoa classes. They have reached previously unmeasured levels of exquisitude. Sure, they have their faults, like being finite (I was hoping to prove the continuum hypothesis with NSSet–that’s a math joke), but what they lack in nonsensical mathematical jargon, they make up for in usefulitude. Enter Javascript. […]

More

Targeting SOSmax in HaXe

As boring as the title sounds (and it does sound boring), it’s a worthwhile investment to get a good logging solution going on whatever platform you’re developing on. I’ve been playing around with haXe lately and I discovered its trace() function to be severely lacking–that is, until I actually read the documentation (I’m a man, we […]

More