Hacker News new | past | comments | ask | show | jobs | submit login
Ask HN: How do you memorize things you read?
115 points by boppo1 on Oct 12, 2021 | hide | past | favorite | 93 comments
— especially if they're technical you don't use them regularly at work?

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.




One of the most successful methods I've found for me is to rewrite the material. I haven't seen anyone suggest this yet.

By rewriting the material, you are recoding it. You are forcing yourself to think about the information differently: what you are doing is explaining it to yourself. This to me is far more effective than something like highlighting, because in rewriting that material, you are also clarifying your understanding.


Very much this for me. It's the reason I wrote notes instead of typed them in college. The intention was never to use the note for reference, but the act of writing them enforces your memory.


I'd think that for code, typing them is more effective than writing?


I've never written down code for school notes. At least nothing more than a few lines. There is no point.


Yes, this is my approach too - I'll take extensive notes and/or rewrite the material. The way I do thinking and learning is essentially to write things down on paper - it doesn't work for everyone, but it does for me.

I also happen to use fountain pens for it, but I think that part is optional. :)


Posting an old comment of mine here (which relates to rewriting material as a retention aid): https://news.ycombinator.com/item?id=25302365


I do this all the time. I write things down and never come back to read them because I seem to remember the important parts.


+1

This is what I do for most of my university courses. It's super not efficient time-wise, but my grades have been generally good thanks to it.

Plus if I have to write an essay about anything related I can just ctrl+f the material I've written so far and get my facts straight very quickly.


This is a great suggestion. It worked quite effectively during my high school while preparing for college entrance. I used to rewrite a lot. Rewriting in combination of revisiting material with some frequency helped.


I can vouch for this. I just gave an SDE a bad performance review because he could never recall any code he worked on or how it worked…


I wasn't sure so had to ask. Where you making a joke? Did the sde have actual measurable perf problems?


The lack of recall led to severe perf problems. He had a hard time fixing bugs quickly on code he had written. A significant change from the past, I presume he has started smoking a lot of weed.


This sounds more like they’re burned out. Subordinates going from great to terrible usually means the business is failing them, not they suddenly “started smoking a lot of weed”. I would take a hard look at your job as a manager.


No, he smells like pot.


Perhaps you should consider your part in that. Or if you could have had a more positive impact on his life apart from kicking him when he was down.


Unfortunately we do stack ranking so it wouldn’t be fair to anyone else on the team. He also refuses to say anything in 1:1s with regular nudging.


Yeah that is sad. Software engineering for the most part has become "standardized" and it is unfortunate this individual either missed the boat on the upskilling or just ran out of steam/luck from what may have been (possibly successful) cowboy coding days!


This can also be caused by persistent sleep problems, which a lot of people have had during the pandemic.


He might have had COVID as well.


Oh gosh, I am pretty bad at this. The only thing that seems to help is being on keto, in which case my recall is amazing.

Never got a poor performance review for it, but that's a real issue I have.


Is there scientific evidence linking marijuana to memory loss ?


Yes, although as always with drugs I am sure plenty of people will say that all those studies are flawed or biased.

You can see it change rat brains:

> As people age, they lose neurons in the hippocampus, which decreases their ability to learn new information. Chronic THC exposure may hasten age-related loss of hippocampal neurons. In one study, rats exposed to THC every day for 8 months (approximately 30% of their lifespan) showed a level of nerve cell loss at 11 to 12 months of age that equaled that of unexposed animals twice their age.

It has measurable effects on human performance:

> Among nearly 4,000 young adults in the Coronary Artery Risk Development in Young Adults study tracked over a 25-year period until mid-adulthood, cumulative lifetime exposure to marijuana was associated with lower scores on a test of verbal memory but did not affect other cognitive abilities such as processing speed or executive function. The effect was sizable and significant even after eliminating those involved with current use and after adjusting for confounding factors such as demographic factors, other drug and alcohol use, and other psychiatric conditions such as depression.42

https://www.drugabuse.gov/publications/research-reports/mari...


+1


Ben Franklin did something similar, he copied books by hand I think


I think he rather took short notes, then attempted to rewrite the material based on the notes, comparing to the original afterwards. This would seem to me to be much more effective than copying directly out of the book when it comes to recall.


People are giving app suggestions (supermemo, Anki), which is great, but the underlying concept is "spaced repetition" [0]. Tools like Anki (and supermemo, I presume) give you flash cards at an interval based on the spaced repetition idea.

