Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Wrong tests (Score 3, Informative) 151

Result of Nvidia's crippling DP floating point performance on mainstream graphic cards is people started to look for ways around this bullshit.

Case in point: linear algebra libraries (like 80% of scientific computing). Basically people are modifying algorithms so that bulk of computation is done in single precision and then cleaned up in double. Those mixed mode algorithms often outperform pure DP ones even on non crippled cards (for example MAGMA library).

People don't like to be screwed with...

Comment Arcs are a lie (Score 4, Interesting) 145

Navy guys will need more data.

Those much hyped arcs from Inmarsat are pretty much bogus. The trouble is that the problem is badly conditioned - because satellite is way too far (geosynchonous orbit - not your friendly neighborhood gps) and it's right on top of the search area. In other words - small errors in time/distance measurements, satellite position, etc. produce huge errors in estimation. They're lucky they placed the airplane on earth.

Comment Remember general Petraeus? (Score 4, Interesting) 354

For all those morons calling Snowden a traitor: consider this scenario.

Reviewing circumstances of that Petraeus scandal in the light of Snowden's revelations, it's pretty clear that NSA knew about CIA director affair, and more importantly kept the fact to itself (if, of course it wasn't a parallel construction by FBI, which is easy for them to check)

Now what we have? We have that NSA had dirt on a top CIA official, a popular political figure, with very probable presidential candidacy on the horizon. And what it did with that info? It kept it's chips to itself to cash-in at the most opportune moment! And the whole infrastructure at the NSA is built in such a way (intentionally!) that unless NSA wants to, nobody can say with absolute certainty what they knew and when they knew that.

In my books that is a direct threat to the republic.

Comment Re:TRIM? who needs it! (Score 1) 133

I tend to write a lot between the lines. Here's the one of the lines I skipped: in COW setups, in stable state you write at exactly same rate as you free blocks. I.e. by writing 1 gig, you're freeing 1 gig. And so on to the end of block space, then you wrap and repeat. Wear leveling is additional side effect.

Slashdot Top Deals

People who go to conferences are the ones who shouldn't.

Working...