December 2003 Archives
Tuesday, 30 December 2003
Browse through the W3C Semantic Web pages and you’ll see this notice in a few different forms: Additional support for this activity has been provided by DARPA under the DAML program. Dig a bit further on the DAML site, and...
Monday, 29 December 2003
Hyperlinks have been disallowed in comment bodies on this blog for a while now, and I've just removed the link associated with comment authors as well. This is based on the assumption that the lion's share of comment spam is...
Sunday, 28 December 2003
Before all of this “Web” stuff came along, I was a photographer; I designed an… unusual university program that had me study fine art photography, photojournalism, aesthetics and the physics of light. After that, I spent a little time doing...
Saturday, 27 December 2003
Inger put me onto a new travel guide, and I’m already planning the trip. Molvania (“A land untouched by modern dentistry”) looks like a really interesting country. For example; Molvania’s national anthem was chosen in 1987 as part of a...
Friday, 26 December 2003
Shortly after I moved to Melbourne in 1995, I set up a Red Hat Linux box in a little corner of our apartment on Flinders Lane. Shortly after that, the box was connected to the Internet via a 33.6k permanent...
Friday, 26 December 2003
We’ve lived in California for more than four years now, and Anitra grew up in Melbourne, with the result that she first saw snow falling from the sky when she was 25. When we had an opportunity to take a week’s holiday right before Christmas, we decided against somewhere sunny; why more of the same?
Instead, we booked some tickets to Washington (so as to drop off the kid), then to Munich, and spent some serious time researching our advent travel opportunities, with the help of the Die Bahn Travel Planner, a couple of DK guides, and Google.
Here are my notes from planning the trip, as well as my thoughts on what’s good if you go. See also the pictures.
Monday, 15 December 2003
Small apps that make my life much, much easier: Kung-Log — Weblog writing and management, off-line (thanks, John) Shrook — RSS reader extraordinary Address Book — Yes, it comes with the OS, but I don’t think most people appreciate just...
Saturday, 13 December 2003
Anitra turned me on to what happened to Steve from Blue’s Clues. As he would say, “Cool!”...
Friday, 12 December 2003
The other day, I bought a copy of an extremely nifty piece of software, Virtual PC. It didn’t come with an OS, but that’s OK, because I have a copy of WinXP Pro on a box that I’m not using,...
Friday, 12 December 2003
As you may know, I’m editing the Atom format draft in my copious spare time, but not actively participating in the community (I am watching, but I don’t have the time to really dig in). I think this is healthy,...
Thursday, 11 December 2003
Tim Bray's latest missive contains a passage about offline RSS; But, pointed out Sam, think of it as a synchronization/offline problem. If I stick the whole essay in the feed, then someone can read it even when they're offline, because...
Wednesday, 10 December 2003
mnot-laptop:~> uname -a Darwin localhost.local 7.0.0 Darwin Kernel Version 7.0.0: Wed Sep 24 15:48:39 PDT 2003; root:xnu/xnu-517.obj~1/RELEASE_PPC Power Macintosh powerpc mnot-laptop:~> echo "<a href='/'>test</a>" > ~/Sites/test.txt mnot-laptop:~> chmod a+r ~/Sites/test.txt mnot-laptop:~> curl -is http://localhost/~mnot/test.txt | grep Content-Type Content-Type: text/plain...
Tuesday, 9 December 2003
IronPython is an implementation of Python for the CLR with some intriguing initial perf numbers. [ via Jeremy Hylton’s Weblog ] Shame I don’t have a Windows box where I could play with this… I got Virtual PC last week,...
Monday, 8 December 2003
HTTP provides considerable benefits to Web applications that take advantage of it; everything from scalability (through caching), client-integrated authentication, automated redirection, multiple format support and lots more. I’ve been drafting some entries about how cool all of these things are;...
Monday, 8 December 2003
The BBC NEWS | Science/Nature | UN warns of population surge" href="http://news.bbc.co.uk/2/hi/science/nature/3302497.stm">BBC reports that the UN is a bit concerned about population growth. Pretty much everybody knows this, I’m sure, but the degree of their concern is a bit of...
Sunday, 7 December 2003
Adam asks if there’s a description format for REST. I don’t know of any that have wide acceptance (and I think the hard-core RESTafarians will answer “REST is self-describing, that’s the point” ;) but I have been noodling on something...
Sunday, 7 December 2003
I spent a little time on the plane the other day reading the latest WD of the RDF Primer. I didn’t attempt to review the entire document set, as reading a 71 page primer is quite enough! I haven’t followed...
Saturday, 6 December 2003
How's this analogy: Putting QNames into your XML content is like using TCP packets as delimiters in an application protocol. Both can be technically done, but they force an awareness of the special problems they bring up in software layers...