contact

You can contact me at the email address output by this script:

cat << EOF | python3
x = b'\xe2\x82\xf4+\x917<\xeb\x89goBm\xa8_T\xfc\n\xaf^'
y = b'\x95\xeb\x98G\xd1SY\x9d\xe7\x08\x011\x08\xc6,1\xd2i\xc03'
print(''.join([chr(a^b) for (a, b) in zip(x, y)]))
EOF