Tag Archives: programming

The Duck(typing) movie – movie script idea

An continuation of my silly programming movie script ideas. Briefing room: A (commander dude): When I see a bird that walks like a duck and looks like a duck and quacks like a duck, I call that bird a duck! … Read more

Posted in Comedy, Programming | Leave a comment

Writing about learning how to code: there’s no one answer

It seems to have become a trend to blog about learning how to code (at least posts featured on Hacker News). People are different, some people like to read [about programming] and others get their hands dirty immediately. Do what … Read more

Posted in Programming | Leave a comment

Replay search on GosuGamers doesn’t work properly? No problem

Sometimes programming skills become really handy. For example like just now when I tried searching for Warcraft 3 replays including a specific player on GosuGamers. The problem is that it revealed no matches, which is kinda weird because I already … Read more

Posted in GosuGamers, PHP, Warcraft 3 | Leave a comment

Programming revitalization

Recently I posted an embarrasingly bad question at http://programmers.stackexchange.com (no you can’t read it). The thing is that I’ve been way out of my programming form of late and was not thinking straight, thus I had misconceptions about how good … Read more

Posted in Programming | Leave a comment

Readability is important – programming principle that should be used by everyone

When you’re working in programming teams, code readability is very important to the overall quality of the system – that is if you care for it in the long run. You have to consider that other people don’t know what … Read more

Posted in Programming | Leave a comment

Open-source driven by egoism? Reflections after reading Linus Torvald interview

Linux creator Linus Torvalds claims the open-source boom is highly driven by egoism and the desire to “put your own trademark” into things (code). Unfortunately I can’t find the article with the Torvalds interview at the moment. I’ve been thinking … Read more

Posted in Linux, Open-Source, Programming | Leave a comment