I think it would be interesting to see a study on memory retrieval for completing software projects with a dumb text editor with nothing enabled, an IDE, and an IDE with copilot enabled.
Paper vs. devices: Brain activation differences during memory retrieval (2021)
21–30 of 120 posts
Re: Paper vs. devices: Brain activation differences during memory retrieval (2021)
#22I think it would be interesting to see a study on memory retrieval for completing software projects with a dumb text editor with nothing enabled, an IDE, and an IDE with copilot enabled.
Now to my point: I learned Python far better than any other language I've ever used, I think because it was the first language I used seriously, but maybe it was because I never used auto-complete in those early days?
Re: Paper vs. devices: Brain activation differences during memory retrieval (2021)
#23This study appears to focus on short term memory, but for my money, long-term memory is much more significant. As such, it would have been useful to add a third option: using a SRS system like Anki. I imagine it would significantly outcompete both hand-written notes and digital tablet notes. A bit like the famous Steve Jobs example comparing a human, a condor, and a human with a bicycle. The condor (hand-writing) may…
Re: Paper vs. devices: Brain activation differences during memory retrieval (2021)
#24This study appears to focus on short term memory, but for my money, long-term memory is much more significant. As such, it would have been useful to add a third option: using a SRS system like Anki. I imagine it would significantly outcompete both hand-written notes and digital tablet notes. A bit like the famous Steve Jobs example comparing a human, a condor, and a human with a bicycle. The condor (hand-writing) may…
What's an SRS system?
Re: Paper vs. devices: Brain activation differences during memory retrieval (2021)
#25This study appears to focus on short term memory, but for my money, long-term memory is much more significant. As such, it would have been useful to add a third option: using a SRS system like Anki. I imagine it would significantly outcompete both hand-written notes and digital tablet notes. A bit like the famous Steve Jobs example comparing a human, a condor, and a human with a bicycle. The condor (hand-writing) may…
i find SRS very useful. but i personally think it is not well suited to reference information. i'm skeptical of putting all my appointments in SRS for example (maybe birthdays would be worth it). or say I had collected a bunch of papers related to a topic I was very interested in. I don't necessarily think I'd want to memorize the list of them via SRS, but having the titles written somewhere for reference would be great. I think the point of this paper is that if that 'somewhere' is an SRS card, it is almost completely devoid of context (other than 'studying flashcards on computer' context), but if that somewhere is a notebook that contains lists of papers related to all the topics i'm interested in, it's much easier to find. (though computers are good at searching fast)
Re: Paper vs. devices: Brain activation differences during memory retrieval (2021)
#26P.S. From TokyoU’s Department of Basic Science (in an allegedly predatory journal).
Re: Paper vs. devices: Brain activation differences during memory retrieval (2021)
#27This study appears to focus on short term memory, but for my money, long-term memory is much more significant. As such, it would have been useful to add a third option: using a SRS system like Anki. I imagine it would significantly outcompete both hand-written notes and digital tablet notes. A bit like the famous Steve Jobs example comparing a human, a condor, and a human with a bicycle. The condor (hand-writing) may…
What's an SRS system?
Re: Paper vs. devices: Brain activation differences during memory retrieval (2021)
#28This study appears to focus on short term memory, but for my money, long-term memory is much more significant. As such, it would have been useful to add a third option: using a SRS system like Anki. I imagine it would significantly outcompete both hand-written notes and digital tablet notes. A bit like the famous Steve Jobs example comparing a human, a condor, and a human with a bicycle. The condor (hand-writing) may…
Spaced repetition is an entirely different dimension. It doesn't fit between the three mentioned modes. You don't get spaced repetition when e.g. attending class or reading a chapter. Instead, you make notes. That's what this study is for, and anything else is a distraction.
Re: Paper vs. devices: Brain activation differences during memory retrieval (2021)
#29I think it would be interesting to see a study on memory retrieval for completing software projects with a dumb text editor with nothing enabled, an IDE, and an IDE with copilot enabled.
i'd wager nearly every development environment is integrated to some extent, piping output in the unix shell is integrating.
Re: Paper vs. devices: Brain activation differences during memory retrieval (2021)
#30Anyone here did see an improvement in memory retrieval after switching from taking notes by typing on their computer to taking notes on something like Remarkable?
I think the kind of notes you can take with pen and paper beats what you can reasonably do with a keyboard. And I think some of the diagrams and annotated equations you can easily write on paper creates a much better learning experience. But computer notes are much easier to search. So for things like meeting minutes, and daily todos etc, write it in a .txt file. But when following along a deep learning course, write…
Assuming search works, then I’d say a big advantage of pen and paper is being less constrained in the layout of your notes, and for example do diagrams. Big disadvantage is not being able to edit, for example restructure your notes by moving things around.