Comment: Re:What? The system is self-regulating? (Score 1) 422
Comment: Re:how does 2013 compare to the 1980's? (Score 1) 422
what is the normal temp supposed to be
There is no "supposed to be." Supposed to be according to whom?
Maybe what you mean is "what is the temperature compared to what it would have been without humans?" If so, the answer is clear if not precise: warmer.
Comment: Re:Java, is that still around? (Score 1) 233
Comment: Re:Biometric system is insecure by design (Score 1) 139
Comment: Re:Full hand 3D scanners are the only "good" ones. (Score 1) 139
There are no good biometric systems because keys can't be revoked.
That's not a flaw, it's a feature. And it's not a key, it's an ID.
Comment: Re:Just wait for the news media to pick this up. (Score 1) 254
Comment: Re:Unlikely to work (Score 1) 181
Comment: Re:Ah! (Score 1) 354
I agree that it is strangely likely that we will "invent" AI without really understanding how it works. There are a few ways that that could happen. But if it happens that way we can't really claim to have "figured it out." Maybe we could ask it how it works
By the way, I didn't mean to sound so critical of Dennett's book -- I loved it. Anyone interested in the subject should read it. Come to think of it, I'd recommend just about anything he's written.
Comment: Re:Ah! (Score 1) 354
Comment: Re:It may be flawed, but that doesn't sound like i (Score 1) 354
Comment: Re:Ah! (Score 2) 354
Comment: Re:It may be flawed, but that doesn't sound like i (Score 4, Informative) 354
But I'm curious why you think a mind is necessarily a neural network. Are you saying there is no other possible way to construct a mind? As far as I can tell, there are lots of other designs, many of them far superior to neural networks, especially for such basic things as representing knowledge.
Comment: Re:Wrong approach (Score 1) 244
As for adding ActiveX support to Webkit, well, your idea of trivial is different from mine. But lets say they did it. As someone pointed out elsewhere in this thread, there are hundreds of interfaces involved. Implementing them in a way that was backward compatible with existing COM would just tie their fork of Webkit to Windows, for what exactly?
Comment: Re:Wrong approach (Score 1) 244
[...] an engine that does not serve a competitive purpose anymore
Trident literally makes Microsoft NO money [...]
Both false.
Internet explorer does many things in the Windows/Office universe that no other browser does. Those things make Microsoft money by driving sales of Windows and Office and many other pieces of the Microsoft ecosystem (e.g. Sharepoint, SQL Server, etc.).
If all your desktops are Windows with Office and IE, you can develop intranet applications that use Office and can make direct calls to Win32. Yes this totally ties your application to Windows and Office, but many businesses are fine with that, even like it that way.
Active-X may be a security disaster on the internet, but in a locked down corporate intranet environment, you can easily do powerful things, like have a web page that embeds a live excel spreadsheet (the real excel, not a bloated, slow, feature-deprived javascript 'spreadsheet') displaying editable data from a database or web service. Click a link to open in excel, still editable, still connected to the server. You can do that kind of thing with very very little code, but only if you can assume you have Windows and Office on the client, and it only works in IE.
That is one of the competitive purposes of IE, and one of the ways they make money from it.