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

 



Forgot your password?
typodupeerror
×

Comment Re:I don't see it (Score 1) 197

Tablets didn't fail so much as tablet PCs failed. Stuff like cell phones, GPS units, book readers, personal media players, PDAs, smart remote controls and the like are all quite successful and available as small tablets, but they're not PCs. Designing a bigger and better one of those is more natural than trying to make a laptop usable without a keyboard.
Earth

Inside the Active Volcano On Montserrat 42

Roland Piquepaille writes "An international team of researchers has begun collecting imaging data on the Soufriere Hills Volcano in Montserrat, which has been erupting regularly since 1995. They're using the equivalent of a CAT scan to understand its internal structure and how and when it erupts. The experiment is dubbed SEA-CALIPSO and 'will use air guns and a string of sensors off the back of a research ship combined with sensors on land to try to image the magma chamber.' Early results are surprising. Quoting one of the leading scientists: 'The interesting thing is that much more magma is erupting than appears represented by the subsiding bowl. ... The magma volume in Montserrat eruptions is much larger than anyone would estimate from the surface deformation, because of the elastic storage of magma in what is effectively a huge magma sponge.'"

Comment Re:64 bit Java? (Score 1) 387

After 1.6_10 and JavaFX, they're effectively one and the same. There's a JavaFX demonstration of an experimental feature where you can drag the Applet from its spot in the page and it becomes a regular JWS application with only the slightest pause as it spawns a new OS-level container. I'm pleasantly surprised to see all that Sun's done to improve Applets even after they've mostly failed in the market.

Comment Re:sorry (Score 1) 185

If the new codecs work the same way image formats do, you just put the new set of codecs in a jar, stick them in the extension directory, and then every single Java app can use them with no further configuration.

Comment Re:You mean physical memory right :-) (Score 1) 983

I figured they just kept one zeroed page and made it copy-on-write so that it's not actually cleared out until it's actually needed. That way if you decide that you want every program you run to have a 32 MB stack and they only use 128 kB on average, they've all got room to grow without using much real RAM. It also eliminates the need to handle a special zeroing operation since copy-on-write of a zero page would do the exact same thing.

Slashdot Top Deals

What is research but a blind date with knowledge? -- Will Harvey

Working...