To the past me: Cherish her.

I guess it’s okay. I got nothing to lose anymore.

It would be so much fun if there was a god. Then I could be that one being who could tear him inside out and rip him apart.

5:30 a.m.

It’s 5:30 a.m. After drinking 3 cans of beer alone I decided to clean my room.

Note to Self

To bind an event handler for the current and future selector, use .live() method.

For instance you have:

$('.button').click(function() {   
// do things.
});

This will work when the button class element is clicked. But when you add another button class element:

$('body').append('<input type="button" value="Click Here" class="button" />');

This won’t work, since it was added later by the .append() method. To get around this, use .live() method. This will work for the current and the future elements.

$('.button').live('click', function() {
  // do things here.
});

I’ve never had such a hard time doing nothing.

Just lying on my bed with my head phone on. :| My left knee is aching.

Just lying on my bed with my head phone on. :| My left knee is aching.

Attitudes are contagious. Mine might kill you.

The only priceless possession that I have is your heart. Don’t worry, I’ll consume it slowly.

Why don’t you write and give me a chance not to reply?

If you expect to score points by whining, join a European soccer team.

Never before have so many people with so little to say said so much to so few.

Better start rushing before the rush begins.

Would you care to drift aimlessly in my direction?

I have that old biological urge, I have that old irresistible surge, I’m hungry.