Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:A nice piece of work (Score 1) 300

Yeah, parent comment is correct. MD5 roots are not important *yet*, though they may be an issue in the future when MD5 collisions can be created arbitrarily (versus using birthday attacks).

MD5 certs anywhere in the chain (with the exception of the trusted root) mean that the certificate is suspicious *today*.

The Almighty Buck

EMA Suggests Point-Of-Sale Game Activation To Fight Piracy 244

Gamasutra reports on a set of standards (PDF) published by the Entertainment Merchants Association to promote the use of technology that would "disable" games and DVDs until they are activated when purchased. "The effort is codenamed 'Project Lazarus,' and the EMA says it's assembled a consortium of retailers, home video companies and video game publishers to see how easily such 'benefit denial technology' could be implemented, and to evaluate possible cost-benefit analyses. The initiative is similar to security tags used in clothing retail that spill ink on garments if they're forcibly removed, thereby destroying the item. In such a situation, shoplifting is discouraged by implementing a solution that only the retailer can remove at the point of sale."

Comment Re:Put blame where blame is due (Score 1) 154

These days, cross-browser issues fall into two camps:

- IE and everyone else
- Minor intepretations of the spec that are easy to fix

The first ones are pretty insidious - you end up tweaking things so far for IE that it breaks the standard browsers. Examples: hasLayout, iframe contentDocument, etc.

The second ones are easy to fix. Usually it's a corner case anyways.

Slashdot Top Deals

There are two ways to write error-free programs; only the third one works.

Working...