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 u…
Ask HN: How do you memorize things you read?
61–70 of 99 posts
Re: Ask HN: How do you memorize things you read?
#62I 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 pro…
Re: Ask HN: How do you memorize things you read?
#63You 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 somethi…
Re: Ask HN: How do you memorize things you read?
#64One 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 u…
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…
Re: Ask HN: How do you memorize things you read?
#65Earlier quoted context omitted.
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?
Re: Ask HN: How do you memorize things you read?
#66Memorizing 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.
Re: Ask HN: How do you memorize things you read?
#67Earlier quoted context omitted.
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.
Re: Ask HN: How do you memorize things you read?
#68https://brainrules.net/the-rules/ explains why you forgot about it. Highly recommended book.
Re: Ask HN: How do you memorize things you read?
#69[ 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 applica…