I had a very poor model of what people meant when they spoke of divinity, god, and religion until reading the Tao Te Ching. Whenever I heard god, I just thought of sky daddy. The key is to understand that religion is a map, not the territory. All religions are essentially different paths to the same destination, mixed with varying levels of human interpretation.
> The key is to understand that religion is a map, not the territory. All religions are essentially different paths to the same destination, mixed with varying levels of human interpretation. Given that a large fraction of people who self-identify as religious would vigorously disagree with this, I think this insight's of limited—though perhaps not no —utility in understanding religion.
Ask HN: Do you recall any book or course that made a topic finally click?
441–450 of 515 posts
Re: Ask HN: Do you recall any book or course that made a topic finally click?
#442For me, it was Touretzky's Common Lisp: A Gentle Introduction to Symbolic Computation that finally made recursion click. He gives a fantastic, simple, high-level breakdown of different recursion models with simple, non-mathematical examples. The student was ready and the master appeared.
Re: Ask HN: Do you recall any book or course that made a topic finally click?
#443Earlier quoted context omitted.
Precisely. Also all the other works (philosphy/religion) have elaborate contraptions to describe what it/God/ is. TTC is the only one that starts out with it cannot be told. No go live it.
"But the true Tao cannot be lived, and if you live the Tao, it is not the true tao." I posit that my made-up nonsense rebuttal has as much merit as anything else in this thread.
It doesn't matter one bit to the things/ideas whether we believe in them or not. It matters to us what we believe in.
Re: Ask HN: Do you recall any book or course that made a topic finally click?
#444For me, even though I had a superficial understanding of git, it was finally after going through the first few chapters of the Pro Git book that things finally clicked, and I literally sat there wondering how I managed to code anything at all without using git for years. > For programming it was How to Design Programs at www.htdp.org I already have over 4 years of professional software engineering experience (mostly…
Re: Ask HN: Do you recall any book or course that made a topic finally click?
#445Re: Ask HN: Do you recall any book or course that made a topic finally click?
#446"Div, Grad, Curl, And All That: An Informal Text On Vector Calculus" This was "optional" reading in my Undergrad Calculus class at Brown, I probably was the only student who bothered to read it, and it made most of engineering a breeze for the next 3.5 years, whether electromagnetism, fluid dynamics, etc.
I came here to see if this book made the list. I read it the summer before taking AP Physics. It made that class a breeze. Still, I'm impressed it made this list given it's not a CS book.
Re: Ask HN: Do you recall any book or course that made a topic finally click?
#447I'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…
Anything for React (modern versions)?
Re: Ask HN: Do you recall any book or course that made a topic finally click?
#448For me, even though I had a superficial understanding of git, it was finally after going through the first few chapters of the Pro Git book that things finally clicked, and I literally sat there wondering how I managed to code anything at all without using git for years. > For programming it was How to Design Programs at www.htdp.org I already have over 4 years of professional software engineering experience (mostly…
Re: Ask HN: Do you recall any book or course that made a topic finally click?
#449"Basic Economics" by Thomas Sowell. Helped me gain a more intuitive understanding of economics. On a side note, the man is a machine. He's been writing close to a book a year since the age of 80 (he's 92 now).
I started to read this book but it seems to be full of political bile. How does it compare to Economics in One Lesson?
Re: Ask HN: Do you recall any book or course that made a topic finally click?
#450Statistics. It made data, functions, web applications, and REST API finally click for me. I took two stats courses-- a simple one at a community college where we dabbled with a stats analysis app. And a more complex one, where we wrote scripts in the language "R" and uses rStudio. I began to realize things I should have realized long before that: - Functions typically intake data, and output data. What made it click…
Which book can you recommend for learning stats