TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What books do you keep on your desk?

272 点作者 blueintegral大约 7 年前
What books do you find yourself referring to frequently? Any field, not just software engineering.

111 条评论

tequila_shot大约 7 年前
I keep ~10 books at my desk. 9 of them are related to Javascript &#x2F; Python &#x2F; Probability etc [1]., There is one book though, that I really love to see everyday. Arabian Nights. That was the first book that was gifted to me when I was 11. I always had it with me. It reminds me of my childhood when things get too stressed and I read excerpts out of this book.<p>[1] <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;JavaScript-Definitive-Guide-Activate-Guides&#x2F;dp&#x2F;0596805527" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;JavaScript-Definitive-Guide-Activate-...</a> [2] <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Thinking-Fast-Slow-Daniel-Kahneman&#x2F;dp&#x2F;0374533555" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Thinking-Fast-Slow-Daniel-Kahneman&#x2F;dp...</a> [3]<a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Introduction-Probability-Models-Tenth-Sheldon&#x2F;dp&#x2F;0123756863" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Introduction-Probability-Models-Tenth...</a> [4] <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Hackers-Black-Book-Important-Informations&#x2F;dp&#x2F;3935494025" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Hackers-Black-Book-Important-Informat...</a>
评论 #16756914 未加载
评论 #16757423 未加载
falcolas大约 7 年前
Programming Python from O&#x27;Reilly. It helps lift my monitor nicely.<p>Honestly, I&#x27;ve yet to find a physical book that has proven to be a useful reference in the long run. Programming languages just change too quickly; it&#x27;s the web or the code.<p>As for more meta-programming&#x2F;business&#x2F;interpersonal books, the few that I&#x27;ve read are not ones I&#x27;ve ever had any real desire to go back to.
评论 #16757179 未加载
评论 #16757266 未加载
评论 #16757728 未加载
评论 #16757701 未加载
评论 #16759148 未加载
评论 #16757093 未加载
matthewwiese大约 7 年前
A few immediately come to mind:<p>- Garner&#x27;s <i>Modern American Usage</i><p>- <i>The Hardware Hacker</i> (I am a <i>huge</i> fan of bunnie)<p>- <i>The Art of Electronics</i> (Horowitz and Hill)<p>I don&#x27;t really have &quot;reference&quot; books on my desk. Most rotate out quite frequently depending on what I&#x27;m researching and writing about. These can range from Raizman&#x27;s <i>History of Modern Design</i> to Lewis Carroll&#x27;s <i>Symbolic Logic</i>.<p>In addition I make plenty use of thesauruses. I have a few old ratty copies but mostly do a quick flit over my keyboard to pull up synonyms. When a word is on the tip of your tongue, looking up another that you know is related to it in a thesaurus is the best way to efficiently jog your memory.
评论 #16758898 未加载
评论 #16761724 未加载
k1ns大约 7 年前
Clean Code - Robert C. Martin: I got this book in college for a class and enjoy referring to it when I feel that my code quality is starting to decay.<p>Computer Principles of Modeling and Simulation - T.G. Lewis&#x2F;B.J. Smith: I received this book as a gift from one of my favorite professors in college. It was published in 1979, but I find the material still relevant when it comes to introductory concepts of computer simulation.<p>Big Java Late Objects - Cay Horstmann: Another text from my time at college, specifically from my data structures course. I keep it because I like the way it explains fundamental data structures with well-written Java.<p>Head First Design Patterns - Eric Freeman&#x2F;Elizabeth Robson: Another college textbook, and one of my least favorite reads of all time, but I&#x27;ll be damned if it doesn&#x27;t explain design patterns well enough for me to keep it around. I refer to it now and then but only when I feel like punishing myself.<p>Learning PHP, MySQL, JavaScript, &amp; CSS - Robin Nixon: A dangerously outdated introductory web development text that I bought when I was in high school. It was the first programming book I ever purchased and I keep it around because I enjoy remembering what it felt like to explore web development for the first time. I&#x27;ve not referred to it in years, for obvious reasons, but it explained full-stack web development very well and gave me a foundation that I&#x27;ve been able to build on to this day. I remember standing in the tiny Computer Science section at Barnes &amp; Noble where I found it, taking it home and cracking it open, and working through it until I had to make myself go to sleep. It&#x27;s the first programming book that really hooked me.
meifun大约 7 年前
A few Stroustrup books.<p>A few Chinese language books (to help communicate with co-workers)<p>A few Algorithmic Trading related books as well as a few math books.<p>And, laugh if you wish, a few Buddhism books to help remind myself patience, no negative energy, etc. If I am feeling frustrated I can read a few quick thoughts.
评论 #16756715 未加载
评论 #16757672 未加载
评论 #16757809 未加载
评论 #16758484 未加载
sg0大约 7 年前
These are the ones right next to me now:<p>1. Design Patterns (GoF) - This book is all about design, someday I aim to really understand all the patterns.<p>2. High Performance Parallelism Pearls Volume 2 (Reinders&#x2F;Jeffers) - There are couple of other books similar to this one. But, if you want to know how myriad HPC applications make use of parallel programming models such as MPI and OpenMP, this provides a good introduction.<p>3. The Annotated C++ Reference Manual April 1995 hardbound edition (Ellis&#x2F;Stroustrup) -- What a fantastic little book, also got it for $4.95 at Powell&#x27;s bookstore in Portland :) IMO this books provides a gentle introduction to C++, you can flip to any page and just start reading.<p>4. Numerical Recipes in C (Press, Teukolsky, et al.) - If I need to quickly prototype some scientific computation kernel, this is my go-to book.<p>5. Effective C++ 3rd edition (Meyers) - I like to approach this book from the back (i.e., indices), pick up a topic, and then read the contents one by one. Repeat.<p>6. Discovering Modern C++: An Intensive Course for Scientists, Engineers, and Programmers (Gottschling) - I like and dislike certain portions of the book. It definitely contains a lot of code explanations of C++ idioms, which helps a beginner like me.
Yetanfou大约 7 年前
A thick catalogue (ELFA Distrelec &#x27;Elektronik och Automatisering&#x27; 2013-2014) on which I placed a stationary laptop hooked up to a 24&quot; monitor. On that monitor I have access to more or less all the books in the world in one way or another so I don&#x27;t bother with paper versions anymore.<p>I actually just made an engine [1] for the Searx [2] meta-search engine to allow it to search through a local library using the Recoll [3] search engine, making life even easier as search over my personal library is now integrated into the same search engine I use for other purposes. With full text search using a query language [4] which resembled the defunct Xesam [5] language it is above and beyond what the likes of Google Scholar offer.<p>While I&#x27;m in many ways something of a traditionalist - living on a 17th century farm in Sweden, cooking on a wood-burning stove, riding sidecar Soviet motorbikes etc - I made the move to a more or less paperless office quite a while ago. The one thing I do not do is rely on third-party services to accomplish this as those have proven to be both unreliable as well as unreasonably inquisitive with regard to any personal details they can filch from their users. I keep my own &#x27;cloud&#x27;, have my own (meta-)search engine, my own mail&#x2F;web&#x2F;etc server, etc.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;asciimoo&#x2F;searx" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;asciimoo&#x2F;searx</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;asciimoo&#x2F;searx&#x2F;pull&#x2F;1257" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;asciimoo&#x2F;searx&#x2F;pull&#x2F;1257</a> and <a href="https:&#x2F;&#x2F;github.com&#x2F;koniu&#x2F;recoll-webui&#x2F;pull&#x2F;61" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;koniu&#x2F;recoll-webui&#x2F;pull&#x2F;61</a><p>[3] <a href="http:&#x2F;&#x2F;www.lesbonscomptes.com&#x2F;recoll&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.lesbonscomptes.com&#x2F;recoll&#x2F;</a><p>[4] <a href="http:&#x2F;&#x2F;www.lesbonscomptes.com&#x2F;recoll&#x2F;usermanual&#x2F;webhelp&#x2F;docs&#x2F;RCL.SEARCH.LANG.html" rel="nofollow">http:&#x2F;&#x2F;www.lesbonscomptes.com&#x2F;recoll&#x2F;usermanual&#x2F;webhelp&#x2F;docs...</a><p>[5] <a href="http:&#x2F;&#x2F;www.xesam.org&#x2F;main&#x2F;XesamUserSearchLanguage95&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.xesam.org&#x2F;main&#x2F;XesamUserSearchLanguage95&#x2F;</a>
评论 #16759240 未加载
alehul大约 7 年前
Gödel Escher Bach, or GEB.<p>It&#x27;s one of the most informative books I&#x27;ve ever read with a really valuable perspective to view information through. I find myself applying it more frequently the more recently I&#x27;ve re-read it.
评论 #16759051 未加载
评论 #16758523 未加载
评论 #16756885 未加载
评论 #16756686 未加载
engi_nerd大约 7 年前
I keep a wide variety of references around this desk. Some of my favorites:<p>Manuel Lima&#x27;s &quot;Visual Complexity&quot;, &quot;The Book of Circles&quot;, and &quot;The Book of Trees&quot;. These are useful as references and as visualization inspiration.<p>Jacques Bertin&#x27;s &quot;Semiology of Graphics&quot;. Gorgeous and immensely useful.<p>Desmond and Nicholas Higham&#x27;s &quot;MATLAB Guide, 3rd Edition&quot;, and Yair Altman&#x27;s &quot;Accelerating MATLAB Performance&quot;. Both are invaluable for serious MATLAB work.<p>Titus A. Beu&#x27;s book on Numerical Programming is very good as a reference.<p>For anyone needing to work on military simulations, &quot;Engineering Principles of Combat Modeling and Distributed Simulation&quot; by Tolk is the best reference I have found on the subject.<p>And TAOCP and CLRS are here for reference purposes as well.
donohoe大约 7 年前
Commodore 64 User Guide<p><a href="http:&#x2F;&#x2F;www.commodore.ca&#x2F;manuals&#x2F;c64_users_guide&#x2F;c64-users_guide.htm" rel="nofollow">http:&#x2F;&#x2F;www.commodore.ca&#x2F;manuals&#x2F;c64_users_guide&#x2F;c64-users_gu...</a>
评论 #16757938 未加载
评论 #16757678 未加载
CodeArtisan大约 7 年前
- <i>Structure and interpretation of computer programs</i><p>More by nostalgia than by need<p>- <i>The art of computer programmming</i><p>- <i>Hacker&#x27;s delight</i><p>These two are of great help when doing programming challenges. Hacker&#x27;s delight is about bitwise tricks.<p>- <i>Open Data Structures</i><p>Useful for a quick refresh on data structures.
评论 #16759330 未加载
cocacola1大约 7 年前
How to Read a Book by Mortimer J. Adler<p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;How-Read-Book-Classic-Intelligent&#x2F;dp&#x2F;0671212095" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;How-Read-Book-Classic-Intelligent&#x2F;dp&#x2F;...</a>
评论 #16756895 未加载
ddingus大约 7 年前
Machinists handbook from the 60&#x27;s era. I value it for the pre computer ways of thinking. Lots of gold in that one.<p>MOS 6502 series data book.<p>Moto 6809 Programmers Reference.<p>I actually had someone take me to the local Motorola office to get the 6809 book. Docs were free for the asking, and a kid asking was quite the event. Aspects of that conversation were important to my life.<p>I still have occasion to do paid work, and enjoy fun projects with both chips, and or variants seen today. These are few and far between, but very enjoyable. Mostly perspective and nostalgia in these. It&#x27;s my roots.<p>The One Minute Manager parable has served me well mentoring and leading.<p>On Writing by Stephen King. Being able to tell a story with clarity has far more utility than one would expect. Besides, I want to write a novel one day.<p>The Art of Electronics, second edition. Probably need to update that one.<p>A Tektronix &quot;How to use an Oscilloscope&quot; book, well matched to my old, analog 400Mhz, 4 channel scope.<p>ANSI &#x2F; ASME geometric dimensioning, tolerancing, standards books. 2D technical communication remains significant in my life.<p>Recent addition: Mold making Handbook.<p>I need a good primer and a good polymer tech reference. Any suggestions?<p>&quot;Pirates of the Asteroids&quot;, childhood sci-fi. Again, perspective. Was the first one I really read through and got as a kid. Kept it, because asshole reminder. &#x27;Nuff said. It&#x27;s just a personal totem.
评论 #16760395 未加载
organsnyder大约 7 年前
The books on my desk are a combination of reference books and books that are good conversation-starters (I&#x27;ve read them already and don&#x27;t need them as reference, but they&#x27;re good for lending out to people, especially junior devs).<p>Reference:<p><pre><code> - Effective Java (good for learning the mindset of developing backward-compatible APIs in any language) - Enterprise Integration Patterns (I work on an enterprise APIs team) - Designing Data-Intensive Applications - Camel in Action </code></pre> Good for lending out:<p><pre><code> - The Phoenix Project - Making Work Visible - Effective DevOps - The Pragmatic Programmer - REST in Practice</code></pre>
hiram112大约 7 年前
It&#x27;s dusty, but I can&#x27;t throw it away.<p>Effective Perl Programming.*<p>A long time ago, when I was a college kid with tons of free time, I&#x27;d sit for hours at Borders* or Barnes &amp; Noble and just read computer books. God bless those employees for never kicking a 20-something poor kid out who lived on free coffee refills, yet never bought books.<p>At the time, Perl was more significant. Something about its syntax made sense, even though nowadays I cringe at it. Though Python is worse, in a different way...<p>A decade later, and I still sometimes need to spit out the results of a bunch of commands, iterate through them with some regex, format it, etc. Perl became the internet&#x27;s &#x27;duct-tape&#x27; for a reason.<p>[1] <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Effective-Perl-Programming-Idiomatic-Development&#x2F;dp&#x2F;0321496949" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Effective-Perl-Programming-Idiomatic-...</a><p>[2] <a href="https:&#x2F;&#x2F;dealbook.nytimes.com&#x2F;2011&#x2F;02&#x2F;16&#x2F;borders-files-for-bankruptcy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dealbook.nytimes.com&#x2F;2011&#x2F;02&#x2F;16&#x2F;borders-files-for-ba...</a>
ambrosite大约 7 年前
It has been a really long time (years) since I had to use any printed book as reference material. For any question I have concerning a random factual matter, I am always able to find an adequate answer online in less time than it would take to reach for a book, look up the topic in the index, and then turn to the appropriate page.<p>Where I still find books useful is in learning a new subject from scratch. Reading an entire book from cover to cover gives me a broad mental overview of the whole subject, and that is extremely helpful when trying to put the random bits of knowledge I find online into context.
optimusmaximus大约 7 年前
Desk Ref[1]. It&#x27;s a ref for your desk.<p>It answers almost any question you might have pertaining to workshop activities. Speeds, feeds, that kind of thing. I keep it in our break room in case one of us needs to look something up. A lot of the younger technicians are fresh out of school, and we also have apprentices on our shift. Having a resource like this is invaluable for when they have a question, and none of us old-timers are available to answer it because something major has broken and we&#x27;re scrambling to make it not-broken.<p>Our company prints its own training materials and we have a veritable library of Standard Maintenance Procedures, as well as manufacturer&#x27;s manuals for all the different machines in our shop. We keep them indexed in a large filing cabinet.<p>[1]<a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Desk-Ref-Thomas-J-Glover&#x2F;dp&#x2F;1885071604" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Desk-Ref-Thomas-J-Glover&#x2F;dp&#x2F;188507160...</a>
genjipress大约 7 年前
Silence, John Cage<p>Man Against Myth, Barrows Dunham<p>The Elements Of Style, Strunk &amp; White (4th ed.)<p>Telling Writing, Macrorie<p>The Zen Teaching Of Huang Po<p>The Pocket Pema Chödrön<p>Why I Write, George Orwell<p>Others come and go from time to time, but those stay.
评论 #16756965 未加载
imranq大约 7 年前
Princeton Companion to Mathematics: this guide is phenomenal in introducing a wide array of pure math topics. Just going through a few pages is hugely inspiring and simultaneously ego-deflating
ohiovr大约 7 年前
I use a couple of books to prop up my monitor. I also got a notebook.
评论 #16758680 未加载
danieldk大约 7 年前
I rely mostly on hypertext for referencing, mostly through Dash for macOS and man pages. Books that I still occasionally reference:<p>- Speech and Language Processing, Jurafsky &amp; Martin<p>- K&amp;R<p>- Sedgewick &amp; Wayne, but more for teaching than anything else.<p>In a previous life:<p>- The C++ Standard Library, Nicolai Josuttis,<p>- C++ GUI Programming with Qt 4, Jasmin Blanchette and Mark Summerfield<p>- The C++ Programming Language, Bjarne Stroustrup<p>- Effective Java, Joshua Bloch<p>- Scott Meyers&#x27; Effective C++ books.
评论 #16757334 未加载
noobly大约 7 年前
I stumbled upon a dictionary of quotations of sorts (the quotes are organized alphabetically by topic&#x2F;theme) and oddly enough I’ve begun keeping that nearby for the motivation, thought provocation and genuine entertainment those snippets of texts provide. I’ve enjoyed it so much I’ll likely replace it with a thick poetry book once I’ve exhausted it.
评论 #16756810 未加载
agumonkey大约 7 年前
- Martin Henson - Elements of Functional Programming (old, and on purpose, I like to have a sense of the pre trend FP mindset) I suggest everyone to try to grab it (library or paid tree), the cover is so pretty <a href="https:&#x2F;&#x2F;www.abebooks.com&#x2F;book-search&#x2F;title&#x2F;elements-functional-languages&#x2F;author&#x2F;martin-henson&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.abebooks.com&#x2F;book-search&#x2F;title&#x2F;elements-function...</a><p>Had a bunch of books about electricity&#x2F;electronics (google for &#x27;best book about ...&#x27;)<p>Also bitcoin got me to hear about Statistics:<p>- <a href="http:&#x2F;&#x2F;www-bcf.usc.edu&#x2F;~gareth&#x2F;ISL" rel="nofollow">http:&#x2F;&#x2F;www-bcf.usc.edu&#x2F;~gareth&#x2F;ISL</a> - <a href="https:&#x2F;&#x2F;web.stanford.edu&#x2F;~hastie&#x2F;Papers&#x2F;ESLII.pdf" rel="nofollow">https:&#x2F;&#x2F;web.stanford.edu&#x2F;~hastie&#x2F;Papers&#x2F;ESLII.pdf</a><p>Lastly, Queinnec LiSP is never far from reach
评论 #16759359 未加载
raker大约 7 年前
The Boglehead&#x27;s Guide to Investing, mostly because my coworkers frequently ask for advice regarding their 401ks and IRAs, and it&#x27;s a solid baseline for frugal investing.
notananthem大约 7 年前
None, I keep em on my bookshelf.<p>I refer to my design books. My favorite of all time, is &quot;The Nature and Art of Workmanship&quot; by David Pye, given to me by a former woodturning mentor.
amichal大约 7 年前
For many years &quot;SQL for Smarties&quot; by Joe Celko was on the desk along with whatever specific technical reference i happened to need at the time.<p>There are no physical books now on the desk but the table of contents of some of the older books remind me of what to google often enough
评论 #16764736 未加载
moreorless大约 7 年前
The Essential Calvin and Hobbes: a Calvin and Hobbes Treasury
snake117大约 7 年前
With respect to software I refer to Programming Elixir&#x2F;Phoenix (although both Programming Elixir 1.6&#x2F;Phoenix 1.4 should be released soon). I&#x27;m also going through Functional Web Development with Elixir, OTP, and Phoenix by Lance Halvorsen at the moment.<p>Outside of software I have:<p>- The Intelligent Investor by Benjamin Graham<p>- Zero to One: Notes on Startups, or How to Build the Future by Peter Thiel<p>- Screenplay: The Foundations of Screenwriting by Syd Field<p>- Critique of Pure Reason by Immanuel Kant<p>One book that I have been meaning to add next to Syd Field&#x27;s Screenplay is Story: Style, Structure, Substance, and the Principles of Screenwriting by Robert McKee.
kfrzcode大约 7 年前
&quot;Code Complete 2nd Ed.&quot; - McConnell &quot;DevOps Handbook&quot; - Gene Kim et al &quot;Deep Work&quot; - Cal Newport &quot;Tools of Titans&quot; - Tim Ferris &quot;Bleeding Edge&quot; - Thomas Pynchon
fotbr大约 7 年前
Sun Tzu&#x27;s The Art of War, O&#x27;Reilly&#x27;s SQL Pocket Guide, Numerical Recipes in C++, an old GW-Basic manual, and a reprint of the first edition of Machinery&#x27;s Handbook.<p>Most of my work is boring old enterprise apps in java, c# or c++; the GW-Basic manual is a relic from my first computer that I keep around for sentimental reasons. Numerical Recipes is referred to on occasion, as is the SQL pocket guide, the other two are good for taking a 5 minute break from things.
byteface大约 7 年前
I use a library so have about 10+ on rotation every 2 weeks covering every topic. graphic novels, reference books, programming books, science books. with membership to 3 libraries it&#x27;s much better than owning them and letting the get dusty on a shelf. I admit this came as a result of moving country and having to sell all my books. I will never go back to owning books I have so much variety now. public libraries are the greatest institution to exist.
rla3rd大约 7 年前
<a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Pragmatic-Programmer-Journeyman-Master&#x2F;dp&#x2F;020161622X&#x2F;ref=sr_1_1?ie=UTF8&amp;qid=1522876509&amp;sr=8-1&amp;keywords=pragmatic+programmer" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Pragmatic-Programmer-Journeyman-Maste...</a><p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Programming-Elixir-1-3-Functional-Concurrent&#x2F;dp&#x2F;168050200X&#x2F;ref=sr_1_fkmr1_1?ie=UTF8&amp;qid=1522876774&amp;sr=8-1-fkmr1&amp;keywords=robert+thomas+elixir" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Programming-Elixir-1-3-Functional-Con...</a><p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Machine-Learning-Python-Techniques-Predictive&#x2F;dp&#x2F;1118961749&#x2F;ref=sr_1_36?s=books&amp;ie=UTF8&amp;qid=1522876857&amp;sr=1-36&amp;keywords=python+machine+learning" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Machine-Learning-Python-Techniques-Pr...</a><p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Complete-Arbitrage-Deskbook-Stephane-Reverre&#x2F;dp&#x2F;0071359958&#x2F;ref=sr_1_fkmr1_2?s=books&amp;ie=UTF8&amp;qid=1522876893&amp;sr=1-2-fkmr1&amp;keywords=the+complete+arbitrage+handbook#customerReviews" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Complete-Arbitrage-Deskbook-Stephane-...</a>
cosinetau大约 7 年前
Leaves of grass by Walt Whitman is something that I feel calls to me at times, and my bibleworn copy often sits on my workbench. I even have some sections memorized.
roberto大约 7 年前
&quot;Semiology of Graphics&quot;, by Jacques Bertin. Originally published in 1967, it describes principles of graphic communication, similar to Tufte&#x27;s work.
sremani大约 7 年前
Taleb&#x27;s incerto. [Anti-Fragile, Fooled by randomness, Black Swan, Skin in the game]<p>Scott Adams&#x27; [How to fail at Almost every thing and still win big]<p>Meditations by marcus arelius
LukeShu大约 7 年前
Advanced Programming in the Unix Environment<p>It&#x27;s often a better reference than the POSIX spec is.
评论 #16839283 未加载
knightofmars大约 7 年前
The Principles of Product Development Flow: Second Generation Lean Product Development<p>by Donald G. Reinertsen<p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Principles-Product-Development-Flow-Generation&#x2F;dp&#x2F;1935401009" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Principles-Product-Development-Flow-G...</a>
PoachedSausage大约 7 年前
The Art of Electronics, Third Edition by Horowitz &amp; Hill
wyclif大约 7 年前
Adams, Douglas. <i>The Hitchhiker&#x27;s Guide to the Galaxy</i><p>Brewer, Ebenezer Cobham. <i>Brewer&#x27;s Dictionary of Phrase and Fable</i><p>Euclid, <i>Elements of Geometry</i><p>Fuller, Buckminster. <i>Operating Manual for Spaceship Earth</i><p>Greene, Robert. <i>The 48 Laws of Power</i><p>Kernighan &amp; Ritchie. <i>The C Programming Language</i><p><i>The King James Bible</i><p>Polya, George. <i>How to Solve It</i>
Mindstormy大约 7 年前
Overcoming Gravity<p>For most of my life never really had an interest in working out but learning more about calisthenics and body weight fitness in general has really changed things for me in a positive way, and this book really shows how to progress without access to weights or a gym.
jquinby大约 7 年前
<i>Thinking in Systems</i> by Donella Meadows<p><i>Getting to Yes</i> by Roger Fisher and William Ury<p><i>ARRL Handbook for Radio Communications</i><p><i>ARRL Antenna Book</i><p><i>American Heritage Dictionary, 5th Ed.</i><p>Bible&#x2F;Lectionary, Breviary, and Catechism<p>If fiction counts, I will probably never delete <i>Flatland</i> or the complete Joseph Conrad from my Kindle.
Yahivin大约 7 年前
Right now: Modern Man in Search of a Soul, C. G. Jung
评论 #16756700 未加载
madengr大约 7 年前
None. Need to be prepared to leave at a moments notice. I used to keep a large technical library, but now it is at home. After having seen engineers with 25 years of service walked out the door with zero notice, I will be prepared to do the same.
评论 #16757095 未加载
yomritoyj大约 7 年前
Always within arm&#x27;s reach at both home and work:<p>Rudin, Real and Complex Analysis<p>Halmos, Finite Dimensional Vector Spaces<p>Billingsley, Probability and Measure<p>Kelley, General Topology<p>Lang, Undergraduate Algebra<p>Simmons, Introduction to Topology and Modern Analysis<p>Parthasarathy, Probability Measures on Metric Spaces<p>Whinston, Green and Mas-Colell, Microeconomic Theory
tejinderss大约 7 年前
Refactoring by Martin Fowler. Working Effectively with legacy code by Michael Feathers
m3h大约 7 年前
&quot;A Brief History of Time&quot; and &quot;Universe in a nutshell&quot; are always there. I never get tired of reading a random page from those books.<p>I have nothing programming related on my desk; we have Google to thanks for that.
jhedwards大约 7 年前
_Amphigorey Too_ by Edward Gorey. When I&#x27;ve been staring at a computer screen and thinking about logic for too long it&#x27;s nice to look at some beautiful hand drawn illustrations and enjoy some surreal humor.
deostroll大约 7 年前
Sorry, we have a clean desk policy... :-(
MarlonPro大约 7 年前
- Principles: Life and Work by Ray Dalio - Tribe of Mentors by Tim Ferriss - Thinking, Fast and Slow by Daniel Kahneman<p>~10 SQL Server&#x2F;DW&#x2F;BI books (not just on the desk but scattered everywhere)
lettergram大约 7 年前
My Emacs manual, only book I keep on my desk at the moment. Truth is, if I&#x27;m going to read for pleasure I go to my bookshelf. I don&#x27;t want to read where I work.
nicholast大约 7 年前
Hello Hacker folks. Have previously shared a few essays in this forum, since topic of the day is book recommendations coincidentally recently published a collection of books that had inspired many of these essays - available on medium if you&#x27;re interested. Cheers.<p><a href="https:&#x2F;&#x2F;medium.com&#x2F;@_NicT_&#x2F;recommended-further-reading-ae463e611baa" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@_NicT_&#x2F;recommended-further-reading-ae463...</a>
Shivam_Dewan大约 7 年前
-Design of everyday things<p>-Sapiens : A brief history of humankind<p>-Zen pencils<p>- Book of Life - By J. Krishnamurti
thecodeboy大约 7 年前
The Bible
评论 #16757904 未加载
InitialLastName大约 7 年前
As a circuit designer&#x2F;embedded programmer:<p>- USB Complete 4th ed (Axelson)<p>- Electromagnetic Compatibility (Ott)<p>- Small Signal Audio Design (Self)<p>- Roget&#x27;s 21st Century Thesaurus<p>- Verilog by Example (a.k.a. the Little Blue Book) (Readler)<p>- Mouser Catalog
stinos大约 7 年前
Not a book, but an ASCII table comes in handy ever so often
评论 #16758370 未加载
评论 #16758082 未加载
评论 #16757835 未加载
tta大约 7 年前
Designing Data-Intensive Applications by Martin Kleppmann.
评论 #16757761 未加载
colonelxc大约 7 年前
I use CLRS and the 2600 book as monitor risers.<p>More seriously, I generally don&#x27;t re-read books. One exception is The Cuckoo&#x27;s Egg, which I reread every ~5 years.
评论 #16756712 未加载
评论 #16762641 未加载
AKdeBerg大约 7 年前
&quot;The Power of Habit&quot; by Charles Duhigg.....I have other good books too but this one is an asset...Every desk should have it
评论 #16757595 未加载
protomok大约 7 年前
~ Books =&gt; I have most in digital and physical copies ~<p>- The C Programming Language (2nd edition) - Brian Kerningham &#x2F; Denis Ritchie<p>- The C++ Programming Language (4th edition which discuss C++11) - Stroustrup<p>- Design Patterns Elements of Reusable Object-Oriented Software - GoF<p>- Effective C++, Effective Modern C++ - Scott Meyers<p>~ Specifications ~<p>- C99 draft spec, C++11 draft spec (too cheap to buy official copies!)
vinchuco大约 7 年前
Clicky links for most mentions. (not all here) <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;spreadsheets&#x2F;d&#x2F;1ekA4jSrY4xOtQW6OCL4xjNnK2DahqeZAfMyHSpYNbFg&#x2F;edit?usp=sharing" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;spreadsheets&#x2F;d&#x2F;1ekA4jSrY4xOtQW6OCL4x...</a>
minieggs大约 7 年前
SICP, ANSI CL, and Real World OCaml.<p>Nothing related to my day job in JS land, just fun reading material for my free time.
d6de964大约 7 年前
I&#x27;ve long ago recycled or burned most of my books as no library would take them. I only have a leather bound encyclopedia remaining in my house which I also want to get rid off. So much money poured down the drain... I don&#x27;t find it enjoyable re-reading the same stuff.
kybernetikos大约 7 年前
Most recently, I&#x27;ve been keeping Character Strengths and Virtues on my desk. It&#x27;s a catalogue of the things that we think are good about human psychology. It&#x27;s a good conversation starter, and fun to flip through and read sections.
8bitsrule大约 7 年前
Joel Whitburn&#x27;s &quot;Top 40 Hits&quot;. &quot;Computer Music&quot; by Dodge and Jerse. Several others have been displaced by the web ... or obsoleted by the inexorable March of Science. (Life was more interesting before surface-mount.)
PascLeRasc大约 7 年前
The Hardware Hacker by Bunnie Huang. It&#x27;s great for casual reading and some reference to how electronics are manufactured.<p>UNIX and Linux System Administration Handbook. I have an old version but it&#x27;s also great material and excellent writing.
评论 #16839303 未加载
interatx大约 7 年前
I don&#x27;t have any physical books on my desk[1]. Most of the stuff I usually need is online and takes less time than thumbing through books &amp; indexes.<p>[1] I think this is most likely situation but wasn&#x27;t sure if more would answer this.
idubrov大约 7 年前
1. Digital Design and Computer Architecture: ARM Edition<p>2. The Evolution of Cooperation: Revised Edition<p>3. The Ego Tunnel: The Science of the Mind and the Myth of the Self<p>(in backpack until I finish it). The Lucifer Effect: Understanding How Good People Turn Evil
mindcrime大约 7 年前
<a href="https:&#x2F;&#x2F;www.instagram.com&#x2F;p&#x2F;BhKKZ9vAWiQ&#x2F;?taken-by=fogbeam_phil" rel="nofollow">https:&#x2F;&#x2F;www.instagram.com&#x2F;p&#x2F;BhKKZ9vAWiQ&#x2F;?taken-by=fogbeam_ph...</a>
hknd大约 7 年前
None, I&#x27;m using google.
gradyj大约 7 年前
- Programming Interviews Exposed - Head First Design Patterns - Clean Code<p>I&#x27;m a junior in my first job and I&#x27;ve had these books in my personal library for a while now. Incredible helpful
评论 #16757707 未加载
frenchie4111大约 7 年前
The Pragmatic Programmer
KeepTalking大约 7 年前
Deep C Secrets 50 Effective C++ tips Design patterns Elements of ReUsable OO software Several short sentences about writing The official Ted guide to speaking
psyc大约 7 年前
An unlined drawing pad, and graph paper. That&#x27;s all.
评论 #16757142 未加载
brailsafe大约 7 年前
ASP.Net 4 and Java Programming used to hold up my monitor
kyberias大约 7 年前
These days:<p><pre><code> - Martin: Clean Code - Martin: Clean Architecture - Fowler: Refactoring - Feathers: Working Effectively with legacy code</code></pre>
ppod大约 7 年前
&quot;The Visual Display of Quantitative Information&quot; by Tufte. A pretty book, and occasionally useful as a reference too.
rokhayakebe大约 7 年前
Meditations: Epictetus, Social Contract: Rousseau, The Discipline of Market Leaders<p>Every now and then I open these at a random page and read.
royalghost大约 7 年前
Pete the Cat and the Missing Cupcakes<p>It reminds me that life is suppose to be fun and not just about algorithm and technologies!
Finnucane大约 7 年前
There&#x27;s a copy of The Third Policeman by Flann O&#x27;Brien on the floor next to my bed. Does that count?
weitzj大约 7 年前
Building Evolutionary Architectures: Support Constant Change<p>Domain-Driven Design: Tackling Complexity in the Heart of Software
lowbloodsugar大约 7 年前
Keeping Found Things Found, William Jones, Morgan Kaufmann press.<p>The study and practice of personal information management.
csmckay大约 7 年前
The Elements of Style: Strunk and White
icc97大约 7 年前
Joe Celko&#x27;s SQL for Smarties.<p>Tufte&#x27;s Visual Display of Quantitive Information.<p>Donald Norman&#x27;s Design of Everyday Things.
justuseapen大约 7 年前
The C Programming Language, Metaprogramming Elixir, Master and Margarita, and The Undiscovered Self.
mmumma大约 7 年前
Clean Code and Clean Architecture
calebm大约 7 年前
I want to get one of those giant XML bibles and keep it on my desk just to troll people.
mcphail大约 7 年前
Zero to One by Peter Thiel and The Obstacle is the Way, Ego is the Enemy by Ryan Holiday
mathieubordere大约 7 年前
Introduction to Algorithms (CLRS) and The Linux Programming Interface (Kerrisk)
pavlov大约 7 年前
&quot;Signs and Symbols: Their Design and Meaning&quot; by Adrian Frutiger
porsager大约 7 年前
<i>Ethics of Liberty</i> by Murray Rothbard<p><i>Economics in One Lesson</i> by Henry Hazlitt
oneplane大约 7 年前
A MacBook.
flaviocopes大约 7 年前
The Internet for Dummies, under my monitor stand to make it a bit higher
bikamonki大约 7 年前
I keep one: www.google.com
Mongoose大约 7 年前
DNS and BIND, 5th Edition
georgewsinger大约 7 年前
By far the #1 book I keep referring to and re-reading: Zero to One.
scaryclam大约 7 年前
Just one book: my notebook. Everything else is on the bookshelf.
kd5bjo大约 7 年前
A dictionary written in the language I&#x27;m trying to learn
lyk大约 7 年前
Machinery&#x27;s Handbook and some GD&amp;T reference books.
ojuara大约 7 年前
Programming Erlang.
nextos大约 7 年前
Halmos &amp; Rudin.
评论 #16761955 未加载
tsguo大约 7 年前
Stephen Hawking- A Brief History of Time<p>Makes my life feel ephemeral and therefore more precious<p><a href="https:&#x2F;&#x2F;amzn.to&#x2F;2Jm01dG" rel="nofollow">https:&#x2F;&#x2F;amzn.to&#x2F;2Jm01dG</a>
memonkey大约 7 年前
The Underachiever&#x27;s Guide To Happiness
Kajayacht大约 7 年前
Perl Pocket Reference from O&#x27;Reilly
Kapura大约 7 年前
Currently I have:<p>- Procedural Generation in Game Design<p>- The Art of Halo 3<p>- PUBG + Cats
评论 #16757623 未加载
GiorgioG大约 7 年前
- Kubernetes in Action<p>- Get Programming with F#
vuyani大约 7 年前
The C Programming Language
hodl大约 7 年前
8 shades of grey
pruthvishetty大约 7 年前
* Sapiens<p>* The Intelligent Investor<p>* Malgudi Days
jackconnor大约 7 年前
Code Complete
cup-of-tea大约 7 年前
TAOCP always finds its way back to my desk. Volume 2 is here at the moment. I don&#x27;t really keep any books as references, though. I have kept K&amp;R on my desk before but these days I mostly use online documentation.
megaman22大约 7 年前
Right now, Learn Git in a Month of Lunches, and Learn Windows Powershell in a Month of Lunches.<p>Also Functional Programming in C#.<p>I&#x27;m a bit of a Manning junkie