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

 



Forgot your password?
typodupeerror

Comment Re:Kill XP? (Score 2) 405

I'm down to 2 Windows machines now; My wife's laptop - she needs IE for remote access to her work PC, and my media center - the games I want to play run fine on Wine, but I'm still haven't been able to get a user friendly bluray setup (which means disk goes into drive and plays without further user intervention) on linux. Irritating.

Comment Re:The internet is full. Go away. (Score 1) 241

IPv6 is not a solution to this problem. If we allocate IPv6 addresses the way we have allocated IPv4 addresses, we'll run out of them in just a few more years. Then what? IPv8, with 1024-bit addresses, so we can start allocating entire /256 blocks and run out again?

You don't realise how big a 128-bit address space is. As for a 1024-bit address space, why would every atom in the observable universe need over 10^200 IP addresses?

Comment Re:Unfortunately, UK has become Uncle Sam's lapdog (Score 0, Troll) 1065

No. The NHS does not work. The reason US politicians who are opposed to universal healthcare always use the NHS as an example is because it is the among the very worst state healthcare providers in the developed world. The NHSis an example of how not to do state provided medical care - many countries make public healthcare work far more effectively (and US healthcare is an example of how not to do private medical care - many countries make private healthcare work far more effectively).

Comment Re:Common knowledge (Score 1) 670

A compacting GC is often a win over naive manual memory management - they improve cache coherency and speed up dynamic allocation. Of course, using smarter allocation techniques (small object pools etc) instead of general purpose allocators (new/malloc) can provide even grater benefits to GC - but that's what Google were talking about when they said "extensive tuning efforts". In other words, a C# or Java application using GC can outperform a naive C++ application because of, not in spite of, GC. The worst case is when somebody decides that every dynamic allocation belongs inside a shared_ptr *shudder*.
Power

Browser Power Consumption Compared 274

theweatherelectric writes "Over on the IE Blog they've posted a power consumption comparison of the five major browsers. They write: 'Power consumption is an important consideration in building a modern browser and one objective of Internet Explorer 9 is to responsibly lead the industry in power requirements. The more efficiently a browser uses power the longer the battery will last in a mobile device, the lower the electricity costs, and the smaller the environment impact. While power might seem like a minor concern, with nearly two billion people now using the Internet the worldwide implications of browser power consumption are significant.'"

Slashdot Top Deals

What's the difference between a computer salesman and a used car salesman? A used car salesman knows when he's lying.

Working...