Live data from Hacker News

Ask HN: Your favourite tutorial for total beginners?

news.ycombinator.com

21–30 of 203 posts

Re: Ask HN: Your favourite tutorial for total beginners?

#21

Design Your Own Computer (fpga/vhdl) https://github.com/MJoergen/nexys4ddr/tree/master/dyoc See how a cpu gets made from scratch.

Wow this looks cool! I will definitely be checking this out. I remember playing with 6502s a few years back and have been looking for a reason to toy with FPGA's.

Re: Ask HN: Your favourite tutorial for total beginners?

#23
Ray Tracing from the Ground Up, by Kevin Suffern

As a college freshman I started this book with only a passing familiarity to C++ and was able to follow it to implement a raytracer that supported depth of field and global illumination, among other things.

http://www.raytracegroundup.com/

Re: Ask HN: Your favourite tutorial for total beginners?

#26
post #13

As someone who was recently a total beginner, I've found two that I have really appreciated: 1. Learn to Program, by Chris Pine https://pine.fm/LearnToProgram/ 2. The C# Player's Guide, by R. B. Whitaker

I came here to mention Chris Pine. Amazing book and from my brief correspondence with him, a great guy.

Re: Ask HN: Your favourite tutorial for total beginners?

#30
nand2tetris.org Haven't finished it yet but it's all about building a full computer from a NAND to other logic gates (mux, dmux, and, or, etc) to higher level things like assembly, memory, cpu, and it keeps going to a tetris game. It's challenging, comprehensive and builds upon itself. It's awesome
Post reply on HN