mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 01:57:54 +00:00
23 lines
9.2 KiB
HTML
23 lines
9.2 KiB
HTML
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><title>Overanalyzing slow you down</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>Overanalyzing slow you down</h1><section class="post-metadata"><span>Date: <!-- -->2021-07-15 07:26:52 +08:00</span><span>Date modified: <!-- -->2021-07-15 22:42:39 +08:00</span></section><nav class="toc"><ol class="toc-level toc-level-1"></ol></nav><ul><li><p>thinking too much about a thing brings out all of the unnecessary details, making it harder to act upon something
|
|
</p></li><li><p>this is where <a href="/wiki/2021-05-20-20-20-19">Involuntary attention switch is good for preventing tunnel vision</a>;
|
|
furthermore, it mostly prevents <a href="/wiki/learning.pitfalls.overlearning">Overlearning</a> as you choose more time into moving on to the action
|
|
</p></li><li><p>it can be good to have too big of a list equating to more choices but for situations where we have to choose one (or a handful), this situation may rise
|
|
</p></li><li><p>this is present in various fields:
|
|
</p><ul><li><p>on sports, competitors tend to focus on the right way of doing things from the tiniest of details such as the stroke of the arm, grips, and so forth;
|
|
it often go into choking, costing their game
|
|
</p></li><li><p>on programming, this is present when initially thinking about the algorithm without implementing a prototype yet
|
|
</p></li></ul></li><li><p>to remedy against this: remember that <a href="/wiki/2021-05-22-11-16-25">Most of the work is done from smaller amount of effort</a>;
|
|
additionally, you can <a href="/wiki/2021-06-21-10-08-01">Start with wishful thinking</a> instead of thinking about the process;
|
|
this frees you from the details and think how would you directly solve the problem
|
|
ideally, we would have the best course of action or the solution but usually, it is not realized nor tested against reality
|
|
</p></li></ul><section><h2>Backlinks</h2><ul><li><a href="/wiki/2021-07-05-12-36-41">Unnecessary optimizations cripple progress</a></li><li><a href="/wiki/2021-07-15-07-47-32">When starting out, focus on quantity over quality</a></li><li><a href="/wiki/2021-07-22-14-02-51">Consistency over time creates more progress</a></li><li><a href="/wiki/2021-07-22-14-04-21">Mistakes are where improvement occurs</a></li><li><a href="/wiki/2021-08-07-14-14-23">Restrictions bring out creativity</a></li><li><a href="/wiki/2022-05-22-22-31-28">Time spent on learning a skill should equally spend time for applying said skill</a></li></ul></section></main></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"metadata":{"date":"\"2021-07-15 07:26:52 +08:00\"","date_modified":"\"2021-07-15 22:42:39 +08:00\"","language":"en","source":""},"title":"Overanalyzing slow you down","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":"thinking too much about a thing brings out all of the unnecessary details, making it harder to act upon something\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"this is where "},{"type":"element","tagName":"a","properties":{"href":"/2021-05-20-20-20-19"},"children":[{"type":"text","value":"Involuntary attention switch is good for preventing tunnel vision"}]},{"type":"text","value":";\n furthermore, it mostly prevents "},{"type":"element","tagName":"a","properties":{"href":"/learning.pitfalls.overlearning"},"children":[{"type":"text","value":"Overlearning"}]},{"type":"text","value":" as you choose more time into moving on to the action\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"it can be good to have too big of a list equating to more choices but for situations where we have to choose one (or a handful), this situation may rise\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"this is present in various fields:\n"}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"on sports, competitors tend to focus on the right way of doing things from the tiniest of details such as the stroke of the arm, grips, and so forth;\n it often go into choking, costing their game\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"on programming, this is present when initially thinking about the algorithm without implementing a prototype yet\n"}]}]}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"to remedy against this: remember that "},{"type":"element","tagName":"a","properties":{"href":"/2021-05-22-11-16-25"},"children":[{"type":"text","value":"Most of the work is done from smaller amount of effort"}]},{"type":"text","value":";\n additionally, you can "},{"type":"element","tagName":"a","properties":{"href":"/2021-06-21-10-08-01"},"children":[{"type":"text","value":"Start with wishful thinking"}]},{"type":"text","value":" instead of thinking about the process;\n this frees you from the details and think how would you directly solve the problem\n ideally, we would have the best course of action or the solution but usually, it is not realized nor tested against reality\n"}]}]}]}]},"backlinks":[{"path":"/2021-07-05-12-36-41","title":"Unnecessary optimizations cripple progress"},{"path":"/2021-07-15-07-47-32","title":"When starting out, focus on quantity over quality"},{"path":"/2021-07-22-14-02-51","title":"Consistency over time creates more progress"},{"path":"/2021-07-22-14-04-21","title":"Mistakes are where improvement occurs"},{"path":"/2021-08-07-14-14-23","title":"Restrictions bring out creativity"},{"path":"/2022-05-22-22-31-28","title":"Time spent on learning a skill should equally spend time for applying said skill"}]},"__N_SSG":true},"page":"/[[...slug]]","query":{"slug":["2021-07-15-07-26-52"]},"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> |