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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why so many people are struggling to learn anything?

3 点作者 satyamskillz超过 3 年前
Right now, Internet is full of resources despite people are still struggling to learn especially programming. I see so many people asking for help on twitter while they as doing some course. what is missing here and why learning is still a problem when we are living in abundance?

4 条评论

PaulHoule超过 3 年前
Two competing explanations.<p>(1) The tools (and documentation, tutorials, etc.) suck. There are hundreds of ways that development tools fail in terms of human factors. One simple one is that floating point numbers are input and output in base ten but internally handled with a base2 exponent. What that means is that &#x27;0.1&#x27;, &#x27;0.2&#x27; and &#x27;0.3&#x27; don&#x27;t really exist in the floating point system, and thus 0.1 + 0.2 != 0.3<p>Expose people to enough of those and they decide programming isn&#x27;t for them. IBM mainframes had decimal point floating point math from the beginning. The rest of the industry is indifferent to the problem, I think it could only be woken up to it if it could be reframed like &quot;this makes women and minorities feel programming isn&#x27;t for them.&quot;<p>(2) You (all) suck. Programming requires a person to live in at least two worlds, one of which is the world of other people&#x27;s requirements, one is the world inside the machine. Maybe that&#x27;s a rare and special talent that neurotypical people lack.
评论 #28554769 未加载
moistly超过 3 年前
A lot of people were never taught <i>how</i> to learn, nor was learning well-modeled in their family. There are a lot of awful schools out there and a lot of dysfunctional families. A lot of people don’t have much chance. IMO a fault of the commons; it takes a community to raise a child.
评论 #28562253 未加载
genjipress超过 3 年前
Selection bias? The people who need help are that much more likely to ask for it.
评论 #28554685 未加载
newbamboo超过 3 年前
Selection and confirmation biases.