waving android

I am currently a software engineer at Google, where as a member of the Android platform team I build frameworks and user interfaces.

The blog here at is mostly historical; you can find more recent posts on .

Python:

January 6th, 2004


Python: TrustedPickle.
“TrustedPickle is a Python module that can save most any arbitrary
Python object in a signed pickle file. There are two big differences
between this module and the standard pickle module. First, TrustedPickle
can pickle a module, but the standard pickle module cannot. Second,
TrustedPickle includes a signature that can verify the data’s origin
before the data is unpickled.”

newer: older: