Comment Major ISPs (Score 1) 190
Comcast being the future owners of NBC, and a "content" company regardless.
Time-Warner being a content company too.
Why do we think it's not the normal content-publishers trying to screw people over?
Comment Re:Hard to Replace (Score 1) 163
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 Re:The hell? (Score 3, Insightful) 163
Comment Hard to Replace (Score 2, Insightful) 163
Comment Re:could you be any more dramatic? (Score 1) 521
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.
Comment Re:find another job. (Score 1) 578
Comment VT Doesn't have that kind of 3G Coverage (Score 1) 249
FCC Backs Net Neutrality, Chairman's Full Speech Posted 270
Comment Re:Actually, I'm kinda getting nostalgic ;) (Score 2, Informative) 331
While Flash on 64bit windows still is nonexistent.
Well, perhaps 64-bit Flash on 64-bit Windows is nonexistent, but Flash is working just fine, thank you. And you don't need to do anything wonky to make full screen work.
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