Forgot your password?
typodupeerror
Japan

Submission + - Robots enter Fukushima reactor building (cio.com.au)

swandives writes: "For the first time, a pair of remote controlled robots have entered a reactor building at the stricken Fukushima Daiichi nuclear power plant.

Plant operator Tokyo Electric Power hopes the iRobot Packbots will be able to provide data on the current condition inside the buildings, although the company hasn't yet released any information on what they found inside."

Education

Submission + - Armenia Makes Chess Compulsary in Schools

Hugh Pickens writes writes: "AFP News reports that chess will become a required subject in primary schools in Armenia where children from the age of six will learn chess as a separate subject on the curriculum for two hours a week. The lessons which start later this year will "foster schoolchildren's intellectual development" and teach them to "think flexibly and wisely" says Arman Aivazian, an official at the Ministry of Education. President Serzh Sarkisian, an enthusiastic supporter of the game, has committed around $1.5 million to the scheme in a move to turn the country of 3.2 million people into a global force in the games says Aivazian. "Teaching chess in schools will create a solid basis for the country to become a chess superpower." Armenia's national team won gold at the biennial International Chess Olympiad in both 2006 and 2008, and the country's top player Levon Aronian is currently ranked number three in the world."
Security

Submission + - Is your antivirus made by the Chinese gov't? (the-diplomat.com)

guanxi writes: Huawei, a large Chinese telecom and IT company with close ties to the Chinese military has faced obstacles doing business in other countries, because governments are concerned about giving Huawei access to critical infrastructure. That hasn't stopped them completely, though. Huawei Symantec is a joint venture with one of the world's largest IT security companies which sells security products in the U.S. And the Chinese government is not alone. Would the Chinese or other governments take the opportunity to create back doors into western IT networks? Wouldn't they be crazy not to?
Microsoft

Submission + - Microsoft Shows Off Radical New UI, Could be Used (ispyce.com)

autospa writes: "In a three and a half minute video, Microsoft may have shown the world what it has in store for the eagerly awaited Windows 8. In the video Microsoft showed a radically different interface from past versions of Windows — even Windows 7. Running on Surface 2, the touch-screen successor to the original Microsoft Surface, the device accepts input from a Windows Phone 7 handset (HTC HD7). Gone are the icons that drive Windows, OS X, and Linux operating systems of past and present. In their place are "bubbles" that interacted with files and post streaming information off the internet."
Electronic Frontier Foundation

EFF Offers an Introduction To Traitorware 263

theodp writes "The EFF's Eva Galperin offers a brief primer on Traitorware, devices that act behind your back to betray your privacy. 'Your digital camera may embed metadata into photographs with the camera's serial number or your location,' writes Galperin. 'Your printer may be incorporating a secret code on every page it prints which could be used to identify the printer and potentially the person who used it. If Apple puts a particularly creepy patent it has recently applied for into use, you can look forward to a day when your iPhone may record your voice, take a picture of your location, record your heartbeat, and send that information back to the mothership.' She concludes: 'EFF will be there to fight it [Traitorware]. We believe that your software and devices should not be a tool for gathering your personal data without your explicit consent.'"
Communications

NFL's First Broadcast In 3-D, Still Has Work To Do 178

darkwing_bmf writes "The NFL broadcast a live game to theaters in 3-D for the first time on Thursday night. The technology demonstration was mostly successful but they still have some issues to work out. 'Some scenes clearly captured the benefits of 3-D broadcasts, however, such as an interception by Chargers linebacker Stephen Cooper as players crisscrossed the field, and a long touchdown catch by San Diego's Vincent Jackson with the arc of the ball caught on camera all the way. Viewers were encouraged to text in their reaction to the viewing. One of the first comments, according to the commentators: "More cheerleaders."'"
Internet Explorer

A Cheat Sheet To All the Browser Betas 188

Harry writes "I can't remember another time when there were so many Web browsers in prerelease form — 2009 should be a really, really good year for final browser versions. I have posted a quick recap of the state of the upcoming versions of Chrome, Firefox, Internet Explorer, and Safari." It is nice to see a healthy market of competition driving innovation in a market that has been largely stagnant in recent history. What do other folks see on the scorecard?
Power

Hawaii Planning State-Wide Electric Car Network 255

