Used to love building robots with Legos as a teenager, but alas the real world isn't so simple. ;)
Ask HN: What are some books where the reader learns by building projects?
91–100 of 188 posts
Re: Ask HN: What are some books where the reader learns by building projects?
#92Hope not too off topic, does anyone have books on building simple electric-powered machines? I often have ideas for little machines for my garden or cooking but have no idea how to go about selecting motors, controller boards, designing strong enough parts for my 3D printer, etc. I'm not expecting an all inclusive book for such a deep topic. A series or several books would be much appreciated! Used to love building r…
Re: Ask HN: What are some books where the reader learns by building projects?
#93- Practical Common Lisp - Land of Lisp - http://landoflisp.com/ - watch the video, it's hilarious - Build Your Own Lisp - http://www.buildyourownlisp.com/ - Learn C by creating a lisp in C - In the spirit of making your own lisp, I would recommend https://github.com/kanaka/mal - learn any language, by making a lisp in that language
Re: Ask HN: What are some books where the reader learns by building projects?
#94VERY interested in "Building Enterprise JavaScript Applications" I noticed that it was released Sept 2018. That's not too old, but I'm curious if there's a more up-to-date version.
I didn't find it too out of date. I used the latest versions of everything and the only thing I had to update myself was the React section for the frontend to use hooks. Packt books regularly go on sale for $5-$10 so you can also wait for one of those.
In any case, thanks for the feedback!
Re: Ask HN: What are some books where the reader learns by building projects?
#95Black Hat Go -- Excellent book!
I'm interested in getting this book. What are the things you liked about it?
You just set up a framework in the book, but this is all easily extendable to whatever you want. I'm not the best at Go, so it's a useful "nightly devotion" of time to spend working through it for an hour or so.
I've also been going through Writing an Interpreter in Go, and have picked up the companion to that Writing a Compiler in Go. So far, that's pretty good too, but I'm focusing on Black Hat Go first, to complete it.
Re: Ask HN: What are some books where the reader learns by building projects?
#96There are some really cool projects in the "500 Lines or Less"[0] book which is a part of the "The Architecture of Open Source Applications" series. [0]: http://aosabook.org/en/index.html
It would be cool to see something like this for data science projects. Like a recommender system in 500 lines or less.
Re: Ask HN: What are some books where the reader learns by building projects?
#97Code: The Hidden Language of Computer Hardware and Software https://www.amazon.com/Code-Language-Computer-Hardware-Softw... From binary to a full computer
I constantly found myself having to put the book down, puff my cheeks out and say "whoa." It really blew my mind.
Re: Ask HN: What are some books where the reader learns by building projects?
#98Elements of Computing Systems by Nisan and Schocken has you 'build' a computer from basic logic gates to CPU/Memory to assembler, VM, etc. all the way to a running program. https://www.nand2tetris.org/