Taking Notes to Forget — The Idea of Cognitive Offloading (Bite-size Article)
The article explores the concept of cognitive offloading, where individuals use external tools like note-taking apps to reduce mental load by storing information outside the brain. The author shares personal experience with this practice, noting that writing things down helps clear mental space and improve focus. Cognitive offloading is supported by research, such as the 'Google Effect,' which shows people remember where to find information rather than the information itself.
- ▪Cognitive offloading is the practice of using external tools to reduce the brain's memory load.
- ▪A 2011 study by Betsy Sparrow identified the 'Google Effect,' where people remember where to find information instead of the information itself.
- ▪The author uses Notion, Logseq, and Obsidian as note-taking tools and reviews notes weekly to maintain an effective system.
- ▪Deliberately not taking notes can help important information consolidate in memory.
- ▪Regular review of notes is essential to ensure they remain useful and accessible.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 636854) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } koshirok096 Posted on May 1 Taking Notes to Forget — The Idea of Cognitive Offloading (Bite-size Article) #learning #productivity #science #watercooler Introduction Today I want to write about note-taking. I've always had this sense that I take notes in order to forget things. Rather than trying to retain information, I prefer to just move it into a note-taking app and get it out of my head. It makes me feel lighter — and that's been my style for a long time.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.