MojoKid writes to tell us that Hawaii is planning on implementing a statewide electric car charging network. While the initiative seems to highlight the lower carbon footprint, Hawaii doesn't exactly seem like the ideal candidate for this initiative. One reader pointed out that perhaps a solar or wind power generation initiative might be a little better suited for the island state. "We have tons of wind and sun here that could be harnessed for electricity, but Hawaiian Electric Company has enough control over the government to block most wind and solar projects, and they make more money burning oil and diesel because the PUC lets them pass the fuel costs directly on to the consumer. Gov Lingle is taking all the credit, but if she actually wants to make a difference in oil consumption in the islands she needs to get large scale wind and solar projects pushed through first."
Handhelds

VMware Promises Multiple OSs On One Cellphone 90

superglaze writes to tell us that VMware has announced a large effort behind their Mobile Virtualization Platform, promising the possibility of multiple operating systems on mobile devices. "The company described MVP as a 'thin layer of software' that will be embedded in handsets and 'be optimized to run efficiently on low-power-consuming and memory-constrained mobile phones.' Asked whether MVP would offer something different from the abstraction already provided by mobile Java, VMware's European product director Fredrik Sjostedt told ZDNet UK that MVP would require less recoding. 'If you want to have an application run on a Java-specific appliance, you need to code it for Java,' Sjostedt said. 'What we're introducing with MVP is an [embedded] abstraction layer below that, between the physical hardware and the software layer.'"

Is Windows 7 Faster Or Just Smarter? 619

Barence writes "The Windows 7 unveiling garnered largely positive coverage, with many hands-on testers praising it for being faster than Vista. But is it actually? To find out, this blogger ran a suite of benchmarks to see just how much quicker Windows 7 really is — and the results weren't quite what he expected. 'The actual performance gap between Vista and Windows 7 is ... nada. Absolutely nothing. Our Office benchmarks and video encoding tests complete in precisely the same time regardless of which OS is installed. [...] It's tempting to see this as a bit of a con. They've sped up the front end so it feels like you're getting more done, but in terms of real productivity it's no better than Vista."
Security

DNS Inventor Tackles Flaw 101

nk497 writes "Dr Paul Mockapetris is looking to fix the flaws in the Domain Name System he helped invent. 'It was never meant to be the only security mechanism for naming data on the internet, but was intended for additional security measures to be added to it later.' The flaws, first uncovered by security researcher Dan Kaminsky over the summer, lets attackers redirect genuine URLs to malicious ones — a problem Mockapetris believes could be solved using digital signatures."
Upgrades

NVIDIA Makes First 4GB Graphics Card 292

Frogger writes to tell us NVIDIA has released what they are calling the most powerful graphics card in history. With 4GB of graphics memory and 240 CUDA-programmable parallel cores, this monster sure packs a punch, although, with a $3,500 price tag, it certainly should. Big-spenders can rejoice at a new shiny, and the rest of us can be happy with the inevitable price shift in the more reasonable models.
Programming

(Useful) Stupid Regex Tricks? 516

careysb writes to mention that in the same vein as '*nix tricks' and 'VIM tricks', it would be nice to see one on regular expressions and the programs that use them. What amazingly cool tricks have people discovered with respect to regular expressions in everyday life as a developer or power user?"
Google

MGM First To Post Full-Length Features To YouTube 116

Lithal13 writes to tell us that MGM studios will soon be the first major movie studio to post a complete feature-length film on YouTube. Some credit commercial video site Hulu.com for the mended relationship between YouTube parent Google and Hollywood. "YouTube has developed systems that help keep pirated clips off the site and is developing video players that present clearer images than the site's standard player. When it comes to financial terms, Google has proven much more flexible than in the past, according to three studio sources. [...] The only obstacles to Google and YouTube getting more studios to post full-length movies is Google's insistence on a particular ad format, say the sources. They declined to say which ad unit Google prefers. The other hurdle is that some studios are skeptical that users will accept all the ads that need to accompany a feature film in order to make it profitable."
Privacy

Irish GSM Providers Asked to Track Users' Web Use 102

With the disclaimer "I'm both Irish and work for the EU Commission," reader VShael writes "The head of the Irish police force has requested that Irish cell phone providers (Vodafone, 02, Meteor, 3) retain detailed information on the web pages that people view over their handheld devices. This information would be held over for 'possible future criminal investigations', but would be gathered without a warrant, probable cause, or without the citizen being suspected of a crime. This request goes way beyond the European Union's data retention directive, which never included retention of web-based email. Representatives of Vodafone, O2 and 3 discussed the letter at a meeting with Mr Davis (6th November 2008) and questioned the legal basis under which they could retain this data. It is their understanding that the content of calls or e-mails, or details on webpages browsed, are excluded from the EU directive. As such, any retention or disclosure of that information would be a violation of existing EU data protection legislation."

Slashdot Top Deals

Make it myself? But I'm a physical organic chemist!

Working...