Ask HN: How do you remember things without tests?
I find it hard to remember things that I'm not tested on later. For example, I'm currently reading a fascinating textbook about compilers. I would like to remember the information later on, but without a formal test and the deadline it poses I don't remember anything. How do you deal with this problem?
16 comments
[ 5.2 ms ] story [ 49.8 ms ] threadYou really want to know it. Do a project with it.
- Read the content - Make 1 / 2 sentence question, or just write the title - Do something else (coding) for 10 mins - Come back to it, if you cant remember it, read it again, if I can remember it, keep reading.
At the end of the day, review the notes, and move all the bullet points to another list.
Come back to it tomorrow.
Keep sorting and moving content up and down the lists until your remember it.
I use the mac notes app for this, because then it auto-syncs with my ipad and phone. If I'm on the train, or in the uber, I can get my phone out and do a quick memory jog
Like other comments have mentioned, applying what you learn is also important for recollecting information after any reasonable period. If something's not used by at a later point, is there really a point to remember it? Of course, there's the joy of remembering things just for the sake of it which I'm not discounting. But party trick trivia for some reason has always lasted longer in memory than essentials :-) beats me as to why.
1) doing a project 2) taking notes 3) simply reading
Best if you can do all 3 in reverse. There's just no substitution for the creative spark and contact with hard reality that doing a project gives you. Any ambiguities, misunderstandings, and missed information are almost guaranteed to be ironed out with a wisely chosen project.
I study... It's not the tests that help me remember things, it's the studying and working with them.
In the case of compilers, I recommend you build one, or at least deeply consider how you would, as a driver to put the information into use. An an exercise, you could think about what language would put as many concepts in the textbook into use as possible.
Thing we call knowledge will go away, we will always check books and websites if we are not using it frequently. I really like what Einstein said: Never memorize something that you can look up!
Learning occurs when we relate new material to what we already know. Build your own internal knowledge map.