Jul 12

Guy Kawasaki has summarized a bunch of things he thinks everyone should learn about the world of work. One of them leaped out at me:

Whether [you are] young or old, the point is that the optimal length of an email message is five sentences. All you should do is explain who you are, what you want, why you should get it, and when you need it by.

Clearly he is a man after my own heart. At work I often reply with e-mails consisting of the word “Done.”

Whenever you’re writing an e-mail, you should go through what I call W5 analysis. You imagine that you’re the person who is receiving the e-mail, and answer the 5 or more questions that will run through their mind:

  • Who are you?
  • What’s happening?
  • When is it going to happen?
  • Where is it going to happen?
  • Why should I care?

Those are the 5 Ws. (Note that for the purposes of this exercise, “How” is spelled with a silent ‘W’, though ‘How’ questions tend to be more specialized and less important than the others.)

Sometimes there are more than 5 Ws. For instance, if you’re asking someone to do something, you’ll want to go on and answer

  • What do I need to do?
  • When do I need to do it by?
  • How do I do it?

Similarly, if you’re announcing a problem, you might want to add

  • Why did this happen?

If you’re really lucky, you may be able to skip a question and let the reader work it out for themselves. For instance, if they know you already, you can usually skip the “Who are you?” However, if you can’t come up with at least 5 obvious W questions that the reader will want answers to, you’re probably missing something important. Try going through “Who”, “What”, “When”, “Where”, “Why” and see if they prod you to think of a question.

Once you’ve answered the W questions, those answers become the content of the e-mail. So it’s probably no coincidence that Kawasaki picks 5 sentences, and my rule of thumb is to pick the answers to 5 questions.

W5 analysis is also useful for web pages. If you’re setting up a business web site, you should definitely use W5 to decide what goes on the home page. When I go to a web site, I always want to know:

  • Why does this web site exist?
  • What does it contain?
  • Why should I explore further?

and often

  • Who owns the site?
  • Where can I contact them?

It’s surprising how many sites fail to answer those questions.

In fact, once you start thinking this way, you see W5 everywhere. For instance, consider software project release announcements on SourceForge. As a user, off the top of your head, what are the 5 Ws you’d want answers to about any piece of software?

  • What does it do?
  • What does it cost (or what’s the license)?
  • What do I need to run it?
  • Who wrote it?
  • Where is the documentation?

Now go through the release announcements and project pages and see how often people leave those questions unanswered. D’ohh!

Jan 22

In part 1, I enumerated the approaches to spam eradication I was aware of, and explained my conclusion that the only approach which will work is an economic approach. In part 2 I discussed various options for tackling spam economically, ending with the one I think would actually be acceptable and useful: attention bonds.

Now I’ll run through (and shoot down) a few of the objections commonly brought up when the possibility of involving actual cash in e-mail sending is raised.

Continue reading »

Jan 22

In Part 1 I took a “from first principles” look at the spam problem, and concluded that the only way to actually solve the problem was to make people pay to send e-mail.

Now, it’s time to look at what I mean by that—because there are almost as many ways to implement “pay to send” as there are ways to implement filtering.

This is going to be a bit more technical than part 1. I’m going to assume you know basically how SMTP e-mail works. If not, there are tutorials available.

Continue reading »

Jan 22

A great many words have been written on the subject of e-mail spam. Effort has been poured into all kinds of technological measures against it. In my view, many of these efforts have been a waste of time, because they have failed to address the fundamental problem of spam.

To explain my thinking, I’ll start with some basic statements:

  1. Your attention is a valuable resource. If you doubt this, you need only look at the amount of money spent on advertising in an attempt to acquire your attention.

  2. Therefore, your inbox is a valuable resource. Many people, perhaps most people, now check e-mail multiple times a day. In fact, according to some surveys college students spend more time on the Internet than watching TV. They check their e-mail inbox more than they look at ad breaks.

  3. SMTP e-mail allows anyone to send mail. There’s no centralized registration required in SMTP; there’s no control over the growth of the SMTP e-mail network. While some servers restrict which SMTP clients may connect to them, there’s essentially no control over who sends mail, as it’s always possible to open a new web e-mail account, buy a new ISP dial-up account, or whatever.

  4. SMTP e-mail is free for the sender. Sure, many people pay for their Internet access; but once you have an Internet connection, sending e-mail basically doesn’t cost you anything—it has marginal cost.

Now, let me re-cast those four statements:

We have unrestricted access for anyone in the world to use arbitrary amounts of a valuable resource.

Can you think of any case where there has been a system like that, and it has worked? I can’t. The canonical example is the tragedy of the commons, but there are plenty of others, including the Cambridge ‘Green Bike’ scheme and the overfishing of cod.

In order to avoid a “tragedy of the commons” situation, we need to alter the situation so that one of the statements above is no longer true. Let’s go through them again and consider our options.

Continue reading »