Tag Archives: programming

Why Go feels like a balloon boy

One of my friends like to use the expression “balloon boy” to everything that gets a lot of attention but it turns to be a lot less interesting in the end. Go is a new language created by Google that … Continue reading

Posted in Code, Tech, Thoughts | Tagged , , , , | 3 Comments

The multiple faces of nothing

[... or "C, variants and the NULL"] In C, you have a way to represent nothing. It’s NULL (all caps). NULL points to nowhere and it’s defined as “0″. Why would someone use it? Well, if you have a list … Continue reading

Posted in Code, Fun, Tech | Tagged , , , , , , | Comments Off