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

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/10/11/3517/

pubdate

http://www.aaronland.info

created

2001-10-11T23:27:34-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/10/11/3517/changes.html

categories

license

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

external links

[x]
 

Hellmuth Michaelis : Yet another approach to the laptop multi-home problem

"For several years now, I've been using FreeBSD on my laptop at work. Since I am often at different customer sites on any given day, I must adjust my laptop settings according to their network, which means a new IP address, new name server, new default gateway and so on. Editing rc.conf, resolv.conf and friends by hand was tedious. I needed something that was easy to set up, use, develop and maintain."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/10/02/3475/

pubdate

http://www.aaronland.info

created

2001-10-02T18:46:36-04:00

last modified

2003-10-11T11:05:47-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/10/02/3475/changes.html

categories

license

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

external links

[x]
 

Simson Garfinkel : Kooks and Terrorists

"The question we face, then, is a simple one: is it possible to prevent future incidents of terrorism by systematically monitoring all potential terrorists and imprisoning them before they can strike? And, if so, are such measures worth the cost?"

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/27/3463/

pubdate

http://www.aaronland.info

created

2001-09-27T23:59:19-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/09/27/3463/changes.html

categories

license

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

external links

[x]
 

This is not a time for shooting first and asking questions later.

The attacks on the World Trade Center, and the Pentagon, may turn out be the work of a well-financed, well-organized and well-informed international terrorist group. The U.S. may find itself at war, yet. It is important to remember, though, that either statement may also prove to be untrue. Despite the fact that the media keeps yammering on about a modern-day SMERSH stalking the planet, it doesn't sound like these attacks required a whole lot of sophistication beyond the ability to fly an airplane. How complicated can it be to plan this sort of attack? Even before the advent of the Internet, and on-tap information, you could have ballparked this with a map, dead-tree airline schedules and the most pedestrian of specifics concerning an airplane. I couldn't tell you how to sneak a matte knife past airport scanners but given the fact that Western news programs have been doing the same with actual guns, for years now, it can't be very complicated. Where you learn to fly a passenger jet low enough to hit a six-story building, without bailing in the process, is something that continues to escapes me. That, and the willingness to fly a plane full of people into a building full of people. And if the U.S. is "at war", as people are saying then they are at war with a shadow. Ask yourself, how you can be at war with everyone and no one at the same time. Ask yourself what the consequences are of living your life that way. Ask yourself if you really want to live in "Fortress America". Ask yourself, as Americans, how you are going to go to "war", or mete out justice, if it turns out that this was the work of other Americans. I am not trying to minimize what has happened. I may well be wrong on both counts. Either way, the whole situation just plain sucks beyond comprehension. There is little question that retribution will be visited on those responsible, and it will be awful -- small consolation -- but lashing out in blind anger and panic accomplishes nothing. I guess my point is that, while extraordinary, it is not outside the realm of the possible that this could have been carried out by "a few guys". And I'm really not sure how you fight against that which makes it all the more terrifying. Dubya's plan to wage a long and expensive war against an unseen enemy is little more than smoke and mirrors or, if you're inclined to believe that sort of thing, a slippery slope like you've never seen before. see also : How Good Were the [WTC] Pilots? via rebecca's pocket

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/12/3389/

pubdate

http://www.aaronland.info

created

2001-09-12T06:40:39-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/09/12/3389/changes.html

categories

license

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

external links

[x]
 

Andreas Bolka : XML-RPC to POP3 API

"describes a relatively straight-forward approach to an XML-RPC to POP3 gateway. The goal is to enable POP3 access to all environments supporting XML-RPC. This API also introduces a (to the XML-RPC community) - as far as I know - new authentication system. An authentication call returns a session id (called SID) which is used to authenticate successive calls. Commonly this is done by providing a SID param with successive calls. The following API approaches this problem by providing the authenticated functions under a method namespace containing the SID and therefore only accessible to the authenticated client during one session."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/08/24/3308/

pubdate

http://www.aaronland.info

created

2001-08-24T05:59:19-04:00

last modified

2003-10-11T11:08:19-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2001/08/24/3308/changes.html

categories

license

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

external links

[x]
 

