Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:What about in house applets? (Score 1) 111

You seem to be confusing some very different issues: Java code running in J2EE on servers, and users running Java applications on their client machines.

For sure Oracle totally screwed up their client machine warnings to users, and I'm still not convinced they have got it right, its nearly impossible to understand Oracle's documentation or make it work as advertised.

On the other hand, servers aren't particularly vulnerable to most of these exploits because they assume you already have the ability to run the code in question. J2EE servers don't let just anyone run code.

Comment Re:Click-to-Play Would Improve Flash, Too (Score 2) 111

I know Java isn't Javascript, but no web site awaits consent before running Javascript. Slashdot basically wouldn't work en-toto without javascript. Back in the old days it would have, but not now.

The problem with this article is that I'm sure Oracle wanted Java to be more like the web's javascript, running by default and running everywhere. Unfortunately it was just a bit too bloated (and as it turns out, buggy) for the world to accept this proposal, and yet the world is perfectly happy to run javascript code without special permission.

Comment Re:What they fail to mention (Score 1) 366

Possibly they could select a sub-set of these genes that don't lead to associated mental illness and have moderately intelligent kids without the downsides.

But therein lies the rub... if we control everything we could end up with a society of moderate drones, and no exceptional and extraordinary people. What if you need to be a bit crazy to be an Einstein?

Comment Re:But if we make all future births "geniuses"... (Score 1) 366

I don't know, I looked up the smartest guy who is in our school a few years after school finished, and he was working as a courier driver. He and I used to to compete to get the highest mark in the class. 20 years later I checked up on him and he was driving buses.

It isn't necessarily true that smart people either need or want to be acting like Einstein.

Comment Re:Why Not???? (Score 1) 366

It could be worse because we don't understand the relationship between these genes and other attributes like compassion and morality. For example, some scientist boffin might discover that Gene 769 gives 1 extra IQ point but doesn't realise that it makes you into an unfeeling psychopath. Then we end up with a planet of super intelligent nazis.

Comment OS research (Score 1) 365

I can see the point of writing an OS kernel in C++ if you wanted to experiment and do research into OS ideas. But to rewrite Linux in C++... all you'd end up with is yet another UNIX kernel. Why do we need another UNIX kernel written in another language? UNIX is not that interesting anymore. It's been done already. Write something new and interesting in C++.

Slashdot Top Deals

Math is like love -- a simple idea but it can get complicated. -- R. Drabek

Working...