Saturday, May 10, 2008

My new Alienware laptop

I am a new Alienware agent! It is a 15" Area-51 m15x. It is so powerful I can run video games and VMware at the same time. Talk about multi-tasking eh?! :)

Sunday, March 11, 2007

The Nerd Factor

For whatever reasons, I'm in the top 14% in the nerd test... it has been a while since I done anything physics or math related things, but it is still weird... since I have been spending more time playing politics at work than reading up science and stuff. Aarr... Grr...

I am nerdier than 86% of all people. Are you nerdier? Click here to find out!

Monday, October 30, 2006

My daily routine

One of my co-workers in the US was asking me about how was my work and daily routine was lately. So I replied with a simple code snippet blow for laugh:


void wow(boolean raid, boolean pvp){
if (raid){
raid();
}else if (pvp){
pvp();
}else{
farmMats();
}
}
void myDailyFunction(){
int wowVariable = 0;

work();
dinner();

if (Today >= Sunday && Today <= Thursday){
wowVariable = 1;
}else{
wowVariable = rand(0,2);
}

if (wowVariable == 1){
wow(true,false);
}else if (wowVariable == 2) {
wow(false,true);
}else{
wow(false,false);
}

sleep();
myDailyFunction();
}
void main(){
myDailyFunction();
}

Wednesday, October 11, 2006

Quote of the moment

All paid jobs absorb and degrade the mind. - Aristotle

Personally, I have nothing against work, particularly when performed, quietly and unobtrusively, by someone else. I just don't happen to think it's an appropriate subject for an "ethic." - Barbara Ehrenreich

Saturday, June 17, 2006

Firefly Series

As part of my shopping breeze for this summer, I purchased a few sets of DVD's including the Firefly complete DVD. One of the main reasons why I buy that is because I like Joss Whedon's work. The Buffy - the Vampire Slayer and Angel both are good series. I like most of the episodes, although there are some that are not as good... The philosophy behind certain dialogs are amazing.

After watching a few episodes of Firefly, I was surprised that Fox cut the series. But I got to say, the writers put far more Chinese phrases into the script than necessary. Overall, the Firefly series and the related Serenity movie are both worth watching if you like sci-fi with some gun fire, and some small dialogs that will make you laugh and relate to life.

Tuesday, June 06, 2006

My new toys

After a long consideration of upgrading my computer monitor, I bought a Dell 2405FPW from Dell. Consider that I have been using my 17" monitor since 1998, I think deserve a little upgrade. My new monitor is a 24" LCD which is branded by Dell from a Samsung. It has 1000:1 contrast ratio and support 1920x1200.



At the same time, I also purchased the Logitech G15 keyboard to improve the gaming experience. Now I can chat with people on Team Speak or Ventrilo without doing Alt-Tab to Windows from World of Warcraft. Sweet eh?!

Sunday, May 14, 2006

My WoW Shaman Spec

This is the link to my lvl 60 shaman spec: link to spec @ www.worldofwarcraft.com and my patch 1.11 spec.