Steve Mann : Computer Architectures For Personal Space

"I always found it strange why individuals so willingly acquiesce to the mechanized invasions of privacy caused by video surveillance, yet the same people become angered when overtly photographed by an individual wielding a handheld camera. To resolve this seemingly strange paradox, I have experimented with making myself into a corporation, with its own body-worn video surveillance cameras, for the protection of its body's property. What I have learned is that if I can abandon (or appear to abandon) my autonomy, by becoming a corporation, I have much greater freedom. In particular, I discovered that if I am bound by external forces of policy and procedure (as is typical of a corporation), I can be, in some ways, much more free."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/08/14/3274/

pubdate

http://www.aaronland.info

created

2001-08-14T10:54:10-04:00

last modified

2003-10-11T11:08:50-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/08/14/3274/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 fey

| source : web1913 | Fey \Fey\, a. [AS. f?ga, Icel. feigr, OHG. feigi.] Fated; doomed. [Old Eng. & Scot.] | source : web1913 | Fey \Fey\, n. [See {Fay} faith.] Faith. [Obs.] --Chaucer. | source : web1913 | Fey \Fey\, v. t. [Cf. {Feague}.] To cleanse; to clean out. [Obs.] --Tusser. | source : wn | fey adj 1: slightly insane [syn: {touched(p)}] 2: suggestive of an elf in strangeness and otherworldliness; "thunderbolts quivered with elfin flares of heat lightning"; "the fey quality was there, the ability to see the moon at midday"- John Mason Brown [syn: {elfin}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/07/30/3219/

pubdate

http://www.aaronland.info

created

2001-07-30T09:30:38-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/07/30/3219/changes.html

categories

license

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

external links

[x]
 

Cary Tennis : "A drunk hides nothing from another drunk. So when I look at Bush,

I don't see a conservative Republican, a flirter with the Christian right, a Texas oilman, a son of political royalty. I see a guy like me who never wants to quit, who has an infinite thirst and an infinite appetite for whatever you've got and who, if he could, would drink up the whole room and then tear it apart looking for more. I see a guy barely containing a murderous contempt for anyone who doesn't drink like he does; I see a guy who has to pause when answering questions not because there's nothing in his head but because there's too much in his head and most of it is vile and the rest is obscene; no doubt the first thing that pops into his head when asked a question at a press conference is "You have the face of a barnyard animal" or "I'd like to fuck you silly." That apparent blankness, as though his brain is having a rolling blackout, is actually a sign that he's sorting, looking for an answer that's both true and bland, something that won't set off any alarms, something that will satisfy his need to tell the truth yet not give in to the grandiose and contemptuous impulses so familiar to alcoholics far and wide." Meanwhile, back at the ranch, Eileen Myles reports that : In the way that Bill Clinton was our first black president, Spielberg has given us our first butch lesbian hero. Truly, nothing is what it seems anymore.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/07/26/3210/

pubdate

http://www.aaronland.info

created

2001-07-26T13:56:33-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/07/26/3210/changes.html

categories

license

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

external links

[x]
 

Kip Hampton : Creating Scalable Vector Graphics with Perl

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/07/12/3174/

pubdate

http://www.aaronland.info

created

2001-07-12T13:22:10-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/07/12/3174/changes.html

categories

license

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

external links

[x]
 

developerWorks : Recurse, not divide, to conquer [XSLT]

via zopenewbies

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/07/11/3170/

pubdate

http://www.aaronland.info

created

2001-07-11T10:48:24-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/07/11/3170/changes.html

categories

license

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

external links

[x]
 

Richard Martineau : "Malheureusement, ce sont justement les écrits de ce vieux monsieur nostalgique

qui font autorité à l'extérieur du Québec. Des textes sur l'importance de s'ouvrir au monde, écrits par un homme qui ne pouvait même pas comprendre la langue de ses voisins."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/07/06/3158/

pubdate

http://www.aaronland.info

created

2001-07-06T04:28:30-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/07/06/3158/changes.html

categories

license

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

external links

[x]
 

Tina Mion : Virtual Election

"Tina and her friends held elaborate ceremonies every Sunday to select one card from the Presidential bridge deck. Mion then created an original painting of the figure represented on the card, maintaining the card's face value and suit. The paintings were created using a wide variety of styles and mediums inspired by the personalities and periods in which the figures lived." see also : Morning Edition on Mion's portraits of U.S. first ladies .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/01/22/2760/

pubdate

http://www.aaronland.info

created

2001-01-22T20:58:36-05:00

last modified

2003-10-11T11:17:14-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/01/22/2760/changes.html

categories

license

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

external links

[x]
 

Scott Gardiner : To be distinct is a balancing act

"There are differences, of course: Quebeckers [ Why can't English people just say Quebecois? ] carried their culture from France in the 17th century; Alberta borrowed its from Texas, circa 1950. If Albertans cling more tightly to their Stetsons than do Québécois to their pure laine toques, it's only because the latter have worn theirs long enough to have reached a more comfortable fit. And though each may prefer to focus on the qualities they see as being theirs alone, the rest of us might wish to take a closer look at what these two cultures have in common."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/11/19/2613/

pubdate

http://www.aaronland.info

created

2000-11-19T02:15:25-05:00

last modified

2003-10-11T11:19:41-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2000/11/19/2613/changes.html

categories

license

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

external links

[x]
 

Andy Mackay : DocBrowser

"The eventual aim of this product is to able to slurp an entire static html tree (including images) to "Zopify" a site. At the moment this release allows you to slurp a whole bunch of files off the file system and creates Zope objects in the same structure."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/11/08/2574/

pubdate

http://www.aaronland.info

created

2000-11-08T19:56:55-05:00

last modified

2003-10-11T11:20:18-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2000/11/08/2574/changes.html

categories

license

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

external links

[x]
 

David Sweet : A Perl of a Site Map

"I hope I have inspired you to sneak into your boss's office and throw away all the photocopies of your site."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/11/02/2547/

pubdate

http://www.aaronland.info

created

2000-11-02T15:48:13-05:00

last modified

2003-10-11T11:20:44-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2000/11/02/2547/changes.html

categories

license

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

external links

[x]
 

I'm going to stick my finger in the pie

and ask why it is that people bother to put the slides from presentations they've given online? Divorced from their presenter, and that which is being discussed, they tend to read like a cross between poetry fridge magnets and the transcript to a buzzword-bingo game. I think a good classroom exercise would be to see how many different presentations could be concocted using one set of slides a starting point.

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/10/31/2544/

pubdate

http://www.aaronland.info

created

2000-10-31T00:40:13-05:00

last modified

2003-10-11T11:20:47-04:00

revision

1.8

changes

http://www.aaronland.info/weblog/2000/10/31/2544/changes.html

categories

license

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

Looking for a change?

Maybe you should try a Cheese Choc-Dog for lunch. How could you resist a recipe that requires you : "carefully drill each hot dog lengthwise" and then "fill the cavaties with aerosol cheese product." Excuse me while I wipe the drool off my chin...

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/08/14/2384/

pubdate

http://www.aaronland.info

created

2000-08-14T16:46:25-04:00

last modified

2003-10-11T11:23:26-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2000/08/14/2384/changes.html

categories

license

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

external links

[x]
 

tempography

scan-art experiment-o-rama

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/05/18/2111/

pubdate

http://www.aaronland.info

created

2000-05-18T11:16:08-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/05/18/2111/changes.html

categories

license

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

external links

[x]
 

The Babel Log

I wonder whether this was the chicken or this was the egg. Meanwhile, speaking of animals .

refers to

meta

 

vive
Whenever I see stuff like this, it makes me think of the trip I took to the Valley with J.P. and friends in his dusty orange microbus. We stopped in New Minas (?) for the obligatory trip to Frenchy's. J.P. discovered two dozen head-sized Fozie bears which soon found a new home in any available window space on the bus. They were a big hit at the vegetable stand where we bought almost as many pumpkins to keep the bears company.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/04/16/2006/

pubdate

http://www.aaronland.info

created

2000-04-16T05:10:39-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/04/16/2006/changes.html

categories

license

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

external links

[x]
 

MP3PVM (read distributed MP3 encoding)

This one comes via the nice people at Ars Technica who have this to say on the subject : '[T]he idea is that you can use this program to encode mp3s using multiple computers in much the same way that Setiathome and RC5 do. Is this really worthwhile? Probably not, but it's definitely cool."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/04/06/1983/

pubdate

http://www.aaronland.info

created

2000-04-06T00:44:31-04:00

last modified

2003-10-11T11:30:31-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2000/04/06/1983/changes.html

categories

license

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

external links

[x]
 

Salon

"The United States foists itself onto its northern neighbor in many areas, from clothing fashions to household items and our megalithic entertainment industry. And now, according to the National Post business magazine, a new cross-cultural market has emerged -- the "jizz biz." By one estimate, Canada now imports $3 million worth of American sperm each year." Meanwhile, the National Post is also reporting that hot helmets induce hockey violence . Seriously, though, who can resist a quote like "A lot of your stress is actually arising from thermoregulatory conflict."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/04/04/1971/

pubdate

http://www.aaronland.info

created

2000-04-04T11:48:45-04:00

last modified

2003-10-11T11:30:53-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2000/04/04/1971/changes.html

categories

license

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

external links

[x]
 

Michael Boyle : Montreal webloggers at Else's

I promise I'll take the sweater off when it warms up. I have others, but my mother made that one.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/03/29/1951/

pubdate

http://www.aaronland.info

created

2000-03-29T14:41:55-05:00

last modified

2003-10-11T11:31:29-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2000/03/29/1951/changes.html

categories

license

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

external links

[x]
 

Lydia Pallas Loren : The Purpose of Copyright

"[T]he conclusion that a greater numbers of works will be created when there are greater monopolies fails to account for the negative implications of broad monopolies on creative expression. When the scope of the copyright monopoly becomes too great, the creation of new works is, itself, hampered. After all, each creator of a new work builds in some way on the works of the past. With overly broad monopolies, new works that build upon old are not created, creativity is stifled, and thus the net value to society is lessened. We have, what Judge Walker referred to a 'monopolistic stagnation.'"

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/03/21/1893/

pubdate

http://www.aaronland.info

created

2000-03-21T15:12:22-05:00

last modified

2003-10-11T11:32:33-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2000/03/21/1893/changes.html

categories

license

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

external links

[x]
 

painting monkey girl

"This is worth the hassle of fetching the plug-in, please see this URL and select 20th Century."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/02/14/878/

pubdate

http://www.aaronland.info

created

2000-02-14T04:45:44-05:00

last modified

2003-10-11T11:34:17-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2000/02/14/878/changes.html

categories

license

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

external links

[x]
 

The road to Hell

is paved with Y2K intentions .

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/12/29/773/

pubdate

http://www.aaronland.info

created

1999-12-29T03:18:44-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/1999/12/29/773/changes.html

categories

license

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

external links

[x]
 

Lewis MacKenzie : It's not enough to say you're sorry

"I raise this somewhat embarrassing UN shortcoming to temper the understandable expectation that we learn from our mistakes, a theme repeated much too often in both the Srebrenica and Rwandan reports. These two disasters for the UN were not mistakes. They unfolded as the result of calculated decisions by the Security Council not to get involved in sorting out someone else's problems, where there was no identifiable shared national self-interests within the permanent five members, or where the risk of casualties was considered too high. These same types of situations will happen again and again, so we might as well get used to the guilt that accompanies our chronically inadequate response."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/12/22/761/

pubdate

http://www.aaronland.info

created

1999-12-22T02:11:39-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/1999/12/22/761/changes.html

categories

license

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

external links

[x]
 

Tony Quinn

"There is nothing that the U.S. government has done to bring about our new wealth. From a California perspective, Washington is almost a foreign capital, almost another government. We look upon ourselves as a nation-state. We are more than one out of 50." Duh, can somebody say DARPA ? I always get a big kick asking Americans Against Taxes (I know I know) who they think pays for, what are truly are, the best roads on the planet.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/12/12/726/

pubdate

http://www.aaronland.info

created

1999-12-12T04:48:38-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/1999/12/12/726/changes.html

categories

license

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

external links

[x]
 

Le Devoir

"Jean Chrétien vient de fournir la clef qui ouvre toute grande la porte à une déclaration unilatérale d'indépendance de la part du Québec advenant l'échec des négociations qui auraient lieu à la suite d'un OUI à un vote référendaire sur la souveraineté." I don't happen to be terribly fond of Lucien Bouchard, but I am having a lot of trouble understanding why the federal government thinks it should be judge, jury and executioner on the issue of Quebec sovereignty.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/11/24/686/

pubdate

http://www.aaronland.info

created

1999-11-24T00:09:28-05:00

last modified

2003-10-11T11:38:25-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/1999/11/24/686/changes.html

categories

license

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

external links

[x]
 

NY Times on the Mother Jones of Silicon Valley

"Why do I spend so much time in the heart of this new economy working with unions to build a voice for working people?" she said. "It has everything to do with whether we can revitalize an institution that so many people in this country depend on. It's the only vehicle in this country that can balance the political landscape."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/11/14/647/

pubdate

http://www.aaronland.info

created

1999-11-14T01:20:05-05:00

last modified

2003-10-11T11:39:03-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/1999/11/14/647/changes.html

categories

license

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

external links

[x]
 

Libération : Dessine-moi un cyberespace...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/11/02/606/

pubdate

http://www.aaronland.info

created

1999-11-02T09:08:18-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/11/02/606/changes.html

categories

license

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

external links

[x]
 

City of Montreal : Top 10 Garbage Crimes

In the last 30 years, Montreal has had three mayors. The first built the <a href = "http://www.ville.montreal.qc.ca/panoramas/refvdm/to.mov">Olympic stadium</a>. The second spent $1M to rewire the cross on <a href = "http://www.ville.montreal.qc.ca/panoramas/belvedere/98nov/mtl13.mov">the mountain</a> with fiber-optics so that it will turn purple when the Pope dies. Finally, we have a guy who got elected on a platform of doing nothing but planting <a href = "http://www.ville.montreal.qc.ca/mtl-hiroshima/expo-mtl/quicktimevr/refvdm/jjv2h.mov">lots of flowers</a> and who now wants to fine people 500$ if their garbage bags are too small. I can't wait to go home!

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/10/04/523/

pubdate

http://www.aaronland.info

created

1999-10-04T07:45:34-04:00

last modified

2003-10-11T11:41:51-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/1999/10/04/523/changes.html

categories

license

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

external links

[x]
 

Morning Edition talks to the Anti-Ironist

I was lying in bed, half asleep ,when I heard this and it nearly ruined my day. I will read this guy's book. I'd like to believe he has something to say beyond all the happy-happy joy-joy platitudes I've heard so far. Mostly though, I'm just waiting for him to start handing out Kool-Aid. real audio.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/09/21/476/

pubdate

http://www.aaronland.info

created

1999-09-21T08:51:23-04:00

last modified

2003-10-11T11:43:03-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/1999/09/21/476/changes.html

categories

license

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

external links

[x]
 

Calvin & Hobbes Snow Art Gallery

The last I heard was that Bill Watterson wanted to start painting full-time. Has anyone seen the work? Is it online?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/09/02/410/

pubdate

http://www.aaronland.info

created

1999-09-02T01:10:59-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/09/02/410/changes.html

categories

license

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

external links

[x]
 

Scott Rosenberg : Don't Link or I'll Sue

Perhaps the Anti-Weblog is really just another manifestation of the Anti-Cruise .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/08/12/324/

pubdate

http://www.aaronland.info

created

1999-08-12T17:13:06-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/08/12/324/changes.html

categories

license

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

external links

[x]
 

CBC : Viagra keeps flowers from wilting

"They believe Viagra could revolutionize packaging and storage of produce."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/18/214/

pubdate

http://www.aaronland.info

created

1999-07-18T11:50:00-04:00

last modified

2003-10-11T11:47:20-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/18/214/changes.html

categories

license

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

external links

[x]
 

The Evolution of Computers Ends with Z

um, someone might want to talk to the marketing people about this one. Is this like The End of History ?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/06/18/29/

pubdate

http://www.aaronland.info

created

1999-06-18T03:13:26-04:00

last modified

2003-10-11T11:50:20-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/1999/06/18/29/changes.html

categories

license

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

external links

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

wtf?