mnot’s blog

Design depends largely on constraints.” — Charles Eames

April 2003 Archives

Tuesday, 29 April 2003

RSS Schema and dates

Sam mentions dc:date; that's what I was thinking, except that 'date' on its own is pretty useless. As Bill points out, dcterms gives you different date semantics. dcterms:issued seems to match RSS's pubDate most closely, while as far as I...

this entry’s page (3 comments)

Monday, 28 April 2003

Wiki as Semantic Web?

Anybody else notice how you can use a Wiki like a Semantic Web engine? For example, define a WikiName, say PersonThing. Only use the PersonThing WikiName on pages that identify... person things! You're basically saying a :PersonThing . OK, it's...

this entry’s page (4 comments)

Monday, 28 April 2003

I'm an overlord and I'm OK...

[ I tried to post this as a comment on Sam's blog, but I think there may still be transitional issues over there... ] Overlord? COOL... I don't think I've ever been the overlord of anything. Seriously, as Sam says,...

this entry’s page (2 comments)

Monday, 28 April 2003

Amazon and Privacy

Amazon sent my wife a nice, juicy bit of SPAM this morning. "Get the Amazon.com Platinum Visa card!" This despite her having her "Communication Preferences" set to not allow anything but legal notices. Are credit card offers legal notices, suddenly?...

this entry’s page (1 comment)

Sunday, 27 April 2003

RSS history module

For discussion: RSS history module (the eventual result of this)....

this entry’s page

Saturday, 26 April 2003

It's alive

For those who have been helping, it's alive, has been for almost a week, but I still want to do a bit more documentation, hunt down a few bugs, and get some more unit tests down. Unfortunately, I need more...

this entry’s page (1 comment)

Thursday, 24 April 2003

ETags

It's not necessary to lament the lack of ETags on generated Web pages; cgi_buffer automagically generates and validates them for Perl, Python and PHP scripts. Yes, I keep on shamelessly plugging this one, but the question keeps on coming up......

this entry’s page (2 comments)

Thursday, 24 April 2003

now available - Photoblog!

OK, here's the deal. As previously reported, we got the nifty Ericsson phones that come with free cameras. They're Internet-capable. The next obvious step is to hook it up to a blog, and presto! You've got photoblog! You get to...

this entry’s page (5 comments)

Wednesday, 23 April 2003

Current favourite TV

Anitra and I have taken to watching What Not To Wear. Yes, it's a fashion show, but it's probably the most non-American show on right now; very refreshing and wicked good fun to watch. Contrast with the US version -...

this entry’s page (1 comment)

Tuesday, 22 April 2003

RSS needs Profiling

Tim says thatRSS Needs Fixing. Right on! Some people are intereted in endless tinkering with RSS - I'm not. I'm interested in putting it on everybody's desktop, and making it transparent to them. This means we need better interop. How...

this entry’s page (1 comment)

Tuesday, 22 April 2003

Sam wants namespaces

Sam proposes some changes to RSS 2.0 regarding namespaces. My first question was, "why?" but upon reading his next post, I get it. The Big Problem with namespaces the first time around was that it broke some software, which Dave...

this entry’s page (2 comments)

Saturday, 19 April 2003

RSS.py 0.43

RSS.py has been revved; fixed some problems with addItem (now takes an index argument to say where to add the item; default is first - used to be last), and a few other tweaks. Yes, I am aware of the...

this entry’s page

Friday, 18 April 2003

Pellet, indeed.

Don's worried about the glaciating influences of having a stable spec for RSS 2.0. I couldn't disagree more. Like Don, RSS is my hobby; has been since about 1999, when I started the Syndication list. I watched and occasionally pitched...

this entry’s page (1 comment)

Friday, 18 April 2003

Let's try this.

RSS needs a bit of stablity (as I've often said), so I've gotten off of my duff and done something about it. For your interest, an Internet-Draft of RSS 2.0. As it says, this is RSS 2.0, as Dave has...

this entry’s page (6 comments)

Thursday, 17 April 2003

Flair?

There seems to be a a lot of new blogs showing up from inside companies... I can only wonder if it's becoming the microserf equivalent of flair....

this entry’s page (2 comments)

Tuesday, 8 April 2003

HTTP header sniffing

LiveHTTPHeaders for Mozilla is the best HTTP header sniffer I've seen yet; up till now, I've been using WebTee, but for *most* purposes, this is much better. Enjoy....

this entry’s page