←back to thread

165 points chbkall | 2 comments | | HN request time: 0.47s | source
Show context
andrew_lettuce ◴[] No.44474379[source]
I see people conflate computer science with computer programming regularly. If you are motivated to build things you probably want to pursue the latter, and dig in to understand how the things you use work. Maybe your want to go deeper academically in certain areas, but do you want to be motivated by real world application or theoretical underpinnings? True comp sci is a lot closer to mathematics than most people's think. Sometimes this is required for deep understanding of what you're doing as a developer, but rarely.
replies(3): >>44474804 #>>44474988 #>>44475215 #
tkcranny ◴[] No.44474804[source]
“Computer science is no more about computers than astronomy is about telescopes” — Edsger W. Dijkstra
replies(2): >>44476309 #>>44478082 #
raddan ◴[] No.44476309[source]
I have always found this quote annoying. There are many ways to solve problems, but when you constrain yourself to solving them mechanistically, that is what makes computer science computer science. Virtually every theoretical CS paper implicitly presupposes a specific model of computation. Sometimes they even say it explicitly.

Sure, computer science is not about a specific computer. But it is definitely about computers.

replies(3): >>44477994 #>>44478084 #>>44478724 #
1. tkcranny ◴[] No.44477994[source]
Respectfully I disagree. I believe what Dijkstra is getting at is that the specifics of modern computers aren’t “relevant” at all. Ultimately it’s the science of information and whats computable. Be that a modern day silicon processor at X gigahertz, a pen and paper, or a universe sized computer, that’s irrelevant for the science itself.
replies(1): >>44480078 #
2. raddan ◴[] No.44480078[source]
We don’t actually disagree. Note that Dijkstra did not say “modern computer.” He said “computer.” Computer science is in a major way about what “is computable.”