Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
XBox (Games)

Modded Xbox Bans Prompt EFF Warning About Terms of Service 254

Last month we discussed news that Microsoft had banned hundreds of thousands of Xbox users for using modified consoles. The Electronic Frontier Foundation has now pointed to this round of bans as a prime example of the power given to providers of online services through 'Terms of Service' and other usage agreements. "No matter how much we rely on them to get on with our everyday lives, access to online services — like email, social networking sites, and (wait for it) online gaming — can never be guaranteed. ... he who writes the TOS makes the rules, and when it comes to enforcing them, the service provider often behaves as though it is also the judge, jury and executioner. ... While the mass ban provides a useful illustration of their danger, these terms can be found in nearly all TOS agreements for all kinds of services. There have been virtually no legal challenges to these kinds of arbitrary termination clauses, but we imagine this will be a growth area for lawyers."

Comment Re:Not specifically MacBook/Windows/BootCamp probl (Score 5, Informative) 396

I write driver level embedded code for a living. Everything from bootstrapping embedded linux to SoC level power management.

Power management is usually the last thing to get done (if at all)... why? Because management usually sees it as icing on the cake. Attitudes are typically just make it work and we'll ship a bigger battery to make it last. Or we'll ship an upgrade in 6 months, if the product starts to take off and we decide to fund further development.

Time to market is everything.

Power management is also really hard to get right 100% of the time. It's really hard to debug code/hardware where stuff is shutting itself off, or worse, a controller uP is shutting you off unexpectedly.

It has NOTHING to do with 'bad code' or 'shitty programmers'. It's just management grinding down on the engineers to do it: better, faster, cheaper, pick two. Usually faster and cheaper win.

Comment Hashes in general (Score 3, Informative) 125

I hate to state the obvious, but a hash by nature is breakable. You are (typically) distilling a large number of unique bits down to a smaller number of bits.

Of course there will be more than one set of inputs that generate the same output.

Its more an issue of:
1. How hard it is to find colliding inputs.
2. What the hash is used for.

Passwords typically generate more bits, so different rules apply.

Slashdot Top Deals

The moon is made of green cheese. -- John Heywood

Working...