Forgot your password?

typodupeerror

Comment: Re:Available for purchase (Score 1) 56

by cananian (#35765288) Attached to: 92,000 LEGO Robots To Take Over Peruvian Schools Alongside OLPC
Yes, the design of the laptop is intended to make it clear that it is a children's machine.

The hand-crank was always a creation of the confused media coverage. You *can* power the XO-1/1.5/1.75 with a hand crank -- you just wouldn't want to. Your arms are not the strongest part of your body, and the cranking motion is inefficient. OLPC invested in multiple different power technologies for different parts of the world -- step-powered generators, cow-powered generators, small and large solar panels, car battery multi-chargers, etc. Large-scale solar power is the only thing which deployment countries have been eager to adopt in large numbers. We respond to our deployments.

Incidentally, the lower power consumption of the XO-1.75 unsurprisingly makes it work better on solar power as well.

Comment: Re:another intersection of CS and econ (Score 2, Interesting) 421

by cananian (#30039762) Attached to: What Computer Science Can Teach Economics
Interesting link -- but CS does provide mechanisms for creating "trust worthy" bundles securities, in the form of one-way functions. If the seller says, "I distributed the asset types among these securities using a random number generator built on a cryptographically secure one-way function with the following seed", it is possible to have a high degree of confidence that the distribution really is random. The seller can rejigger the seed but the one-way function (statistically) prevents more than a certain amount of tampering. (Of course, you can still try to tamper with the ordering or identity of the input securities -- discuss!)

Comment: Re:Dissabling SSL re-negotiation? (Score 1) 170

by cananian (#29996878) Attached to: Man-In-the-Middle Vulnerability For SSL and TLS
RC4? Really?! Dude, that's totally broken -- see http://en.wikipedia.org/wiki/RC4#Security and especially http://en.wikipedia.org/wiki/Fluhrer,_Mantin,_and_Shamir_attack . Ron Rivest makes lots of good stuff, but all of "Ron's Codes" have been broken. (Except maybe RC6, but the AES committee determined that Rijndael was better than it.) Classic example of amateur cryptography actually resulting in a system that is *weaker* than the alternative. Le sigh.

You're definitely on their list. The question to ask next is what list it is.

Working...