Forgot your password?
typodupeerror

Comment Teach them javaScript for free with CodeAcademy (Score 1) 211

I've been teaching my 9-year-old daughter programming. We started with http://www.codecademy.com/ learning JavaScript but have now moved on to Python, which she prefers because of the Monty Python references. JavaScript is similar enough to C++ (those annoying semi-colons!) to give them a bit of the flavor, and CodeAcademy makes it easy to give them a taste. On a side note, Python has a great free intro book, Think Python: http://www.greenteapress.com/thinkpython It's not turnkey like CodeAcademy, but it's very well written for someone who has never programmed before. I think Python is easier to learn but it is less similar to C++ than JavaScript, so there are pluses and minuses to using it in your situation.

Comment Re:BackupPC (Score 1) 222

I use BackupPC at home and at work. It backups up linux clients easily. Setting up Windows XP pro as a client is actually pretty easy, too, using a very small version of rsyncd that is available at the BackupPC site. I have not had luck setting up XP Home as a client using rsyncd, I suspect because of the way it handles permissions. If an XP Home client is on an internal network, you could share the folder you want backed up I don't do that because the XP Home machine I want to back up is a laptop -- shares bad on laptop.
Privacy

FBI Fights Testing For False DNA Matches 411

Statesman writes "The Los Angeles Times reports that an Arizona crime lab technician found two felons with remarkably similar genetic profiles, so similar that they would ordinarily be accepted in court as a match, but one felon was black and the other white. The FBI estimated the odds of unrelated people sharing those genetic markers to be as remote as 1 in 113 billion. Dozens of similar matches have been found, and these findings raise questions about the accuracy of the FBI's DNA statistics. Scientists and legal experts want to test the accuracy of official statistics using the nearly 6 million profiles in CODIS, the national system that includes most state and local databases. The FBI has tried to block distribution of the Arizona results and is blocking people from performing similar searches using CODIS. A legal fight is brewing over whether the nation's genetic databases ought to be opened to wider scrutiny. At stake is the credibility of the odds often cited in DNA cases, which can suggest an all but certain link between a suspect and a crime scene."

Slashdot Top Deals

Pound for pound, the amoeba is the most vicious animal on earth.

Working...