For example, I don't work in finance (got the degree but my grades were abysmal), but I have a great deal of interest in the field, so I bought the CFA and CAIA curriculum. As I read it I grasp it and answer provided problems with no difficulty. But when I return to the material a few months later, I may as well re-read the whole thing for the amount of detail I've retained.
Ask HN: How do you memorize things you read?
1–10 of 99 posts
Re: Ask HN: How do you memorize things you read?
#2Re: Ask HN: How do you memorize things you read?
#3When I do cardio at the gym I take my tablet and read technical documentation, frequently over and over again. The goal of that is not so much to memorize facts, but to become familiar with the landscape and to become very quick to look details up when I have to look them up.
I've yet to see a question in a data science interview that can't be answered with: (1) Look it up in the hashtable or (2) Look it up in the literature.
Re: Ask HN: How do you memorize things you read?
#4If you do want to memorize it, then some form of flashcards with spaced repetition.
If you want to understand it, keep reading and dig deeper into the topics that interest you. Also for technical stuff work through some examples.
Re: Ask HN: How do you memorize things you read?
#5Take up as many relevant projects as needed to master the underlying theoretic aspects of whatever you're interested in, whether that's in math or programming. Don't get frustrated if you get stuck somewhere. You can always take a break and jump back to take a better look to any helpful readings to better understand some concept you may have missed earlier. Just make sure you're already pretty familiar with the very fundamentals first (e.g. don't expect good progress on a machine learning course without being already familiar with linear algebra - probability fundamentals.)
Re: Ask HN: How do you memorize things you read?
#6Aside from that, for me, it's more important to memorize where on the page I saw something, and where the book or page was located. Things like web pages may get saved because of their ephemeral quality. It's unrealistic to expect to retain everything, but knowing where to find non-critical knowledge is easier.
Re: Ask HN: How do you memorize things you read?
#7As for finance, eg. I'd try to read Economy mags more often, and try to explain to myself just "what the actual hell" they're saying.
This method can be very challenging when you're starting on something, but by the time (two weeks) you get to know "just enough" you'll be flying through the news, and then you can get to scientific papers on the subjects that you have interest on.
For programming, my way for it is exactly the same, but without newspapers and articles: just try to approach everything in a specific mindset.
Re: Ask HN: How do you memorize things you read?
#8Re: Ask HN: How do you memorize things you read?
#9This type of reading has forced me to re-think how I memorize or even check that I've understood something.
My current process is to stop at the end of a chapter and re-cap what I've learnt and id necessary check by reading in normal mode.
Re: Ask HN: How do you memorize things you read?
#10This is the only thing that really works for me.
What I have not automated is creating active recall scripts as I go....it tends to happen organically as I run through scenarios in practice sessions, eg if I want to share info verbally, then what parts do I forget, when I practice? Drill on that section, and test it out ant intervals until it's locked in. Then test at much wider intervals to maintain. (Super memo and Anki have complex algorithms, but I like to ballpark it to reduce complexity)