[0] https://betterexplained.com/articles/colorized-math-equation...
Ask HN: Concepts that clicked only years after you first encountered them?
11–20 of 946 posts
Re: Ask HN: Concepts that clicked only years after you first encountered them?
#12Basic music theory. Almost no one I encountered bothered to actually explain anything. They simply regurgitated things and I guess expected me to somehow intuitively understand something or other.
Sadly, mathematics classes are like that as well. Instructors start throwing equations on the board, expecting us to somehow connect it all together. The best math textbook (Theory of Algebra) I ever read had little sections about the person who revealed a particular subject, why they were studying it, and how the subject is used.
Re: Ask HN: Concepts that clicked only years after you first encountered them?
#13Entropy in classical thermodynamics is presented in a mysterious way that leads to confusion.
Entropy in statistical thermodynamics, however, is logical. Once one understands basic statistical thermodynamics, entropy isn't mysterious.
The book in my statistical thermodynamics class was An Introduction to Thermal Physics by Daniel Schroeder, which is an excellent book that I've referred to many times since.
Re: Ask HN: Concepts that clicked only years after you first encountered them?
#14Unit testing and using dependency injection to write test-able code. I'm not sure if it was years, but it wasn't immediate. I just didn't understand why dependency injection was good at first, and not just someone's weird personal code style choice. I thought it was just people being "Enterprisey" which I'd encountered many times over the years. Once I committed to unit testing, I realized how necessary it is. Unfort…
The term is unfamiliar to me -- is it related to "fault injection"?
Re: Ask HN: Concepts that clicked only years after you first encountered them?
#15The model itself is easy enough to grasp. But concretely understanding what it implies about how I should be studying took much, much longer.
Re: Ask HN: Concepts that clicked only years after you first encountered them?
#16Basic music theory. Almost no one I encountered bothered to actually explain anything. They simply regurgitated things and I guess expected me to somehow intuitively understand something or other.
Re: Ask HN: Concepts that clicked only years after you first encountered them?
#17Re: Ask HN: Concepts that clicked only years after you first encountered them?
#18Unit testing and using dependency injection to write test-able code. I'm not sure if it was years, but it wasn't immediate. I just didn't understand why dependency injection was good at first, and not just someone's weird personal code style choice. I thought it was just people being "Enterprisey" which I'd encountered many times over the years. Once I committed to unit testing, I realized how necessary it is. Unfort…
Re: Ask HN: Concepts that clicked only years after you first encountered them?
#19Re: Ask HN: Concepts that clicked only years after you first encountered them?
#20Unit testing and using dependency injection to write test-able code. I'm not sure if it was years, but it wasn't immediate. I just didn't understand why dependency injection was good at first, and not just someone's weird personal code style choice. I thought it was just people being "Enterprisey" which I'd encountered many times over the years. Once I committed to unit testing, I realized how necessary it is. Unfort…