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.

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

3 pointsby satyamskillzover 3 years ago
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 comments

PaulHouleover 3 years ago
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 未加载
moistlyover 3 years ago
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 未加载
genjipressover 3 years ago
Selection bias? The people who need help are that much more likely to ask for it.
评论 #28554685 未加载
newbambooover 3 years ago
Selection and confirmation biases.