Warner Music readies CD-free ‘e-label’ | CNET News.com

Interesting, and it only took them how many years?
Warner Music readies CD-free ‘e-label’ | CNET News.com

[…]artists will release music in clusters of three songs every few months rather than a CD every few years.
[…]
The e-label will permit recording artists to enjoy a “supportive, lower-risk environment” without as much pressure for huge commercial hits, Bronfman said. In addition, artists signed to the e-label will retain copyright and ownership of their master recordings.

From Movable Type to WordPress

I’ve used a variety of blogging tools over the years. I think I started with Livejournal, then used Blogger. A few years back, I exported all my posts out of Blogger and imported them into MovableType which I’ve been using ever since.

A year ago a lot of people transitioned off of MovableType when they changed their licensing terms with the release of MovableType 3.0. Many people stuck with MovableType and made the upgrade to 3.0 and beyond, but I stayed put. Until recently, that is.

A couple of weeks ago I decided to install “WordPress”:http://wordpress.org because I was thinking about a blogging project that would force me to pay for a MovableType license. That project is still in limbo, but a couple of hours ago I finished the process of migrating my blog from MovableType to WordPress. This is my first post in WordPress.

The process was pretty painless, thanks in large part, I think, to all those people who made the switch before me and were kind enough to write about it. A lot of that learning is boiled down “on the WordPress wiki”:http://codex.wordpress.org/Importing_from_Movable_Type_to_WordPress, which covers the basics of importing your posts and comments, and getting your feeds redirected so people don’t miss a post.

The best information I found wasn’t on the Wiki though, it was on a blog. Scott Yang has detailed information on what you can do to make sure that “links to your old MovableType pages still work with WordPress”:http://scott.yang.id.au/2004/06/wordpress-migration-notes/. This is important for all the people who visit your site from seach engines and links on other people’s sites.

I wanted to go a little further though, I wanted to switch to a new URL naming scheme for my posts that uses the post title, rather than relying on the post ID# MovableType and WordPress generate. I also wanted to make sure the posts using the new URLs maintained the same search engine rank they originally had, which would require issuing permenant redirects to the new URLs when people and search engine spider’s visited the old URLs. I wrote Scott about it and he pointed me to another post announcing a “plugin he created to do permenent redirects”:http://scott.yang.id.au/2005/05/permalink-redirect/. It seems to work like a charm.

Update 8-21-06: I upgraded to WordPress 2.0 a while back, and a month or so later it finally sunk in that old MovableType-style URLs had reappeared in my javascript based traffic counter. When I investigated I realized that the redirect was no longer working, it was going to the WordPress 404 error page. It seemed to be an issue with a conflict between the new and much simplified mod_rewrite rules introduced by WP 2 for creating clean URLs and the rewrite rules I was using to redirect from the MT style URLs. After some poking around, I gave up and rolled back to the older .htaccess file with its more byzantine rules for clean WP URLs.

This week I started playing with WordPresses static pages feature, and was annoyed to find it didn’t work because it needed changes to the rewrite rules, so tonight I started experimenting again and figured out that I could get the redirects for MovableType-style URLs working with the simpler but more flexible ruleset for clean URLs if I modified them to “break” after a match by adding the “L” flag to each of them.

RewriteRule ^archives/([0-9]{6}).html$ index.php?p=$1 [R=301,QSA,L]
RewriteRule ^archives/([0-9]{4})_([0-9]{2}).html$ index.php?m=$1$2 [QSA,L]
RewriteRule ^index.rdf$ index.php?feed=rdf [R=301,L]
RewriteRule ^index.xml$ index.php?feed=rss2 [R=301,L]
RewriteRule ^atom.xml$ index.php?feed=atom [R=301,L]

Declining standards

Since when is a “lead program manager” an executive position?

bq. “Microsoft exec defends RSS rebranding – Computerworld”:http://www.computerworld.com/developmenttopics/development/webservices/story/0,10801,103961,00.html

bq. An MSN executive is defending Microsoft’s rebranding of RSS into “Web feeds” after a flurry of Microsoft bloggers accused the software giant of trying to recast the Web site syndication technology in its own image.

