wiki/2021-06-21-10-08-01.html
2022-07-29 15:41:17 +00:00

24 lines
9.8 KiB
HTML

<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><title>Start with wishful thinking</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: [ [&#x27;$&#x27;,&#x27;$&#x27;], [&#x27;\(&#x27;,&#x27;\)&#x27;] ],
displayMath: [ [&#x27;$$&#x27;,&#x27;$$&#x27;], [&#x27;[&#x27;,&#x27;]&#x27;] ]
},
options = {
processHtmlClass = &quot;math&quot;
}
}
</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>Start with wishful thinking</h1><section class="post-metadata"><span>Date: <!-- -->2021-06-21 10:08:01 +08:00</span><span>Date modified: <!-- -->2021-08-07 14:57:10 +08:00</span></section><nav class="toc"><ol class="toc-level toc-level-1"></ol></nav><p>In other words, start with the end result.
Whether it usually involves something like wanting to create a 2.5D fighting game rivalling <a href="https://en.wikipedia.org/wiki/Arc_System_Works">Arc System Works</a>, a gorgeous anime-inspired illustration, <a href="https://www.youtube.com/watch?v=TF9I1GxNdJQ">a flashy short animation</a>, or <a href="https://www.youtube.com/watch?v=ZwR0zFe57Y4">a cool-looking demoscene</a>.
</p><p>This is also the core of prototyping, starting with the end product and getting there no matter how badly implemented.
</p><ul><li><p>In <a href="/wiki/2021-07-22-14-09-26">Programming</a>, we usually call this abstractions where we don&#x27;t need to worry about the implementation details and whatnot.
Some would even take one more step by starting with the user-oriented documentation or unit tests.
</p></li><li><p>In <a href="/wiki/2021-07-09-19-20-50">Skill-building</a>, we could start with our end-goal dreaming about the completed project.
This is quite similar to <a href="https://collegeinfogeek.com/about/meet-the-author/my-impossible-list/">Thomas Frank&#x27;s impossible list</a> that we explicitly say what we want to do.
We could apply the principle what we want to do when we learn a skill.
</p></li></ul><p>However, focusing too much on the destination can block your progress from having a clear sight on how to get there.
It could be just the endgoal is tad more difficult.
<a href="/wiki/2021-05-20-20-32-49">Diving head-first into a difficult problem makes a bad start</a>.
We can <a href="/wiki/2021-04-30-14-12-52">Create roadmaps to stay on track</a> and establish milestones.
</p><p>All of this allows to iterate through the project multiple times as <a href="/wiki/2021-07-22-14-02-51">Consistency over time creates more progress</a>.
</p><section><h2>Backlinks</h2><ul><li><a href="/wiki/2020-07-06-03-47-52">Refer to advanced resources when skill-building for a solid short-term goal</a></li><li><a href="/wiki/2020-07-08-22-42-47">Learning a new skill often starts from specific places</a></li><li><a href="/wiki/2021-05-20-20-25-47">Diving head-first with a difficult problem is a good indicator of progress</a></li><li><a href="/wiki/2021-07-15-07-26-52">Overanalyzing slow you down</a></li><li><a href="/wiki/2022-01-09-11-37-21">Look into tutorials with a solid-end goal</a></li></ul></section></main></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"metadata":{"date":"\"2021-06-21 10:08:01 +08:00\"","date_modified":"\"2021-08-07 14:57:10 +08:00\"","language":"en","source":""},"title":"Start with wishful thinking","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":"p","properties":{},"children":[{"type":"text","value":"In other words, start with the end result.\nWhether it usually involves something like wanting to create a 2.5D fighting game rivalling "},{"type":"element","tagName":"a","properties":{"href":"https://en.wikipedia.org/wiki/Arc_System_Works"},"children":[{"type":"text","value":"Arc System Works"}]},{"type":"text","value":", a gorgeous anime-inspired illustration, "},{"type":"element","tagName":"a","properties":{"href":"https://www.youtube.com/watch?v=TF9I1GxNdJQ"},"children":[{"type":"text","value":"a flashy short animation"}]},{"type":"text","value":", or "},{"type":"element","tagName":"a","properties":{"href":"https://www.youtube.com/watch?v=ZwR0zFe57Y4"},"children":[{"type":"text","value":"a cool-looking demoscene"}]},{"type":"text","value":".\n"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"This is also the core of prototyping, starting with the end product and getting there no matter how badly implemented.\n"}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"In "},{"type":"element","tagName":"a","properties":{"href":"/2021-07-22-14-09-26"},"children":[{"type":"text","value":"Programming"}]},{"type":"text","value":", we usually call this abstractions where we don't need to worry about the implementation details and whatnot.\n Some would even take one more step by starting with the user-oriented documentation or unit tests.\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"In "},{"type":"element","tagName":"a","properties":{"href":"/2021-07-09-19-20-50"},"children":[{"type":"text","value":"Skill-building"}]},{"type":"text","value":", we could start with our end-goal dreaming about the completed project.\n This is quite similar to "},{"type":"element","tagName":"a","properties":{"href":"https://collegeinfogeek.com/about/meet-the-author/my-impossible-list/"},"children":[{"type":"text","value":"Thomas Frank's impossible list"}]},{"type":"text","value":" that we explicitly say what we want to do.\n We could apply the principle what we want to do when we learn a skill.\n"}]}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"However, focusing too much on the destination can block your progress from having a clear sight on how to get there.\nIt could be just the endgoal is tad more difficult.\n"},{"type":"element","tagName":"a","properties":{"href":"/2021-05-20-20-32-49"},"children":[{"type":"text","value":"Diving head-first into a difficult problem makes a bad start"}]},{"type":"text","value":".\nWe can "},{"type":"element","tagName":"a","properties":{"href":"/2021-04-30-14-12-52"},"children":[{"type":"text","value":"Create roadmaps to stay on track"}]},{"type":"text","value":" and establish milestones.\n"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"All of this allows to iterate through the project multiple times as "},{"type":"element","tagName":"a","properties":{"href":"/2021-07-22-14-02-51"},"children":[{"type":"text","value":"Consistency over time creates more progress"}]},{"type":"text","value":".\n"}]}]},"backlinks":[{"path":"/2020-07-06-03-47-52","title":"Refer to advanced resources when skill-building for a solid short-term goal"},{"path":"/2020-07-08-22-42-47","title":"Learning a new skill often starts from specific places"},{"path":"/2021-05-20-20-25-47","title":"Diving head-first with a difficult problem is a good indicator of progress"},{"path":"/2021-07-15-07-26-52","title":"Overanalyzing slow you down"},{"path":"/2022-01-09-11-37-21","title":"Look into tutorials with a solid-end goal"}]},"__N_SSG":true},"page":"/[[...slug]]","query":{"slug":["2021-06-21-10-08-01"]},"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>