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

posts brought to you by the category “idle thoughts”

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 “idea of self” ←   → posts brought to you by the category “imagine that”
 

It seems to me that there might just be money to be made by photobloggers selling subscription based desktops.

That is : a bare-bones daemon that sits around and sets your desktop background every day, pulling down an image from the growing legions of photographers who are posting their work on-pline. It needs just enough of a GUI to enter the relevant data for a payment service (probably PayPal), the URI for one or more photobloggers and frequency that you want to grab a new image from a given photographer.

There are some technical impediments in the payment widget that would need to be overcome. Mostly, I think, it's just idiot-proofing things on the server-side for photographers who don't understand, or care, about the security issues. But it's not like this part hasn't already been done.

And the client has, sort of, already been written thanks to the fact that Morbus did all the hard work and then set it free. That, to me, has always been the beauty of Amphetadesk. Try as I might I can't really get excited about aggregators but the thing about Amphetadesk is that it demonstrates the basic framework a tool that sits around in the background, periodically fetches stuff off the Network and then does stuff with it. And it just works out of the box. Across platforms. On OS 9, no less. With a simple GUI for plugging in user configs.

Yes, it can be a bit slow and if I were to write something from the ground up I might write it in wxPython. But Amphetadesk is there and in my magic lala-land it just seems sort of rude not to take advantage of everything it has to offer.

It is also possible that the economics of this kind of service remain prohibitive. I haven't actually bothered to run any numbers.

Off the top of my head, though, it is clear that any given image would need to be priced according to the amount it costs the photographer, in bandwidth, to send to a subscriber. That shouldn't cost too much but it does need to keep pace with whatever a hosting provider decides to do when they discover that they are serving a 1900x1200 pixel image four hundred million times a day. (Note to self: add code/configs to the client preventing charges in excess of n .)

The other immediate problem is how to control licensing of the images which, given their size, may be repurposed for a variety of purposes without a photographer's consent. I don't have a ready answer for this. It is easy to say : Sue the bastards! but the having the ability to take legal action and having the means to take legal action are two different things. On the other hand, it seems that given proper attribution the benefits, in terms of exposure, of having a third party re-use a photographer's image might offset so-called proper renumeration. If the third-party happens to be an art director at, say, Time-Warner, well then there's always stenography and a 10 percent commission for an eager lawyer.

There are a bunch of other details, for sure, but I think it could actually work. It could earn photographers (painters, print-makers, yadda yadda yadda) a little extra money, a lot more exposure and just generally offer a little more serendipity in people's lives which has always seemed like the real promise of the Network to me.

So there's the idea. Please, feel free to run with it.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/02/05/5387

pubdate

http://www.aaronland.info

created

2004-02-05T18:18:28-05:00

last modified

2004-02-06T09:14:02-05:00

revision

1.5

changes

http://www.aaronland.info/weblog/2004/02/05/5387/changes.html

categories

license

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

external links

[x]
 

* darobin thinks of python

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/09/18/5227/

pubdate

http://www.aaronland.info

created

2003-09-18T18:33:02-04:00

last modified

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

revision

1.4

changes

http://www.aaronland.info/weblog/2003/09/18/5227//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]
 

In the "Letters from the Past to the Future" Department : Today was the day that 'make' made suck.

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/04/07/4977/

pubdate

http://www.aaronland.info

created

2003-04-07T03:08:18-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/04/07/4977//changes.html

categories

license

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

Dominic Mitchell : Class::DBI::toSAX.pm

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/03/28/4953/

pubdate

http://www.aaronland.info

created

2003-03-28T05:00:59-05:00

last modified

2003-10-11T10:41:18-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/03/28/4953//changes.html

categories

license

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

external links

[x]
 

So, I started writing something about Mark's "How I Learned to Love Being Loosey Goosey Even Though I'm a Python-weenie" RSS article earlier this morning

