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

 



Forgot your password?
typodupeerror
×

Comment Re:DARPA SJW (Score 1) 101

If it's acceptable for machines to be playground equailizers than all schoolchildren should be issued sidearms and be given training on how to employ deadly force to stop bullying.

Projectiles from your puny weapons will simply bounce off my armored playground robot.

Now, hand over your weapon and your lunch box to the machine.

Comment Re:Still photos (Score 1) 447

A compromise could be the use of still photographs..

Why compromise?

All the city bus drivers in my area are on video surveillance. We routinely get to see footage of accidents and altercations with crazed passengers on the local news.

If it's good enough for a bus, it should be good enough for someone responsible for the safety of a 500mph $200M machine.

Comment Re:Not really needed (Score 1) 40

If his garbage causes you take take a different flow of execution, however, that provides him a way to reach bugs in the little-used parts of your code.

The different flow of execution triggered by an overflow trap should almost always be a simple call to "abort()". At this point, your program has already failed and should be stopped.

I disagree with your premise. Garbage input values should be checked and rejected in software before the overflow ever occurs. The hardware overflow check should be a last resort to enforce this at every instruction step, and in the worst case it converts privilege exploits into less serious DOS attacks.

Allowing "garbage output" as you propose just creates more opportunities for attacks when that output gets consumed somewhere.

Comment Re:Not really needed (Score 2) 40

What flag is that then?

On an X86, "V".

Not that checking it after every add instruction is really that practical. It would be better to have trapping and non-trapping versions of integer arithmetic, and to have languages with semantics which expose that choice to the programmer.

Comment Re:Oh? (Score 4, Funny) 139

"the space is at 100% of its capacity to hold matter" You can say that, but that doesn't make it so.

OK, Einstein. You win. You've conclusively proven that there is indeed nothing limiting how fast a black hole can grow, and you can now collect your Nobel Prize in physics.

Comment Re:Oh? (Score 1) 139

If the matter is just "falling in" given the matter's density and distribution being less than 100% of the total possible space I think it's possible that your "maximum possible rate" is an artifact of a static model of a black hole at any given time. I think it's probably impossible that this rate was even approached, really, for any significant time period, certainly not "nearly its entire existence."

The amount of matter that fits in a given space is totally dependent on its pressure and temperature. For the conditions in an accretion disk near the surface of a black hole accumulating at its maximum rate, the space is at 100% of its capacity to hold matter.

Slashdot Top Deals

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...