Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment The median age of McDonald's employees (Score 1) 349

...has to be pretty low too. They hire any teenager who will show up and punch a clock. But who is complaining? Should we sue McDonald's because they create opportunities for people who need that very first job? (Wait, somebody probably IS suing them for this.)

This isn't about hiring integrity, it's pure and simple, about extorting some money out of deep pockets.

Comment Biometric honesty (Score 3, Interesting) 118

Biometrics are only good so long as the device that reads your pattern is "honest." If you have to inject a device to read your biometric patterns, you could just as easily inject a device that pretends to read your biometrics, but actually copies someone else's.

Comment Inevitable (Score 1) 341

According to the CDC, about 1.5% of children in the US have autism. Of those, about 90% have had normal vaccinations. If you're one of the unlucky parents, you're going to be looking for a cause. Of course, it MUST be the vaccinations, what else could it be??? There is probably no way to convince these parents otherwise.

Comment Much of this is already being done (Score 4, Informative) 626

SIL (http://www.sil.org/language-development) is an organization devoted to language development in remote populations with little or no education or language definition. Although they don't create languages entirely from scratch, they do clarify the boundaries of tribal languages, create alphabets for them, and teach them to read. Because of this, many of your questions are well-researched; SIL is considered something of an authority on linguistics around the world.

Comment Re:Embarrassed (Score 1) 220

The distinction between a "scripting" language and a "real" language is quite arbitrary, and the lines are very blurry. The difference used to be that scripting languages were interpreted, while "real" languages were compiled. But these days, many languages are hybrids, or somewhere between. Some languages can be used either way.

C++, for example, is usually compiled, but not always. C# is "tokenized," only partially compiled. JavaScript is a scripting language, but bits of it are compiled while it runs. JavaScript is an example of a language that is often seen as "not a real language," but amazing things are done with it, including a fully functioning Linux kernel. http://bellard.org/jslinux/ Given what it can do, it's hard to argue that it isn't a "real" language.

Don't get so hung up on the distinction between scripting and "programming." If you can do one, you can do the other.

Comment Drones (Score 1) 129

Aerial drones are a kind of robot, and we're already making laws about what they are allowed and not allowed to do. In some cases, these rules are being programmed directly into the drones themselves, similar to Azimov's three laws. But these rules are much more specific and complex than what can be summarized in three succinct rules. They tell the drones where they are allowed to fly, and where they aren't, in minute detail. As robots become more capable, I would expect these rules to become more complex, not less.

Comment This illustrates why PhD's shouldn't be in busines (Score 1) 486

Of course, there are exceptions. But many PhD's I've known make lousy programmers, in terms of producing good software.

I've come to think that the skills needed to be a good post-graduate student are different from the skills needed to be a good professional developer.

Professional developers know (or should know) how to optimize code, when necessary. All else being equal, optimized code will ALWAYS be faster in memory than on disk. The two examples in this research are NOT equal. A more equal test would be to output to a memory stream, vs. a file stream. I'll bet the results would be quite different.

Comment It's not accuracy that's reviving the arms race (Score 1) 228

It's the fact that more smaller countries are now able to obtain or make nuclear weapons. When it was just the US and Russia, as long as the two countries were in a stalemate, the world was (somewhat) safe. But now that the list of countries with nuclear weapons is growing, the calculations become much more complex, and the risk level for the world is higher.

Slashdot Top Deals

The optimum committee has no members. -- Norman Augustine

Working...