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

 



Forgot your password?
typodupeerror
×

Comment Re: "people alive will never see the sight again" (Score 4, Interesting) 27

The visibility has nothing to do with your position on earth. The reason people travelled to the other side of the globe to see this was to enhance the precision of measurements. A lot of effort went into positioning scientists and synchronizing clocks across continents. Think of it as the Apollo Project of the 18th century. You can read about ist e.g. in "Mason and Dixon" by Thomas Pynchon (with a few liberties taken by the author).

Comment Re: Huh? (Score 1) 114

About thirty years ago, a german writer called Herbert Rosendorfer wrote a book about "Columbus discovering the europeans". It tells the story of aliens colonizing earth like the europeans did in america. Some ten years later there is only one human being left living in a reservation. Highly recommended. My favorite quote: "Only few cardinals expected the aliens to be roman catholics."

Comment Re: It's a compiler flag to make it faster (Score 2) 141

This is rather simplified. SSE2 already supports the most common vector opetations. A fourfold vector operation is not always 4x faster because of pipelining, and in many cases, memory access is the bottleneck. Also, providing builds with different optimizations is not a big problem. I guess that the testing effort is the bigger problem.

Comment Re:Probability in computers: it's called a float (Score 1) 153

Could you please quantify "better than good enough"? As far as I know, bayesian models need to work with the logarithm of probabilities to get meaningful results for anything other than toy examples. Apart from that, are there any peer-reviewed papers that show a performance win with this concept for a real-world example?

Comment Re:Very old news. (Score 1) 393

You are missing that this is a 2-dimensional problem. Both wind velocity and boat velocity are 2d-vectors. What is required is that the projection of the boat velocity in the direction of the wind is smaller than the wind. The magnitude of the boat velocity can always be greater as that of the wind as long as it does not travel in the same direction as the wind blows.

Slashdot Top Deals

Thus spake the master programmer: "After three days without programming, life becomes meaningless." -- Geoffrey James, "The Tao of Programming"

Working...