Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Not for action games then? (Score 1) 71

Not for action games then?

Honest question - what kind of games are motion controls good for besides "action games"?

Bowling, fitness, golf, various other sports games? Seriously, take a look at the Wii lineup and you'll see plenty of games that could be considered action games in the widest sense but usually aren't.

Comment Re:Stupid question... (Score 1) 6

Computing very large numbers is done with the use of Fast Fourier Transform (FFT).

Small correction: multiplying very large numbers is done with the use of the FFT, addition/subtraction not. That's because multiplication is very similar to convolution (try to multiply to numbers on paper and you'll see its pretty much the same as convolution of the numbers represented as arrays of digits), and convolution in the time domain is equal to pointwise multiplication in the frequency domain. For numbers with more than a certain amount of digits going through the FFT is actually faster. Furthermore I suppose you're referring to the Gauss-Legendre (http://en.wikipedia.org/wiki/Gaussâ"Legendre_algorithm) algorithm. Its difficulty is not in multiplication, because that can be done relatively fast using the FFT, but in the fact that there's a square root in it. If you approximate the square root wrong, this error will propagate through your iterations, so you must be very careful about that. Anyway, cool stuff!

Security

Submission + - Opera is hackers favorite browser (well almost) (forbes.com)

Leevi writes: The best defense on the Web could be Opera. And hackers themselves are Opera lovers. Paul Royal, a security researcher at Atlanta-based Purewire discovered. He found that while 33% used Firefox, 26% used Opera. Generally, Opera has only 1-3% user share.* "Criminals themselves are using less targeted browsers, perhaps because they understand their product and about what it does," Royal says. * http://en.wikipedia.org/wiki/Usage_share_of_web_browsers#Summary_Table
Space

Submission + - Relativistic Navigation Needed for Solar Sails (technologyreview.com)

KentuckyFC writes: "Last year, physicists calculated that a solar sail about a kilometre across with a mass of 300 kg (including 150 kg of payload) would have a peak acceleration of about 0.6g if released about 0.1AU from the Sun, where the radiation pressure is highest. That kind of acceleration could take it to the heliopause, the boundary between the Solar System and interstellar space, in only 2.5 years; a distance of 200 AU. In 30 years, it could travel 2500AU, far enough to explore the Oort Cloud. But the team has discovered a problem. Ordinary Newtonian physics just doesn't cut it for the kind of navigational calculations needed for this journey. Because the sail has to be released so close to the Sun, it becomes subject to the effects of general relativity. And although the errors these introduce are small, they become magnified over the course of a long journey, sending the sail roughly 1 million kilometres off course by the time it reaches the Oort Cloud. What these guys are saying is that if ever such a sail is launched (and the earliest estimate is 2040), the navigators will have to be proficient in a new discipline of relativistic navigation."
Handhelds

Submission + - Augmented Reality browser goes global

nloop writes: Layar, the first full fledged Augmented Reality application went global today on the Google Android app store. Using the GPS from the phone it overlays geotagged data from Google Local, Wikipedia, Yelp, Twitter, user submitted "layers", and other sources onto the device's live video feed of its surroundings. An iPhone edition is reportedly under way with an API update needed from Apple first. Terminator vision, finally.

Slashdot Top Deals

Work without a vision is slavery, Vision without work is a pipe dream, But vision with work is the hope of the world.

Working...