January 2002 Archives

Glenn Vanderburg

AddThis Social Bookmark Button

Yesterday a new book showed up at my house: Programming Jabber. So after the kids were asleep, I picked it up and read a few chapters (and skimmed much of the rest).

I’m not really an IM or chat guy; you’ll rarely see me conversing with others online (except through email). But I’m really excited to be learning about Jabber. Why? Because it goes far beyond idle chitchat. I think Jabber is an ideal solution for a system I’ve been wanting to build—and for other similar systems.

Peer-to-peer systems are wonderful for ad hoc sharing of information of all kinds—not just music. But true P2P systems need to solve two big problems: location and authentication.

Any random computer user can start up a P2P program as, say, a persistent shared data store. But in many (if not most) cases, it will be hard to tell others where it is, and it may be impossible for others to access it. For it to work well, it has to be a machine that’s always on the network, not behind a restrictive firewall, with a fixed domain name. And many computer users today simply don’t have access to such a machine.

Enter Jabber. By writing your peer as a Jabber client, you can quickly register a new, persistent, friendly name (e.g., docshare@jabber.com) that will point to your peer no matter where it’s running. If you need to move it to another machine for some reason, there’s no problem at all, and the name follows it.

The other problem is authentication. You may not want to share this information with just anyone, but you still don’t want to be in the business of setting up userids, managing passwords, answering “I forgot my password” queries, and the like. And the last thing your friends or coworkers need is another service-specific userid.

Jabber can help with this problem, too. Many people will already have Jabber IDs, and those that don’t probably won’t mind getting one, because it will be useful for many things. You just tell your peer about authorized Jabber IDs and the Jabber network takes care of the authentication. (It’s not ultra-secure, but it’s as secure as the email-based authentication that many websites and mailing lists use—and it’s easier.)

Jabber can help us build new classes of P2P systems and lightweight server applications.

Do you think Jabber’s the right choice for this role?

Glenn Vanderburg

AddThis Social Bookmark Button

In an article yesterday, Gerry Wirtz, a spokesman for Philips, made a very interesting comment:

We fear some of these so-called copy-protected CDs will play at first, but will eventually show problems and break down.

The copy protection schemes work by playing fast and loose with the CD technical specs, especially the error correction codes. Wirtz says that the compromised error correction may not be able to compensate for just a few years worth of normal wear on the surface of the disc. Philips is to be commended for speaking out about this, and for refusing to allow such discs to bear the “Compact Disc” trademark.

Remember vinyl LPs? I still have a lot of them. Most of them are 20 years old now, but they still sound OK. Sure,
they hiss, tick, and pop a little, but they degrade gracefully. I have an original 45 of Glenn Miller’s In the Mood that my Dad bought in 1940, and I can still play it and enjoy it.

When CDs came out, one of the big selling points was durability. No needles! Minor scratches make no difference at all! Of course, big scratches will hurt, but since nothing touches the surface during play, you just have to be a little careful and your CDs will still sound pristine after many years. If copy protection is accepted, that will no longer be true. And since digital technology tends to fail more catastrophically than my old LPs do, copy protected CDs may not play at all after a few years.

This form of copy protection not only restricts legitimate fair-use rights, it also sneaks in a de facto “expiration” policy. Does that sound familiar?

Remember DIVX?