Im really interested to see if any chefs have a culinary text they recommend
Ask HN: What are the best textbooks in your field of expertise?
41–50 of 281 posts
Re: Ask HN: What are the best textbooks in your field of expertise?
#42Game Engine Architecture by Jason Gregory It's like a collection of all the game programming stuff they didn't teach me at school, nor at my non-game jobs. Whether you're writing an engine or just using one, I consider this book absolutely vital.
Re: Ask HN: What are the best textbooks in your field of expertise?
#43On Food and Cooking, The Science and Lore of the Kitchen by Harold McGee
Re: Ask HN: What are the best textbooks in your field of expertise?
#44Re: Ask HN: What are the best textbooks in your field of expertise?
#45On Machine Learning area: http://www.aioptify.com/topmldmbooks.php
On modern software engineering and development: http://www.aioptify.com/top-software-books.php
On Python programming topic: http://www.aioptify.com/top-python-programming-books.php
Re: Ask HN: What are the best textbooks in your field of expertise?
#46- Thrun et. al, Probabilistic Robotics
- Multiple View Geometry, Hartley / Zisserman
- An Invitation to 3D Vision, Ma
- Pattern Recognition and Machine Learning, Bishop
-Convex Optimization, Boyd
Re: Ask HN: What are the best textbooks in your field of expertise?
#47Image Processing: "Digital Image Processing", Gonzalez and Woods. Comprehensive coverage of principles, well written, practical w/ useful examples yet well grounded in signal processing and engineering principles. Complemented nicely by a version of the book rich in examples solved in MATLAB (co-author Steve Eddins).
Re: Ask HN: What are the best textbooks in your field of expertise?
#48No fluff, just lots and lots of code useful practical code samples.
Re: Ask HN: What are the best textbooks in your field of expertise?
#49In functional programming: [0] The Structure and Interpretation of Computer Programs [1] The_Little_Schemer [2] Programming in Haskell - Graham Hutton [3] Types and Programming Languages-Benjamin C. Pierce --- PDFS [0]( https://github.com/allenleein/brains/blob/master/Zen-of-Func... ) [1]( https://github.com/allenleein/brains/blob/master/Zen-of-Func... ) [2]( https://github.com/allenleein/brains/blob/master/Zen-of-Fu…