Ask HN: Which books do you consider real gems in your field of work/study?
61–70 of 270 posts
Re: Ask HN: Which books do you consider real gems in your field of work/study?
#62Snow Crash
Blindsight
(Just some fun fiction to bolster one's passion for their chosen profession. Obviously TAOCP, SICP, K&R, and other books in their ranks are better answers.)
Re: Ask HN: Which books do you consider real gems in your field of work/study?
#63Re: Ask HN: Which books do you consider real gems in your field of work/study?
#64Principles of Neural Science by Kandel et al Molecular Biology of The Cell by Alberts et al Janeway’s Immunobiology Robbin’s Pathologic Basis of Disease All of these books are extraordinary in their sheer ability to organize thousands of small details into thematic narratives of how life operates. They also reveal how hard we humans try to narrate life into tidy, comprehensible themes. These books are all of an era (…
Re: Ask HN: Which books do you consider real gems in your field of work/study?
#65The Jazz Theory book - Mark Levine High Performance Browser Networking - edit: Ilya Grigorik Effortless Mastery - Kenny werner
Re: Ask HN: Which books do you consider real gems in your field of work/study?
#66"Flexible pattern matching in strings" by Gonzalo Navarro and Mathieu Raffinot.
A rare book that marries the theoretical and practical. It has good worked examples.
https://www.cambridge.org/core/books/flexible-pattern-matchi...
Re: Ask HN: Which books do you consider real gems in your field of work/study?
#67Types and programming languages, Benjamin Pierce: https://www.cis.upenn.edu/~bcpierce/tapl/ Its contents is what I consider the meta game of programming. Understanding types seems to be a real boost to think about architecture, implementation, etc.
Re: Ask HN: Which books do you consider real gems in your field of work/study?
#68Classical Electrodynamics By Jackson Numerical Recipes By William H. Press et al Quantum Theory of Materials By Kaxiras
I'm so sorry. You have my sympathy.
Re: Ask HN: Which books do you consider real gems in your field of work/study?
#69Types and programming languages, Benjamin Pierce: https://www.cis.upenn.edu/~bcpierce/tapl/ Its contents is what I consider the meta game of programming. Understanding types seems to be a real boost to think about architecture, implementation, etc.
> A type system is a syntactic method for enforcing levels of abstraction in programs.
Why is it called a syntactic method? Because type errors are caught at compile time, by analyzing the source code?
Re: Ask HN: Which books do you consider real gems in your field of work/study?
#70("Data and Reality")[ https://www.goodreads.com/book/show/1753248.Data_and_Reality ] - despite its age (written before SQL was mainstream) it remains a short, accessible read that lays out how to think about modeling an information schema, particularly where the same piece of information may be used in separate parts of the organisation.
[1] https://buttondown.email/hillelwayne/archive/why-you-should-... [2] https://github.com/jhulick/bookstuff/blob/master/Data%20and%...