Author: Louis-Dominique


Posted on: 29th April 2009

No Comments

Category: Software

I’ve been running into a good deal of bad computer code lately.  Here’s an example from an actual tutorial.  I’ve renamed the variable to protect the shameless:
if (count == 0) return false;
return true;
Why not this:
return (count != 0);
There are some god-forsaken languages in which returning the evaluation of a boolean expression is not valid [...]

Author: Louis-Dominique


Posted on: 25th April 2009

No Comments

Category: Chinese, OOHanzi, Software

OOHanzi 0.7 has been released.
As usually please refer to the documentation to know how to use it.
I have not been able to work on getting OOHanzi to work on OS X so I presume it still does not work.
List of changes:
* Updated packaging dependencies for Ubuntu 9.04.
* Performance improvements in “Mark Words Present In…”.
* Added [...]

Author: Louis-Dominique


Posted on: 13th April 2009

No Comments

Category: Media, Nonsense

Vintage ads is on a roll:

Bloody… hell… In which universe is this a winning strategy?
Captain Morgan: the choice of horny creeps everywhere.

Author: Louis-Dominique


Posted on: 9th April 2009

No Comments

Category: Media, Nonsense

This ad just boggles the mind:

I like to look at old ads for fun. A good deal of our culturally based assumptions do not stand the test of time and so look ridiculous seen from the vantage point of a later age. I’ve seen the ad above many times on sites dedicated to [...]