Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:No ROI has been done for this network.... (Score 1) 62

Good god, what a load of ignorant rubbish - governments are SUPPOSED to do it where it's not viable for private companies to do so!

Young people leave rural areas all the time because of limited employment opportunities. Putting high-speed links out there means you can move (or start) many types of tech-supported industries that otherwise wouldn't be able to exist outside of the city.

You know all that overcrowding the anti-boat-people brigade keep whining about? Well this is part of the reason for overcrowding. Because we keep trying to fit more and more people into the existing cities. Nobody wants to live out of the city because they can't get these sort of services.

Comment Re:In two minds about transparency (Score 1) 62

That's a little disingenuous mate; when most people mention the insulation program, they are simply repeating the Liberal line that the whole thing was a fiasco. Which it wasn't. Some dodgy operators spoiled it for everyone (and perhaps the government could have taken a little more care vetting operators somehow), but overall the program was a success.

When you talk to just about anyone in Australia, and they immediately bring up one of the following, you may as well just walk away (or face the urge to throw yourself from the nearest window):

  • The government is incompetent because the insulation program was a farce (it wasn't).
  • The government is incompetent because the Building the Education Revolution (BER) program was a farce and a waste of money (something like a 3% complaint rate, I believe).
  • The government is illegitimate and we should have another election.
  • They call Julia Joolya or JuLiar (name-calling; it's practically a hallmark).

You can guess they get almost all their talking points from The Australian (a Murdoch rag) or AM talkback radio. For the record, I'm a Greens voter; I don't actually like Labor, but I think they're a damn sight better than the Liberals, and I'd rather have a government that (supposedly) aims for services and social mobility.

Comment Re:What filter? (Score 1) 222

I disagree; NBNCo is not an ISP. I think it is more analogous to the case where Telstra resells access to its network via ADSL.

It's the wrong level to insert a filter at, because the NBN should not know what its traffic means.

Oh, and would you stop with the $1000000000 per household $80 billion dollar DEBT WASTE DEBT hysterics, would you?
The first phase of the NBN pilot came in both ahead of schedule and under budget.

Comment Re:total eclipse of the heart (Score 1) 294

Oh, please. I see your Strawman and raise you a Reductio ad Absurdum.

Sure, lazy developers are going to use debuggers and edit/continue to avoid thinking. But that doesn't mean that everybody needs to code with a soldering iron and debug with an oscilloscope.

And windbg? For 90% of cases, that's simply masochism (I, for one, don't use obtuse tools just so I can feel smart about being able to use them).

For example, you don't need to load up windbg, load SOS, and do a gcroot command just because an InvalidCastException was raised by some piece of code you haven't worked on in a couple of months. Just step in there, and see what object is being passed in (and, probably, track it up the call stack to see what's changed).

Keeping the entire source tree in your head slows you down (and probably drives you crazy). I tend to keep an overall map of the codebase in my head and just re-familiarise myself with bits while I'm working on them.

When an app has an unhandled exception, VS launches for JIT debugging, attaches, and takes me right to the place in the source where the error was raised. It shows me the full call-stack (a double-click on any entry in the call stack will take me to the source there) and, for each level in the call stack, automatically picks likely variables of interest (as well as being able to show me the contents of pretty much anything else I choose).

United States

Growth of E-Waste May Lead to National 'E-Fee' 199

jcatcw writes "A bill in Congress would add a recycling charge to the cost of laptop PCs, computer monitors, televisions and some other electronic devices, according to a story at Computerworld. The effort to control what's called e-waste could lead to a national 'e-fee' that would be paid just like a sales tax. Nationwide the cost could amount to $300 million per year. Already, California, Washington, Maryland and Maine have approved electronics recycling laws, and another 21 states plus Puerto Rico, are considering them."
GNOME

Submission + - Linus calls GNOME "limiting"

lisah writes: "The flame wars between Linus Torvalds and the GNOME community continue to burn. Responding to Torvalds' recent claim that GNOME 'seems to be developed by interface Nazis' and that its developers believe their 'users are idiots,' a member of the Linux Foundation's Desktop Architects mailing list suggested that Torvalds use GNOME for a month before making such pronouncements. Torvalds, never one to back down from a challenge, simply turned around and submitted patches to GNOME and then told the list, '...let's see what happens to my patches. I guarantee you that they actually improve the code.' After lobbing that over the fence, Torvalds concluded his comments by saying, 'Now the question is, will people take the patches, or will they keep their heads up their arses and claim that configurability is bad, even when it makes things more logical, and code more readable.'"

Slashdot Top Deals

"Time is money and money can't buy you love and I love your outfit" - T.H.U.N.D.E.R. #1

Working...