Hacker News new | ask | show | jobs
by zapman449 5132 days ago
Trust me. I get it. But if you don't have the HS diploma, it'll be something you have to explain for YEARS. People have certain expectations for others, even in high tech. The HS Diploma is one of those things. The college diploma still has a lot of the same stigma, though it's weakening. This stigma is a risk you'll have to weigh in your college or startup decision as well.

As for 'deeper in the stack', well, learning assembly in various guises is a good first step. Understanding how the pieces fit together, and how to make things faster is the next. I'm not sure if you're ready to start absorbing Knuth and the Art of Computer Programming (for reference, I'm not sure I am either), but that might be a good start too.

Oh, and another thing: understand the math. Learn the math behind this computer stuff. Understand how to measure the complexity and cost of a given algorithm. Something that might help there is Project Euler. It's something I enjoy hacking on when I have free time.

<-- hopes my children learn to code like you have.

1 comments

I gave up on TAOCP after the proof of the first algorithm (which is around 2-3 pages long!) It's still on my TO-DO list :P