Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Hard to Replace (Score 1) 163

They must be referring only to the Windsor county area? That's an odd way of putting it... my wikipedia statistics (which match with many I've heard on other media) indicate that the surplus cannot apply to the whole state...

73% of the state's electrical generation capacity which is 35% of the state's electrical needs. http://en.wikipedia.org/wiki/Vermont_yankee

Comment Hard to Replace (Score 2, Insightful) 163

One of the issues with shutting down Vermont Yankee is that it provides over a third of the electricity to the state. I feel like a lot of the reason it has been treated so leniently is because of the massive increase in price Vermonters face in getting power elsewhere in that kind of volume. Hydro-Quebec provides a good portion of the rest, perhaps they have the capacity, but there's nothing quite like homegrown cheap power.

Comment Re:could you be any more dramatic? (Score 1) 521

And yet Apple is working hard and spending money implementing HTML5 and pushing for it to be more fully featured, more capable, able to replace Flash.

Its not that they don't want to allow people to run apps that they didn't buy on the App store, its that the number of tradeoffs in doing a "good" (for Flash) implementation of Flash take directly away from the experience Apple wants to deliver, and so, they don't do it.
Government

FCC Backs Net Neutrality, Chairman's Full Speech Posted 270

ArmyofGnomes writes "FCC chairman Julius Genachowski delivered Monday on President Obama's promise to back 'net neutrality' — but he went much further than merely seeking to expand rules that prohibit ISPs from filtering or blocking net traffic by proposing that they cover all broadband connections, including data connections for smartphones. Genachowski stated: 'I understand the Internet is a dynamic network and that technology continues to grow and evolve. I recognize that if we were to create unduly detailed rules that attempted to address every possible assault on openness, such rules would become outdated quickly. But the fact that the Internet is evolving rapidly does not mean we can, or should, abandon the underlying values fostered by an open network, or the important goal of setting rules of the road to protect the free and open Internet. ... In view of these challenges and opportunities, and because it is vital that the Internet continue to be an engine of innovation, economic growth, competition and democratic engagement, I believe the FCC must be a smart cop on the beat preserving a free and open Internet.'"

Comment Re:Are all C programmers sex offenders? (Score 1) 587

As many other posters have pointed out, things like ... texting a naked picture, etc require registration as a sex offender

Wow, does this mean ASCII art too? Then I must admit I'm a sex offender! I have sometimes used the expression if (C==8) in my programs...

Well, see there's you're problem: the government HATES when people use magic numbers in their programs. You should have done something more like:

static final int BALLS = 8;
if(C==BALLS)

Obviously

Security

Submission + - FBI nabs Chicago Transit Authority Radio Hacker (nbcchicago.com)

Wh15per writes: "The Chicago FBI Joint Terrorism Task Force arrested an individual for misusing Chicago Transit Authority radio systems. Marcel Carter, 20, is charged with violating a U.S. code that forbids interference with transportation operators. A federal complaint alleges he began using a radio to transmit on CTA frequencies in June 2008, often interjecting with comments during communications between the agency's control center and train operators. The CTA claims Carter's radio communications were never followed, and passengers were never in danger."

Comment Re:Correction (Score 1) 546

As long as it _really_ works both ways, of course, when *non-commercial* works also pass into the public domain after five years, then fair is fair. When originally GNU GPL-licensed code can be used without adhering to the license because it's moved into public domain. That'd be truly fair.

Comment Re:The Thing M$ Likes about the GPL (Score 1) 362

Well, I think you might have it a little off too... The GPL protects the rights of the *code* to always be open-source and freely distributable. If I want to modify the software and distribute those modifications, but not release the source to my modifications, the GPL takes control, and denies me that privilege. GPL protects the freedom of code, BSD protects the freedom of coders.

Slashdot Top Deals

Where there's a will, there's a relative.

Working...