Our memory is structured so that we forget things at an exponential rate (exp(-a t)). The better we remember things, the smaller the coefficient (a). You can look around for pictures of "forgetting curves" [1].

The idea is that for new knowledge, the coefficient (a) is large, so you need to refresh your memory sooner. As you retain the knowledge (the coefficient gets smaller), you can wait longer before you need to refresh your memory. The exact coefficient is going to be dependent on the person, the type of knowledge (for the person), the context in which it's learned etc. etc.

A simple way to do this without flash card applications is to try to recall the information you've learned periodically. Can you recall it after a day? A week? A month? If you can't, go back to the information and relearn it, and try again, making sure to do active recall to refresh your memory.

Another trick is to try to explain the knowledge you've learned to someone else, or pretend you're trying to explain it to someone else, if you don't want to subject your friends to it. Often times a "why" will come up or some piece of it will seem arbitrary that you won't be able to explain, which is a good signal that there's a concept you've missed and need to review to understand it more deeply.

[0] https://en.wikipedia.org/wiki/Spaced_repetition

[1] https://elitemedicalprep.com/what-is-spaced-repetition-and-w...


I’ve been using SuperMemo for almost 16 years, every single day. I can’t think of a better way to guarantee that I will retain stuff outside of using some kind of algorithm to tell me when to refresh desired information. I think of it more as “computer augmented memory” rather than “I’m letting the computer think for me.” I use it in the morning to review my cards but other than that I have little interaction with it (until I add more cards, which happens during periods of down time)


One of the best articles on SRS out there:

https://www.gwern.net/Spaced-repetition


That is an incredibly beautiful website. Thank you for sharing!


Gwern is like the harvester combine of document review, when he has passed there is nothing left, just some dry stalks. I've learned so much just by looking at how he organizes his work.


It's very hard to actually comprehend any technically challenging concept without being constantly exposed to it. The more challenging it is, the more time you're going to need so it become something like second nature to you.

Take 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.)


As I was writing my answer you posted yours, and I found It very very helpful.


I tend not to memorize in that way. Reading gives me a basic familiarity with a topic and, more importantly, helps me understand where to find information when I need it. If I use a piece of technical information regularly, I'll just keep looking it up until exposure fixes it in my memory.

However, if it's something I do need to remember and can't look up, spaced repetition tools like Anki are helpful.

You should probably ask yourself whether it's worth the effort to memorize something that you only need every few months. So long as you have an understanding of the general topic, it's not hard to find technical specifics when you need them. Being able to reel off technical details from memory is a good party trick, but I've rarely found it to be useful in daily life.


Yup, same here.

I absolutely don't memorise things on purpose. I just use them, and try to remember where to look them up again.

Memorisation is a fancy tricky that doesn't gain you that much over knowing where to find the answer.


I have a "trick". My native language is not english. 99.9% of what i read is in english. Comprehension for me is also slow when just reading(at least once).

Memory, as i found out, works if you connect new knowledge to existing knowledge. Usually, when i read and understand something to the point of the "aha" moment is not sufficient. Just understanding something in that moment is not enough for storing in long term memory.

Here is the trick part: when i read and want to comprehend and memorise, i do the following:

  1. Read a paragraph/piece in english
  2. Get to the aha moment by re-reading until it makes a narrative in your head
  3. Once i have the narrative, i translate it to my native language and write it down(pen and paper > keyboard)
It's not fast, but there are many processes involved here that get to long term memory:

  1. first reading - getting the context of the material
  2. getting to the aha moment - means it's connected to something, and the new knowledge somehow filled the gap
  3. when i get to the narrative part, i can make a story and tell it to myself, in my own head "this is because of that etc"
  4. #3 is not sufficient, so i take a step further and process it by translating it - further cementing the "connecting to old knowledge" process
  5. #4 is also not sufficient, as the translation is not always clear when trying to explain it to someone else. here is where the longhand writing comes into play - writing is expressing your thoughts clearly. when this is done, i already went through a lot of phases of processing, that i can say i fully understand something without any rote memorisation: i can just use whatever old knowledge i have to recreate new knowledge and to assemble it based on the listener's (perceived) capabilities of understanding.
I know this works, because i have all the processes written by hand, in a notebook. Everything i explained here is a narrative that i constructed on the spot to explain my process. Keep in mind that this whole process of comprehension, memory, new knowledge and handwriting was new to me ±1 year ago.

