Monthly Archives: May 2008

No, They Don’t Read

It’s clear that a lot of people don’t actually read web pages before they respond to them. They’ll do things like…

  • Contact someone with a similar name, even when it’s clearly the wrong sort of organization — say, a student writing club and not the bookseller that’s been causing them problems.
  • Ask a blogger for a job application for a company mentioned in the post.
  • Ask unrelated tech support questions on a blog post because they used the wrong search terms for their problem.
  • Ask for help creating Flash animations on a forum dedicated to the Flash super-hero, then get indignant when people have the gall to point out that they’re in the wrong place.

Now, usability guru Jakob Nielsen reports on a study showing just how much people don’t read. In the average visit, users only read 28% of your text if you’re lucky. You have to drop way down — to 111 words — just to count on visitors reading half of it.

Depressing, but it explains so much. And it suggests there’s a benefit to highlighting key phrases. If they’re only going to read ¼ of the text, you may as well make sure it includes the important stuff.

Posted in Computers/Internet, Writing | Tagged , | Leave a comment

Hazards of DRM on Music (or video, or any other media)

Mark Pilgrim, in The Day the Music Died, points out what happens when DRM meets market failure.

On August 31, Microsoft will turn off the servers that validate their “PlaysForSure” DRM system (this predates the system they use for the Zune). This means that anyone who has bought music that uses PlaysForSure will not be able to transfer it when they upgrade or replace their computer, or get a new music player.

It won’t be an instantaneous death like DIVX was, or like a subscription system, because it doesn’t phone home whenever you try to play a track. But it’ll be a lot faster than simple technological obsolescence. I can still play my old VHS tapes until my VCR breaks down (and then I could probably still get it fixed if I really wanted to), even though I don’t think I’ve seen a pre-recorded tape in a store in years.

This is also why I prefer to check Amazon’s MP3 store first, before going onto the iTunes Music Store, and then prefer DRM-free iTunes Plus to standard iTunes tracks. Given their current position, Apple isn’t likely to get rid of iTunes anytime soon, but if they ever did, I’d be in the same boat as people who purchased PlaysForSure tracks. (Though I’m hoping they’ll move the entire catalog away from DRM long before that happens.) Whereas since Amazon’s tracks are plain, ordinary MP3s, they could abandon the business tomorrow and I’d still be able to play the tracks for as long as I can find software that plays MP3s.

(via ma.tt)

Posted in Computers/Internet, Music | Tagged , , | 1 Comment

Efficiency at the DMV

Yes, I’m shocked as well. :) This morning I had to go into the Department of Motor Vehicles for the first time in several years, and was surprised to find that they’d actually worked out a very efficient system for handling people as they came in. I don’t know if this is standard across the California DMV, or if it’s specific to the Laguna Hills office, but I was impressed.

It’s a 2-stage system, starting with a single line, then a set of take-a-number queues running in parallel.

  1. Everyone starts in a single line leading to a “Directory” desk. The clerk at this desk handles initial questions and hands out the appropriate forms.
  2. You fill out the forms, then go back to the desk without standing in line again.
  3. The directory desk assigns you a number in one of several queues, depending on the type of service you need (ID, license, registration, testing, etc.).
  4. They call your number and send you to an open window.

The thing that impressed me was step 2. They have you fill out the forms before they assign you to a queue. That means that you won’t get caught half-way through the form when your number is called, so clerks at the windows don’t have to wait around while you finish filling things out. That means they can handle more people in the same amount of time.

The only problem I noticed with this part of the system was that it wasn’t clear where to go if you had an appointment.

Well, that and the occasional clueless visitor. I felt really stupid after marveling at the simple optimization, then discovering when I got to the window that I’d missed a section. :oops:

Posted in General | Tagged | Leave a comment

Weirdest Spam Yet

I’ve seen some pretty weird spam in my time, both as an email user and an email admin. My favorite is still the request to purchase a Dimensional Warp Generator. But this one, which showed up in the spamtraps a few days ago, has got to be pretty close.

Old Witchcraft Secrets – make your wildest dreams come true
Continue reading

Posted in Humor, Spam | Tagged , | 1 Comment

Judging a Book’s Cover

Reusable Cover Art in Historical Novels: A Gallery. A lot of them are clearly using classical paintings, but some of them are photographs or even modern-style art. What’s especially interesting are the covers which used the same source material, but altered it subtly: adding a headband or a pendant, replacing a bedframe, etc.

The Rap Sheet has even more examples.

(via Colleen Doran)

Posted in Entertainment | Tagged , | Leave a comment

Did the Flash Save Comics?

[Picture of the Flash (Barry Allen) from Showcase #4]Yesterday’s article about the Flash (warning: major spoilers for this week’s DC Universe: Zero) in the New York Daily News brings up the hero’s key role in launching the Silver Age of Comics. Superheroes had fallen out of favor in the early 1950s, and comics were exploring genres like westerns, horror, romance, etc. When DC successfully relaunched the Flash in 1956, there was an explosion of new super-hero titles.

The Daily News quotes former Flash scribe Geoff Johns as saying, “Without Barry Allen, we’d still be reading comic books about cowboys.”

I don’t think that’s precisely true. Not to discount Barry’s contribution—it’s entirely possible, even likely, that super-heroes would have remained a background genre. But for one thing, we’re looking at half a century of ephemeral pop culture. For another thing, let’s consider: why were comics going after the western, crime and horror genres when super-heroes failed? Because that’s what was popular in movies and television at the time.

I’d guess that, without the Flash revitalizing super-heroes, we would have seen more science-fiction comics in the 1960s, more police comics in the 1970s, sitcom comics in the 1980s, and so on. Comics genres would probably have followed along with trends in pop culture instead of becoming heavily focused on a single genre.

We wouldn’t be reading cowboy comics today; we’d be reading reality comics.

Perhaps the presence of multiple genres would have eventually gotten rid of the “but, you know, comics are just for kids” mentality. (Not that it’s worked for cartoons or video games yet, but video games are still relatively new, and cartoons have similarly been dominated by the musical fairy tale and slapstick comedy short.)

Eh, who knows? Maybe they’d be all about pirates.

Edit: The comment thread at The Beat also has some interesting speculation on comics without the Silver Age Flash.

Posted in Comics | Tagged | Leave a comment

Flagging (Non)-Spoofed Mail

Following up on the PayPal anti-phishing discussion of a few weeks ago, I see that PayPal is promoting a service called Iconix. You install the program on your system, and it looks at your inbox for messages that claim to be from one of its customers. It tries to verify them “using industry-standard authentication technologies such as Sender ID and DomainKeys.” Messages that pass get a lock-and-checkbox icon attached to the sender’s name, and in some cases the name is replaced by the sender’s logo.

On the tech side, it’s similar to SpamAssassin’s whitelist_from_spf and whitelist_from_dkim features. Both allow you to specify a sender to whitelist, and it will only give a message special treatment if it can verify the sender.

On the user-interface side, it’s similar to EC certificates, in that it tries to highlight a “good” class of messages rather than flag or filter out a “bad” class.

It’s not a bad idea, actually, and now that I’m surprised I haven’t seen something similar in other email clients. It’s sort of like setting up custom rings or images for images on your cell phone address book

They seem to be focused on webmail and Outlook so far, and only on Windows, but it looks like the perfect candidate for a Thunderbird extension. They do have a sign-up form to notify you when they add support for various programs and OSes, and I was pleased to see not only Thunderbird and Mac OS listed, but Linux as well. Too often, Linux gets forgotten in the shuffle to ensure compatibility with every Windows variation.

Posted in Computers/Internet, Spam | Tagged , , , | Leave a comment