20080922

oops, i meant humanica, not ahum, ... 
so on 
http://humanica.blogspot.com

smokefree.com.hk still #1 in places where it is still allowed to smoke :) just got mentioned on A holistic unidentified medium

20080921

 don't forget that emacs is a good operating system and application suite in need of a good text editor.

int multiply (int x, int y)
{
return x * y;
}

int trips = 6;
float distance = 4.874;
int approxDistance = (int)distance;

int total = multiply ( trips, approxDistance );


so that's what the parentheses are for :)
lol, easier then expected