Not sure this helps you directly but indirectly it should be able to guide you into figuring out what works best in your context.

  #edit: i still don't know how to format text in a comment

  #edit 2: figured it out


To retain facts and terminology, do you simply translate to native language to retain it?


This is a good question. Facts still fall under the context. Think about 1989 as a date - you know a lot of facts around that date. Think now of 1986(Chernobyl) - you also know a some facts about this date. 1504 - not so much(i assume). 2006?

The point is that you can also retain facts if you can connect them to something else. The more link you have the easier it is to retain.

For terminology - this is tricky. Whenever i run into some new terms that i cannot explain into something else, but need to learn the term, i try to use it in written text as much as i can. But whenever i try to refer to it, i refer to it from the explanation - hoping it(brain) will bring me the term. If i use it a lot, it will get cemented.


> How do you memorize things you read?

Memorizing short-term is relatively easier, provided there's sufficient comprehension and, well, ... association memory.

However, to retain some new knowledge, even just concepts, for a longer term and having it ready on-demand for me is very much dependent on how relevant such knowledge is to my present state of "know".

If the new concepts are too detached, even if I do grock them now, the only thing that would stay for long term is some feel of familiarity. Actively refreshing such knowledge is often impractical, as long as it remains not relevant to life. There are always tons of new topics to discover!

So, basically, for me some new knowledge retains long-term when it's made relevant in life or directly extends some already relevant knowledge.

No shame in forgetting, just know where to find it again or whom to ask. It's not futile however, as in encountering new concepts, sometimes an extension from known concepts grows naturally, kind of further forming the worldview. Good terminology helps a lot in connecting and retaining the dots.


No need to memorize everything in this day and age. Memorization is super useful, but if it's not part of your day to day, looking it up when you need it is a more efficient use of time.

To that end, I'd instead recommend taking notes in a system that allows for full text search.

However, if you still want to memorize it, repetition will be your friend. Repeatedly reading the material will gain you familiarization with the concepts, and eventually the memorization. Spaced repetition (Anki et.al.) is the fastest, but simply reading regularly works too.


TOC and Index method

If I have to test on a topic I know sort of intuitively but look thing up each time I do it because I do it infrequently I do the follow to have all the details current.

I take a trusted source of information on the topic and paste the text into a word processor that can build table of contents and Indexes. Step 1 I use the Multilevel TOC heading feature and create a heading for each paragraph of the document. Splitting long paragraph into pieces. The act of having to write headings per paragraph means you have pay attention to the core meaning of it. (I use a 5 or 6 level deep Toc)

Step 2. Create an Index at the end of the document and use the semi automated Key word tagger to mark all occurrence of an expression. It should given you a 1 level index entry with many page numbers. Go to each entry and add a 2 level index tag descriptor until all the page numbers have 2 level entries.

By the time you are done you will have visited this document from many angles and repeatably read the information and have a well integrated understanding of it. If the document has procedural steps to follow when you tag one of those sections decide if you know how to do that or repeat the process for practice.


I don't memorize; I try to learn a skill by applying it in practice on some project, no matter if real or a "toy" one; most of the skill will stick, but the memorization of all the facts facts is rarely relevant - any facts which were not required to apply that skill don't really need to be memorized and can be looked up easily when/if needed.


Organization & Repetition.

Any material which is worth knowing, but that will not become part of a routine (i.e coding patterns or structures that would be used everyday) which would enforce the learning through repetition will need to be reviewed/used/consumed at regular artificial interval instead.

I've had a personal wiki for years, and moved to Obsidian.md two years ago. Content that I find usefull or worth keeping is broken down and rewritten into my wiki.

Here it is important to note that simply copy pasting long form text from a source does not work as well as writing the content in your own style. Writing it down, and having to reason about the content as I am doing so helps me retain it for longer.

I then have a list of content that I review at regular intervals (weekly, monthly, quarterly, yearly, 3/5 years). These are simply links within my wiki.

The tricky part here is to not overload your future self. Sure I can write down pages and pages of information and just expect future me to consume it. But in reality I know there is a limit.


I like this approach. I'm likely to overload future me though. How do you determine where the limit is?


It is a balancing act, and it changes over time.

What I considered important to review at X interval last year, is perhaps not that important this year and so I lengthen the time between reviews (simply move the link).

And at some point the content is firmly embedded and does not need regular review.


