Live data from Hacker News

Ask HN: What are the most eye-opening textbooks you have ever read?

news.ycombinator.com

21–30 of 171 posts

Re: Ask HN: What are the most eye-opening textbooks you have ever read?

#21
I don't know about _eye opening_, but The Art of PostgreSQL really changed the way I work for the better. Like a lot of people, I used to be one that would pull all my data into Python for processing, Pandas-style. Once I learned how to do it all directly in PG everything became trivial.

[0] https://theartofpostgresql.com/

Re: Ask HN: What are the most eye-opening textbooks you have ever read?

#22
The Elements of Programming Style by Kernighan and Plauger

Software Tools by Kernighan and Plauger

The Psychology of Computer Programming by Weinberg

A cartoon-illustrated DIY Honda Civic repair book from the 80's I no longer remember the name of.

Re: Ask HN: What are the most eye-opening textbooks you have ever read?

#24
post #23

Non-linear dynamics and chaos by Strogatz https://www.stevenstrogatz.com/books/nonlinear-dynamics-and-... I literally read it cover to cover like a novel

We used it as a textbook for a graduate level math class at Johns Hopkins. I really appreciated his treatment of the material. It's so accessible, and yet still rigorous enough for advanced math students to get value out of it

Re: Ask HN: What are the most eye-opening textbooks you have ever read?

#25
The Blind Spot: Lectures On Logic by Jean Yves-Girard

For context, Girard is a mathematical logician, philosopher, and co-discoverer of the type system System F (Haskell, ML, etc.). The book is a monograph on proof theory, and I was interested in learning more about affine and linear logic to deepen my understanding of Rust and other language ecosystems focused around the ability to explicitly model resources. However, along the way, I learned some other great things: (1) continental philosophy is deep and cool; (2) mathematical writing can be simultaneously rigorous, clear, and hilarious; and it reinforced (alongside Alain Connes's Noncommutative Geometry, and various French philosophers) (3) French academic writing is both frustratingly and delightfully idiosyncratic. Girard writes polemically about other aspects of knowledge, mathematics, etc., and there's heaps of dry humor and anecdotes throughout the book. It's a hard book to read even by pure mathematics standards--a topic not exactly known for being a brisk read--but it was worth it just for the side discoveries alone.

Re: Ask HN: What are the most eye-opening textbooks you have ever read?

#27

Fractals Everywhere, Michael F. Barnsley. I love the way it starts: >Fractal geometry will make you see everything differently. There is a danger in reading further. You risk the loss of your childhood vision of clouds, forests, flowers, galaxies, leaves, feathers, rocks, mountains, torrents of water, carpet, bricks, and much else besides. Never again will your interpretation of these things be quite the same.

Not a textbook, but John Gleick's The theory of Chaos is a great read on chaos theory - very approchable!

Re: Ask HN: What are the most eye-opening textbooks you have ever read?

#28
post #3

The books that taught me computer science - Operating Systems: Three Easy Pieces ( https://pages.cs.wisc.edu/~remzi/OSTEP/ ) - Designing Data Intensive Applications by Martin Kleppmann ( https://dataintensive.net ) - Crafting Interpreters by Robert Nystrom ( http://craftinginterpreters.com )

Working link for OSTEP: https://pages.cs.wisc.edu/~remzi/OSTEP/

Re: Ask HN: What are the most eye-opening textbooks you have ever read?

#30

The Elements of Programming Style by Kernighan and Plauger Software Tools by Kernighan and Plauger The Psychology of Computer Programming by Weinberg A cartoon-illustrated DIY Honda Civic repair book from the 80's I no longer remember the name of.

> cartoon-illustrated DIY Honda Civic repair book from the 80's I no longer remember the name of.

Sounds like the Honda version of “How to Keep Your Volkswagen Alive […] For the Compleat Idiot”.[0]

[0] https://www.ssaircooled.com/vw-how-to-keep-your-vw-alive-com...

Post reply on HN