Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment OpenOffice... (Score 1) 314

... was given to the Apache Community. Does that seem like action by Oracle to "stomp Apache and its open source Java efforts clean out of existence"? If anything it makes the Apache Community stronger. Java is definitely one of Oracle's most important acquisitions from Sun, which is why they are currently in court against Google. Programming mistakes happen all the time. Granted, some optimization flags were enabled that shouldn't have been, but that doesn't make Oracle intentionally malicious in this case.

Accidents happen, get over it.

I'm tired of these flamebait articles. What has happened to factual news reporting?

Comment Re:Forget replacing only RAM (Score 1) 141

Really? There isn't even an array of memristors in the world or a model of how the brain works, and you can claim this? Get back to your cartoons.

When you create a model you generally ignore the details of a system and focus on higher-level operation. You worry about what things do, not what the components are made out of. What I was referring to was the actual hardware in our brains. Synapses are functionally almost the same as a memristor. Since the synapses in our brains connect together in an array-like fashion, it is like an array of memristors.

Comment Re:At least SplashTop is reasonable (Score 1) 324

Google hasn't invented anything with their OS. It is basically a thin client that uses the internet instead of an intranet.

The biggest danger here is the potential for competitor lock-out. But as we've seen with Microsoft, there will just be lawsuits that will open it up the platform for fair competition (at least, theoretically).

Comment CS and AI are grounded in philosophy (Score 4, Informative) 239

Computer Science is already grounded in Philosophy, especially in Artificial Intelligence. Have a look at Defeasible Logic (based on defeasible reasoning) for some recent developments. If you want specific programming languages, have a look at Prolog. Search for theorem solvers online. Or check wikipedia for Logic programming http://en.wikipedia.org/wiki/Logic_programming. For that matter, have a look at the Turing machine http://en.wikipedia.org/wiki/Turing_machine. Bottom line, the field of Computer Science is based on logic.

Slashdot Top Deals

It is easier to write an incorrect program than understand a correct one.

Working...