Thanks!


You can't forget something if you understood it. A concept is internalized when one understood the concept. Techniques to memorize something is not effective. Even worse techniques are glorified. Then one spends a lifetime polishing the techniques to memorize what they wanted to internalize in the first place. It's a trap.

Want to memorize something? Try to really understand what's going on. You cannot forget something if you already understood it. If you can't recall it, then maybe it's not that helpful to you or you didn't understand it in the first place at all.

The techniques to memorize something effectively are organic, an effect when someone tries to learn in their own way effectively. Starting with techniques is a trap.

How many people who have used Anki or whatever forms of memorization became world class at what they do? It's a distraction.


I tried this technique in university. I ended up with B's and C's while my friends, who just memorized the exams, got magna cum laude.

Granted, I may have just been too slow to really understand the material in time for the exams, but it's worth mentioning that sometimes its better for your life to just memorize things.


This makes two of us. "I'll just strive to understand well" didn't get me very good grades vs taking the time to memorize. It felt like I kept some sort of integrity, but really I probably would have even wound up with a better understanding if I had memorized.

This thread marks me giving in and admitting my stubborn philosophy didn't work.


This may (may!) be true for something like math concepts that build on one another.

But in OP's example, much of the CFA and CAIA is about man-made concepts, taxes and government regulations. What does 'understanding' even mean in this context? If you 'understood' what rule XYZ means about the fiduciary duty of a financial advisor, does that mean you'll always remember it, or be able to derive it from first principles, even 20 years in future?


You learn what the structure of tax logic look like so you know what kinds of regulations to expect and look for. It isn't like rules doesn't change in 20 years, but the way those rules are structured probably didn't change much.

So basically before learning you have to look up the entire logic, after learning it is like looking up a table and go through each point.


I feel like this has been said a lot and only works in very specific disciplines like physics and maybe math. Just grasping concepts isn’t always sufficient and memorization is underestimated.


As others have noted, Spaced Repetition (I use Readwise, Anki is good too) is a good starting point. My workflow for trying to learn new concepts looks like this:

1. Have a habit to review 10 flashcards in Readwise [0] every day 2. As I read, stash snippets of interesting things into Readwise 3. If there are bigger insights I want to digest, I take notes using Dendron [1] and link those insights into other things I'm studying

Eventually, I want to integrate my markdown notes in Dendron with Readwise so that it's easy to block out something I want to review with Readwise in my notes, and for that to automatically show up in Readwise.

[0] https://readwise.io [1] https://dendron.so


> 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.

I am trying to solve this particular issue in online learning. You may read a lot of books and watch quite a number of videos, but after few weeks or months, you remember zilch. Things are different when you are learning and applying, for instance, trying out a new framework or programming langauge library. However, most of the things are not really straightforward to "apply and understand".

You are always going to forget, no matter what. The real question is can you recover (faster) and retrace whatever you have learned. Think about stuffs you read up in high school or universities or colleges. How much of it is you can recollect? Can you "recover" what you have learned and "resume" from the point you left?

My solution is creating a conversational learning medium. Users are forced to respond to write their own inputs and observations. These inputs then act as "memory breadcrumbs" for you to retrace when you again come back later on. And then you can resume or update your mental models/abstractions about the topic.

I have written a comics-based essay on this topic: https://primerlabs.io/comics/memory-breadcrumbs-comics/

It took time for me to get it right, because of my perfectionism issues. There are two free courses right now: Python-I and Fundamentals of Computing.

The features of the platform are:

- Automatically generates flashcards which you can export as Anki

- Generate a personalized Book after completion

- Retrace Mode to retrace whatever you have learned

If anyone wants to try out conversational learning medium, you can use it at https://primerlabs.io/ ( No Signup Required Whatsoever).


Are you sure you want to memorize it? It seems better to understand it well.

If 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.


