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

 



Forgot your password?
typodupeerror
×

Comment Re:CERN Computing Center (Score 1) 31

Some numbers about the computing power at the CERN computing center (July 2013):

Number of machines: 17,000 processors with 85,000 cores (Source)
All physics computing is done using the Linux operating system and commodity PC hardware. There are few Solaris server machines as well, especially for databases (Oracle).

And Yes, it can run Crysis.

Comment Re:Propaganda (Score 1) 688

You are using a contrived example to "prove" your point by taking a trivial problem and taking the most absurd route possible to solve it. The "Common Core" method (which, by the way, is the method that most people will use intuitively) is used to reduce the complexity of nontrivial problems, not to make a mockery of the trivial ones.

By way of example, what's 426 - 298? Well...
298 + 2 = 300
300 + 100 = 400
400 + 26 = 426

And now... drumroll please... 100 + 26 + 2 = 128.

And you and I both know that if you had faced this problem in the real world that this is exactly how you would have solved it. You probably wouldn't have drawn a box or any such nonsense, but you would have reduced it to manageable chunks like that because that's the sensible way to solve it.

Sorry to have rained on your common core bashing session.

I really don’t get what that crap above is about, but doing it in my head I just took off 300 and added 2.

So you might think you know how I would do that problem, but you’re wrong.

Comment Re:How often does your workstation hibernate? (Score 1) 264

Fundamentally, why are swap and hibernation in separate files? Hibernation is just swapping everything out, as if the computer temporarily had 0 RAM.

Because that way you can get back to having a responding computer in a reasonable time, since it can just do a sequential read to put the working set back into memory. Also, because kernel needs to write its normally non-swappable state somewhere - what processes are running, what files are open, what virtual memory space and address do the pages in the swap file belong to, what interrupt handles are installed, etc.

Plus your OS may actually have swapped out some memory and to to get to exactly the same state will need to access that swap file content. So overwriting with RAM contents is going to create potentially an unstable system state.

Comment Re: Well for once I agree with religious crazies (Score 1) 363

Social isolation and physical confinement played a part as well.

I don't believe any successful European settlement of North America began with a base as small as twenty. I expect alcohol would become a problem. I expect suicide would become a problem.

Alcohol won’t be a problem. Someone will open a Mars bar.

Slashdot Top Deals

Genetics explains why you look like your father, and if you don't, why you should.

Working...