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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's Your Process for Learning?

7 点作者 e19293001大约 4 年前
I&#x27;m interested in seeing if anyone has a process they use to help with learning.<p>- Do you focus on one topic&#x2F;book&#x2F;course&#x2F;project&#x2F;article at a time, or split your time between multiple things?<p>- Do you use any tools to track your resources, todos, notes, or goals?<p>- Are there any pain points you have while learning, or are there any tools you wish existed?<p>The same question posted 4 years ago:<p>https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14637859

5 条评论

donnanorton大约 4 年前
I focus on one topic a day. I realized it helps me to retain knowledge better. As of tools, I suggest you to check out this list of websites for full-fledged-learning: <a href="https:&#x2F;&#x2F;custom-writing.org&#x2F;blog&#x2F;36-best-websites" rel="nofollow">https:&#x2F;&#x2F;custom-writing.org&#x2F;blog&#x2F;36-best-websites</a> There are tools sorted by study goals. For example, I use Droptasks to organize my tasks and files, and Braingle to train my brain.
meristohm大约 4 年前
Learning in general? Much easier if I care about the subject, and sometimes I can pretend to care long enough to actually care. I’m almost always working through multiple books, taking advantage of the Zeigarnic Effect (first step makes next steps more likely?) and interleaving (from Make it Stick: the science of successful learning). Messier, but it feels like the more I know the easier it is to know more, and this way I have more hooks.<p>I use Anki for spaced repetition, ideally while reading, but I often read with TTS while walking, so I practice attending fully. My paper notes are a mess. Getting info into flashcards helps get it into my brain.<p>Clutter is a pain point. Space to work is important. A conversationally-adept personal assistant to help make flashcards while walking will be awesome.<p>Sometimes I use WOOP: Wish, Outcome, Obstacle, Plan (not my idea), to get beyond daydreaming.
muzani大约 4 年前
Incremental reading is very effective: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Incremental_reading" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Incremental_reading</a><p>The proper technique extracts them into flashcards, but you can simply use notes. Don&#x27;t read from first page to last. Jump to the part of the book you&#x27;re most interested in, read that, jump to a previous chapter if there&#x27;s prerequisite knowledge needed. Eventually cover the rest of the book like you&#x27;d fill out a puzzle.<p>Don&#x27;t force yourself to learn something uninteresting. Retention is very bad and progress can get extremely slow. This is also why people who &quot;grind leetcode&quot; don&#x27;t get very far. It&#x27;s easier to instill passion than discipline. Incremental reading is one way to learn passion, as you start with the most interesting bits, which make the rest of the material slightly easier.
mraza007大约 4 年前
When I’m learning something<p>let’s say I want to learn python but in order to learn python I’ll find courses on Udemy since it’s cheap and some of the courses are really high quality.<p>I’ll pick a course and start learning while learning I’ll make sure to take notes so I can write concepts learned from the course into my own words as this really helps me understand better.<p>Few things to note: while learning make sure you are focused on one resource and you have a goal in mind. For example why are you learning python what do you plan to do after learning python and definitely pick a project to solidify your learning.<p>I hope this helps :)
troubledandlost大约 4 年前
My approach: Learn such that you can explain it (linear algebra concepts) to somebody with basic knowledge (high school math).<p>Explaining (linear algebra) to a kindergartener might be possible, but harder.<p>That&#x27;s the Feynman method for me.