Dave Winer on AutoLink

Dave Winer:

So, imho, Google is doing its own part to destroy the value of the searchable web, cashing our work out for a short-term benefit for their shareholders.

What’s the difference between AutoLink and Greasemonkey? I know that one comes from Google and one comes from the user (more likely another user who wrote the script you downloaded). Both modify content without the express consent of the site owner. Neither has a means of being turned off. Yet one is seen as the next coming of Santa Claus and the other is eeeevil.

AJAX going too far?

I just found the Backbase homepage via the Ajaxian weblog. It looks like they provide rich internet application development tools, so I can understand why they would want to show off their AJAX-fu, and they certainly have put together an impressive demonstration.

The problem is that the site is unusable except as an AJAX application. Rather than using AJAX to enhance the functionality of their site, they use it as the only functionality on the site. The most glaring problem is that none of the links are actual hyperlinks, so I can’t load them in another window or tab. If you’re going to go this far, why not use Flash?

WordPress and multiple blogs

In order to have two weblogs running here (changelog and changelog notebook) I have to have two copies of WordPress running. This isn’t a huge problem, but makes merging the two content sets difficult. This is a bigger problem on my personal weblog, since I post a lot of movie and book reviews which can end up pushing everything off the front page. I can hack the main WP loop to exclude the appropriate categories, but that becomes troublesome as the number of categories to be excluded becomes large. What I really want is something similar to Textpattern’s sections feature. What this allows you to do is separate content into bins while maintaining a consistent category set across them. I guess you could call this vertical and horizontal classification of content. I keep thinking about how I could add this into WordPress but I’m note sure where to start.

One idea is to overload the category feature by making each category a “section” and use sub-categories as divisions in those categories. There might be some difficulty in filtering content on the front page, and certainly some .htaccess magic would need to happen to give each category its own top-level URL.

Another idea is to use the categories as sections and then use a keyword/tag plugin for categorizing content across sections.

Ideally this could be implemented in the code itself (a plugin seems unlikely given the way WordPress works). In a sense WordPress MultiUser is doing something like this, though I haven’t tried it out to see how close it comes.

Has anyone else ever thought about how to do this in WordPress?

RSS and the inevitability of advertising

The Weblogs Inc blogs (Engadget for example) and Longhorn Blogs and both running Google AdSense ads. Is anyone really surprised that Google is getting into the RSS advertising game?

I find the whole idea of ads in RSS feeds rather silly. Want me to visit your site? Then publish a feed with excerpts or titles. I admit that I prefer full content feeds, but I prefer excerpts over ads given the choice. At the same time I’ve accepted the inevitability of ads in RSS feeds (I’m hoping they’ll end up being a lousy way to generate revenue and people will drop them).

Read the rest of this entry »

What are Wists?

Wists is a visual social bookmarking site. Kind of like del.icio.us with pictures. I’ve found that the site solves a problem I didn’t know that I had: Sharing things that I’ve found on the web which are really visual, not textual. Honestly, I didn’t think this was a real problem, but dang if I don’t use it all the time now. I guess I could have used Flickr as well, but Flickr isn’t really designed as a bookmarking site (not that it should be).

See my Wists

del.icio.us project links

A new use (for me at least) for del.icio.us: keeping notes for a class project on folksonomy and knowledge discovery

Tree Maps in Funny Places

Marc Smith is a sociologist at Microsoft Research interested in computer-mediated communications. You’ll see his name a lot in Howard Rheingold’s books.

a picture of Marc Smith from Microsoft Research

This is the photo he has on his webpage. The funny (sad?) thing is, the moment I saw it I thought to myself “holy crap, is that a tree map behind him?”

Page Description Diagrams

Collecting some notes on Page Description Diagrams.

Summary

A means of describing a webpage in terms of function and organized by priority.

An example from Design Eye.

Fedora Services Scripts

Start/stop/restart a service from the command line:

service [name] start|restart|stop

Add or remove a service from a specific runlevel:

chkconfig --level [level] [name] on|off

WordPress XML-RPC Support

If you want to use a tool that supports the metaWeblog API with WordPress, you need to point the application at /path/to/wordpress/xmlrpc.php. See WordPress XML-RPC Support in the WordPress Codex.