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.
Thanks to Open… for the link.
– Suramya
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
Found the following comic at: Questionable Content and found it funny enough to share it.
An interesting way to look at non-violence. 😉
– Suramya
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.
Powered by WordPress