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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: CS as a philosophy

3 点作者 jaddood超过 7 年前
I think of CS as a sort of philosophy, art, and sometimes a religion.<p>For me, the manipulation of ideas in CS and Math are the stuff that make me interested in these two disciplines in the first place. This feels more or less artistic and powerful. Think of lambda calculus for example, or linear algebra (in it&#x27;s geometric interpretation) or even ordinary calculus with limits and stuff. These things represent reality and are so beautiful they almost seem godly, or at least to me.<p>I always have this feeling and it&#x27;s what pushes me everyday to turn on my computer and stay all day constantly looking at millions of tiny light bulbs and hitting plastic buttons with my fingers.<p>Personally, I have never felt any other thing pushing me to CS (or Math) and I have a tendency to infer that this is the only reason (or at least the main one) why people love CS.<p>I would like to hear stories of other people about that matter.

3 条评论

davelnewton超过 7 年前
Art, sure. I don&#x27;t see how it is a religion, and only barely a philosophy--it doesn&#x27;t address any of the questions those attempt to answer.<p>(Noting that some aspects of philosophy are involved, the same way they&#x27;re involved in math or science. But not a philosophy like Buddhism or Hegelianism, for examples.)
pizza超过 7 年前
allow me to make your day:<p>- Computational trinitarianism, or how 1.) propositions as types, 2.) programs as proofs, and 3.) the relation between type theory and category theory are one and the same thing [0]<p>- Scott aaronson&#x27;s excellent &quot;Why Philosophers Should Care About Computational Complexity&quot; [1]<p>- &quot;From Philosophy to Program Size&quot; by Greg Chaitin. Arguably Chaitin&#x27;s work (notably Chaitin&#x27;s omega) is a quintessential example of what lies at the intersection of mathematics, computation, and philosophy.[2]<p>- From the inimitable Juergen Schmidhueber, &quot;Driven by Compression Progress: A Simple Principle Explains Essential Aspects of Subjective Beauty, Novelty, Surprise, Interestingness, Attention, Curiosity, Creativity, Art, Science, Music, Jokes&quot; [3]<p>- A computational biology paper that presents a meta-learning scheme for cognition and emotion. This paper&#x27;s idea has really stuck with me.. That and the whole notion of the &quot;Dark room problem&quot; (you could, probably, really easily come up with a strategy for living life according to a hybrid of what this article presents + any kind of philosophy there is) - &quot;Emotional Valence and the Free-Energy Principle&quot; [4]<p>[0] <a href="https:&#x2F;&#x2F;ncatlab.org&#x2F;nlab&#x2F;show&#x2F;computational+trinitarianism" rel="nofollow">https:&#x2F;&#x2F;ncatlab.org&#x2F;nlab&#x2F;show&#x2F;computational+trinitarianism</a><p>[1] <a href="https:&#x2F;&#x2F;www.scottaaronson.com&#x2F;papers&#x2F;philos.pdf" rel="nofollow">https:&#x2F;&#x2F;www.scottaaronson.com&#x2F;papers&#x2F;philos.pdf</a><p>[2] <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;math&#x2F;0303352" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;math&#x2F;0303352</a><p>[3] <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;0812.4360" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;0812.4360</a><p>[4] <a href="http:&#x2F;&#x2F;journals.plos.org&#x2F;ploscompbiol&#x2F;article?id=10.1371&#x2F;journal.pcbi.1003094" rel="nofollow">http:&#x2F;&#x2F;journals.plos.org&#x2F;ploscompbiol&#x2F;article?id=10.1371&#x2F;jou...</a>
评论 #15371533 未加载
评论 #15371537 未加载
itg超过 7 年前
If this interests you, I recommend reading more about the theory of computation. Turing machines, finite automata, NP hard problems, etc.