Suramya's Blog : Welcome to my crazy life…

June 5, 2007

The DRM is Like…

Filed under: Computer Related,Humor — Suramya @ 11:39 AM

Can’t figure out what the big deal is about DRM? Check out the following site, it will give you a visual representation of what DRM is and how it would affect everyday objects/tasks.

Flickr: The DRM is Like… Pool

Thanks to Open… for the link.

– Suramya

May 25, 2007

Waking up early…

Filed under: Humor — Suramya @ 2:43 PM

ch860327.gif

– Suramya

May 16, 2007

Scariest thing about drafts

Filed under: Humor — Suramya @ 3:36 PM

So true…

20021121.jpg

– Suramya

April 29, 2007

No Time…

Filed under: Humor — Suramya @ 8:39 PM

This is why I have no time:


limitedtime.gif

– Suramya

April 7, 2007

Saying Grace

Filed under: Humor — Suramya @ 6:16 PM

Found this funny:

2007-03-21.gif

Source: www.sinfest.net/

– Suramya

March 23, 2007

Inner Peace

Filed under: Humor — Suramya @ 4:49 PM

Got this in the mail from a friend. Good advice 😉

Subject: Inner Peace

I am passing this on to you because it definitely works, and we could all use a little more calmness in our lives. By following simple advice heard on the Dr. Phil show, you too can find inner peace.

Dr. Phil proclaimed, “The way to achieve inner peace is to finish all the things you have started and have never finished.” So, I looked around my house to see all the things I started and hadn’t finished, and before leaving the house this morning, I finished off a bottle of Merlot, a bottle of White Zinfandel, a bottle of bailey’s Irish Cream, a bottle of Kahlua, a package of Oreos, the remainder of my old Prozac prescription, the rest of the cheesecake, some Doritos and a box of chocolates. You have no idea how freaking good I feel. Please pass this on to those whom you think might be in need of inner peace.

– Suramya

February 23, 2007

How to turn the other cheek

Filed under: Humor — Suramya @ 11:32 AM

Found the following comic at: Questionable Content and found it funny enough to share it.

othercheek.jpg
Turn the Other cheek

An interesting way to look at non-violence. 😉

– Suramya

November 8, 2006

Interesting response to Vista’s licensing change

Filed under: Computer Related,Humor — Suramya @ 3:08 PM

Thats one way of looking at it:

uf009708.gif

– Suramya

July 20, 2006

How to become a Ninja in 7 easy steps

Filed under: Humor,Interesting Sites — Suramya @ 1:59 PM

How to become a Ninja in 7 easy steps

– Suramya

October 6, 2004

Can I take your order please?

Filed under: Funny News,Humor — Suramya @ 11:59 AM

Found this code online and I think it is absolutely hilarious, even to people who don’t even know C.

static void happy_meal_tcvr_write(struct happy_meal *hp,
unsigned long tregs, int reg,
unsigned short value)
{
int tries = TCVR_WRITE_TRIES;

ASD(("happy_meal_tcvr_write: reg=0x%02x value=%04x\n", reg,
value));

/* Welcome to Sun Microsystems, can I take your order please? */
if (!hp->happy_flags & HFLAG_FENABLE)
return happy_meal_bb_write(hp, tregs, reg, value);

/* Would you like fries with that? */
hme_write32(hp, tregs + TCVR_FRAME,
(FRAME_WRITE | (hp->paddr < < 23) |
((reg & 0xff) << 18 ) | (value & 0xffff)));
while (!(hme_read32(hp, tregs + TCVR_FRAME) & 0x10000) && --tries)
udelay(20);

/* Anything else? */
if (!tries)
printk(KERN_ERR "happy meal: Aieee, transceiver MIF write
bolixed\n");

/* Fifty-two cents is your change, have a nice day. */

I think that the programmer who wrote this was a little bit bored.

« Newer Posts

Powered by WordPress