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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: If you have a short time to learn and do, what will be your strategy?

3 点作者 sre79chn将近 5 年前
I am interested to know how others learn and build something in a short time. For example, if you do know about using cryptography protocols, what will be your approach if you need to use an authentication library? What will be the balance to aim between depth and pragmatism ?

2 条评论

jlukecarlson将近 5 年前
Personally, I might start by reading up on some background literature but ideally I&#x27;d move into a phase of building out an initial system as soon as possible.<p>It&#x27;s only when you really try to build something that you uncover assumptions you made and aspects of the task that you don&#x27;t truly understand. From there you can read further on a topic or try watching a lecture or two on the specific issue you encountered. Otherwise you may spend hours&#x2F;days&#x2F;months just passively learning without gaining fundamental understanding.<p>Eventually, you scrap everything from your first couple of attempts and actually put together a working solution.
ipnon将近 5 年前
For a well defined field, the best text book is going to balance depth and breadth. For a research subject, you will need to read scientific papers until you reach the cutting edge. For a trend in the arts, you will need to follow the trendsetters on social media until you catch up to them.