Comment Re: Wow, well I'm shocked! (Score 1) 694
Comment Re:"Scientists"? (Score 2) 86
Uh, computer scientists aren't scientists...
(Source: Am a computer scientist.)
Scientific Method
1) Ask a Question: Will this program I just wrote compile?
2) Background Research:
2.1) Previous experience with programming language
2.2) Previous experience with type of problem
2,3) Quality of Understanding of CS concepts
3) Form a hypothesis: First time to compile: no. Estimate X syntax errors and Z semantic errors per Y lines of code.
4) Experiment: Perform compile.
5) Analyze Results
6) Iterate on Experiment. (Fix errors, refine understanding.)
7) Present findings (Boss, it's going to be another 3 days for thorough testing)
The scientific investigation in Computer Science is on many fronts, but the most empirical aspect of science is the study of how well you, the programmer, understand the problem at hand and the tools you have for tackling it.
Perhaps you don't understand the Science aspect of Computer Science: The ongoing effort to refine our models of understanding about the world.
Comment Re: I don't like Trump, but (Score 1) 463
Comment Re:Colbert's remark wasn't homophobic (Score 2) 305
somehow I doubt that kind of language would be tolerated against Hillary, no network would air it to begin with, but if came up Democrats and Republicans would call it "woman hating"
If Hillary had bragged about how she likes to grab men by the cock, had multiple accusers of sexual assault, and was more than sympathetic to the will of the leader of a rival nation, I'm pretty sure calling her a cock holster for that foreign leader would be fair game. You are forgetting that Trump went crass long before Colbert did.
Comment Re:That Slashdot is still worth reading. (Score 1) 548
Comment Re: Does not follow? (Score 1) 805
Comment Re: The Actual Quote (Score 1) 805
Comment Re:Does not follow? (Score 1) 805
"Civic" doesn't mean "civil". A "civic society" is one that represents local values and culture.
The asian ceo could have been raised within the local culture and carry local values. Nothing about being Asian intrinsically implies otherwise.
Comment Re:The Actual Quote (Score 1) 805
I'm clearly missing the problem here? He has the wrong statistic (literally the opposite quantity), but what part of his statement doesn't make sense?
The question answers itself. He didn't take the time to have the right statistic and is running with a flagrant lie to insinuate something. What part of a civic society is founded on falsities?
Comment Re: Trees and silence... (Score 1) 168
Comment Re: So which one is it? (Score 1) 168
Comment Re: sTEM (Score 1) 219
You've been hired to fix a very elusive bug in a mission critical but complex low level system. Form your hypothesis based on the data available and test your correction to see I you were right. If bug still exists then refine hypothesis.
Computer Science gives you the reasoning tools necessary to empirically investigate computational systems. I teach computer science classes and I tell my students to experiment with different statements in python to see what happens. Learning how to program within a new language requires experimentation with combinations of expressions to develop the right mental model for the semantics and execution of the language.
If you can't see the science in computer science it's because you are stuck thinking that science applies only to the investigation of the physical world. Science applies whenever we try to tame the unknown and make it known. It is the process of refinement of our mental models. Every student engages in scientific exploration when they try to learn a new programming language. Each new discovery in relationship and properties of abstract systems is still a scientific discovery. For example, the discovery of unit propegation as a means of speeding up SAT solvers. It is a refinement of our mental models and integrating the theory into a coded sat solvers is empirical proof that the theoretical performance boost is indeed correct.
Comment Re: Excellent (Score 1) 153
Comment Re:In other words. (Score 1) 288
Did you read the part of the linked to article that says that a similar request was refused and the court agreed that these records are not releasable though a FOIA request back in 2013? Yea, didn't think so...
And that proves there's nothing to hide because...?
It is standard practice for bureaucratic offices to deny requests which are not made through proper means. Citing that the request was made through improper means does not entail that there is something to hide, merely that the bureaucrats are either lazy or just not prone to sharing information unless required to by law.
The belief that "there is something to hide" is not supported by the events and is a projection of a mind prone to paranoia. That's not to say that there isn't something to hide, but merely that inferring such from the events is not a sound inference.