today | current | recent ... categories | search ... mail | who ... syndication

posts brought to you by the category “pkd”

Das eez kaput! Sometime around 2002 I spaced the entire database table that mapped individual entries to categories. Such is life. What follows is a random sampling of entries that were associated with the category. Over time, the entries will be updated and then it will be even more confusing. Wander around, though, it's still a fun way to find stuff.

posts brought to you by the category “pictures of” ←   → posts brought to you by the category “plastic”
 

Bob DuCharme : Datatype Checking with XSLT 2.0

There's actually some good, even if ironic, news about data typing support in XSLT 2.0: if you're still using DTDs, and you're putting off a move to any schema format, you can use XSLT 2.0 stylesheets to add datatype checking to your system, further postponing a move to schemas.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/10/02/5256/

pubdate

http://www.aaronland.info

created

2003-10-02T13:26:12-04:00

last modified

2003-10-26T20:28:42-05:00

revision

1.11

changes

http://www.aaronland.info/weblog/2003/10/02/5256/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Jon Udell : The Document is the Database

It's handy that the "database" is a self-contained package that can be updated using any text editor, emailed, read directly from a file system, or served by any web server. But it's awkward to share the work of updating with other people or to isolate and edit parts of the file as it grows. When we convert to a database-backed web application in order to solve these problems, we trade away the convenience of the file-oriented approach. Can we have our cake and eat it too?

I am experimenting with something like this for the shiny new weblog format (yeah, yeah, I know the public identifier is wrong.) My concern, right now, is how painful it will be to generate index files for categories parsing ~ 5000 files with File::Find::Rule::XPath .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/07/10/5129/

pubdate

http://www.aaronland.info

created

2003-07-10T13:30:21-04:00

last modified

2003-10-11T10:38:24-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/07/10/5129/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Is it my imagination or are we having interchange arguments

