Sunday, December 18, 2011

Anti-Climax

Balding mol. biologist: Ok, I am telling a joke. Punch line. Long winding, grammar-less, in-coherent list of words.


Gut biologist: So ?

w3Br@t: Every time he tells a story it strengthens my belief we are living the big crunch age,  headed for the big bang moment.

Wednesday, December 14, 2011

Pee Hech Dee

I can't help it but I can destroy it. And probably tell you how it works.

Tuesday, May 24, 2011

Adiga

Any language can be Kannada when madified.

Tuesday, April 12, 2011

python-engulfed-a-spreadsheet

Stumbled upon this site during one of my synaptic-driven-fishing-expeditions. It starts with a fairly corny:
Don't just record history, change it!
Ever wished that your spreadsheet/plotting program could support python-ish statements ???
Your wish has been answered:
The screenshot blew me away...and then came the screencast!
Watched the demo and synapticised reinteract instantly.

Friday, April 01, 2011

MyGDict

A GAE Based Dictionary Like Object!

Keywords: dict dictionary dict() object gae google app engine web based service free url get put key value

Wednesday, March 23, 2011

HOWTO: Nokia BH-505 Bluetooth A2DP Setup for Ubuntu

For Ubuntu 10.04LTS

  1. sudo vi /etc/bluetooth/audio.conf

  2. Un-comment:
    AutoConnect=true
    [A2DP]

  3. Comment out:
    HFP=true

  4. sudo vi ~/.asoundrc

  5. Type:
    pcm.btheadset {
    type bluetooth
    device 00:00:00:00:00:00
    profile “auto”
    }
    Save and close.

  6. Replace 00:00:00:00:00:00 with the mac-id of your BH-505 (How do I find that out? Read Further.)

Figuring out the MAC ID of Your BH-505

  1. If already paired:
    hcitool con

  2. If un-paired
    hcitool scan
Cheers!