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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Works Related to Task Decomposition?

3 点作者 rickcarlino3 个月前
A large portion of engineering at scale involves task decomposition. Task decomposition as a skill in a work environment is everywhere. Are there any books or research papers that have exclusively investigated this process?

1 comment

sargstuff3 个月前
Review&#x2F;look at anything that has an abstraction &#x2F; implimentation aspect (aka protocols &#x2F; specifications &#x2F; design implimentations &#x2F; public &quot;source material&quot;) .<p>Examine how things are stratified (deterministic vs. context sensitive &#x27;deterministic group(s)&#x27; -- and what influences determinism&#x2F;context sensitivity). aka iso&#x2F;osi network communications model[4].<p>Keep in mind K.I.S.S. &#x2F; occam&#x27;s rasor philosophies!<p>--------<p>a) pick just a single logical plane&#x2F;level to look at within a design stack. aka -&gt; database &amp; sql; database &amp; hard drive storage; hard drive storage layout (OS vs. drive physical layout &amp; drive storage&#x2F;reterival (scsi vs. non-scsi api)<p>a) Any foundations of math class.<p>b) Simple physics problems with single logical type that be described by math eqation(s). aka no multivariate analysis.<p>c) &quot;LISP: A Lanaguage For Stratified Design&quot;(1987)[0] by H. Abelson and G. Sussman. (vs. Structure and Interpretation of Computer Programs)<p>d) A &quot;Git&quot; softare repository (where should be separation between OS, main mechanics of program, libraries, &quot;implimentation details&quot;, etc)<p>e) Expert C Programming: Deep C Secrets by P van der Linden<p>d) Look at comparisons between types of mechanical engineering geers and associated logical groupings &amp; how that&#x27;d correspond to electrical engineering boolean logic &#x2F; pc &#x27;units&#x27; aka add-in boards; processor types, gpu,cpu, etc aka rotational to linear motion &#x2F; find that info on the hard drive disk : <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=MZ-1PQGlrmY" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=MZ-1PQGlrmY</a><p>e) picture to excel[1] :<p>f) design &#x2F; implimentation of &lt;insert relevant programming language &#x2F; kernel &#x2F; system&gt; [2][3]<p>From Civil Engineering aspect, pouring concrete, logistical decomposition done by determinisic tasks with respect to external&#x2F;intermal time effects on &#x27;density changes&#x27;. aka getting everyting (including mixed concrete) on site before concrete goes from indeterminate&#x2F;non-finite form to deterministic&#x2F;final form. (where different material densities of concret make for a more complete manuver than just a move from pt a to point b logisics). aka acutely aware of gravity of situation.<p>----<p>[0] : <a href="http:&#x2F;&#x2F;dspace.mit.edu&#x2F;bitstream&#x2F;handle&#x2F;1721.1&#x2F;6064&#x2F;AIM-986.pdf" rel="nofollow">http:&#x2F;&#x2F;dspace.mit.edu&#x2F;bitstream&#x2F;handle&#x2F;1721.1&#x2F;6064&#x2F;AIM-986.p...</a><p>[1] : picture to excel: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=UBX2QQHlQ_I" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=UBX2QQHlQ_I</a><p>[2] : smalltalk : <a href="http:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;10.1145&#x2F;512760.512762" rel="nofollow">http:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;10.1145&#x2F;512760.512762</a><p>[3] : unix file system : <a href="http:&#x2F;&#x2F;www.r-5.org&#x2F;files&#x2F;books&#x2F;computers&#x2F;internals&#x2F;ifs&#x2F;Steve_Pate-UNIX_Filesystems-EN.pdf" rel="nofollow">http:&#x2F;&#x2F;www.r-5.org&#x2F;files&#x2F;books&#x2F;computers&#x2F;internals&#x2F;ifs&#x2F;Steve...</a><p>[4] : network models : <a href="https:&#x2F;&#x2F;medium.com&#x2F;@gwenilorac&#x2F;understanding-network-models-osi-and-tcp-ip-42f94eb1aa84" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@gwenilorac&#x2F;understanding-network-models-...</a>