I'm Amin Mesbah, a programmer living in Los Angeles, California, USA.
I'm interested in writing fast, useful software tools that respect the user's time. I like to understand at a low level how code runs on hardware. Other specific interests include graphics, game engine programming, and Linux.
I publish some of my code on git.amin.space.
If you want to contact me, this program will print my email address:
#include <stdio.h>
int main(void) {
unsigned long long
t = 1,
f = 2,
u = 9,
o = 19,
s = 25,
c = 4217,
e = 7171939,
a = 1762195240847,
b = 399833425042215739,
x[] = { o * b , f * u * s * c * a , t * e };
puts((char *)x);
}
My PGP key is: 451D 4BEA 2FA3 879E EF87 8896 6BB1 E3F3 ED28 E9C0
Python 3.6.5 (default, Apr 14 2018, 13:17:30)
>>> 'amino acids'[:4] + ' ' + 'mess'[:3] + 'bah'
'amin mesbah'