about interchange formats? I confess I have only half been paying attention to the current bitch-fest surrounding RSS. I have been travelling and so my own personal fury has been occupied learning to hate people who drive mini-vans, wondering why Americans are so clue-less about using their turn signals and trying to think of some karmic justice for the asshole who managed to get the idea for cinnamon sticky bun flavoured coffee out of the boardroom and in to gas stations. (Look, it's not like I have any illusions about gas station coffee but some things are just wrong.) But comparing any flavour of the RSS format to the .doc seems a bit disingenuous. The whole point of this magic magic XML stuff, I thought, was that we didn't have to spend all this time arguing whether or not you spell labour with a u . You say labor, I say labour and we write computer programs to deal with it.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/06/23/5096/

pubdate

http://www.aaronland.info

created

2003-06-23T13:30:22-04:00

last modified

2003-10-11T10:38:57-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/06/23/5096/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Zeldman : "Over a year later we're still waiting for the W3C to take the hint."

I'm guessing that Jeffrey's heart is in the right place, but you would think that in a year's time he could have put together a list of suggestions and sent it to the W3C. To that end, I will direct people's attention to the Class::Phrasebook Perl module which defined a simple, bare-bones XML format for describing, well, phrases. I am using this (albeit with a custom Class::Phrasebook::Simple class which I'll release soon) for the backend at the W3QC where we are generating all manner of documents in all manner of languages and the last thing I want to deal with is the phraseology (what an ugly word) of the <h3> element describing the articles someone has written. I'm pretty sure that if the nice propellor heads at the W3C had some way of writing this...



# This is Perl but the point is that the source



# document is XML so the code could be anything







use Class::Phrasebook::Simple qw (:errors);



warn Class::Phrasebook::Simple->errors("general","io-error");



...they would.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/06/12/5081/

pubdate

http://www.aaronland.info

created

2003-06-12T05:29:55-04:00

last modified

2003-10-11T10:39:12-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/06/12/5081/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Does this mean that Apple is going to release iFeed

and we're all going to have to read RSS data using a swooshy swooshy hotsauce browser ?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/05/10/5032/

pubdate

http://www.aaronland.info

created

2003-05-10T06:52:55-04:00

last modified

2003-10-11T10:39:59-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/05/10/5032/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

M-J Milloy on donut-eating surrender monkeys

So tomorrow morning, a horde of Quebeckers will be enjoying something uniquely Quebecois, redeveloped, industrialized and popularised by a Southern donut chain. How distinctly Canadian -- or, at least as Canadian as the products of that other chain, owned by Americans, named after an American who played hockey for an American hockey team.

see also : The Current on "embedded Canadians" which is mostly just the same old sickly sweetness but worth it just to hear David I've applied for U.S. citizenship Frum wax poetic about Canada being his point of reference. As usual, I don't think there was any mention made of the oft-neglected classic Canadians among us but I had to stop listening about 5 seconds into the second "George W's West Wing" schtick.

refers to

meta

 

Ken Y. Clark : SQL::Translator.pm

This module attempts to simplify the task of converting one database create syntax to another through the use of Parsers (which understand the source format) and Producers (which understand the destination format).

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/26/4879/

pubdate

http://www.aaronland.info

created

2003-02-26T11:49:28-05:00

last modified

2003-10-11T10:42:32-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/26/4879/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

La la la, I can't hear you

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/17/4862/

pubdate

http://www.aaronland.info

created

2003-02-17T14:48:37-05:00

last modified

2003-10-11T10:42:49-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/17/4862/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Morning Becomes Eclectic : Jurassic 5

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/01/25/4809/

pubdate

http://www.aaronland.info

created

2003-01-25T06:35:26-05:00

last modified

2003-10-11T10:43:42-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/01/25/4809/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Simon Cozens: Mail::Thread.pm

This module implements something relatively close to Jamie Zawinski's mail threading algorithm, as described by http://www.jwz.org/doc/threading.html. Any deviations from the algorithm are accidental.

Maybe we've all been barking up the wrong tree with RSS and all the other syndication formats. Maybe we should just be storing everything as email messages...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/01/15/4796/

pubdate

http://www.aaronland.info

created

2003-01-15T18:33:36-05:00

last modified

2003-10-11T10:43:55-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/01/15/4796/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

First Monday : Digitizing Old Photographs for the Web

Some are private photographs, images of family life. Others are public photographs. Of course, as Roland Barthes (1981) observed in Camera Lucida, even with public photographs we tend to provide a private reading: "Does that train still run through our town?" "How old was I when that happened?" We link images to our own existence.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/01/07/4782/

pubdate

http://www.aaronland.info

created

2003-01-07T06:27:27-05:00

last modified

2003-10-11T10:44:09-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/01/07/4782/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Now, I've never really been one for conceptual art

but unlike the esteemed Mr. Kimmelman I thought this was pretty interesting and daring piece of work. Of course, it was sort of deflated by the knowledge that the artist was too dense or too naive to have never imagined what would happen by leaving the pieces in the subway. Well, duh. What the hell else was the point, you ninny? To take some clever Gap-ad photos to show your class-mates? Anyway, shouldn't the word "straphangers" [sic] be hyphenated?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/12/18/4759/

pubdate

http://www.aaronland.info

created

2002-12-18T12:41:30-05:00

last modified

2003-10-11T10:44:32-04:00

revision

1.8

changes

http://www.aaronland.info/weblog/2002/12/18/4759/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

From the "A day without hyperbole is a day without sun" department:

Those people deserve no truck. They should be argued with, bickered and brow-beat in to submission. As well-meaning as those people may be they are simply wrong. It is a rationale that is so myopic and of such staggering laziness and dim-witted selfishness that I doubt any one with half a sense about them could reasonably defend it when given even a lick of scrutiny.

Me, on the notion that one's opinion is somehow value-added by one's consumer purchases.

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/12/16/4754/

pubdate

http://www.aaronland.info

created

2002-12-16T14:24:47-05:00

last modified

2003-10-11T10:44:37-04:00

revision

1.8

changes

http://www.aaronland.info/weblog/2002/12/16/4754/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/
[x]
 

I was cleaning my studio this afternoon

and I opened, for the first time, the top drawer to a small cabinet that the previous occupant had left behind. It was empty except for a single fridge-poetry magnet that looked up at me and said: Lust.

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/12/15/4753/

pubdate

http://www.aaronland.info

created

2002-12-15T22:32:42-05:00

last modified

2003-10-11T10:44:38-04:00

revision

1.8

changes

http://www.aaronland.info/weblog/2002/12/15/4753/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/
[x]
 

Me : Log::Dispatch::Jabber.pm 0.3

Added hooks to optionally check a user's presence before sending a message; sorta-kinda fixed the bug that prevented messages from being sent to multiple recipients. The CPAN listings haven't been updated so you can grab a copy over here . see also : docs

refers to

meta

 

Emacs package for talking to a dictionary server

As my primary working environment is Emacs 21, I decided to write an Emacs-Lisp package for accessing this dictionary server. The older webster.el didn't work with the newer protocol. After starting the implementation I was pointed to an already existing implementation, but this was basically a wrapper to the dict client program and didn't have all the features I wanted and have now been implemented in this dictionary client.

see also : Emacs

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/10/06/4638/

pubdate

http://www.aaronland.info

created

2002-10-06T22:35:17-04:00

last modified

2003-10-11T10:46:33-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/10/06/4638/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Me : XML::Filter::YahooGroups.pm 0.1

"SAX2 filter for adding message bodies to Yahoo Groups RSS listings. The body of the message is added using the Dublin Core <dc:content> element." see also : docs

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/10/02/4633/

pubdate

http://www.aaronland.info

created

2002-10-02T14:23:29-04:00

last modified

2003-10-11T10:46:38-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/10/02/4633/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Arundhati Roy : Not Again

Close to one year after the war against terror was officially flagged off in the ruins of Afghanistan, in country after country freedoms are being curtailed in the name of protecting freedom, civil liberties are being suspended in the name of protecting democracy. All kinds of dissent is being defined as "terrorism". Donald Rumsfeld said that his mission in the war against terror was to persuade the world that Americans must be allowed to continue their way of life. When the maddened king stamps his foot, slaves tremble in their quarters. So, it's hard for me to say this, but the American way of life is simply not sustainable. Because it doesn't acknowledge that there is a world beyond America.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/09/27/4620/

pubdate

http://www.aaronland.info

created

2002-09-27T13:17:44-04:00

last modified

2003-10-11T10:46:51-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/09/27/4620/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The dictified dictionary.com word of the day is : opportune

Opportune \Op`por*tune"\, v. t. To suit. [Obs.] --Dr. Clerke(1637). web1913
opportune adj 1: suitable or at a time that is suitable or advantageous especially for a particular purpose; "an opportune place to make camp"; "an opportune arrival" [ant: {inopportune}] 2: at a convenient or suitable time; "an opportune time to receive guests" [syn: {favorable}, {favourable}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/08/18/4566/

pubdate

http://www.aaronland.info

created

2002-08-18T11:08:31-04:00

last modified

2003-10-11T10:47:45-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/08/18/4566/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The dictified dictionary.com word of the day is : aesthete

AEsthete \[AE]s"thete\, n. [Gr. ? one who perceives.] One who makes much or overmuch of [ae]sthetics. [Recent] web1913
aesthete n : one who professes great sensitivity to the beauty of art and nature [syn: {esthete}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/06/16/4401/

pubdate

http://www.aaronland.info

created

2002-06-16T08:02:31-04:00

last modified

2003-10-11T10:50:30-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/06/16/4401/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The random pseudodictionary.com word of the day is : muppet

Mild insult to the mildly dippy. Usually reserved for someone doing something without calling upon common sense in the process.
ex. "And then the man from the RAC told me my car was not working because I'd run out of petrol." "You muppet!"

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/25/4368/

pubdate

http://www.aaronland.info

created

2002-05-25T10:15:43-04:00

last modified

2003-10-11T10:51:03-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/05/25/4368/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The dictified dictionary.com word of the day is : sang-froid

Sang-froid \Sang`-froid"\, n. [F., cold blood.] Freedom from agitation or excitement of mind; coolness in trying circumstances; indifference; calmness. --Burke. web1913
sang-froid n : great coolness and composure under strain; "keep your cool" [syn: {aplomb}, {assuredness}, {cool}, {poise}, {self-possession}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/06/4304/

pubdate

http://www.aaronland.info

created

2002-05-06T16:09:58-04:00

last modified

2003-10-11T10:52:06-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/05/06/4304/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

N.Y. Times : The Brave New Kitchen (No Room for Cooking)

"I studied [the design] a long time before saying: "It's beautiful. But where do we put the ugly stuff?" There was no place in this clever kitchen for a trash can. And yet cooking is all about garbage. Garbage for a good cause, but garbage nonetheless. Our hired genius wound up designing a clever slot under a counter alongside the stove, the perfect solution in a kitchen that still feels perfect 10 years later. Still, I think of that oversight whenever I hear the words "architect" and "food" in a single sentence."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/04/03/4169/

pubdate

http://www.aaronland.info

created

2002-04-03T07:17:01-05:00

last modified

2003-10-11T10:54:21-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/04/03/4169/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

"They told us CBC Radio doesn't create enough buzz.

They want a radio service that has people talking around the water cooler." As happy as I am to see Sheilagh "You're so sweet, you make my teeth hurt" Rogers get the axe, it sounds like the CBC brass is off on a 120 second goosechase. Last month, I wrote a letter to the staff at WBUR's The Connection that, more or less, sums it up for me :

For 18 months I lived on Martha's Vineyard and pined for the CBC, every day feeling grateful for the advent of Internet radio.

Eventually, I moved back to Montreal and life was good. I remember hearing the announcement that Dick Gordon was leaving the CBC to assume hosting duties at The Connection and thinking it was "our" loss.

[Even] before his departure, Sheilagh Rogers had taken over the flagship morning show, on Radio One. Long story short, I simply can't stand to listen to her. My only solace has been to write increasingly venomous letters whenever she and the production staff fall prey to a pique of especially sugary and empathetic nonsense. Not a happy situation any way you look at it.

But over Thanksgiving, driving down to the Island, we were stuck in traffic on Storrow Drive and I was fiddling with the radio dial and I heard Dick Gordon interviewing Alastair McCloud.

And once again, every day I am grateful for the advent of Internet radio.

You guys rock. You have no idea how happy it makes me to find an intelligent radio program, broadcast daily, with a serious host and interesting guests.

And for someone who moved back to Montreal partly because it is, seemingly, the only place to find a decent baguette on the whole continent [an entire] hour devoted to bread is like manna from heaven.

Meanwhile, did you ever think you'd live to see a member of the CRAP party say : "[ The House is] exactly the sort of programming the publicly funded broadcaster should be doing." ?

refers to

meta

 

Sylvain Carle : "Je déteste le mot [blogue.]"

Oui, mais il faut dire que c'est b'en mieux que "webabillard".

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/26/4140/

pubdate

http://www.aaronland.info

created

2002-03-26T17:16:14-05:00

last modified

2003-10-11T10:54:50-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2002/03/26/4140/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The dictified dictionary.com word of the day is : frisson

frisson n : an almost pleasurable sensation of fright; "a frisson of surprise shot through him" [syn: {shiver}, {chill}, {quiver}, {shudder}, {thrill}, {tingle}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/06/4040/

pubdate

http://www.aaronland.info

created

2002-03-06T17:22:42-05:00

last modified

2003-10-11T10:56:30-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/06/4040/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Matt Sergeant : "I've now gotten permission from O'Reilly to publish the AxKit Guide

that I wrote as an appendix to one of their upcoming books. It needed a bit of fixup for AxKit publishing (as the original is in POD, ugh!), so there may be some buggettes here and there (like the fact that footnotes aren't linked up yet), but it should be fairly useful to new users."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/02/27/4012/

pubdate

http://www.aaronland.info

created

2002-02-27T14:43:25-05:00

last modified

2003-10-11T10:56:58-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2002/02/27/4012/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Margaret Visser : "Every burger is as self-contained, as streamlined

and as replete as a flying saucer, and just as unmistakably a child of the modern imagination." I'm pretty sure the author is talking gibberish but what a great sentence! We should all endeavour to be "as replete as flying saucers".

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/20/3865/

pubdate

http://www.aaronland.info

created

2002-01-20T10:22:00-05:00

last modified

2003-10-11T10:59:25-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2002/01/20/3865/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The random pseudodictionary.com word of the day is : a-dollar-three-eighty

ex. Question: How much is it? Answer: A-dollar-three-eighty.
submitted by george Kelly

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/06/3779/

pubdate

http://www.aaronland.info

created

2002-01-06T05:41:02-05:00

last modified

2003-10-11T11:00:45-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/06/3779/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The dict-ified dictionary.com word of the day is tenet

| source : web1913 | Tenet \Ten"et\, n. [L. tenet he holds, fr. tenere to hold. See {Tenable}.] Any opinion, principle, dogma, belief, or doctrine, which a person holds or maintains as true; as, the tenets of Plato or of Cicero. That al animals of the land are in their kind in the sea, . . . is a tenet very questionable. --Sir T. Browne. The religious tenets of his family he had early renounced with contempt. --Macaulay. Syn: Dogma; doctrine; opinion; principle; position. See {Dogma}. | source : wn | tenet n : a religious doctrine that is proclaimed as true without proof [syn: {belief}, {dogma}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/10/28/3573/

pubdate

http://www.aaronland.info

created

2001-10-28T18:30:35-05:00

last modified

2003-10-11T11:04:09-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2001/10/28/3573/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Pilat Informative Educative : Quelques routines en javascript et SVG pour manipuler les objets

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/10/18/3546/

pubdate

http://www.aaronland.info

created

2001-10-18T12:00:39-04:00

last modified

2003-10-11T11:04:36-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2001/10/18/3546/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Retsina Semantic Web Calendar Agent

provides interoperability between RDF based calendar descriptions on the web, and Personal Information Manager (PIM) Systems such as Microsoft's Outlook."page."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/10/13/3528/

pubdate

http://www.aaronland.info

created

2001-10-13T05:44:02-04:00

last modified

2003-10-11T11:04:54-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/10/13/3528/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Me : Blogger.pm 0.5.3

Added a PostFromOutline method to post outliner documents as HTML, using Simon Kittle's Text::Outline package.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/10/12/3525/

pubdate

http://www.aaronland.info

created

2001-10-12T13:35:29-04:00

last modified

2003-10-11T11:04:57-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/10/12/3525/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Mark Kingwell : "There are always too many gods, or too few, to save us.

It is terrifying to realize we are all on our own, down here in the land of the mortals. But sooner or later, we have to grow up and look after ourselves, cherishing what is good in our dreams and bracing for the nightmares that must come, from inside as well as outside."

refers to