...which I think is about 6 months away...
Outside view suggests it might be more like a year. (Ants was originally planned--at least by one of the contest's officials--for about 6 months after planet wars.)
I'm not too unhappy with my #326 finish, considering that life intervened and I basically didn't work on it at all for the second half of the contest. Percentage-wise, it's an improvement over the last one, anyway. I was also struck by how mundane the winner's strategy was (http://www.xathis.com/posts/ai-challenge-2011-ants.html). It seems he didn't beat it with just a few overarching principles, but rather a lot of little pieces done well.
I have some more postmortem thoughts that I'll try to write down in a bit.
Subscribe to RSS Feed
= f037147d6e6c911a85753b9abdedda8d)
Also, encryption is easy; key management is hard. If your workplace sets up a Public Key Infrastructure on your Exchange server, all you have to do is click "encrypt." But outside of an organization that uses it, you'll need some out-of-band way of exchanging keys with everyone you want to communicate with. And, as fun as key-signing parties are, they can be a little awkward for, say, someone you just met on reddit.
Right. Encryption is a lever; it permits you to use the secrecy of a small piece of data (the key) to secure a larger piece of data (the message). The security isn't in the encryption math. It's in the key storage and exchange mechanism.
*I stole this analogy from something I read recently, probably on HN.