about
I’m a software engineer based in Berkeley, California. But I used to be a kid learning to code in the late 90s. So that’s what this blog is about: Memories of Silicon Valley at the turn of the millennium. Taking things apart and putting them back together. Algorithms.
And here’s an obligatory disclaimer: Views expressed on this site are my own and not those of my employer.
You can contact me at the email address output by this shell command:
cat << EOF | python3
x = b'\xdd\x18\x91\xd2\xe2Yau\xc1Vk\x89|\xdd\xeb\x0e\xe5\xc2\xb6|]'
y = b'\xaaq\xfd\xbe\xa2=\x04\x03\xec8\x04\xe7\x0f\xb8\x85}\x80\xec\xd5\x130'
print(''.join([chr(a^b) for (a, b) in zip(x, y)]))
EOF