There is ample evidence to support the idea that testing oneself is a great method for increasing retention (review and meta-analysis: https://www.gwern.net/docs/spaced-repetition/2021-yang.pdf).

Also, you seem to have just read the CFA and CAIA once. If it is detail-heavy, there's no way for most mere mortals that is going to stick around for months. To really learn detailed, dry material in a way that sticks, you have to immerse yourself in it for much longer than that. Most people only retain details that are part of their work on a daily or at least monthly basis.


[https://en.m.wikipedia.org/wiki/Spaced_repetition Spaced Repetition] (Wikipedia)

Has everyone here has stated, Writing the information is a very effective way to reinforce your retention of it. You can make it even more effective by writing the information in the form of a flash card, and then using spaced repetition to reinforce the information until you have mastered it.

There are a lot of good flash card applications out there that use this technique; my favorite is [https://www.ankiapp.com AnkiApp]. (AnkiApp.com)


FYI Ankiapp isn't related to the Anki project.


I use spaced repetition for preparing for exams. It works quite well for me along with an active recall notebook that I can easily read through many times a day.


I usually need to find "usable" ways of introducing the subject I'm studying in my day-to-day life.

As 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.


Readwise (paid service) does this for me.

Lots of integrations (kindle highlights, hypothes.is highlights on the web etc.), and they present your old highlights to you in the form of spaced repetition, either via email or via the smartphone app.


Train the recall neural pathways for the scenario you envision needing the info. Active recall at intervals.

This 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)


I study by writing a summary of the material that I'm studying. If the material is very comprehensive I do a summary of the summary. The shortest summary is the only material that I review before the exam. For example, if I had to study a whole book, I would write a long summary first, and then a second, shorter one. This technique works because first you have to go through all the material and understand it, and second everything you write down tends to be remembered much better than if you just read it.


Interesting how everyone talks about supermemo and anki, but even the supermemo founder gives some tips for before you put it in there:

http://super-memory.com/articles/20rules.htm

Rule 1 (and 2 and 3) state you have to understand it well before you can memorize it, otherwise it's a waste of time.

The others are mnemonic techniques or ways you can split complex information into chunks.


Lots of good answers here already. In a lot of areas in life, the situation is like with man pages. The important thing to learn and remember is broadly what shell program/command you need to do the task at hand, what they can do. You can look up the exact option/format details in the man page as needed. There's not much point trying to memorize every last detail, most of which you will never use.


If I really need to remember something I use spaced repetition, Anki being one of the more well known tools for that. Spaced repetition is particularly useful if you need to retain information indefinitely; you can do so as long as you stick with the process. The downsides to it are the upfront cost of ingesting whatever information you're looking to memorize into what is usually a flash card like system.


Take a look at incremental reading -- the big app in this space is supermemo, but there are plugins for Anki (another app) that might make it work. Incremental reading is great because aside from tackling remembering things you've read, it also helps schedule what you're reading, so each day you have a 'session' and then what you read is decided by the program.


Don't think Anki has a fully baked implementation of incremental reading.

Polar [0] is an interesting implementation of a similar concept: read and annotate and turn your highlights into Anki flashcards automatically.

[0]: https://getpolarized.io


That isn't it either. See [1]

There are analyses and processes (both software-based and relating to one's assessment of learning significance when deciding to add material) only possible with the priority queue implementation in SuperMemo.

[1]: https://supermemo.guru/wiki/Minimum_definition_of_incrementa...


If I really need a book memorized:

1. I read it

2. Reread it while highlighting the key passages. A huuge percentage of a book is non-critical - either filler or argumentation. You read the argumentation on the first pass and make a decision, and only pick the passages you accept.

3. Read only the highlighted parts.

Use spaced repetition, of course, and you can reread the key parts several times.


Recently I started learning how to speed read with the help of an app that quickly flashes a few words at a time.

This 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.


Modafinil.

Aside 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.


This is great when you can access the book. Great for info I don't want in my head. There is a cost to this however. I feel like the brain has a few slots for temporary into. And those slots are also needed for problem solving(holding temporary mental models and theory's to test). It works, and is faster for the learning process, I just feel it's slower an the application side.


Key to memory is to use it often, if it’s not used it’ll be replaced by new stuff.

Speaking from experience. when I stopped using a third language and learned a fourth, the third is now almost gone, replaced by the new language that took its place while first and second languages that are in constant use were not affected.


Look for Barbara Oakley's Learning how to learn. She's an expert in the field of learning.


I like to imagine myself explaining the subject to an audience. Questions appear automatically and I study to answer them all. Depending on how hard I want to keep that information I force myself to do these imaginaries lectures often.


I just note things everyday and I grep interesting bits, using n.py: https://git.bitmycode.com/sodimel/n


I have been using this: https://app.getsuperpower.com/quick-start

...its a mix between notes and spaced repetition


https://brainrules.net/the-rules/ explains why you forgot about it. Highly recommended book.


I am listening to this book on Audible...


I train myself to look things up in the manual quickly. For instance I use four programming languages regularly and sometimes have to use another. Sometimes I forget how I'm supposed to, say, look up the length of an Vector/List/array but it's OK because I can look it up in a few seconds.

When 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.


Yeah but this is backwards. We're remembering how to remember something instead of just actually remembering the thing.


I do not. The only things that stay in my brain are some common underlying principles.

It was like this in university and the academy of science when I was in physics. Now it is in the programming.

If I need to know particulars search is my help. I program very different things from firmware to desktop applications to enterprise backend servers in multiple languages. If I had to keep all those details in my brain it would explode. Usually it takes me a couple of days to warm up when I am starting work in the area that is not in my "hot cache" and then I am fine but the other stuff gets purged accordingly.


I don't.

Use it or lose it.

Writing it down helps some, but for specifics, it's better to remember the shape of the information and where to find the answer, than the answer itself.


learn how to use memory palaces, its how i passed all of my non-math or non-programming classes in college.

its absolutely amazing for memorizing lists of things that seem random, or really any subject you understand but forget the specifics for. you can memorize bullet points, lists, etc.

for some background you can read Moonwalking with Einstein, and Memory, Memory, Memory


Fuckton of notes bruh, never gets old


I have that issue as well. Something I'm trying is writing down notes on a personal wiki.


Summarize what you read. I started doing it by writing a tl;dr for each chapter and at end of the book a make a summary of the most important things. This is also handy to keep the summary digital to go back years after and have a quick read.

Apps changes but my current setup is using onenote and make pictures of important passage and summarize the book in a file.


Maybe your mind cannot be applied this way. I recognize you are being proactive by asking here, but the people you are competing against do not have this problem.


I have considered this. However it seems nonproductive because it just encourages me to give up. Better to assume it's possible and try.


Okay, well the flip side is that the CFA pass rate is 25% so most of the people up to that point do have issue with both retention and applying what they learn

Curious to read other people’s strategies here


Is there some kind of a study that people can use to benchmark their finance textbook remembering ability? Because after factoring in a small amount of exaggeration in "might as well not have read it," forgetting a substantial fraction of a million facts, all of which the reader found boring, after two months with no reinforcement, sounds kind of plausible.


I bookmark it :)


Learning stuff involves creating new connections in your brain between different concepts. If you learn something by heart, it means the connections are very strong, and that if you think about one concept (e.g. finance), your brain automatically also activates (i.e. recalls) related information.

Most brains are pretty good at creating connections. It's very unlikely that even after coming back to the material a few months later, there are NO connections at all. It's just that these connections are not very strong, and therefore are not automatically activated. Another thing is that the brain is a network, so it often happens that concepts are connected in multiple ways than one (by going through other concepts). Basically this means, that if you're coming back to a book, you might at first not remember anything about it, but as soon as you've read a couple of lines (which activate these other neighboring concepts), it all comes back.

So how does this translate to real life steps you can do to improve it? 1. repetition. If you use a certain connection a lot, your brain will increase it's strength, meaning that as soon as one of the concepts is activated, the other is more likely to get activated as well (i.e. you recall it). 2. contextualization / intergration. Instead of increasing the strength of a connection, you can increase the amount of connections. This means to interact with the material while activating different mental concepts. For example, if you're reading about cooking, you can try to practice it. Or talk about the things you're learning with somebody. Trying to interact with the material with different 'viewpoints' (depending on the material this might or might not make sense) 3. Attention. This is kindof related to point 2; your brain has a limited capacity for active concepts, so if a large part of your brain's attention is somewhere else, it's hard to make any relevant connections. This also goes for being tired. 4. Rest. Your brain uses sleep to consolidate it's newly formed connections. So improving your sleep has a big effect on improving memory. Basically improve sleep health (fresh air, no heating, etc) and go to bed sober (no weed, or alcohol).

Because of point 2, and 3 it's better to learn something at the beginning of the day, instead of at night. I personally love to read before going to sleep, but sadly it's not the greatest for remembering.

As a general advice I'd like to add that, personally I too return to books after a couple of months, and I also often forget what they were about. I just start to read a couple of pages back, at most one chapter, if it has been a really long time. Most cases reading a small part will bring back enough, that you're able to continue. Don't get discouraged if you can't remember anything, and just allow your brain to be re-introduced to the concepts, you'll probably be surprised by how much has stuck.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: