Ask HN: What are you reading right now?
251–260 of 307 posts
Re: Ask HN: What are you reading right now?
#252Compilers, Principles, Techniques, and Tools, 2nd ed ("The Dragon Book") by Aho, Lam, Sethi, and Ullman.
American Gods, by Neil Gaiman
Harry Potter and the Methods of Rationality, by Eliezer Yudkowsky
Re: Ask HN: What are you reading right now?
#253Founders at Work It's been on my 'to-read' list for awhile, finally got around to reading it. Really enjoying seeing into the origins of a lot of the big companies these days, and how that shaped what they do today.
I just finished that one last night. Some of the interviews are better than others; Woz was probably my favourite. I found the stories of the failures most interesting, as they seemed to inspire the most reflection and have the best lessons.
Out of curiosity, what makes you like it so much?
Re: Ask HN: What are you reading right now?
#254Re: Ask HN: What are you reading right now?
#255Re: Ask HN: What are you reading right now?
#256I am reading it very slowly and savoring it. I felt I read his last three books too quickly and found myself wishing I could read them again for the first time.
Re: Ask HN: What are you reading right now?
#257Re: Ask HN: What are you reading right now?
#258Accelerando (Charles Stross -- our HN buddy) Mainly to remind myself how fucking awesome British sci-fi can be. It is.
The Consolations of Philosophy (Alain de Botton) I'm a mathematician who should have studied philosophy. Alain writes superbly insightful, unpretentious, and accessible books on philosophy.
Raising Venture Capital for the Serious Entrepreneur (Dermot Berkery) In case my bootstrapping fails. It's as dry as you'd expect and USian, but good background.
A Guide to the Good Life (William Irvine) An overview of Stoic philosophy and how to apply it as a philosophy of life. William writes beautifully, which makes this a very pleasant journey.
Re: Ask HN: What are you reading right now?
#259Nisan and Schocken's _The Elements of Computing Systems_ (http://www1.idc.ac.il/tecs/), which is about how the whole modern computing stack works, from NAND gates on up.
Jon Bentley's _More Programming Pearls_. Again.
Re: Ask HN: What are you reading right now?
#260"Programming Collective Intelligence" by Toby Segaran. It presupposes no knowledge of statistics or machine learning and focuses on 1) what machine learning technique is probably best in a given situation and 2) how to implement it in Python. My only complaint is it does completely skip over theory. That makes it accessible to a wider audience (I have a degree in literature) but he misses the opportunity of helping o…
Try looking up the corresponding topics in Artificial Intelligence: A Modern Approach by Russell and Norvig. I found reading the two books in parallel very helpful. When I read the SVM chapter in both books in parallel, the whole picture just came together for me. The theory and the implementation side-by-side.