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

 



Forgot your password?
typodupeerror
×

Comment Re:Gimmick (Score 1) 528

I agree with the distributed part but not the web browser based interface, I believe things will be headed towards what inferno or even better microsoft's midori where the compiler is verified and there is no kernel (single address space) and architectures simply need a rewritten VM. It should also be simple to distributed tasks imagine doing a long high cpu usage calculation the VM/OS could simply and automatically distribute it no matter what OS it is distributed to. Old bad unix ideas need to die.

Comment PAX / ALSR (Score 1) 843

I thought windows 7 introduced full ALSR (address space layout randomization) with windows core software protected against stack smashing as well with canaries? Just as GRSecurity patched Linux or a smart OS like OpenBSD by default How can these viruses work against full ALSR and protection against stack smashing?
Games

Dev Discusses Upcoming Spy-MMO, The Agency 75

Kheldon writes "The MMO Gamer recently sat down with Lorien Gremore, lead producer on SOE's upcoming spy-shooter MMO, The Agency. They discussed various aspects of its development, such as the 'stickiness' of session-based games, striking a balance between FPS and MMO players, and whether or not The Agency even falls under the definition of a traditional MMO at all. 'You might be in Prague, and experiencing play with a lot of different other players; you might have come in at your field office and gone out into the city, encountering many other players doing missions that you are also doing,' Gremore said. She added that the game's areas are large enough to have 'lots of different people in them, collecting intel, engaging in public combat, all of those types of things. These areas are big enough that there’s shops, there’s secret spaces, photos to be taken of suspicious objects, things like that. They’re all out there in the world. We’re really trying to create a balance, where you’re encountering a lot of social situations, chances to get into groups with other people, just by merit of the fact that you guys are doing the same sorts of things in the same sorts of places.'"

Comment Re:What's the point. (Score 1) 268

I want none of this, I want actual benchmarks that benchmark the *SYSTEMS* and not an aggregate of every single system.. I want to know scheduler throughput and latency, file system overhead, etc basicly I want deep statistics that show how well the kernels perform and not how some randomly written application performs.

Comment Re:Vulnerable by design (Score 1) 595

Correct me if I'm wrong but a single address operating system with a JIT VM within the kernel could be *faster* due to static compilation before into some sort of bytecode / machine code and than the VM can simply optimize depending on how the program is executing, something like HP's Dynamo http://www.hpl.hp.com/techreports/1999/HPL-1999-78.html
OS X

Mac OS X v10.5.8 Ready For Download 152

mysqlbytes writes "Apple has posted an anticipated v10.5.8 patch for Mac OS X, updating a number of components in the operating system, one of their last updates to Leopard. The update brings improvements to Safari, Airport, Bluetooth, among others and rolls out the latest OS X security fixes." Worth glancing at are some of the security-related notes on the update.
The Military

30,000-Lb. Bomb On Fast Track For Deployment 707

coondoggie writes "Published reports today say the Pentagon is rattling swords in the direction of North Korea and Iran by speeding the development a 20-foot, 30,000-lb bomb known as Massive Ordnance Penetrator. This weapon is intended to annihilate underground bunkers and other hardened sites (read: long-range missile or underground nuke development) up to 200 ft. underground. The Defense Threat Reduction Agency, which has overseen the development of this monster since 2007, says it is designed to be carried aboard B-2 and B-52 bombers and deployed at high altitudes, from which it would strike the ground at speeds well beyond twice the speed of sound to penetrate the below-ground target." Reuters has more specifics on the MOP's chances for deployment by 2010, and the detail that the bomb's load of explosives weighs in at 5,300 lbs.

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...