sapan’s blag

May 17, 2008

A Quickie

Filed under: misc — cubekid @ 10:24 pm

So in light of the whole Debian random number generator bug, I give you the following comic:

Hilarious.

Anyways, I’ve been working on painting my room (which means sitting on my ass for a few days pondering it and then finally doing it today), so I’ll update in a few days with real info.

May 14, 2008

I hate my computer

Filed under: misc — cubekid @ 8:52 am

DAMNIT.

DAMNIT DAMNIT DAMNIT.

I can’t run Team Fortress 2 on my laptop because apparently my graphics card doesn’t support pixel shader version 1.1.

I need a new computer. I can’t play anything on this one.

May 13, 2008

Finals are over

Filed under: misc — cubekid @ 10:01 am

So finals are over, and I’m back at home. I’m going to paint my room for the hell of it, so after I am done with that, I’ll start posting a bit more and redesigning the blog.

April 11, 2008

hello_world.c

Filed under: misc — cubekid @ 4:33 pm

#include <stdio.h>

int main() {

printf(“Hello World!\n”);

return 0;

}

cubekid@blog$: gcc -o hello_world hello_world.c

cubekid@blog$: ./hello_world
Hello World!

So I finally started this blog. I’ll probably start updating it more frequently in the next few weeks. As soon as this semester ends, I’ll have more time to customize this page.

Blog at WordPress.com.