Earlier quoted context omitted.
Can you give an example of "political bile"? Sowell is an incredibly even-keeled writer, and I'm surprised someone would find the book angry (or political, other than believing in traditional economics).
"Political Bile" = things I don't agree with.
Ask HN: Do you recall any book or course that made a topic finally click?
361–370 of 515 posts
Re: Ask HN: Do you recall any book or course that made a topic finally click?
#362Earlier quoted context omitted.
I always found Donald Knuth’s professed Christianity somewhat curious. Then I watched a small bit of his interview with Lex Fridman, and happened to catch the part where he speculates that maybe God is a big computer. So, OK.
> where he speculates that maybe God is a big computer. I cringe at phrases like that. It's empty theologically and technologically. It represents a complete inability in imagining what God could be, and a naive, childish pride in our little creations, these computers. While in his internal driven world view it might make sense, to me it has no more or less truth than "maybe God is a big steam engine"
Aren't all religious statements just like that?
Re: Ask HN: Do you recall any book or course that made a topic finally click?
#363Re: Ask HN: Do you recall any book or course that made a topic finally click?
#364- Absolute FreeBSD - have everything needed to learn and understand FreeBSD.
- ANSI C by Kernighan/Ritchie - the C language.
- Forever Fat Loss - why we get fat and what to do about it.
- Why We Sleep - everything you wanted to know about sleep.
Regards.
Re: Ask HN: Do you recall any book or course that made a topic finally click?
#365On a completely different topic: After watching my first marriage degenerate and my wife asked me to move out, I was fairly well mystified about what was going on. We'd read lots of books about marriage and communication, planned for it to be tough, intended to see it through... so what happened? "The Seven Principles for Making Marriage Work" by John Gottman was a book that I read after we'd separated that first sta…
https://slatestarcodex.com/2020/02/27/book-review-the-seven-...
Re: Ask HN: Do you recall any book or course that made a topic finally click?
#366I've been struggling with wrapping my head around asynchronous programming with callbacks, promises and async/await in JS, however I think it's finally clicking after watching these YouTube videos and creating a document where I explain these concepts as if I'm teaching them to someone else: * Philip Roberts's What the heck is the event loop anyway? - https://www.youtube.com/watch?v=8aGhZQkoFbQ * The Story of Asynchr…
Thanks for the shout out! I'm still amazed how well that talk struck a nerve and it's a real kick seeing people getting something out of it 8 (!) years later.
Re: Ask HN: Do you recall any book or course that made a topic finally click?
#367Re: Ask HN: Do you recall any book or course that made a topic finally click?
#368Re: Ask HN: Do you recall any book or course that made a topic finally click?
#369I tried learning Borland Turbo C++ in the early 90's on my 286. I had the SAMS book "Learn Turbo C++ in 24 Hours". 15 year old me dutifully worked through it until I got to Pointers. 20 years later, a dev I worked with: "Oh, pointers are just a reference to a memory address". GAH.