Every time I start a new project, read a book/tutorial/blog, or watch a lecture, I write down notes in a Google Doc. These notes are mostly bullet notes summarizing the main idea of what it is that I've learned (Feynman Technique), and I make sure to document from which source I learned that thing. Every few weeks I'll read through this document full of notes to refresh my memory on whichever topic I choose. That way, instead of wasting time (for example) re-read a dense technical textbook, I can quickly ramp up on a topic by reading my notes. If those notes are insufficient, I'll reference my bibliography and go straight to the source. The benefit of having these notes stored in Google Docs is that I can reference them from any device. However lately I've been considering switching to writing all notes in plain text files with vi so that I could grep and find things easier later on.
I also personally retain knowledge better when I write it down. I always keep a stack of printer paper or composition notebooks nearby so that I can write down my ideas. These methods aren't always very effective, but they help.
I use this strategy too. Writing helps to memorize better and restore the forgotten faster by reviewing bullet points. If I deal with concepts which are hard for me to memorize or understand, I do some strange random messing around that info: reading it loudly (even singing), drawing schemes or impressions from a concept, associate it with something like color, song, place, sound, smell, food, person, etc, or connect it in some other way to strong emotional experiences. It helps to remember both emotionally and intellectually. Impressions are way easier to recall.
Comments
Every time I start a new project, read a book/tutorial/blog, or watch a lecture, I write down notes in a Google Doc. These notes are mostly bullet notes summarizing the main idea of what it is that I've learned (Feynman Technique), and I make sure to document from which source I learned that thing. Every few weeks I'll read through this document full of notes to refresh my memory on whichever topic I choose. That way, instead of wasting time (for example) re-read a dense technical textbook, I can quickly ramp up on a topic by reading my notes. If those notes are insufficient, I'll reference my bibliography and go straight to the source. The benefit of having these notes stored in Google Docs is that I can reference them from any device. However lately I've been considering switching to writing all notes in plain text files with vi so that I could grep and find things easier later on.
I also personally retain knowledge better when I write it down. I always keep a stack of printer paper or composition notebooks nearby so that I can write down my ideas. These methods aren't always very effective, but they help.
I use this strategy too. Writing helps to memorize better and restore the forgotten faster by reviewing bullet points. If I deal with concepts which are hard for me to memorize or understand, I do some strange random messing around that info: reading it loudly (even singing), drawing schemes or impressions from a concept, associate it with something like color, song, place, sound, smell, food, person, etc, or connect it in some other way to strong emotional experiences. It helps to remember both emotionally and intellectually. Impressions are way easier to recall.