Live data from Hacker News

Why I Love Computer Science

cs.caltech.edu

1–10 of 28 posts

Re: Why I Love Computer Science

#3
This disdain for fields without rigor reminds me of the general attitude towards people using excel macros or vb. I understand it's fun & I used to feel the same way. But at some point you just have to stop playing with your tools & get some real work done.

Re: Why I Love Computer Science

#4
A compiled computer program is certainly a rigorous description of something, God knows what, certainly not the programmer.

This is just funny:

"I think computer science has a tremendous amount to offer the fields of logic and mathematics. Specifically, I think that requiring all formulas to be executable by a finite, deterministic system (a computer program) could lead to a great increase in the level of rigor of these fields, would make it easier for students to learn existing results, would make it easier for practitioners to develop new results, and might possibly suggest whole new approaches...*

Also he keeps refering to computers as finite. I can only assume he means in a physical sense that there are a non-infinite amount of atoms making up his CPU.

I suppose I should critic his argument seriously but it's just too far away from any actual reality.

Re: Why I Love Computer Science

#5
post #4

A compiled computer program is certainly a rigorous description of something, God knows what, certainly not the programmer. This is just funny: "I think computer science has a tremendous amount to offer the fields of logic and mathematics. Specifically, I think that requiring all formulas to be executable by a finite, deterministic system (a computer program) could lead to a great increase in the level of rigor of th…

   > Also he keeps refering to computers as finite. I can only
   > assume he means in a physical sense that there are a
   > non-infinite amount of atoms making up his CPU.
No, this is meant as 'having a finite number of states' (dictated by finite memory, finite number of registers and so on) - as opposed to, for example, a Turing Machine [which has an infinite number of states].

Re: Why I Love Computer Science

#6
"I really loathe vagueness in science (or, for that matter, in philosophy and argumentation in general)."

Is he a computer, true or false no other answer? I think he's fooling himself, what happens if quantum computing becomes common and a result can be a 1, 0 or 'maybe'?

Re: Why I Love Computer Science

#8
I think this guy has mathematics totally wrong. Maths just doesn't work today the way it did in Newton's time, and even back then people weren't satisfied with Newton's proofs, but they lacked an alternative so they had to use them anyway. If the author had his way, we would have refused to accept Newtonian physics for two centuries! Could you imagine the damage that would have done?

> [A]ny realistic mathematical proof will leave out a great many steps, which are considered to be the "required background knowledge"

Computer science papers are different how? Computer science != programs!

> [T]he inference rules are not always specified accurately, or are not believable if they are. This is why you will sometimes read a mathematical proof and say "I understand the reasoning, but I just don't buy it"

I think this guy just isn't too hot at mathematics. Omitting a trivial step (or domain specific knowledge) is not a lack of rigour, but a courtesy to the reader. The details can always be filled in cleanly. If you ever see a modern mathematical proof that is accepted by all mathematicians, but you don't "buy it", then I can assure you that it's you that's at fault, not the proof.

Oh, and computer science papers never leave out trivial steps or assume domain knowledge? Not the papers I've read. Once again, CS != programming!

> This is reminiscent of Whitehead and Russell's Principia Mathematica where hundreds of pages pass until the authors can prove that 1 + 1 = 2.

Surely Principia is a reductio ad absurdum of the argument that everyone should always spell out all the steps!

Re: Why I Love Computer Science

#9
post #8

I think this guy has mathematics totally wrong. Maths just doesn't work today the way it did in Newton's time, and even back then people weren't satisfied with Newton's proofs, but they lacked an alternative so they had to use them anyway. If the author had his way, we would have refused to accept Newtonian physics for two centuries! Could you imagine the damage that would have done? > [A]ny realistic mathematical pr…

I think this guy just isn't too hot at mathematics. Omitting a trivial step (or domain specific knowledge) is not a lack of rigour, but a courtesy to the reader. The details can always be filled in cleanly.

A very astute comment. In principle, mathematical proofs are supposed to be every bit as completely described as computer programs, but perhaps not as explicitly expressed. Edsger Dijkstra used to refer to mathematical proofs as a model for computer programming.

http://en.wikipedia.org/wiki/Program_derivation

Post reply on HN