Live data from Hacker News

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

news.ycombinator.com

41–50 of 219 posts

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

#41
post #14

Gödel Escher Bach, or GEB. It's one of the most informative books I've ever read with a really valuable perspective to view information through. I find myself applying it more frequently the more recently I've re-read it.

Motion seconded. I read it first when I was barely ten, and even though I barely understood a word of it, I made a vow to myself to keep coming back to it until I did. I've been coming back to it constantly ever since, and I think I finally get it. I think.

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

#43

I keep ~10 books at my desk. 9 of them are related to Javascript / Python / 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. [1] https://www.amazon.com/JavaScript-Definitive-Guide-Activa…

Among the books, you included Thinking, Fast and Slow which really stands out, and I was wondering what you gained from it, and how you'd summarize its relevance/value?

I've been meaning to read it, and I think it's really interesting that it provides enough value to be among the others.

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

#46
A thick catalogue (ELFA Distrelec 'Elektronik och Automatisering' 2013-2014) on which I placed a stationary laptop hooked up to a 24" 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't bother with paper versions anymore.

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.

While I'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 'cloud', have my own (meta-)search engine, my own mail/web/etc server, etc.

[1] https://github.com/asciimoo/searx

[2] https://github.com/asciimoo/searx/pull/1257 and https://github.com/koniu/recoll-webui/pull/61

[3] http://www.lesbonscomptes.com/recoll/

[4] http://www.lesbonscomptes.com/recoll/usermanual/webhelp/docs...

[5] http://www.xesam.org/main/XesamUserSearchLanguage95/

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

#47

Silence, John Cage Man Against Myth, Barrows Dunham The Elements Of Style, Strunk & White (4th ed.) Telling Writing, Macrorie The Zen Teaching Of Huang Po The Pocket Pema Chödrön Why I Write, George Orwell Others come and go from time to time, but those stay.

The Zen Teaching Of Huang Po is a wonderful. I have Record of Linji (Huang Po's student) and Radical Zen: Sayings of Joshu (Huang Po's and Linji's contemporary) on my desk.

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

#48
The books on my desk are a combination of reference books and books that are good conversation-starters (I've read them already and don't need them as reference, but they're good for lending out to people, especially junior devs).

Reference:

  - 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
Good for lending out:

  - The Phoenix Project
  - Making Work Visible
  - Effective DevOps
  - The Pragmatic Programmer
  - REST in Practice
Post reply on HN