Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
imteekay committed Jul 7, 2024
1 parent 4d70eaa commit 11a0777
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
12 changes: 12 additions & 0 deletions content/essay/ten-thousand-hour-as-a-metaphor/en/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
> “Beginners are often focused on what to do and I think the focus should be more like how much you do. You just have to pick the things where you can spend time, you care about, and you're interested in. You literally have to put in 10,000 hours of work. You'll iterate, you'll improve, and you'll accumulate scar tissue and build good intuition” — [Advice for machine learning beginners](https://www.youtube.com/watch?v=I2ZK3ngNvvI)
Whenever I hear about the 10,000-hour rule, I think about these things

- It's a metaphor for deep, hard work
- It's not about clocking in hours. It's about pushing yourself to practice deliberately towards a goal, so the quality of work is equally important
- My answer to quality vs quantity is: optimize for both. They come in handy when using both as tools. Sometimes you conduct with quantity, allowing repetition to sharpen your skills. Other times, you slow down and ensure quality takes place and tackle the right problem, the right challenge, with the right solution.
- Quantity: iteration is really important. The act of doing, learning, receiving feedback, refining, making it better, and doing it again. Also important because it allows you not to get caught up in the paralysis of perfection
- Quality: deliberately fix the right problems, fill in the (knowledge) gaps, push yourself to learn new and advanced topics, and don't let yourself keep in your comfort zone.
- What to work on is important but sometimes debating resource X or resource Y doesn't really matter. What matters is putting a lot of work into it. Putting the 10.000 hours of work. Until you get really good at it.

---
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"title": "10,000-hour as a Metaphor",
"description": "Essay: 10,000-hour as a Metaphor",
"date": "2024-07-07",
"tags": []
}
4 changes: 2 additions & 2 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ article blockquote {
margin: 1rem 10px;
padding: 0.5em 10px;
font-size: 1.1em;
font-size: 1.5em;
font-size: 1.4em;
color: #666;
margin-top: 1.5em;
text-align: center;
Expand All @@ -127,7 +127,7 @@ article blockquote {
article blockquote::before {
color: #eee;
content: '\201C';
font-size: 2em;
font-size: 1.5em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
Expand Down

0 comments on commit 11a0777

Please sign in to comment.