but stopped because, frankly, who cares? But then I saw Mark waxing poetic about how [I]t takes balls to write an article for XML.com demonstrating how to parse an XML-based format without an XML parser. So here goes: I sped-read (speed-readed?) the article last night because I am already pretty familiar with the state of non-validating RSS feeds, tools like SGMLParser (you can probably parse RSS with HTML::Parser, but I've never tried) and the need to actually get something done in the face of all those people who don't give a rat's ass about The Right Way to do things. What I didn't notice was the bit about not using an XML parser. Now again, I think I understand where Mark is coming from and, if I do, I agree in principle with what he's trying to do. But it just seems so half-assed to go to all the trouble of parsing poorly formed XML, treat it like XML and then not actually return the data as XML. It is, I grant you, something of a pendantic argument. There's nothing to prevent me, or someone else, from adding hooks to Mark's rssparser code to define an as_xml method or add the hooks that would generate SAX events which, to my thinking, would be the most useful thing because then you can magically just assume it's XML again, like it's supposed to be. I suppose my problem is one about what seems like a lazy design and a lazy interface. I can see the need for something like this; ask any Perl programmer who has to wrap all their calls to XML::Parser in eval blocks because it adheres to the XML spec and actually die s when it encounters a problem. It just seems so...inelegant. Your mileage may vary.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/01/23/4804/

pubdate

http://www.aaronland.info

created

2003-01-23T21:58:26-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/01/23/4804//changes.html

categories

license

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

external links

[x]
 

Me : Net::ITE.pm 0.03

Added support for returning a complete list of topics. I will start adding hooks for the XML-RPC interface sometime next week. see also : docs

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/01/17/4797/

pubdate

http://www.aaronland.info

created

2003-01-17T20:33:04-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/01/17/4797//changes.html

categories

license

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

external links

[x]
 

http://mah.everybody.org/weblog/archive/80614074

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/12/19/4761/

pubdate

http://www.aaronland.info

created

2002-12-19T07:10:56-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2002/12/19/4761//changes.html

categories

license

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

Somebodydial911 :

One possible solution to the problem of 'multiple profiles' would be to simply not worry about it. Define your own profile URL and then use XInclude to suck in some other profile that you're using in your <link> thingies:



<xi:include href = "http://purl.org/net/autodiscovery#xpointer(/html/body)">



 <xi:fallback>



  <a href = "http://purl.org/net/autodiscovery">



   Autodiscovery Profile



  </a>



</xi:fallback>



</xi:include>



Or something like that, anyway. Though, it's not like any browsers actually know how to handle XInclude...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/12/13/4750/

pubdate

http://www.aaronland.info

created

2002-12-13T10:04:31-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2002/12/13/4750//changes.html

categories

license

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

external links

[x]
 

Daniel Glazman : Small Screen Rendering

via simon willison

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/10/22/4658/

pubdate

http://www.aaronland.info

created

2002-10-22T06:31:15-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/10/22/4658//changes.html

categories

license

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

external links

[x]
 

Meanwhile, still in the "While I Slept" department

we got the first snow of the winter last night.

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/10/21/4653/

pubdate

http://www.aaronland.info

created

2002-10-21T22:40:21-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/10/21/4653//changes.html

categories

license

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

external links

[x]
 

Bitflux Editor

"is a browser based Wysiwyg XML Editor. ... Now you can edit your content semantically and at the same time display it to your users and editors in its final form. "

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/09/16/4608/

pubdate

http://www.aaronland.info

created

2002-09-16T06:25:11-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/09/16/4608//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 : roseate

Roseate \Ro"se*ate\, a. [Cf. L. roseus, rosatus, prepared from roses. See {Roseal}, {Rose}.] 1. Full of roses; rosy; as, roseate bowers. 2. resembling a rose in color or fragrance; esp., tinged with rose color; blooming; as, roseate beauty; her roseate lips. {Roseate tern} (Zo["o]l.), an American and European tern ({Sterna Dougalli}) whose breast is roseate in the breeding season. web1913
roseate adj : having a dusty purplish pink color; "the roseate glow of dawn" [syn: {rose}, {rosaceous}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/07/31/4513/

pubdate

http://www.aaronland.info

created

2002-07-31T10:22:41-04:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2002/07/31/4513//changes.html

categories

license

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

external links

[x]
 

Randal L. Schwartz : Processing Footnotes

"The idea is that I insert a footnote into the main flow using a made-up tag of foot, and then this processor pass takes those out, replacing them with an anchor link and a unique number. Then, at the end of the file, all the footnotes are dumped out. For an example, look at the end of the program. And, I couldn't stop there, so I decided to allow nested footnotes (like those frequently found on the alt.sysadmin.recovery newsgroup). About half my coding time was spent getting those to work right. Someday, I must learn priorities."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/07/24/4493/

pubdate

http://www.aaronland.info

created

2002-07-24T00:05:02-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/07/24/4493//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 : temerity

Temerity \Te*mer"i*ty\, n. [L. temeritas, from temere by chance, rashly; perhaps akin to Skr. tamas darkness: cf. F. t['e]m['e]rit['e].] Unreasonable contempt of danger; extreme venturesomeness; rashness; as, the temerity of a commander in war. Syn: Rashness; precipitancy; heedlessness; venturesomeness. Usage: {Temerity}, {Rashness}. These words are closely allied in sense, but have a slight difference in their use and application. Temerity is Latin, and rashness is Anglo-Saxon. As in many such cases, the Latin term is more select and dignified; the Anglo-Saxon more familiar and energetic. We show temerity in hasty decisions, and the conduct to which they lead. We show rashness in particular actions, as dictated by sudden impulse. It is an exhibition of temerity to approach the verge of a precipice; it is an act of rashness to jump into a river without being able to swim. Temerity, then, is an unreasonable contempt of danger; rashness is a rushing into danger from thoughtlessness or excited feeling. It is notorious temerity to pass sentence upon grounds uncapable of evidence. --Barrow. Her rush hand in evil hour Forth reaching to the fruit, she plucked, she eat. --Milton. web1913
temerity n : fearless daring [syn: {audacity}, {audaciousness}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/07/09/4458/

pubdate

http://www.aaronland.info

created

2002-07-09T00:18:50-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/07/09/4458//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 : fat coke

opposite of diet coke
submitted by rik

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/19/4353/

pubdate

http://www.aaronland.info

created

2002-05-19T09:10:23-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/05/19/4353//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 : insomnism

The belief that when world leaders give up sleeping, the world will become a peaceful place--because people will spend their time talking and solving problems rather than wasting their time sleeping.
ex. I am a follower of insomnism.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/04/4295/

pubdate

http://www.aaronland.info

created

2002-05-04T01:43:23-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/05/04/4295//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 : mendacious

Mendacious \Men*da"cious\, a. [L. mendax, -acis, lying, cf. mentiri to lie.] 1. Given to deception or falsehood; lying; as, a mendacious person. 2. False; counterfeit; containing falsehood; as, a mendacious statement. -- {Men*da"cious*ly}, adv. -- {Men*da"cious*ness}, n. web1913
mendacious adj 1: given to lying; "a lying witness"; "a mendacious child" [syn: {lying(a)}] 2: intentionally untrue; "a mendacious statement" wn
MENDACIOUS, adj. Addicted to rhetoric. devils

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/04/22/4248/

pubdate

http://www.aaronland.info

created

2002-04-22T06:52:21-04:00

last modified

2003-10-11T10:53:02-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/04/22/4248//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 : polyglot

Polyglot \Pol"y*glot\, n. 1. One who speaks several languages. [R.] ``A polyglot, or good linguist.'' --Howell. 2. A book containing several versions of the same text, or containing the same subject matter in several languages; esp., the Scriptures in several languages. Enriched by the publication of polyglots. --Abp. Newcome. web1913
polyglot adj : having a command of or composed in many languages; "a polyglot traveler"; "a polyglot Bible contains versions in different languages" n : a person who speaks more than one language [syn: {linguist}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/04/18/4236/

pubdate

http://www.aaronland.info

created

2002-04-18T08:52:33-04:00

last modified

2003-10-11T10:53:14-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2002/04/18/4236//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 : desuetude

Desuetude \Des"ue*tude\, n. [L. desuetudo, from desuescere, to grow out of use, disuse; de + suescere to become used or accustomed: cf. F. d['e]su['e]tude. See {Custom}.] The cessation of use; disuse; discontinuance of practice, custom, or fashion. The desuetude abrogated the law, which, before, custom had established. --Jer. Taylor. web1913
desuetude n : a state of inactivity or disuse wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/04/11/4201/

pubdate

http://www.aaronland.info

created

2002-04-11T18:06:39-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/04/11/4201//changes.html

categories

license

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

external links

[x]
 

W3C : Speech Synthesis Markup Language

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/04/06/4187/

pubdate

http://www.aaronland.info

created

2002-04-06T19:14:51-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/04/06/4187//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 : fussass

pronounced as fuss-arse. means that someone is particularly fussy in their behaviours and work habits.
ex. Cathy is a fussass, because she likes to maintain a high standard of work.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/21/4121/

pubdate

http://www.aaronland.info

created

2002-03-21T01:29:48-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/21/4121//changes.html

categories

license

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

external links

[x]
 

Damian Conway : ...And Now for Something Completely Similar

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/20/4119/

pubdate

http://www.aaronland.info

created

2002-03-20T21:53:56-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/03/20/4119//changes.html

categories

license

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

external links

[x]
 

PiCoMap

"is a comprehensive program ... to create, share, and explore concept maps on their Palm OS. This program allows its users to create a center node and relate multiple nodes to create elaborate concept maps." via vacuum

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/13/4080/

pubdate

http://www.aaronland.info

created

2002-03-13T14:53:57-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/13/4080//changes.html

categories

license

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

external links

[x]
 

Brent Dax : Compare My Code to Damian Conway's

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/07/4048/

pubdate

http://www.aaronland.info

created

2002-03-07T21:55:33-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/07/4048//changes.html

categories

license

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

external links

[x]
 

Now that WWW::UsePerl::Journal.pm supports posting

it means that I can write a Blogger::Engine::Useperl package. The name is a bit of a misnomer because it looks like you should be able to post to any Slash-based site using the Blogger API via the UsePerl methods. I haven't had a chance to test this yet; I am just trying to finally get the next version of Blogger.pm out the door, after having talked about it for months and months. The changes are mostly internal and aimed at making it easier to write application specific handlers for Blogger.pm : MovableType can be tricked into returning all a user's posts so there is no point in honouring the parent class' internal check on the number of posts a user is trying to slurp; Manila doesn't support the getUsersBlogs method while Radio does; the blog id for a Radio site is always " home "; None of the above limit the size of a post. That sort of thing. Maybe tonight, maybe tomorrow. It depends on how the debugging goes.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/28/3898/

pubdate

http://www.aaronland.info

created

2002-01-28T15:25:12-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/28/3898//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 : hauteur

Hauteur \Hau`teur"\, n. [F., fr. haut high. See {Haughty}.] Haughty manner or spirit; haughtiness; pride; arrogance. web1913

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/17/3848/

pubdate

http://www.aaronland.info

created

2002-01-17T09:03:16-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/17/3848//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 : pusillanimous

Pusillanimous \Pu`sil*lan"i*mous\, a. [L. pusillannimis; pusillus very little (dim. of pusus a little boy; cf. puer a boy, E. puerile) + animus the mind: cf. F. pusillanime. See {Animosity}.] 1. Destitute of a manly or courageous strength and firmness of mind; of weak spirit; mean-spirited; spiritless; cowardly; -- said of persons, as, a pussillanimous prince. web1913
pusillanimous adj : lacking in courage and manly strength and resolution; contemptibly fearful [syn: {poor-spirited}, {unmanly}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/14/3834/

pubdate

http://www.aaronland.info

created

2002-01-14T12:00:58-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/14/3834//changes.html

categories

license

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

external links

[x]
 

The Mirror Project : mirror.Random()

All mirror, all the time!

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/10/15/3534/

pubdate

http://www.aaronland.info

created

2001-10-15T06:22:01-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/10/15/3534//changes.html

categories

license

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

external links

[x]
 

Eatdrinkfeelgood

I have uploaded new versions of the DTD (which is almost finalized, I think), the XSL stylesheet as well as XML and HTML examples. There is also a suite of Perl modules for querying the documents and generating foofy index-card sized PDF files that I will try to get out in the next day or two (bugs).

refers to

meta

 

Kip Hampton : Writing SAX Drivers for Non-XML Data

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/20/3441/

pubdate

http://www.aaronland.info

created

2001-09-20T07:19:22-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/09/20/3441//changes.html

categories

license

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

external links

[x]
 

I have taken some tiny solace in the counsel that to paralyze one's life,

in the aftermath of Tuesday's events, is a kind of capitulation that pretty much only makes things worse. Yesterday, we spent the afternoon at The Keg watching the Habs play an intersquad game to raise money for the American Red Cross. They were supposed to play a pre-season game against the Rangers that evening which, for obvious reasons, just wasn't going to happen. It was nice to get out. It was nice, albeit still a bit tense and despite my general aversion to crowds, to be with more than a handful of people. Later on, we drank and danced badly and ate roasted garlic. But, I am having trouble finding a balance between the need to keep on living and the need to give what happened, and all the tangents that surround it, their due reflection. Maybe that is just the lesson of history and one that people in North America, buffered by entire oceans and freakishly large geopolitical territories, have never had to face it until now.

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/16/3421/

pubdate

http://www.aaronland.info

created

2001-09-16T03:34:54-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/09/16/3421//changes.html

categories

license

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

Rober Wright : The Problem With Retaliation

"Yesterday someone asked me to discuss terrorism in game-theoretic terms, and I realized that, in this case, you almost can't. Game theory assumes that all players are amenable to positive and negative reinforcement. When you're dealing with people who don't mind death—who in a sense even welcome it—your arsenal of negative reinforcement shrinks considerably."

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-09-12T17:02:56-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Saturday Night : "I'm standing on a dock in San Mateo, California, with a Canadian scientist

who has found an intriguing mathematical connection between: 1) how the skin cells of a frog decide whether or not to grow hair; and, 2) how to create a new system of air-traffic control so that planes can fly closer together. She is interested in the first question because she believes it will help us find an answer to the second, which will let us understand air traffic, and prevent accidents in our increasingly crowded skies." see also : Claire Tomlin's homepage . Why is that so many science geeks seem to think that putting zipped post-script versions of their papers online is somehow a good, and proper, use of the web?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/29/3007/

pubdate

http://www.aaronland.info

created

2001-04-29T13:54:02-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/04/29/3007//changes.html

categories

license

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

external links

[x]
 

Luis Argerich : Using XML-RPC from PHP

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/03/30/2904/

pubdate

http://www.aaronland.info

created

2001-03-30T18:27:15-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/03/30/2904//changes.html

categories

license

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

external links

[x]
 

Matt Sargeant : "This week I released the AxKit NewsMaker module,

which forms the foundation for the content management system we use here at Take23. It is a very simple module that allows you to author news items in a textarea, which then updates an RSS file full of headlines. It gives you a preview of what has been submitted and automatically saves when it detects that you didn't make any changes. It should be flexible enough to be re-purposable to other systems such as comments (or forums)."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/03/21/2874/

pubdate

http://www.aaronland.info

created

2001-03-21T03:17:29-05:00

last modified

2003-10-11T11:15:22-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2001/03/21/2874//changes.html

categories

license

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

external links

[x]
 

They don't call it a slippery slope for nothing.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/01/08/2731/

pubdate

http://www.aaronland.info

created

2001-01-08T11:40:24-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/01/08/2731//changes.html

categories

license

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

external links

[x]
 

You crazy fuckers.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/12/13/2677/

pubdate

http://www.aaronland.info

created

2000-12-13T18:18:07-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2000/12/13/2677//changes.html

categories

license

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

external links

[x]
 

Alastair Burt : XEmacs DTML Mode

woohoo!

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/12/13/2676/

pubdate

http://www.aaronland.info

created

2000-12-13T19:55:12-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2000/12/13/2676//changes.html

categories

license

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

external links

[x]
 

My friend Mary got her book published.

There's a pretty funny story about the book cover but I don't know if it's my place to tell it in public...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/11/25/2631/

pubdate

http://www.aaronland.info

created

2000-11-25T07:08:28-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/11/25/2631//changes.html

categories

license

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

external links

[x]
 

Press the button,

smell the coffee , feel the rush . Think of it as my sorry-ass way of making up for blowing the Day in the Life meme.

refers to

meta

 

Why are Americans so fond of putting everything

in dispensers ? see also : Ceci n'est pas du cafe

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/09/28/2490/

pubdate

http://www.aaronland.info

created

2000-09-28T18:05:58-04:00

last modified

2003-10-11T11:21:40-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2000/09/28/2490//changes.html

categories

license

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

external links

[x]
 

Naomi Klein : When is a moose just a moose?

"There are many other intertextual moose projects in the works: the Great Canadian Moose Hunt (rules TBA), and mass moose pie-ings (inspired by the much-maligned tart-slingers in PEI). And while it's hard to find a moose that still has its antlers attached, virtual antlers have begun sprouting up around Toronto in the oddest of places -- for instance, drawn onto the heads of models in bus-shelter billboards. (If corporate advertisements are transformed into works of art when painted onto moose statues, then surely all ads can similarly be transformed into impromptu moose.)" see also : Charles Pachter : Moose Factory Gallery

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/08/23/2418/

pubdate

http://www.aaronland.info

created

2000-08-23T11:22:35-04:00

last modified

2003-10-28T23:34:37-05:00

revision

1.9

changes

http://www.aaronland.info/weblog/2000/08/23/2418//changes.html

categories

license

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

external links

[x]
 

enormous luscious woman breast

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/07/23/2331/

pubdate

http://www.aaronland.info

created

2000-07-23T02:54:45-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2000/07/23/2331//changes.html

categories

license

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

external links

[x]
 

This sight at the Vatican museum

is possibly the only thing that saved an otherwise aggravating trip to Popeworld. That and the knowledge that I really don't like Michealangelo's work very much. By the time we got to St. Peter's in the morning, The Man was busy blessing pilgrims , many decked out in fancy Jubilee 2000 outfits. We had to pass through metal detectors and I beeped because I had left my Visor in my back pocket. Without even thinking, I whipped it out and lay it on top of the x-ray machine forgetting that I had put a Satan Has Your Nose sticker on the cover. "What's that?" the security guard asked. "A computer," I replied, bracing for a fight. "Oh. Okay," she said, waving me through.

refers to

meta

 

Snort

bargle blap &#40;uerp)

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/06/03/2220/

pubdate

http://www.aaronland.info

created

2000-06-03T21:22:26-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/06/03/2220//changes.html

categories

license

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

Ask most people in Montreal

who they want to win the Cup this year and you'll probably get alot of teeth gnashing and indecision .

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/06/03/2214/

pubdate

http://www.aaronland.info

created

2000-06-03T02:44:13-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/06/03/2214//changes.html

categories

license

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

external links

[x]
 

I generally like my bank

but it is perpetually staffed by trainees. I've begun to develop elaborate conspiracy theories that this, coupled with the banks network terminals that are slower than a 14.4 Internet connection, is a deliberate strategy on the part of The Suits to drive me to do all my banking online. Once that happens, [they] can simply fire all the tellers and use the money to build more trophy houses on Martha's Vineyard. I'm hardly above using an Instabroke machine, but I think human interaction in our day to day lives is important and, ultimately, enriches us. I remeber Kurt Vonnegut, speaking after the infamous commencement speech brou-haha, saying he preferred going to the post office over sending email. "I met a cop today," he said.

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/05/29/2191/

pubdate

http://www.aaronland.info

created

2000-05-29T01:30:02-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/05/29/2191//changes.html

categories

license

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

Mark A. Hershberger : Image::Grab.pm

"was born from a script. The script was born when a certain Comics Syndicate stopped having a static (or even predictable) url for their comics. I generalized the code for a friend when he needed to do something similar." It does everything : regex, passwords, cookies and referers. Cool!

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/05/23/2130/

pubdate

http://www.aaronland.info

created

2000-05-23T09:35:28-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/05/23/2130//changes.html

categories

license

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

external links

[x]
 

Naomi Klein : How to radicalize a generation

"Is Chief Fantino inadvertently running a recruitment drive for the young anarchists of Toronto? Maybe. After all, the reason Reclaim the Streets hasn't taken off in Canada like it has in Britain is that Canada's youth didn't wake up one morning to learn they had been reclassified as dangerous criminals. Until now, that is."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/05/10/2084/

pubdate

http://www.aaronland.info

created

2000-05-10T10:22:57-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/05/10/2084//changes.html

categories

license

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

external links

[x]
 

Does History Matter?

"in an increasingly technologically oriented present?" A discussion between Jack Granatstein and Michael Ignatieff

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/05/01/2055/

pubdate

http://www.aaronland.info

created

2000-05-01T02:21:58-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/05/01/2055//changes.html

categories

license

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

external links

[x]
 

Claude Ryan

"Accordez-vous au gouvernement du Québec le mandat de réaliser l'indépendance du Québec et sa séparation politique du Canada, en conformité avec la Constitution canadienne?" see also : the already much linked-to I am Canadian . (quicktime) This is an hilarious commercial. It is a real shame, therfore, that it is for such terrible beer. For those of you who think that drinking Molson is exotic, I assure you it's not. No matter what part of the world you are reading this from, I bet there is a superior local micro-brew. Really.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/04/07/1984/

pubdate

http://www.aaronland.info

created

2000-04-07T08:28:13-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Judge Thomas Penfield Jackson

"[T]he Court concludes that Microsoft maintained its monopoly power by anticompetitive means and attempted to monopolize the Web browser market, both in violation of § 2. Microsoft also violated § 1 of the Sherman Act by unlawfully tying its Web browser to its operating system. The facts found do not support the conclusion, however, that the effect of Microsoft's marketing arrangements with other companies constituted unlawful exclusive dealing under criteria established by leading decisions under § 1."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/04/03/1969/

pubdate

http://www.aaronland.info

created

2000-04-03T09:31:05-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Ray Thomas, RTMark

"Like a corporation would give out trinkets, we're giving out Whitney Biennial space." see also Tactical Embarassment : The Subversive Cyber-art of RTMark

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/03/23/1908/

pubdate

http://www.aaronland.info

created

2000-03-23T12:29:59-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/03/23/1908//changes.html

categories

license

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

external links

[x]
 

developerWorks : Personalizing PDF files

Use Web forms and databases to create custom PDFs on the fly. via ed's weblog

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2000-03-21T08:27:54-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Voir : Fuck le bogue

I saw the television footage of the fireworks in Paris , and I was mightily impressed until my friend told me about this . Aaaargh, I wish I had gone home!

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/01/07/790/

pubdate

http://www.aaronland.info

created

2000-01-07T00:20:07-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/01/07/790//changes.html

categories

license

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

external links

[x]
 

Electronic Privacy Information Center : Surfer Beware III

"For the purpose of this survey, we looked at several elements of the Fair Information Practices, including the ability to find the privacy policy of an e-commerce site, whether personal information is collected and used with the consent of the consumer, whether the consumer is able to access and correct such information, whether the information is limited to those uses for which the information was given, and whether the purposes for which information will be used are specified."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/12/18/747/

pubdate

http://www.aaronland.info

created

1999-12-18T11:00:52-05:00

last modified

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

revision

1.8

changes

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

categories

license

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

external links

[x]
 

Jacques Parizeau

"Voyez-vous ça qu'on puisse se présenter devant le Canada anglais en disant: si on veut garder le dollar canadien, c'est une décision qui nous revient, ou bien, peut-être, il y a une autre porte qui vient de s'ouvrir du côté du dollar américain. C'est quelque chose comme carte qu'on vient d'ajouter à notre jeu." I do not agree with &lt;a href = "http://cbc.ca/cgi-bin/templates/view.cgi?/news/1999/12/07/lafferty991207"&gt;Parizeau's current detractors&lt;/a&gt;, but I still consider him an arrogant, mean-spirited, loose-tongued pig desperate to be King. He, alone, is the reason that many people who might have Yes in the last referendum voted No.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/12/17/745/

pubdate

http://www.aaronland.info

created

1999-12-17T14:30:40-05:00

last modified

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

revision

1.8

changes

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

categories

license

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

external links

[x]
 

CNN :The tale of the gratuitous GUI

"Then it was time for the Electric Kool-Aid X Server Test, the moment of truth. I bypassed the creation of yet another boot diskette, clicked exit, and watched the screen go weird as the install shut down. The screen always did that at the end of the graphical install with the Banshee, too, as if the install program had seized the video card in a Vulcan death grip in order to have its way with it, and then released it suddenly, letting it slump unconscious to the floor as it let go." If Apple can actually pull off building an OS that is easy to set up *and* is truly robust, then maybe they really will change the world.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/11/12/639/

pubdate

http://www.aaronland.info

created

1999-11-12T08:52:39-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

A picture from the wedding

I attended this weekend, of two boys scaring swans in the company of their babysitter. I thought it had a queer sort of Mary Cassatt quality in it's composition which made me think it would have been fun to replace all the guided tour cassettes from the recent Cassatt retrospective with recordings of the sounds of small children being the tyrants they truly are.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/10/17/563/

pubdate

http://www.aaronland.info

created

1999-10-17T02:46:12-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/10/17/563//changes.html

categories

license

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

external links

[x]
 

William Safire : Manichaean Madness

"If public museums win in Federal court the right to offend egregiously without being punished by losing their subsidies, they will lose their subsidies beforehand. The art world is thoughtlessly flirting with a democratic public's pre-emptive censorship." Well, that's about as telling a comment on the idea of publicly funding the arts as you can get these days, isn't it?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/09/30/509/

pubdate

http://www.aaronland.info

created

1999-09-30T13:49:48-04:00

last modified

2003-10-11T11:42:15-04:00

revision

1.8

changes

http://www.aaronland.info/weblog/1999/09/30/509//changes.html

categories

license

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

external links

[x]
 

Philip K. Dick : The Mainstream That Through the Ghetto Flows

Wherein the interviewer can't seem to stop likening the author to Kilgore Trout .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/09/01/403/

pubdate

http://www.aaronland.info

created

1999-09-01T18:50:05-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/09/01/403//changes.html

categories

license

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

external links

[x]
 

The slashdot kiddies ask : What is art?

"After all if everyone could do it, it wouldn't be art, would it? It would be just another craft. And if everyone could appreciate good code the way I appreciate the Impressionists then it would be 'Classical' (read 'Dead') Art." Stick to writing code, buddy. You don't want to touch the arts vs. craft debate with a ten foot pole.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/08/24/379/

pubdate

http://www.aaronland.info

created

1999-08-24T14:39:29-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/08/24/379//changes.html

categories

license

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

external links

[x]
 

Forget the sailors

they've managed for centuries without a GPS, it's the citizens of Tokyo we need to be worried about.

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/08/17/354/

pubdate

http://www.aaronland.info

created

1999-08-17T22:55:13-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/08/17/354//changes.html

categories

license

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

external links

[x]
 

Guilty! Guilty! Guilty!

The Ninth Judicial Court of Florida has begun broadcasting"live" on the web (requires the evil g2 player.) Maybe if this is a success, we can start doing live broadcasts from prisons. Maybe if that's successful I can make millions setting up a website where people from all over the world can "adopt a prisoner".

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/08/17/350/

pubdate

http://www.aaronland.info

created

1999-08-17T06:31:17-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/08/17/350//changes.html

categories

license

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

external links

[x]
 

Vincenzo Natali

"Listen to this: It's the world's first Luddite slasher film, where the Bell employee's actually a mad anti-technologist, stabbing at computer circuit boards using primitive implements." Natali, who directed the incredibly creepy film Cube , was musing on the recent phone meltdown in Toronto .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/22/237/

pubdate

http://www.aaronland.info

created

1999-07-22T19:15:35-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/22/237//changes.html

categories

license

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

external links

[x]
 

Department of Discretionary Data

"Another in our occasional series of fascinating data that washes up off the Internet."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/10/162/

pubdate

http://www.aaronland.info

created

1999-07-10T20:35:14-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/10/162//changes.html

categories

license

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

external links

[x]
 

Talk Back on nicknames

real audio (starts 10:56)

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

1999-06-29T06:05:31-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 
posts brought to you by the category “idea of self” ←   → posts brought to you by the category “imagine that”