Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
Censorship

Anonymous Speaks About Australian Gov't. Attacks 235

daria42 writes "The loose-knit collective of individuals known as 'Anonymous' has broken its silence about the distributed denial of service attacks on the Australian government. An individual (who insisted he or she is not a spokesperson for the group) said the attacks were more effective at stopping the government's Internet filtering project than signing a petition, and that the attacks could go on for months." The site where some members of Anonymous are said to hang out, 4chan, got a visibility boost yesterday when its founder moot spoke at the TED conference.
Wireless Networking

CSIRO Demonstrates Fastest Wireless Link Yet 94

rob101 writes "The CSIRO yesterday demonstrated the world's 'fastest' wireless radio link by transmitting sixteen full quality DVD streams over a 250m link and only using a quarter of the available bandwidth. 'The CSIRO ICT Centre today announced that it has achieved over six gigabits per second over a point to point wireless connection with the highest efficiency (2.4bits/s/Hz) ever achieved for such a system.'" CSIRO hopes to double the speed of this connection in the future, pushing twelve gigabits a second.

Comment Re:Not suprising. (Score 1) 479

I have programmed against all versions of Windows since 3.1, so yes, I realise quite a lot about the OS. Yes, the .NET controls are mostly wrappers around the Win32 ones. That is obvious, the APIs are so similar they haven't even fixed some of the obvious problems. I ask you (rhetorically, mainly) where would the speed difference come from? The native interop? What about if the controls were written purely in .NET? It's a JIT language -- by the time the code is running, it's been compiled to native code. The memory difference is correct, but that could certainly be minimized -- by caching the compiled stuff, mainly. There is nothing inherently inefficient about systems like .NET. If Microsoft wanted to use .NET more, they would fix these issues, they aren't fundamental problems with the platform, they're more just implementation issues in the current version. I know those controls (TreeView, ListView etc) aren't efficient because I've used them, and programmed using them. You can get around some of the issues, but it's pretty easy to stuff up. Native code or not -- it's irrelevant here; you're the one who thinks native code stuff is faster. Someone can program badly in any language, and the effect is pretty much the same.

Slashdot Top Deals

Reality must take precedence over public relations, for Mother Nature cannot be fooled. -- R.P. Feynman

Working...