Forgot your password?

typodupeerror

Comment: Re:PC gaming? (Score 1) 157

by Firehed (#40143991) Attached to: Digging Into the Electrical Cost of PC Gaming

I'd wager they'll draw far less - the demand for long battery life in the mobile space has made its way into desktop hardware. It's amazing what the engineers can come up with when they actually try to reduce power consumption. Today's crappy outdated system might have been a high-spec machine five years ago; unfortunately, that was near the peak of our "throw more electricity at the problem" phase in hardware design (Prescott, anyone?).

Comment: Re:The solution is.. (Score 1) 144

by Firehed (#39947291) Attached to: W3C Member Proposes "Fix" For CSS Prefix Problem

Because the interface hasn't been defined yet. They're making experimental functions with no standard interface, so the prefix indicates it's not designed for production use yet. Look at CSS gradients, and even border-radius: until relatively recently, there were multiple different ways to achieve the same effect depending on the browser and that vendor's prefix: -moz-border-radius-topleft vs -webkit-border-top-left-radius (the latter won out and is now the standard, sans prefix) further complicated by non-circular radii; see http://www.css3.info/preview/rounded-border/. And that's dead-simple compared to gradients - look at the output to get something cross-browser here

This is definitely a real problem. Too bad the proposal doesn't actually solve it. While it goes in the right direction by asking for support of non-prefixed properties from day one, that effectively ensures that the first implementation out there defines the interface, which can easily leave a huge mess behind (again, see webkit's gradient interface). The proposal's author is aware of this and dismisses it as a non-issue, which is incredibly ignorant.

Comment: Re:Treason (Score 1) 616

by Firehed (#39814329) Attached to: House Passes CISPA

I know you're commenting with extreme sarcasm, but I do think that's actually the case. An elected official using their power in a manner designed to undermine the Constitution isn't technically treason by most definitions, but I feel it should be punished just as severely.

Comment: Re:Multiple Posts (Score 1) 56

by Firehed (#39600697) Attached to: Twitter Files Suit Against Spam Software Authors

It's hard to detect whether this is being done by automated spamming tools or humans. We have a dashboard at our office that streams mentions of our company on twitter, and we'll often see spurts of a human spamming the link to their donation campaign at celebrities asking for handouts.

To be fair, you may want to solve that problem as well, but it sounds like Twitter is just trying to silence the bots.

Comment: Re:Wasted taxpayer money (Score 1) 375

by Firehed (#39490741) Attached to: Cops Can Crack an iPhone In Under Two Minutes

It's fully encrypted with a crappy passcode, too. It just takes no more than 10,000 attempts to crack, and if they're able to dump the contents of the storage that's easy to bruteforce (hopefully law enforcement would try to do it by hand, hit the ten-attempt limit and cause the device to wipe itself). As usual, encryption is only as strong as it's weakest link, and a 4-character numeric pin will be cracked twice as fast as an all-lowercase three character password (17576 possibilities)

Never underestimate the bandwidth of a station wagon full of tapes. -- Dr. Warren Jackson, Director, UTCS

Working...