DRM - Down Right Murderous

You may or may not know what DRM really stands for. If you don’t know, let me tell you. It stands for Digital Rights Management, or so you’re too believe. What is that, you ask? I’ll let the experts tell you:
Digital Restrictions Management (DRM) is a technology that affects all users of computers, media players, [...]

Pineapple - A juicy-sweet D library

Pineapple, a D implementation of the Foundation framework by Apple , or, it will be. If you were attracted by what I said about D and have started using it as a programming language you may have heard of Tango.

D - C++ and Beyond!

I was recently introduced to D. From the offical D site:
D is a systems programming language. Its focus is on combining the power and high performance of C and C++ with the programmer productivity of modern languages like Ruby and Python.

Time to Take a Bite Out of Apple

As I worked on Ember I came across many features that Objective-C (a.k.a. ObjC) has that C++ lacks. For example, a good runtime infrastructure. ObjC can tell you at runtime if a given object can have a given method invoked on it; C++ lacks that ability.