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

 



Forgot your password?
typodupeerror
×

Comment There are emulators for the Apple ][ (Score 1) 264

Given that there are emulators for the apple ][, which is over thirty years old now, it seems likely that there will be an emulator capable of running say Windows 2000 a couple of decades down the track. But I guess it would be better to archive the ISOs of the installation media than the installed image. There are other methods they could use: convert to PDF (can't edit document easily); Convert to OpenDocument (likely to mess up formatting etc.); convert to plain UTF-8 (mess up formatting even more). It hard to tell what is best without knowing more about their requirements (perhaps a combination of all of the above).

Comment Can give a boost even with same instruction set. (Score 5, Interesting) 405

You can also gain some performance by tweaking code for different processor types, even if they have the same instruction set. One example would avoiding XOR swaps on CPUs that have instruction pipelining, which is independent of the instruction set.

http://en.wikipedia.org/wiki/XOR_swap_algorithm

This maybe wasn't the best example since XOR swaps are rarely useful anyway. I suspect that other things like word (mis)alignment and varying cache miss costs may be a factor for different processors.

Gentoo claims that picking e.g. core2 over nocona can boost performance by 15% (which seems a bit much to me), so picking the right x86_64 variant is still something that is considered. Not something I worry about though, unless I am compiling from source anyway.

Comment But still raw-data is good. (Score 1) 822

They story suggests that scientists should present all their raw data to improve "openness". I agree that it is unlikely to inform people who are unwilling to read more than a few key phrases from one textbook. However I think this should be the norm in *all* fields of science, controversial or not (where privacy is not a concern etc.).

For example, I once contacted a author of a paper basically saying "I read the paper you wrote on a utility to improve security. It seems to me that your utility could also be used to improve performance as well. Could I play with the utility?". Their response was "I wrote that a few years back. I think I lost the code." Other researchers have similar difficulties when trying to perform meta-studies based on other researchers data. This could have been avoided if submitting raw data and code was the norm. These days there would be almost zero-cost in submitting raw-data in electronic form along with almost every manuscript submitted for peer-review and publication.

Comment Unlimited Windows Source License for $100? (Score 1) 340

Everyone is so paranoid about the AP. I am sure they have ensured that they have rights to distribute the content.

Anyone one tried pasting in the leaked Windows source code? According to their pricing scheme its $100 for a "For profit" license to post the code on a webpage. Maybe a little overpriced, but at least it's less than the cost for a single use binary at my local store.

Comment But SSD is cheaper than ram? (Score 1) 153

The point of the original story was that SSD is cheaper than ran. Clearly moving everything from SSD into ram is going to make things faster, but so would moving everything from HDD to ram. Its just a matter of cost vs benefit.

I am not too sure how the cost/benefit of ReadyBoost stacks up, but I'd guess that plugging in a decent flash-drive would be cheaper than trying to find obsolete Laptop ram.

The wikipedia entry for Superfetch doesn't mention anything about only being 32bit, and it sound like it would work better the more RAM it has to play with: In any case, hack or not, ReadyBoost is an example of a hybrid system.

Comment Turbo uses compression servers (Score 1) 277

The turbo feature works by routing all your non https content via compression servers, which can ofcourse cause slowdowns: http://www.downloadsquad.com/2009/03/13/opera-10-alpha-now-includes-opera-turbo-compression/

This appears to be lossy compression that reduces image quality... Hopefully pretty much all html is compressed at the source these days: http://www.webreference.com/internet/software/servers/http/compression/

Slashdot Top Deals

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

Working...