Monday, July 03, 2006

some very simple python stuff

>>> def asquare(y):
... return y*y
...
>>> alist = [1, 2, 3]
>>> map(asquare, alist)
[1, 4, 9]

Mozilla and hypocrisy

Right, but what about the experiences that Mozilla chooses to default for users like switching to  Yahoo and making that the default upon ...