Personal website of Pavan Keshavamurthy

Ride the Wave.

I think this is the icing on the cake. Google is worthy of world domination.

http://wave.google.com/

Honestly, that demo excited me like nothing has in the last couple of years. I'm darn sure this is going to change and redefine how organizations, businesses and people are going to work and the technology thereof.

Cool JS implementation of CouchDB

Time to go PostgreSQL

Useful Drupal Upgrade Snippet

Long time no post. Been really caught up: Tons of work, travel, Acads. Anyway, I happened to be upgrading some old Drupal sites from 5.x -> 6.x. Here's a little SQL snippet to disable all non-core modules first.

UPDATE `system` SET `status` = 0
WHERE `name` != 'system' AND `name` !='block' AND `name` !='node' AND `name` !='user' AND `name` !='watchdog' AND `name` !='filter' AND `name` !='upload' AND `name` !='tracker' AND `name` !='throttle' AND `name` !='taxonomy' AND `name` !='statistics' AND `name` !='search' AND `name` !='profile' AND `name` !='poll' AND `name` !='ping' AND `name` !='path' AND `name` !='menu'

Gitosis Rawks

It wasn't all that intimidating as I thought.

http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way

Here's a nicely explained tutorial on setting up Shared Git repos./me is increasingly tending towards Git Advocacy.

HABTM and JOINS == Painful

Syndicate content