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

 



Forgot your password?
typodupeerror
Internet Explorer

W3C Says IE9 Is Currently the Most HTML5 Compatible Browser 382

GIL_Dude writes "The W3C posted results for their latest HTML5 compatibility tests and have found that, so far, IE 9 has the best overall results. 'The tests cover seven aspects of the spec: "attributes," "audio," "video," "canvas," "getElementsByClassName," "foreigncontent," and "xhtml5." The tests do not yet cover web workers, the file API, local storage, or other aspects of the spec. Not do they cover CSS or other standards that have nothing to do with HTML5 but are somehow lumped under HTML5 by the likes of Apple, Google, and Microsoft.'"
Piracy

Sony Gets Nasty With PSBreak Buyers 246

YokimaSun writes "The war between hackers and Sony over the PlayStation 3 has now taken an even more sinister turn, with Sony going after not just shops but actual buyers of the PSBreak dongle, threatening them with fines of many thousands of Euros and forcing them to sign cease-and-desist letters. It seems Sony will use any means necessary to thwart both homebrew and piracy on the PS3."
Image

The "King of All Computer Mice" Finally Ships 207

An anonymous reader writes "The much-anticipated, much-mocked 18-button joystick mouse from WarMouse is now shipping. The press release features an impressive set of user quotes from game designer Chris Taylor, new SFWA president John Scalzi, and a doctor who runs a medical software company. Crazy or not, it's obviously more than just a gaming mouse."
United States

State Senator Caught Looking At Porn On Senate Floor 574

Everyone knows how boring a debate on a controversial abortion bill can get on the Senate floor. So it's no wonder that Florida State Sen. Mike Bennett took the time to look at a little porn and a video of a dog running out of the water and shaking itself off. From the article: "Ironically, as Bennett is viewing the material, you can hear a Senator Dan Gelber's voice in the background debating a controversial abortion bill. 'I'm against this bill,' said Gelber, 'because it disrespects too many women in the state of Florida.' Bennett defended his actions, telling Sunshine State News it was an email sent to him by a woman 'who happens to be a former court administrator.'"
Security

40 Million Identities Up For Sale On the Web 245

An anonymous reader writes "Highly sensitive financial information, including credit card details, bank account numbers, telephone numbers, and even PINs are available to the highest bidder. The information being traded on the Web has been intercepted by a British company and collated into a single database for the first time. The Lucid Intelligence database contains the records of 40 million people worldwide, mostly Americans; four million are Britons. Security experts described the database as the largest of its kind in the world. The database is in the hands of Colin Holder, a retired senior Metropolitan police officer who served on the fraud squad. He has collected the information over the past four years. His sources include law enforcement from around the world, such as British police and the FBI, anti-phishing and hacking campaigners, and members of the public. Mr. Holder said he has invested £160,000 in the venture so far. He plans to offset the cost by charging members of the public for access to his database to check whether their data security has been breached."

Comment Re:The Cell is just different (Score 1) 616

Yes, the Cell is powerful, but you fail to consider that graphics are only one part of what goes into a game. AI, sound, user input, and network operations also need to be considered. Given that, in a normal system architecture, a general purpose CPU handles all of that, and sends off instructions to a specialized GPU, the Cell architecture is radically different from what people are used to. That's what makes it hard.

I sincerely doubt that there are many(if any!) developers programming directly to the Cell processor. They're probably programming to Sony's SDK, which is, reportedly, very difficult to work with.

Comment Re:Duplicity: theres already a "utility parition" (Score 1) 332

It depends on how much access the game code has to the OS code, though. Also, you need to remember that the HDD technically standard equipment for the system. It's "optional", as in you can buy a 360 without an HDD, but you need it for all the important stuff.

If it's anything like the way that Windows is for file mounting, it's pretty transparent-all you know is that the drive mount can access data from somewhere.

I'd wager that the 360 OS maps the HDD ISO to the same file mount as the DVD drive normally is whenever a game is started. Since all 360 games at this point did not have the option to install, I'd imagine that they're hard-coded to read from the "DVD drive", which, in the case of an install, would be wherever the ISO is mounted from. This would be pretty transparent from the game code standpoint, so it's probably hard to detect the install.

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?"
Games

Blizzcon 2008 Wrap-Up 173

This year's Blizzcon saw 15,000 gamers descend from 27 different countries to take part in two days of discussions, tournaments, and sneak peaks at upcoming releases. Several big announcements were scattered among a raft of new details about Diablo 3, Starcraft 2 and Wrath of the Lich King. The new information went a long way toward drumming up interest for what already appear to be worthy successors to old favorites. Read on for more.

Slashdot Top Deals

Computers can figure out all kinds of problems, except the things in the world that just don't add up.

Working...