Monday, March 13, 2006

infinite loop

in response to the clamor of my 2 loyal readers, here is my first post for the year. sorry for the delay, either i was too drunk or too depressed to write anything. and thank you also for letting me know that mine is not a voice in the desert.

#############################

my infinite loop theory

watching the news of the events in the past weeks, i have come to the conclusion that the Philippines is a computer program stuck in an infinite loop. to the non-programmers out there, an infinite loop is basically a set of computer instructions that runs forever. if this nation's history in the past 40 years would be written in computer code, it would come out something like this:

People FilipinoPeople;
while ( true ) {
Government government = FilipinoPeople.EstablishDemocracy( );
while ( FilipinoPeople.Tolerance( ) < government.Corruption( ) ) {
FilipinoPeople.StopCaring( );
government.BecomesMoreCorrupt( );
}
FilipinoPeople.GoToEDSA( );
}

this nation needs to change its programming.

No comments: