Alright I'm going to stop replying to these, I'm starting feel attacked.
8. All of my code is not on Github, and there is no reason for me to learn a language simply because I have previous knowledge in Ruby. I chose to learn Crystal because of it's elegance and speed.
9. I wrote that reverse proxy based on a variety of online tutorials[1], but used my knowledge of threads to make it multithreaded.
Fair enough -- I guess you must have learned how to write multithreaded C code with pthreads when you were 10 years old. Props if so. It just defies my comprehension given that I know what it is like to learn to code from a young age (I was writing my first programs at 8 years old on my Apple //c) and your velocity is absolutely insane.
Perhaps you are just 10x more capable at this than all other humans I've encountered in my entire life. If so good luck and godspeed and please try to avoid bringing about AI takeoff for the rest of us :)
You seem like a really nice person with similar interests as me, I'd love to actually get to know you :)
I started out with C, definitely didn't know how to write multithreaded code when I was 10 haha. I learned most of that after reading a great book on operating systems (Modern Operating Systems by Andrew S. Tanenbaum) a couple months ago.
I'm trying to clean up my Github, you'll notice the "DayN" repositories are just edited versions of stuff I found online to learn from. These days I create my own projects, and am slowly deleting those "learning" repositories and making them private.
8. All of my code is not on Github, and there is no reason for me to learn a language simply because I have previous knowledge in Ruby. I chose to learn Crystal because of it's elegance and speed.
9. I wrote that reverse proxy based on a variety of online tutorials[1], but used my knowledge of threads to make it multithreaded.
[1] http://www.gilesthomas.com/2013/08/writing-a-reverse-proxylo...