TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are the most effective ways to learn something quickly?

7 点作者 whitepoplar大约 6 年前
Like many of you, I like to learn new things and get better at the things I already know. Do any of you use particular processes/tricks to learn something more quickly? How about to learn something more deeply? Thanks!

3 条评论

hackermailman大约 6 年前
The Feynman Technique. This is basically the gist of it <a href="https:&#x2F;&#x2F;mattyford.com&#x2F;blog&#x2F;2014&#x2F;1&#x2F;23&#x2F;the-feynman-technique-model" rel="nofollow">https:&#x2F;&#x2F;mattyford.com&#x2F;blog&#x2F;2014&#x2F;1&#x2F;23&#x2F;the-feynman-technique-m...</a><p>For example a text I worked through with exercises to determine the cache performance of code snippets, ie: the total number of reads, the miss rate, ect. When I first did that chapter I&#x27;d just work through the exercises and move on. Then I&#x27;d forget everything a month later. The second time I explained the answer to myself like I was giving a lecture, after working through each exercise for example explaining spatial&#x2F;temporal locality, stride-1 reference patterns that will be prefetched by the cpu, ect. That was about 2 years ago and I still remember that chapter. So slower at first, but you remember all the concepts which means you don&#x27;t have to go back and re-do the material again which for me is &#x27;faster learning&#x27;.
usgroup大约 6 年前
Yup... make it from scratch, or use it in a non trivial project, or try and do some original research with it.<p>All three above will get you asking questions and seeing the thing from angles you wouldn’t have thought about otherwise. It’ll also connect your knowledge to existing knowledge which is ultimately what will make it stick around.<p>I spend a LOT of time learning new things . I’m perpetually perplexed and live in a constant state of confusion about a large part of my current thoughts, and the way described above is how I perpetually integrate the new stuff effectively.
dubyabee2大约 6 年前
It depends on the subject or skill. My suggestion is to look at meta-learning that is the subject of Tim Ferriss 4-hour Chef..It&#x27;s the first few chapters and the rest of the book is an application of it. I am not advocating, just a suggestion.