mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 01:57:54 +00:00
25 lines
8.3 KiB
HTML
25 lines
8.3 KiB
HTML
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><title>Skills should be applied for the sake its own</title><script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script><script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script><script type="text/x-mathjax-config">
|
|
MathJax = {
|
|
tex: {
|
|
inlineMath: [ ['$','$'], ['\(','\)'] ],
|
|
displayMath: [ ['$$','$$'], ['[',']'] ]
|
|
},
|
|
options = {
|
|
processHtmlClass = "math"
|
|
}
|
|
}
|
|
</script><meta name="next-head-count" content="6"/><link rel="preload" href="/wiki/_next/static/css/52fc2ba29703df73922c.css" as="style"/><link rel="stylesheet" href="/wiki/_next/static/css/52fc2ba29703df73922c.css" data-n-g=""/><noscript data-n-css=""></noscript><link rel="preload" href="/wiki/_next/static/chunks/main-ae4733327bd95c4ac325.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/webpack-50bee04d1dc61f8adf5b.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/framework.9d524150d48315f49e80.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/commons.0e1c3f9aa780c2dfe9f0.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/pages/_app-8e3d0c58a60ec788aa69.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/940643274e605e7596ecea1f2ff8d83317a3fb76.4841a16762f602a59f00.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/pages/%5B%5B...slug%5D%5D-1aa198f87ede1cd0e1dc.js" as="script"/></head><body><div id="__next"><main><h1>Skills should be applied for the sake its own</h1><section class="post-metadata"><span>Date: <!-- -->2022-07-21 16:11:54 +08:00</span><span>Date modified: <!-- -->2022-07-21 16:43:42 +08:00</span></section><nav class="toc"><ol class="toc-level toc-level-1"></ol></nav><ul><li><p>this is especially true if you're a beginner
|
|
</p></li><li><p>it is a simple activity with one neat rule: any amount of things spent on learning should be spent on applying
|
|
</p></li><li><p>this means that you should apply your skill as is without the clutches of learning;
|
|
in most cases, you would do it for fun;
|
|
several examples includes <a href="/wiki/2021-07-22-14-09-26">Programming</a> side projects or sketching for <a href="/wiki/2020-12-26-13-30-39">Illustration</a></p></li><li><p>this idea should be cherised for several reasons
|
|
</p><ul><li><p>this lets you into experimenting with things and not be afraid of failure
|
|
</p></li><li><p>applying knowledge is a skill itself
|
|
</p></li><li><p>it allows you to make dive into concepts that you'll be exploring eventually;
|
|
<a href="/wiki/2021-05-20-20-25-47">Diving head-first with a difficult problem is a good indicator of progress</a></p></li></ul></li><li><p>while it is nice to have additional benefits and intentions, applying this should be done on its own without any additional things in mind;
|
|
</p></li><li><p>however, keep in mind this is not about successes or failures;
|
|
</p></li></ul><p>Imagine the same situation but with us being more familiar with the technical topics.
|
|
Being more technically-inclined bears with the additional expectation that we should apply the skill smoothly.
|
|
However, applying the skill is also a skill.
|
|
Being knowledgable is not the same as understanding how to apply.
|
|
</p></main></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"metadata":{"date":"2022-07-21 16:11:54 +08:00","date_modified":"2022-07-21 16:43:42 +08:00","language":"en","source":""},"title":"Skills should be applied for the sake its own","hast":{"type":"root","children":[{"type":"element","tagName":"nav","properties":{"className":"toc"},"children":[{"type":"element","tagName":"ol","properties":{"className":"toc-level toc-level-1"},"children":[]}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"this is especially true if you're a beginner\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"it is a simple activity with one neat rule: any amount of things spent on learning should be spent on applying\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"this means that you should apply your skill as is without the clutches of learning;\n in most cases, you would do it for fun;\n several examples includes "},{"type":"element","tagName":"a","properties":{"href":"/2021-07-22-14-09-26"},"children":[{"type":"text","value":"Programming"}]},{"type":"text","value":" side projects or sketching for "},{"type":"element","tagName":"a","properties":{"href":"/2020-12-26-13-30-39"},"children":[{"type":"text","value":"Illustration"}]}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"this idea should be cherised for several reasons\n"}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"this lets you into experimenting with things and not be afraid of failure\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"applying knowledge is a skill itself\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"it allows you to make dive into concepts that you'll be exploring eventually;\n "},{"type":"element","tagName":"a","properties":{"href":"/2021-05-20-20-25-47"},"children":[{"type":"text","value":"Diving head-first with a difficult problem is a good indicator of progress"}]}]}]}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"while it is nice to have additional benefits and intentions, applying this should be done on its own without any additional things in mind;\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"however, keep in mind this is not about successes or failures;\n"}]}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Imagine the same situation but with us being more familiar with the technical topics.\nBeing more technically-inclined bears with the additional expectation that we should apply the skill smoothly.\nHowever, applying the skill is also a skill.\nBeing knowledgable is not the same as understanding how to apply.\n"}]}]},"backlinks":[]},"__N_SSG":true},"page":"/[[...slug]]","query":{"slug":["2022-07-21-16-11-54"]},"buildId":"Ie9t5zutrXP6Of75Cb5xF","assetPrefix":"/wiki","nextExport":false,"isFallback":false,"gsp":true}</script><script nomodule="" src="/wiki/_next/static/chunks/polyfills-99d808df29361cf7ffb1.js"></script><script src="/wiki/_next/static/chunks/main-ae4733327bd95c4ac325.js" async=""></script><script src="/wiki/_next/static/chunks/webpack-50bee04d1dc61f8adf5b.js" async=""></script><script src="/wiki/_next/static/chunks/framework.9d524150d48315f49e80.js" async=""></script><script src="/wiki/_next/static/chunks/commons.0e1c3f9aa780c2dfe9f0.js" async=""></script><script src="/wiki/_next/static/chunks/pages/_app-8e3d0c58a60ec788aa69.js" async=""></script><script src="/wiki/_next/static/chunks/940643274e605e7596ecea1f2ff8d83317a3fb76.4841a16762f602a59f00.js" async=""></script><script src="/wiki/_next/static/chunks/pages/%5B%5B...slug%5D%5D-1aa198f87ede1cd0e1dc.js" async=""></script><script src="/wiki/_next/static/Ie9t5zutrXP6Of75Cb5xF/_buildManifest.js" async=""></script><script src="/wiki/_next/static/Ie9t5zutrXP6Of75Cb5xF/_ssgManifest.js" async=""></script></body></html> |