Writing by Viksit Gaur

February 23, 2010

How 'Aardvark was the 6th idea we tried'

Just came across an excellent (http://ventilla.posterous.com/hello-world-2603) by Max Ventilla, the co-founder of Aardvark (a company that Google bought a few weeks ago). His description of how Aardvark was the 6th idea that he and his co-founders…

Read article →
February 11, 2010

Misleading Youtube-Visa ad

-- If you have any questions or thoughts, don't hesitate to reach out. You can find me as @viksit on Twitter.

Read article →
February 11, 2010

Why I quit Google Buzz

Google Buzz seems to have mashed up a number of positive features from Twitter and Friendfeed into itself, and I quite like the idea – or rather, the vision it is supposed to espouse. Unfortunately, it is at a stage where too much of my private data…

Read article →
December 07, 2009

On the Dubai financial crisis

.. a poem by (http://en.wikipedia.org/wiki/Percy_Bysshe_Shelley) comes to mind. I met a traveller from an antique land Who said: “Two vast and trunkless legs of stone Stand in the desert. Near them on the sand, Half sunk, a shattered visage lies…

Read article →
August 13, 2009

Rendering a drop down box in Django using ModelChoiceField

Usually, if you were to use something like, `` class testform(forms.Form): n = forms.ModelChoiceField(queryset=Models.objects.filter(id=32773), empty_label="All") you’ll end up with a drop down box populated with “M objects” rather than a field from…

Read article →