TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What book is considered the bible of your field/industry?

93 pointsby machteshabout 8 years ago

28 comments

myexploit2700about 8 years ago
Security Engineering - A guide to building dependable distributed systems <a href="http:&#x2F;&#x2F;www.cl.cam.ac.uk&#x2F;~rja14&#x2F;book.html" rel="nofollow">http:&#x2F;&#x2F;www.cl.cam.ac.uk&#x2F;~rja14&#x2F;book.html</a><p>It is hilarious and informative! Described in more detail here: <a href="https:&#x2F;&#x2F;hackernoon.com&#x2F;how-to-become-a-hacker-e0530a355cad" rel="nofollow">https:&#x2F;&#x2F;hackernoon.com&#x2F;how-to-become-a-hacker-e0530a355cad</a>
评论 #14136821 未加载
garethspriceabout 8 years ago
The Art of Computer Programming by Donald Knuth is probably the closest to an actual bible for computer scientists - hardly anybody&#x27;s read it all the way through, people quote bits of it out of context for their own ends and it mostly sits on shelves looking impressive while gathering dust.<p>The Mythical Man-Month by Fred Brooks for tech management.<p>Confessions of an Advertising Man by David Ogilvy for advertising&#x2F;marketing industry.<p>Design Patterns: Elements of Reusable Object-Oriented Software by the &quot;Gang of Four&quot; for OOP software engineering.
评论 #14141015 未加载
评论 #14139896 未加载
评论 #14139113 未加载
claroscuroabout 8 years ago
The C Programming Language -- Brian Kernighan and Dennis Ritchie.<p>Comprehensive, concise, and beautifully written.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;The_C_Programming_Language" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;The_C_Programming_Language</a>)
VenkiPhy6about 8 years ago
The Art of electronics by Hill &amp; Horowitz for electronics<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;The_Art_of_Electronics" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;The_Art_of_Electronics</a>
评论 #14138405 未加载
azeirahabout 8 years ago
Godel Escher Bach is fairly bible-ish if you ask me<p>Another set of books I consider to be &quot;one&quot; bible are Edward Tufte&#x27;s (1) The Visual Display of Quantitative Information, (2) Envisioning Information, (3) Visual Explanations and (4) Beautiful Evidence.
justinucdabout 8 years ago
Don Norman - The Design of Everyday Things
评论 #14136739 未加载
deltuxabout 8 years ago
The Elements of Statistical Learning, by Hastie, Tibshirani and Friedman, for everything on Machine Learning and Statistics. Available for free online: <a href="https:&#x2F;&#x2F;statweb.stanford.edu&#x2F;~tibs&#x2F;ElemStatLearn&#x2F;" rel="nofollow">https:&#x2F;&#x2F;statweb.stanford.edu&#x2F;~tibs&#x2F;ElemStatLearn&#x2F;</a>
zhte415about 8 years ago
The Toyota Way. Yet despite repackaging upon repackaging of ideas in the book, sagely picked up in the book itself as if repackaged being ineffective, many corporate environments can beat the drum but not walk the walk, especially in long-term people-related aspects.
Arctenabout 8 years ago
Mountaineering: Freedom of the Hills is the de facto reference book for most serious mountaineers
chauhankiranabout 8 years ago
In Security ( or more precisely in Cryptography ) - Applied Cryptography by Bruce Schneier<p><a href="https:&#x2F;&#x2F;www.schneier.com&#x2F;books&#x2F;applied_cryptography&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.schneier.com&#x2F;books&#x2F;applied_cryptography&#x2F;</a>
评论 #14138414 未加载
Humdeeeabout 8 years ago
I will skip the tech stuff and go with a top hobby:<p>Advanced Marathoning, 2nd Edition - Pete Pfitzinger, Scott Douglas<p>It&#x27;s heavier on the biology and human kinetics in a way that I don&#x27;t need a bachelors in a hard science to understand and is quite well known now to serious runners. I read it every year as a motivator and to reinforce the importance of training smart.
jabvabout 8 years ago
When I studied cello performance in college, my professor would joke that the 40 David Popper etudes were my new bible. However, I think a copy of Bach&#x27;s six cello suites is a better match.<p>In my work in math education, there are many possibilities, but I think Polya&#x27;s &quot;How to Solve It&quot; is a strong contender.
cableshaftabout 8 years ago
<i>The Art of Computer Game Design</i> by Chris Crawford was the first book on the theory computer and video games. It&#x27;s got quite a few ideas in there that are still relevant today.<p>But I don&#x27;t think it&#x27;s comprehensive or constantly referenced by those in the industry (it&#x27;s almost forgotten about by modern designers, I bet). I think a closer fit to a &#x27;bible of the field&#x27; would be <i>The Art of Game Design: A Book of Lenses</i> by Jesse Schell. Lots of good information about what to think about, and you can even buy a deck of tarot-sized cards that has a compiled list of all the questions the book invites you to raise when thinking about your game on them.<p>I&#x27;m still waiting for something similar that focuses more on board game design specifically, but a lot of the Book of Lenses can be applied to board games as well.
chrstphrknwtnabout 8 years ago
The Elements of Typographic Style by Robert Bringhurst<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;The_Elements_of_Typographic_Style" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;The_Elements_of_Typographic_St...</a>
mrskitchabout 8 years ago
Not the Bible in its typical sense, but Crockfords &quot;JavaScript: The Good Parts&quot;. It&#x27;s like the Bible in that I seem to learn something new on every read through, and it&#x27;s fairly quick to do so
urbannomadabout 8 years ago
On Food And Cooking: The Science And Lore Of The Kitchen by Harold McGee
评论 #14141024 未加载
tylercubellabout 8 years ago
For pianists, I think many would agree with Hans von Bülow when he called Bach&#x27;s The Well-Tempered Clavier the &quot;The Old Testament&quot; and Beethoven&#x27;s 32 Piano Sonatas the &quot;The New Testament&quot;.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Hans_von_B%C3%BClow#Quotations" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Hans_von_B%C3%BClow#Quotations</a>
c64e7c165b9a40babout 8 years ago
Not exactly a field&#x2F;industry, but in the Commodore 64 demoscene it would be the &quot;VIC Article&quot;, which is a nickname for &quot;The MOS 6567&#x2F;6569 video controller (VIC-II)&quot; by Christian Bauer:<p><a href="http:&#x2F;&#x2F;www.zimmers.net&#x2F;cbmpics&#x2F;cbm&#x2F;c64&#x2F;vic-ii.txt" rel="nofollow">http:&#x2F;&#x2F;www.zimmers.net&#x2F;cbmpics&#x2F;cbm&#x2F;c64&#x2F;vic-ii.txt</a>
brudgersabout 8 years ago
<i>Ten Books of Architecture</i> which, for better or worse and perhaps suggestive of the level scientific basis for contemporary architectural practice, was written contemporaneously with many of the events later described in the Christian Bible...though from a practical standpoint of running a firm, <i>The Prince</i> might be more apropos.
dTalabout 8 years ago
For work:<p>Principles of Digital Audio, by Ken Pohlmann<p>For play:<p>Handbook of Model Rocketry, by G. Harry Stine.<p>(p.s. if anyone has any suggestions for the field of imaging, I&#x27;d love to hear them as I don&#x27;t know of a good imaging &quot;bible&quot;.)
itsdevlinabout 8 years ago
The Great Book of BASE - BASE Jumping, written by Matt Gerdes
bmcooleyabout 8 years ago
SMAD - &quot;Space Mission Analysis and Design&quot;. The latest edition is &quot;Space Mission Engineering - The New SMAD&quot;.
exception_eabout 8 years ago
The Pragmatic Programmer. I&#x27;m on mobile, so just Google for it.<p>This book is amazing and still holds up today, for the most part.
alltakendamnedabout 8 years ago
For application security I&#x27;d say:<p>Web Application Hackers Handbook 2nd Edition and The Art of Software Security Assessment
nkrsabout 8 years ago
Physical Chemistry by Peter Atkins
d--babout 8 years ago
Quantitative finance: Options, Futures, and Other Derivatives by John Hull
wikiwatchmeabout 8 years ago
Modern Physics by Paul Tipler and the Feynman lectures by Richard Feynman.
评论 #14139291 未加载
benji-yorkabout 8 years ago
The Sound Reinforcement Handbook — Gary Davis and Ralph Jones