Archive for May, 2008


Software Engineering Radio

May 24th, 2008

I heard about a cool Software Engineering Podcast from StackOverflow. From the few episodes that I watched, it seems to have a lot of potential.

Great Ideas in Theoretical Computer Science

May 17th, 2008

I found a great set of lecturse from Shtetl-Optimized which you can find on his course website. I haven’t had a chance to read them all yet, but it is on my reading list.

Hackers within Microsoft

May 14th, 2008

The hackers within Microsoft must know in their hearts that if the company really cared about users they’d just advise them to switch to OSX.

-Paul Graham

Man’s best Friend

May 2nd, 2008

I really have come to question the “so-called” intelligence of man’s best friend.

I never thought that a dog could be summarized in such a simple program.

while(true)
{
    dog.DropBall();
 
    Sleep(5);
    dog.GoGetBall();
}