bq. In a recent post on his Web log “Torres Talking,” Mike Torres, MSN Spaces lead program manager, made a clear distinction between the branding of the RSS (Really Simple Syndication) technology and the underlying technology itself.

Negative Examples

I’m not sure why, but at some point I subscribed to the RSS feed for “this weblog”:http://www.tjacobi.com/. Tonight, I unsubscribed. The only reason I didn’t unsub sooner is that I’d gotten in the habit of avoiding looking at the feed.

Tonight though, I took another look, and it was horrible. Each item in the feed is mostly crap. There is a very short excerpt of the post, followed by an invitation to comment, a search box, a list of related articles AND an advertisement! Actually, make that two advertisements, one for a sponsor and one soliciting other advertisers.

I don’t know if it’s working for him or not, but its not working for me.

# If you are going to advertise in your feed, at least give me the full freaking text.
# If I’ve subscribed to your feed, you should assume I’m a regular reader, and that it benefits absolutely no one for me to see the same advertisements multiple times a day for weeks on end.
# The related items is a neat idea, but its silly to put in anything other than a full text feed. For one thing, it wastes screen space, for another thing, if I’m actually interested enough to click on a related article, I’m probably going to be clicking through to the website anyway to see the full article.
# Drop the search box, if I really care about what you have to say on a subject that occurs to me while reading your content-lite RSS feed, I’ll probably click through to your freaking site.

Of course, visiting the site isn’t much better than reading the feed. There is a big Google AdSense block across the top, followed by an extremely deep masthead/logo with an inexplicable photo of a shirt collar a tie that looks like it was lifted from a Land’s End Men’s catalog. The right hand column has a wide Google AdSense block followed by more ads of various sorts. The main column is contains the blog posts, each accompanied by one or more “Sponsor links” and links to related articles.

“Quick Online Tips”:http://pchere.blogspot.com is another feed I subscribed to at some point that was rubbing me the wrong way recently. The feed only has teasers, but it is happily ad-free. Click through though, and what I see isn’t inspiring. On my laptop, all I see of any consequence is the title of the post. Other than that, I see the blogger navbar, the title bar for the site. Nothing too bad, yet, but scan a little further and you realize that the content is crowded out by the advertising. There is a Google linkbar above the post title, below that, a big google AdSense block. On the right there are a couple of little graphical ads. I have to scroll to see the post content, along with more ads on the side, followed by another big AdSense block. It doesn’t take many visits for me to tune out the advertising, and after a few more visits, I’ve tuned out the whole site, feed and all.

I mention these not just to bitch, but to remind myself to be careful. I’ve been experiementing with AdSense on this blog. I started with an vertical AdSense strip on the right-hand side of my archive pages and recently added a horizontal strip between the bottom of the post and the comments on the same pages, and I’ve been thinking about trying something in my feeds on a trial basis (most likely not). I don’t honestly think I’ll ever go as overboard as some of these people, but I really don’t want to come anywhere close.

Webserver Auditions: Round Two

I’ve been spending some more time today load-testing webserver software in preparation for the online release of the next Harvey Danger album. When I “wrote last”:http://www.geekfun.com/archives/000612.html I’d just finished looking into resource utilization of “Apache2”:http://httpd.apache.org/docs/2.0/ (with both the prefork and worker multiprocessing modules), “thttpd”:http://www.acme.com/software/thttpd/, and “lighttpd”:http://www.lighttpd.org/.

Today I’ve been taking a closer look at lighttpd and thttpd. What I’ve found has been sort of a mixed bag.
Continue reading

Two Nights in a Row

1077 The End

8/11/05

1: Death Cab for Cutie – Soul Meets Body
2: The White Stripes – My Doorbell
3: Madness – Shame and Scandal
4: Beck – Girl
*5: Harvey Danger – Cream and Bastards Rise*
6: Nine Inch Nails – Only
7: Rise Against – Swing Life Away
8: Foo Fighters – DOA
9: Caesars – It’s Not The Fall That Hurts
10: Weezer – We Are All on Drugs