TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Which cognitive psychology findings are solid that I can use to help students?

143 pointsby azeembaabout 1 year ago

19 comments

ein0pabout 1 year ago
&gt; abandoning traditional lecturing in favor of active learning<p>I think this is a misunderstanding of what &quot;lecturing&quot; is supposed to do. It&#x27;s supposed to _introduce_ you to the material at a high level. Think of it as of skimming a scientific paper. The actual &quot;learning&quot; is something you do on your own after the lecture (although some lecturers require that you _first_ study the subject and then listen to the lecture), and when doing assignments. IOW, it&#x27;s not a be all end all, and it shouldn&#x27;t be treated as the only thing you need to learn the material.
评论 #40351639 未加载
评论 #40351349 未加载
评论 #40351896 未加载
评论 #40352481 未加载
评论 #40353314 未加载
评论 #40354350 未加载
评论 #40352943 未加载
评论 #40352121 未加载
评论 #40355209 未加载
BLKNSLVRabout 1 year ago
The top answer is a worthwhile read if learning is of even remote interest. I&#x27;m forwarding it on to a teacher I know, who is always looking for ways to improve children&#x27;s learning.
评论 #40356357 未加载
评论 #40352922 未加载
kreyenborgiabout 1 year ago
&gt; Instructional techniques that promote the most learning in experts, promote the least learning in beginners, and vice versa. This is known as the expertise reversal effect[0]. An important consequence is that effective methods of practice for students typically should not emulate what experts do in the professional workplace (e.g., working in groups to solve open-ended problems).<p>Does this also go for programming? Is this an argument for learning academic stuff in academia and not just hands-on vocational group projects?<p>[0] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Expertise_reversal_effect" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Expertise_reversal_effect</a>
azeembaabout 1 year ago
The top answer highlights a lot of different things but spaced repetition does seem to get quite a bit of emphasis. I first learned of it from my buddy&#x27;s blog post on how he uses anki cards to do space repetition for basically everything: <a href="https:&#x2F;&#x2F;www.petemillspaugh.com&#x2F;anki" rel="nofollow">https:&#x2F;&#x2F;www.petemillspaugh.com&#x2F;anki</a><p>I tried to use them but haven&#x27;t really stuck with it.
评论 #40351777 未加载
评论 #40351377 未加载
rahimnathwaniabout 1 year ago
The top answer is written by Justin Skycak (<a href="https:&#x2F;&#x2F;www.justinmath.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.justinmath.com&#x2F;</a>) who works on Math Academy (<a href="https:&#x2F;&#x2F;www.mathacademy.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.mathacademy.com&#x2F;</a>).<p>Math Academy is awesome. I am a happy customer.<p>Previous HN comments about it: <a href="https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=all&amp;page=0&amp;prefix=true&amp;query=mathacademy&amp;sort=byDate&amp;type=comment" rel="nofollow">https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=all&amp;page=0&amp;prefix=true&amp;que...</a>
shandorabout 1 year ago
I read Make It Stick [0] recently, and it seems to agree on almost everything on the science side that the top answer here brings up, if anyone is interested. It discusses many of the mentioned themes (spaced repetition vs. &quot;blocking&quot;, mixed practice, testing effect, desirable difficulty) in more detail.<p>[0] <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Make-Stick-Science-Successful-Learning&#x2F;dp&#x2F;0674729013" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Make-Stick-Science-Successful-Learnin...</a>
Willish42about 1 year ago
I&#x27;m sure I&#x27;m probably just less used to seeing StackExchange answers than StackOverflow answers but I am truly in awe at the length and thoroughness of the existing currently-top answer. By my quick + dirty JS console calculations, it&#x27;s ~2930 words: <a href="https:&#x2F;&#x2F;matheducators.stackexchange.com&#x2F;a&#x2F;27841" rel="nofollow">https:&#x2F;&#x2F;matheducators.stackexchange.com&#x2F;a&#x2F;27841</a>
sn9about 1 year ago
One of my favorite stories of basically successfully implementing this in practice was this anecdote of teaching linear algebra at Dartmouth in the 90s: <a href="https:&#x2F;&#x2F;bentilly.blogspot.com&#x2F;2009&#x2F;09&#x2F;teaching-linear-algebra.html" rel="nofollow">https:&#x2F;&#x2F;bentilly.blogspot.com&#x2F;2009&#x2F;09&#x2F;teaching-linear-algebr...</a>
teleforceabout 1 year ago
Please check this excellent book Outsmart Your Brain for learning and teaching by Daniel Willingham, a cognitive psychology professor.<p>Here&#x27;s the HN post on the review:<p>Outsmart Your Brain: Why Learning Is Hard and How You Can Make It Easy:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38513721">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38513721</a>
dclowd9901about 1 year ago
Excellent and interesting read.<p>This question definitely does not pertain to the subject of the answer specifically but rather these Stack Exchange posts I see on here from time: this answer is so in-depth, so well written and so informative, it could be an entire article in a neuroscience magazine. Who goes to these kinds of lengths to post an answer on a niche Stack Exchange question? And why?
评论 #40363065 未加载
owenpalmerabout 1 year ago
I recommend active recall combined with spaced repetition. Integrating it with a school system however, now that&#x27;s a tricky problem.
JR1427about 1 year ago
There is also a difference between &quot;understanding&quot; and &quot;understanding and being practiced&quot; at something.<p>In the real world is not necessarily important to be able to rattle off information off the top of your head. More import is simply knowing that a thing exists, so you can go and look it up. Lectures are good at providing the latter.
moi2388about 1 year ago
From computer science, read the title of the paper “attention is all you need” ;)<p>That’s not true of course, but motivation is key. Do they actually read the books, do they solve the problems themselves? Or do they read the summary before filling in the multiple choice question? The first stimulates learning, the latter temporary memorization
评论 #40352337 未加载
zarzavatabout 1 year ago
Something to remember is that spaced repetition is optimised for adults and teenagers. The memories of young children work somewhat differently and we don’t yet know what the optimal way to teach them is.
评论 #40351905 未加载
tornadofartabout 1 year ago
I think it&#x27;s absolutely cool that someone took the time to write such a good answer.
adamfaliq42about 1 year ago
Thank you for posting this. As a Maths tutor for children, I find this really useful.
aszantuabout 1 year ago
seemingly a high percentage of people responds to changes in diet, 30 percent or so?<p>If they have any issues: depression, low energy, adhd, bipolar disorder, schizophrenia, ...?<p>It might be beneficial to those people, to try an elimination diet.<p>The idea I got eventually is this: We&#x27;ve all been wrecking our guts with fast food and unknown chemicals, so everyone is affected to a certain degree. Here&#x27;s my collection, feel free to add articles if you find something related.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;cutestuff&#x2F;FoodDepressionConundrum&#x2F;blob&#x2F;main&#x2F;DeficienciesSideEffects.md">https:&#x2F;&#x2F;github.com&#x2F;cutestuff&#x2F;FoodDepressionConundrum&#x2F;blob&#x2F;ma...</a>
评论 #40352343 未加载
growingkittensabout 1 year ago
&gt; Most students are not motivated to learn the subject material.<p>Many students are demoralized by school because schooling doesn&#x27;t bother telling kids <i>why</i> they are learning something.<p>In elementary school, when the teacher stepped into the hallway, a common complaint to hear was &quot;what&#x27;s the point of this?&quot;<p>By middle and high school, the question became a mindset - &quot;this is pointless.&quot;
aaron695about 1 year ago
Schools can&#x27;t magic dumb students better.<p>School have know close to maximum learning for 100 years. Most of school is fluff. Better learning, or more efficient learning won&#x27;t change it.<p>By far the largest issue currently is behavioral problems and worsening situation dealing with them.<p>This is bad students making good students fail.<p>Within the confines of what&#x27;s currently allowed and dealing with politicians, drugging bad students seems the best solution.<p>The problem is good students are also being drugged.<p>The cognitive psychology solution is convincing parents of good students not to drug their kids.