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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do I learn faster?

11 点作者 AlexAMEEE大约 8 年前
I&#x27;m afraid that this sounds like a stupid Quora question but ...<p>How do I learn faster ?<p>Things I already do:<p>- I do sports to stay fit.<p>- I repeat the things I&#x27;ve learned the next day.<p>- I do breaks.<p>- I do things that I enjoy.<p>- I sleep enough<p>- I try to connect the thing I&#x27;m learning right now with things that I&#x27;ve already learned<p>- I don&#x27;t learn too many things<p>- I batch things, for example: one day: math, physics, CS, the other day something else.<p>I&#x27;m aware of the fact that we are all humans, I&#x27;m not trying to accomplish anything impossible, I don&#x27;t have any weird expectations, I just feel like that I&#x27;m not getting my 100%.<p>What are your tricks ?

9 条评论

sharmi大约 8 年前
Coursera&#x27;s learning hoe to learn will mostly cover what you have said here already.<p>This is something I found recently in another thread and would like to work on this now. &quot;how to learn without a mentor&quot;<p><a href="https:&#x2F;&#x2F;codewithoutrules.com&#x2F;2017&#x2F;04&#x2F;17&#x2F;learning-without-a-mentor&#x2F;" rel="nofollow">https:&#x2F;&#x2F;codewithoutrules.com&#x2F;2017&#x2F;04&#x2F;17&#x2F;learning-without-a-m...</a>
评论 #14253193 未加载
tchaffee大约 8 年前
I thought the Learning to Learn course on Coursera was excellent. It covers some of the things you mentioned but a lot more and also explains why in terms of how your brain works. It only took me a few hours to complete the course.
评论 #14234650 未加载
kleer001大约 8 年前
&gt; - I try to connect the thing I&#x27;m learning right now with things that I&#x27;ve already learned<p>That&#x27;s a big one. You&#x27;re right on target.<p>Personally, I try to focus on cross domain topics and heuristics.<p>Like Sturgeon&#x27;s law, The 80:20 rule, exponential growth, KISS, etc...<p>If you&#x27;re asking about raw memorization I&#x27;m sure there&#x27;s a physical limit to the ratio of usefulness to depth of data.<p>And don&#x27;t forget about The Dunning–Kruger effect and the fact that lots of people get stuff done without knowing how to do it at the outset. But that&#x27;s only if you&#x27;re learning to do rather than learning to learn.
itamarst大约 8 年前
Reflecting one one&#x27;s mistakes. &quot;The Power of Intuition&quot; by Gary Klein has some good bits on this, but basically look for the cues and patterns you missed, so you know what to look for next time. been doing that with programming (<a href="https:&#x2F;&#x2F;softwareclown.com" rel="nofollow">https:&#x2F;&#x2F;softwareclown.com</a>) and the effort of seeing <i>why</i> I made mistake usually gives me much better understanding of what to do better next time.
MurdocTannen大约 8 年前
Best approach for me is to make sure I apply what I&#x27;m trying to learn to a specific project. If I&#x27;m going to learn a new programming language, I cannot just learn it from a book, it does not stick. I always find some project (which may or may not be relevant to what I&#x27;m learning) and build the learning up around the project. For me this also works with other things than a programming language.
sgillen大约 8 年前
Something I didn&#x27;t see mentioned yet is putting what you learned into practice. Building even a small program (from scratch) to demonstrate some new tool you learned. Doing this I feel I learn The subject faster and in more depth.
bjourne大约 8 年前
My one trick would be to practice a lot. For example, if you are learning math or programming, you won&#x27;t learn very much by watching ted talks, youtube videos or reading blog posts. Instead you need to spend all your hours typing code and working on progressively more difficult problems. Like if you want to learn graphics programming, start by drawing pixels, then lines, then 3d rotating shit and shading stuff. Active learning is much more important than passive learning.
destruktive大约 8 年前
Vocal repetition works for me. I find that everything I try to teach someone else sticks right away. My poor wife has heard a lot of PowerShell cmdlets but she&#x27;s aware that I learn better like this.
LifeQuestioner大约 8 年前
By learning more slowly. And not rushing, being mindful and asking questions<p>that way the info you learn will actually stick