Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
Education

Laptops In the Classroom Don't Increase Grades 511

blitzkrieg3 writes "Classrooms all around the country are being fitted with one to one laptop programs, networking hardware, digital projectors, and other technology in order to stay competitive in the 21st century. Kyrene school district spent $3 million modernizing their classrooms. The problem? The increase in spending doesn't lead to an increase in test scores. Policy makers calling for high tech classrooms, including former execs from HP, Apple, and the Bill and Melinda Gates Foundation, want to increase technology investment despite the results. Others are not so sure, or think it is an outright waste of money."

Comment Re:.htaccess (Score 1) 297

order allow,deny
deny from all
allow from iprange

If you're going to post advice, at least make an effort to get it correct. Your configuration blocks all visitors.

This is what you should have done:

order deny,allow
deny from all
allow from iprange
allow from iprange

Data Storage

Why Mirroring Is Not a Backup Solution 711

Craig writes "Journalspace.com has fallen and can't get up. The post on their site describes how their entire database was overwritten through either some inconceivable OS or application bug, or more likely a malicious act. Regardless of how the data was lost, their undoing appears to have been that they treated drive mirroring as a backup and have now paid the ultimate price for not having point-in-time backups of the data that was their business." The site had been in business since 2002 and had an Alexa page rank of 106,881. Quantcast said they had 14,000 monthly visitors recently. No word on how many thousands of bloggers' entire output has evaporated.
Bug

Tales From the Support Crypt 855

An anonymous reader writes "Talking viruses, infected physical devices, and lights that go out are some of the 'problems' Panda Security's tech support service has had to face. Many of them were not a result of computer viruses, but of confused users. This proves once again, that antivirus manufacturers must make a special effort to increase user knowledge regarding computer security and malware effects." For anyone who's been on the receiving end of such questions, now's a good time to tell your cathartic tale.
Image

Russian Town Puts Giant Smiley On Google Maps 280

Toramir writes "Citizens of the Russian town Chelyabinsk calculated when the satellite, QuickBird, which takes images for Google Earth and Google Maps, would cross above their city and used people to make a giant smiley face. A rock concert on the main square attracted many people and everyone got a yellow cape. It looks like someone at Google was quicker than usual to put up the new data. Maybe Google likes the idea of an entire town working hard to get its 15 minutes of fame. The article has a screenshot of Google Maps and images taken directly at the event."

Comment Some More Speculation on Installation Methods (Score 5, Interesting) 207

Some more speculation on installation methods of CIPAV can be found here:

http://blog.misec.net/2007/07/31/3/

Specifically, it looks like the FBI may have several ready-made exploits, each targeting a different OS/web browser combination. An interesting question, then, is what they would do if they encountered a system that is fully patched and running a more secure browser such as Firefox. Does the FBI have access to their own zero-day exploits that they can whip out to install this trojan? If so, is it possible they have their own team of hackers set out to find such exploits?

Slashdot Top Deals

In English, every word can be verbed. Would that it were so in our programming languages.

Working...