Live data from Hacker News

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

news.ycombinator.com

31–40 of 171 posts

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

#31

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.

Is it like Chaos by James Gleick?

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

#32

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/

Do you have some examples of that ?

I always found that SQL is better for data extraction -- selecting and filtering approximately what I want to analyze.

But for in-depth analysis, R or Python is better. They're just much better languages with more control than SQL.

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

#34

There was a horticulture textbook that showed a zoomed-out plot of land on the cover, which with its divisions and sectional diversity effectively looked something like an illustration of the inside of a CPU. It wasn't intentional as far as I know, but I have to admit that stuck in my head ever since as a really eye-opening metaphor. And the contents of the book were really new to me and even more eye-opening. Wish I…

Could it be 'The Self-Sufficient Backyard'? I also remember seeing a CPU at first glance: https://www.amazon.com/-/en/dp/1732557160/

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

#35
The Elements of Computing Systems: Building a Modern Computer from First Principles [0] [1]

Easily one of the most interesting and engaging textbooks I've read in my entire life. I remember barely doing any work for my day job while I powered through this book for a couple weeks.

Also, another +1 to Operating Systems: Three Easy Pieces [2], which was mentioned in this thread. I read this one cover to cover.

Lastly, Statistical Rethinking [3] really did change the way I think about statistics.

[0] https://www.nand2tetris.org/

[1] https://www.amazon.com/Elements-Computing-Systems-second-Pri...

[2] https://pages.cs.wisc.edu/~remzi/OSTEP/

[3] https://xcelab.net/rm/statistical-rethinking/

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

#37
Brigham's book on the Fast Fourier Transform was an eye opener for me. Not so much because of the "Fast" part (which is super interesting and useful too) but it was the introduction I needed to make integral transforms and convolution click. And that helped tremendously to connect a whole bunch of other dots.

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

#38

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.

Is it like Chaos by James Gleick?

not really. this is actually a textbook

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

#39
Code, by Petzold.

Not exactly eye-opening, I sort of knew most of the content, but I don't remember ever having such joy while reading a technical book. Before or since.

I read the whole thing in a holiday (it's a big book, 500 pages or more IIRC), and I am a terrible reader. I was at a place with no internet, so that surely helped a lot.

Post reply on HN