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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Closures as life

20 点作者 tmsh超过 14 年前

4 条评论

klodolph超过 14 年前
This seems like... total nonsense. I mean, I understand evolution, fourier series, closures, electron orbitals. But these words seem strung together in ways that make no literal sense, and the metaphors are so vague that they might as well be meaningless.<p>Once upon a time there were some molecules. Bumping into each other, these molecules formed into larger molecules. Some of these molecules bumped into other molecules in such a way that the other molecules formed into copies of the first molecules.<p>I don't see how this has anything to do with "periodic functions". And somehow closures "introduce this idea of 'time'." Time is merely the arrow that points towards entropy.<p>Conversations like these are why I transfered out of a certain college.
评论 #1903214 未加载
评论 #1903206 未加载
评论 #1903620 未加载
pygy_超过 14 年前
In this vein, the integrated information theory of consciousness is very interesting.<p>I have little time right now, so I'll let the papers speak for themselves. The abstract of the first paper follows. The second one goes deeper in the same theory. The most interesting part of the theory is that it is quantitative and testable (see the last two papers). The full text of all papers should be freely available.<p>----<p>## An information integration theory of consciousness ##<p>Giulio Tononi<p><i>Background</i><p>Consciousness poses two main problems. The first is understanding the conditions that determine to what extent a system has conscious experience. For instance, why is our consciousness generated by certain parts of our brain, such as the thalamocortical system, and not by other parts, such as the cerebellum? And why are we conscious during wakefulness and much less so during dreamless sleep? The second problem is understanding the conditions that determine what kind of consciousness a system has. For example, why do specific parts of the brain contribute specific qualities to our conscious experience, such as vision and audition?<p><i>Presentation of the hypothesis</i><p>This paper presents a theory about what consciousness is and how it can be measured. According to the theory, consciousness corresponds to the capacity of a system to integrate information. This claim is motivated by two key phenomenological properties of consciousness: differentiation – the availability of a very large number of conscious experiences; and integration – the unity of each such experience. The theory states that the quantity of consciousness available to a system can be measured as the Φ value of a complex of elements. Φ is the amount of causally effective information that can be integrated across the informational weakest link of a subset of elements. A complex is a subset of elements with Φ&#62;0 that is not part of a subset of higher Φ. The theory also claims that the quality of consciousness is determined by the informational relationships among the elements of a complex, which are specified by the values of effective information among them. Finally, each particular conscious experience is specified by the value, at any given time, of the variables mediating informational interactions among the elements of a complex.<p><i>Testing the hypothesis</i><p>The information integration theory accounts, in a principled manner, for several neurobiological observations concerning consciousness. As shown here, these include the association of consciousness with certain neural systems rather than with others; the fact that neural processes underlying consciousness can influence or be influenced by neural processes that remain unconscious; the reduction of consciousness during dreamless sleep and generalized seizures; and the time requirements on neural interactions that support consciousness.<p><i>Implications of the hypothesis</i><p>The theory entails that consciousness is a fundamental quantity, that it is graded, that it is present in infants and animals, and that it should be possible to build conscious artifacts.<p>----<p>[1] <a href="http://www.biomedcentral.com/1471-2202/5/42/" rel="nofollow">http://www.biomedcentral.com/1471-2202/5/42/</a><p>[2] <a href="http://www.biolbull.org/cgi/content/full/215/3/216?view=long&#38;pmid=19098144&#38;ref=nf" rel="nofollow">http://www.biolbull.org/cgi/content/full/215/3/216?view=long...</a><p>[3] <a href="http://www.coma.ulg.ac.be/papers/vs/massimini_PBR_coma_science_2009.pdf" rel="nofollow">http://www.coma.ulg.ac.be/papers/vs/massimini_PBR_coma_scien...</a><p>[4] <a href="http://www.coma.ulg.ac.be/papers/vs/boly_PBR_coma_science_2009.pdf" rel="nofollow">http://www.coma.ulg.ac.be/papers/vs/boly_PBR_coma_science_20...</a>
vog超过 14 年前
This article vastly overstates the role of closures. The connection isn't that deep - it is a simple consequence of life being a super-complex software executed in a biochemical machinery. Thus, you can find any programming construct the process of life, and argue that life wouldn't work without that.<p>There are lots of much more important things than closures. One example is the ability be self-referential on all levels (not to be confused with plain recursion). This blurs not only the line between code and data, but also between software and hardware. And this happens in a much deeper way than we're able to do now with things like FPGA/CPLD or hardware virtualization.<p>If you are really interested in that topic, I recommend the book "Gödel, Escher, Bach" by Douglas Hofstadter. It is written very well and should be especially easy to understand by programmers:<p><a href="http://en.wikipedia.org/wiki/G%C3%B6del,_Escher,_Bach" rel="nofollow">http://en.wikipedia.org/wiki/G%C3%B6del,_Escher,_Bach</a>
评论 #1903217 未加载
paulnelligan超过 14 年前
the idea of equating software to life itself is quite limited ...<p>life is frequency based, software can only ever approximate life by representing it numerically, binarily (??)<p>take sound, real sound is something that has a frequency spectrum, with harmonics ... fourier analysis allows us to take a snapshot of the wave, which approximates the wave, yet never represents it's full frequency spectrum - because it's impossible to do that ...<p>to boil life itself down to something which can be represented numerically (or even verbally for that matter) kinda misses the point ... The essence of life will always be absent from such an approximation ...