Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:Efficiency check (Score 3, Informative) 359

The displacement number in rotary engines is quite misleading. The design is so different than a piston based engine that it's not a fair comparison. You're getting more power because you're getting more power strokes per rotation. Because you're getting more power strokes, you're doing more intake strokes (more fuel). So while power/displacement ratio is better, that doesn't necessarily affect the power/fuel ratio at all.

Comment Re:So... (Score 1) 245

The most important part in my view is that it allows for innovation in the open source graphics world. For instance, NVidia and ATI both make drivers for X.org however neither will produce drivers for Wayland until it gains enough traction. However Wayland will never get widely used until people can actually use it, which requires drivers. Open drivers breaks this stalemate.

Comment Re:skeptical ... (Score 5, Insightful) 377

And what's this thing about "the engine is only suited for hybrid-electric vehicles, but that's okay. " ... what does THAT mean?

Most likely it means that the engine has terrible spin up/down times and/or is inefficient at doing them. Its best operated at constant speed, generating electricity for an electric motor which actually pushes you forward.

Comment Re:C# (Score 2, Informative) 583

>but until they learn what a compacting garbage collector is Tada! http://www.mono-project.com/Compacting_GC The new GC is bundled with 2.8 and will become the default in 2.10. Mono's VM is pretty nice overall, its the GC that caused pain in long running process scenarios. Its not so much that the GC wasn't compacting either, it was more an issue because it was a conservative scanner which lead to leaks.

Comment Not so bad after all... (Score 4, Informative) 156

>If the padding is invalid, the error message that the sender gets will give him some information about the way that the site's decryption process works.

This is one reason you should send user friendly error messages to your consumers instead of stack traces, stack traces can contain details that an attacker could use against you. It sounds like you're safe if you're following best practices already.

Comment Re:But ... does it run Linux!? (Score 3, Informative) 189

You might not have heard if you have been living under a rock for the past 2 or 3 years, but Android uses the Linux kernel. Whether you can run your _own_ Linux distribution on there is another question entirely. Sooner or later, I'm sure someone will crack it if Samsung has decided to lock it down. As with most (all?) Android devices, you're not forced to use the market.
Sony

Sony Can Update PS3 Firmware Without Permission 700

Stoobalou writes "Sony's latest firmware update comes with a revised End User License Agreement which allows the company to change any part of the console's operating system without notification or permission. You might think you own the console you paid for, but Sony has a very different idea."

Slashdot Top Deals

Your program is sick! Shoot it and put it out of its memory.

Working...