Now, it's all under the notebook umbrella. Seems to be appropriate as it is just my notes after all. I also updated some notes from there. I didn't keep track of what it is this time. Something about more learning notes extracted from my "Learning how to learn" course notes and then some. Lack of time and hurriness just makes it difficult to track but it should be under version control already.
1.7 KiB
Prefer referencing over remembering
It makes for less cognitive overhead. This is especially true in the age of internet where information is widely distributed. Even without the internet, however, it is still useful to find ways to refer to things or store them locally whether by archiving or creating related notes.
This doesn't mean that you should avert remembering, that would be silly as Understanding comes first from memory. You're still trying to understand a concept, after all. The gist of it is knowing the basics of a concept and its relations to others, Most of the work is done from smaller amount of effort. This enables you to come up with a more effective search query. If nothing else, you could take advantage of the help system insisted by the tool.
Examples:
- On a Unix-based environment, for example, has the manual pages with
man
and you can search throughapropos
. This is especially needed if you're using BSD-based operating systems such as FreeBSD and OpenBSD. - Texinfo and tldr pages.
- GNU Emacs has a great built-in help system. (See Using the built-in help system of Emacs for more details.)
If the system has a way of referencing something (other than the internet), use it to your advantage as you may find something valuable.