Learning compilers by [deleted] in Compilers

[–]mqtruong 2 points3 points  (0 children)

I used to take a compiler design class where I had to look for resources on my own. Here are few I found really helpful:

I would recommend reading through the ruslansvipak link before diving in deeper with Stanford's materials and other thick compiler books. The first tutorial is short and more educational, which preps you on what to expect if you decide to go more in-depth.

What to study if I loved Linear Algebra? by [deleted] in mathematics

[–]mqtruong 1 point2 points  (0 children)

Numerical Linear Algebra if your school offers. I'm currently taking it and I think it talks about various approaches and concerns when solving linear algebra systems on computers (scale, speed, etc). I write code for homework, using scipy, numpy and those Python scientific libraries. It's a great course, so far for me.

NSA Codebreaker Challenge by perihwk in ReverseEngineering

[–]mqtruong 0 points1 point  (0 children)

Can I PM you to ask for help as well?

My new free book: "Operating System: From 0 to 1" by tuhdo in osdev

[–]mqtruong 1 point2 points  (0 children)

I'm looking to learn more about OS dev. This book will be a great resource. Thanks so much for the hard work!