Comment author: khafra 12 January 2012 09:39:23PM 1 point [-]

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.

Comment author: malthrin 12 January 2012 10:15:49PM 1 point [-]

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.

Comment author: lavalamp 12 January 2012 04:14:44PM 6 points [-]

...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.

Comment author: malthrin 12 January 2012 08:46:22PM 0 points [-]

I look forward to reading your thoughts. Ants looked like a fun problem.

Comment author: DanielLC 12 January 2012 06:47:55PM 0 points [-]

While we're talking about this: does anyone know why encryption isn't standard? What advantage is there in communicating with someone without encryption?

Comment author: malthrin 12 January 2012 06:51:20PM 1 point [-]

The main reason is that it requires your recipient to take an extra step. If you send an encrypted email to someone else, and they haven't configured their mail client for encryption, then they won't be able to read it. For most people, that negative outweighs the privacy gain.

Comment author: malthrin 11 January 2012 06:48:49PM 20 points [-]

There's a similar guideline in the software world:

There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.

Comment author: timtyler 06 January 2012 07:49:29PM *  3 points [-]

FWIW, there's a nice proof of Bayes' theorem in Russel and Norvig's textbook, which I haven't seen posted here yet.

Comment author: malthrin 07 January 2012 12:05:01AM 6 points [-]

Is this the one you meant?

P(A & B) = P(B | A) * P(A) = P(A | B) * P(B)

Hold the second two statements equal and divide by P(A):

P(B | A) = P(A | B) * P(B) / P(A)

Comment author: malthrin 05 January 2012 06:12:54PM 2 points [-]

That was interesting, thanks. Here's another take - specific to the field of language modeling, but addresses the same question of statistical versus formal models: http://norvig.com/chomsky.html

[Link] Opacity as a defense against bias?

4 malthrin 28 December 2011 06:15PM

This article makes the claim that financial systems are opaque in order to help us overcome our risk aversion:

Opacity is not something that can be reformed away, because it is essential to banks’ economic function of mobilizing the risk-bearing capacity of people who, if fully informed, wouldn’t bear the risk. Societies that lack opaque, faintly fraudulent, financial systems fail to develop and prosper. Insufficient economic risks are taken to sustain growth and development. You can have opacity and an industrial economy, or you can have transparency and herd goats.

I don't entirely agree. There's also a risk-pooling aspect (similar to insurance) and a middleman research value-add (individuals don't have to study thousands of possible investments). Still, it's an interesting idea. What other areas of the economy could make a similar argument?


Comment author: see 27 December 2011 10:03:25AM 6 points [-]

Okay, so, how did this survive evolution?

There is variation in the population over tolerance for risk. If the preference for certainty is detrimental in achieving goals, then those with less attachment to certainty, ceteris paribus, would have better overall reproductive success than the ones with greater attachment. Accordingly, a pro-certainty bias would be selected against.

So, what's the reason it didn't get selected out of the population?

Comment author: malthrin 27 December 2011 05:29:06PM 0 points [-]

It's a hack. Computation isn't free.

Comment author: malthrin 23 December 2011 07:57:03PM 0 points [-]

This reminds me of Explain/Worship/Ignore. Am I getting the right idea?

Comment author: RationallyOptimistic 23 December 2011 02:29:53PM *  5 points [-]

Study cognitive biases and fallacies and use them to examine your thought patterns and actions. Cognitive dissonance is, in my opinion, the most important, as it allows people to make mistakes without recognizing them as such and thus to make them again and again. Every time you make a decision that has unexpected consequences, even if they are favorable, ask yourself honestly, was this really a good decision? What evidence did you have at the time to justify it? Would you make it again, and if so, why? Would other people agree with your reasoning?

People can go through life blissfully unaware of how catastrophically bad some of their past decisions--for example, of where to work, where to live, who to marry--have been because of this all-power cognitive bias. Your goal is not to obsess over the past (and there is a risk of that), but rather to learn from it, and cognitive dissonance impedes you from doing that.

Comment author: malthrin 23 December 2011 07:36:39PM 4 points [-]

As Kahneman points out in his new book, failures of reasoning are much easier to recognize in others than in ourselves. His book is framed around introducing the language of heuristics and biases to office water-cooler gossip. Practicing on the hardest level (self-analysis) doesn't seem like the best way to grow stronger.

View more: Prev | Next