Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:"Easy to read" is non-sense (Score 1) 414

I disagree. "Lisp syntax" is almost a misnomer, as there's so little of it. Pretty much the only thing you're guaranteed is that () are for grouping, and spaces are separators (and even that is not necessarily true in CL). Everything beyond that is up to the DSL in question, and people can and do get overly "creative" with the syntax such that it's not simple or obvious to read at all.

Comment Re:Funny, that spin... (Score 1) 421

Question: What role do people who think that AI research is dangerous hold in the field of AI research?

Answer: None...because regardless of their qualifications, they wouldn't further the progress of something they think is a very, very bad idea.

Asking AI experts whether or not they think AI research is a bad idea subjects your responses to a massive selection bias.

Yes. Nobody who worked in the Manhattan Project had any reservations whatsoever about building the atomic bomb, right?

Experts work in fields they're not 100% comfortable with all the time. The actual physicists that worked on the bomb understood exactly what the dangers were. The people looking at it from the outside are the ones coming up with the bogus dangers. You hear things like, "the scientists in the Manhattan project were so irresponsible they thought the first bomb test could ignite the atmosphere, but went ahead with it anyway." No, the scientists working on it thought of that possibility, performed calculations the definitely proved it wasn't anywhere near a possibility and then moved on with it. People outside the field are the ones that go, "The LHC could create a black hole that will destroy us all!" The scientists working on know the Earth is struck with more powerful cosmic rays than the LHC can produce regularly, so there's no danger.

It's just that they don't work in the field of AI, so therefore they must not have any inkling whatsoever as to what they're talking about.

Which is a 100% true statement. They're very smart people, but they don't know what they're talking about in regards to AI research, and are coming up with bogus threats that most AI experts agree aren't actually a possibility.

Comment Re:It's not that great (Score 1) 414

I'm not necessarily saying that begin..end is better, just that it's an obvious alternative. Personally, I don't mind {}, though I think that it's really redundant, and the proper way is to treat everything as an expression, in which case semicolon becomes a sequence operator (i.e. "a;b" means "evaluate a, then throw the result away and evaluate b" - like comma in C), and you just use parens to group things where needed.

Comment Re:I don't know why people still say Java is slow. (Score 1) 382

Well, I used to think that too. In old times I'd agree 100% with you. I'm not gonna defend VB6, that was just a joke. But nowadays, javascript can run a lot faster than many compiled languages. You see things like Node.js which show that javascript engines have been insanely optimized, largely due to the languages (over)use on the internet. On my other post, I mentioned that Google made a demo using Dart (which is just a language which transcompiles to javascript, like CoffeeScript or TypeScript), rendering entire frames in 1.2ms. I am as much as baffled as you, but Google has found it easier to have low latency APIs for well-written JavaScript than with some Dalvik optimization.
My good advice is: it's hard for people with a compiled language background, including me, to accept that, but JS is very good for many things which we couldn't dream of 5 years ago, encroaching even C territory.

https://play.google.com/store/...

Comment For some, a straightjacket is high fashion (Score 1) 92

There's nothing wrong with that, but it doesn't really apply to everyone. And the cost of data security is dimissively low. For the typical Android handset, the simple blow of a hammer instead of trying to recover less than $100 on ebay or craigslist will guarantee security of your old data. Heck, that $100 is less than the differential between an android handset and an equivalent iOS device in most cases.

Slashdot Top Deals

One man's constant is another man's variable. -- A.J. Perlis

Working...