Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Not worthy of the front page. (Score 4, Informative) 157

I agree with a previous poster who said it is unfair to compare this algorithm to Gaussian Elimination. Frankly, it seems to me that the poster has taken enough numerical analysis to know that GE is O(n^3), but is not familiar with the much wider body of research into efficient methods for solving structured linear systems.

Symmetric diagonally dominant linear systems are among the best conditioned systems you could possibly construct, which means that it is a rare case that you would ever use GE. Instead, you would use an iterative method, such as conjugate gradients or a stationary method like the Chebyshev method discussed in the paper. While it does seem that they are proposing a novel way to construct an efficient iterative method, the truth is that once you've entered the realm of iterative methods it's not likely there is going to be a single approach that works best in every instance. Even the paper's author agree that this is a "conceptually simple and possibly practical iterative solver." They rightly recognize that what works well on paper may not always prove useful in practice. So I think we should take the authors' own advice and wait for further research into this approach.

Comment The submission itself demonstrates the problem (Score 1) 1747

eldavojohn writes: "While nothing interesting was found by most scientific journals..."

As evidence he provides a reference to: the statement by a single journal. Surely that is not "most journals", is it? Where is the evidence that most journals have even commented on the story, much less rendered a verdict as to its seriousness?

To be fair, the statement might well be true, in the sense that "most scientific journals" have not issued any statement on the matter. And even if they did so, in the short period of time that has transpired, it could only represent the views of the editors, not the body of researchers that contributes to it.

So what we have here seems to be the gross magnification of one statement to reflect a broad consensus.

Comment Re:oscillococcinum (Score 5, Informative) 713

The key point you've glossed over is the measurement "200CK". How much is 200CK? It means that the substance has undergone 200 100-to-1 dilutions. That means that the concentration has been reduced from full strength by a factor of 100^200. Yes, that's right---10^400. According to this article in Wikipedia, the number of observable atoms in the observable universe is approximately 10^80. Clearly, you will be the luckiest person alive, 10^40 or so times over, if even one atom of the active ingredient is left in your sugar pill.

Programming

Python 3.0 Released 357

licorna writes "The 3.0 version of Python (also known as Python3k and Python3000) just got released few hours ago. It's the first ever intentionally backwards-incompatible Python release."

Comment Re:Playing up his anti-Bush sentiment (Score 1) 425

Not until you linked to it, no. The idea that I would think that they should "stop giving awards to known anti-Bush partisans" is preposterous.

I genuinely believe Krugman deserves his award. I believe the work for which he earned it is great stuff, and so did those aformentioned economists with whom I once had the pleasure of meeting. And I believe that the way the OP phrases his post unnecessarily links that work with his political punditry.

That's what I believe, that's what I meant, and that's what I said. You clearly doubt my sincerity; that is your problem, not mine. But since I can't fight that, you win.

Google

Where Does Google's Hardware Go to Die? 123

An anonymous reader asks: "I was talking with a co-worker today about how Google is so big, and how they make such great use of commodity hardware to do their business, and one of the topics that came up is what Google does with its old hardware. Google has been around for many years now, they have more machines than any sane person would own, and they are continually expanding. At some stage they have to push out old equipment, either when it starts entering into its MTBF limits or it's been depreciated down. Searching (using Google of course) wasn't particularly fruitful. Has anyone seen where Google's hardware goes when it dies?"
It's funny.  Laugh.

GPS Devices Lead Authorities to Thieves' Home 124

Radon360 writes "A trio of not-so-bright thieves in Lindenhurst, NY stole 14 GPS position reporting devices used on public works equipment from a nearby township garage. Authorities didn't have to look too far to locate him or the devices, as one of them was still active and indicated the location of his home when it was queried. From the article: 'Town officials said the thieves didn't even know what they had: they thought the GPS devices were cell phones, which they planned to sell.'"
Google

Google's Sinister(?) Plans 287

puppetman writes "This week, Robert X. Cringely makes some interesting observations as to what Google's up to next. He theorizes that Google is looking to create a bandwidth shortage that will drive ISP/cable/telephone customers into it's open arms (often with the blessing of the ISP/cable/telephone company). The evidence: leasing massive amounts of network capacity, and huge data centers in rural areas (close to power-generation facilities). The shortage will only occur if the average bandwidth consumption by individual consumers skyrockets; think mainstream BitTorrent, streaming moves from NetFlix, tv episodes from iTunes, video games on demand, etc, etc. Spooky and sinister, or sublime and smart?"

Slashdot Top Deals

Real Users never know what they want, but they always know when your program doesn't deliver it.

Working...