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

posts brought to you by the category “travel”

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 “tmtowtdi” ←   → posts brought to you by the category “unix”
 

Wow, hike them skirts indeed

  Northbound, I-87, November 2003

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/11/05/5289

pubdate

http://www.aaronland.info

created

last modified

2003-11-07T20:24:30-05:00

revision

1.3

changes

http://www.aaronland.info/weblog/2003/11/05/5289changes.html

categories

license

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

More from the "This is My Cross to Bear" department : this bit about permalinks is also a crock of shit.

My god, people, get a grip and repeat after me : It's the software, stupid. What, you think twenty years of relational database weirdos were just sticking their fingers in their ears waiting for the two ends to meet and form the word permalink ? No one remembers the creation of the permalink because it's so shockingly obvious. Not in a "change the world" kind of way but rather in a "why are we having this conversation?" kind of way. The only thing that distinguishes a permalink from our old friend the HTML anchor (aside from the fact that the latter has been deprecated) is that often the software powering the former allows a single item to be rendered independent of it's surrounding posts. What with support for bells and whistles like XInclude, XPath and XSLT being included in client-side browsers even the rule that it's a (blog) tool-thing no longer holds. Meanwhile, this is the part where the Semantic Web freaks start getting excited so I will, posthaste, take my leave...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/06/11/5079/

pubdate

http://www.aaronland.info

created

2003-06-11T01:32:11-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/06/11/5079/changes.html

categories

license

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

external links

[x]
 

Dan Rinzel : Hacking Movable Type with WWW::Mechanize

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/04/02/4965/

pubdate

http://www.aaronland.info

created

2003-04-02T12:33:13-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/04/02/4965/changes.html

categories

license

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

external links

[x]
 

Alexei Sayle : "What we see in George W Bush is a man with the classic untreated addict's profile."

Despite the fact that Salon covered most of these bases a couple years ago and this essay is ultimately about Tony Blair's touchy-feely-ness, I really just wanted to point out that John Candy was a Canadian. I'm not sure what that does the author's analogy.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/03/29/4954/

pubdate

http://www.aaronland.info

created

2003-03-29T13:02:57-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/03/29/4954/changes.html

categories

license

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

external links

[x]
 

The Connection : Extra Chairs at the Table

The General Assembly has long talked about Security Council reform, and now voices around the world are joining the call for change. Germany and Japan have long been considered the most likely pledges to join the fraternity, but now India, the world's largest democracy, is looking like a top contender. However, Russia, China, France, Britain, and the US still wield the real muscle; the veto, and anyone looking to sit with the grown-ups needs their unanimous sanction.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/11/4842/

pubdate

http://www.aaronland.info

created

2003-02-11T21:19:25-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/11/4842/changes.html

categories

license

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

external links

[x]
 

Ron Hill : Astro::Sunrise.pm

Back in the days of the long-since forgotten randomcam, someone ( Jorn , I think) wanted to set things up such that you could have a webcam with the sun rising on the left and the sun setting on left. I suppose those should be reversed but anyway, it seems like this package combined with WWW::Gazetteer ought to make it easy enough to implement.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/06/4831/

pubdate

http://www.aaronland.info

created

2003-02-06T04:03:46-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/06/4831/changes.html

categories

license

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

external links

[x]
 

www.poetsagainstthewar.org

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/01/31/4820/

pubdate

http://www.aaronland.info

created

2003-01-31T02:43:06-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2003/01/31/4820/changes.html

categories

license

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

external links

[x]
 

Installing rsync on a Windows machine

My version of rsync+ssh is a very stock-standard rsync, with the cygwin1.dll (currently version 1.3.6-6), and a simplified version of ssh. It is version 1.2.26 (yeah, ok, old, but works well enough for this). The main difference is that you can put the whole thing in one directory, wherever you like (e.g. c:\rsync or c:\program files\rsync). And you specify your username and home directory with environment variables (e.g. SET USERNAME=bloggs), i.e. you don't need /etc/passwd. You also don't need /usr, /usr/bin etc.

rsync is not without its flaws but it is also not a wheel that needs to be reinvented. I did not realize that someone had gotten it to work under Win98 so I point this out for future reference as much as for anything else.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/11/07/4703/

pubdate

http://www.aaronland.info

created

2002-11-07T00:27:45-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/11/07/4703/changes.html

categories

license

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

external links

[x]
 

Witness, the dogs of weblogging.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/11/03/4690/

pubdate

http://www.aaronland.info

created

2002-11-03T17:44:55-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/11/03/4690/changes.html

categories

license

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

external links

[x]
 

Simon Willison : "I've put together an XML-RPC proxy for the [W3C Validator]."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/10/28/4677/

pubdate

http://www.aaronland.info

created

2002-10-28T04:47:06-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/10/28/4677/changes.html

categories

license

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

external links

[x]
 

The Connection talks to Paul Krugman

about politic and plutocracy . see also : "I just copy something from the Op-Ed page "

refers to

meta

 

Me : google2blogger 1.0

Because it's true : all foo2bar utilities should be written in Perl . Maybe it's time to write a 2Blogger.pm framework. Maybe it's time to starting using DBI, instead of Storable, to store cache data. Maybe it's time to get a life...

refers to

meta

 

The random pseudodictionary.com word of the day is : hotter than a pickle, hotter'n

Extremely hot.
ex. God, it's hotter than a pickle today.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/29/4152/

pubdate

http://www.aaronland.info

created

2002-03-29T22:54:00-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/29/4152/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 : malediction

Malediction \Mal`e*dic"tion\, n. [L. maledictio: cf. F. mal['e]diction. See {Maledicent}.] A proclaiming of evil against some one; a cursing; imprecation; a curse or execration; -- opposed to {benediction}. No malediction falls from his tongue. --Longfellow. Syn: Cursing; curse; execration; imprecation; denunciation; anathema. Usage: {Malediction}, {Curse}, {Imprecation}, {Execration}. Malediction is the most general term, denoting bitter reproach, or wishes and predictions of evil. Curse implies the desire or threat of evil, declared upon oath or in the most solemn manner. Imprecation is literally the praying down of evil upon a person. Execration is literally a putting under the ban of excommunication, a curse which excludes from the kingdom of God. In ordinary usage, the last three words describe profane swearing, execration being the strongest. web1913
malediction n : a curse that invokes evil (and usually serves as an insult); "he suffered the imprecations of the mob" [syn: {imprecation}] wn

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-03-07T10:06:18-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Not only have the project7 gang written a VDX -> SVG stylesheet

but they've also written a JavaScript object for doing XML-RPC calls from the Adobe SVG viewer .

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-03-06T04:18:19-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/06/4045/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 : roister

Roister \Roist"er\, n. See {Roisterer}. web1913
roister v : engage in boisterous, drunken merry-making; "They were out carousing last night" [syn: {carouse}, {riot}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/02/20/3984/

pubdate

http://www.aaronland.info

created

2002-02-20T01:15:53-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/02/20/3984/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 : gripper

An obviously too tight piece of clothing.
ex. Come on, that`s a bit of gripper. We don`t want to see that.
see also : gripper dict-ified

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/31/3909/

pubdate

http://www.aaronland.info

created

2002-01-31T21:35:15-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/31/3909/changes.html

categories

license

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

external links

[x]
 

Me : meta-tools.xsl




<xsl:variable name = "id" select = "generate-id()" />







<xsl:call-template name = "meta:openMeta">



 <xsl:with-param name = "id" select = "$id" /> 



 <xsl:param name = "text" select = "'view meta'" />



</xsl:call-template>







<xsl:call-template name = "meta:Block">



 <xsl:with-param name = "id" select = "$id" />



 <xsl:with-param name = "text">



  hello <xsl:call-template name = "Username" />



 </xsl:with-param>



 <xsl:with-param name = "close" select = "'1'" />



</xsl:call-template>



I'll post something later today

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/18/3855/

pubdate

http://www.aaronland.info

created

2002-01-18T22:41:50-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/18/3855/changes.html

categories

license

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

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

| source : web1913 | Hebetude \Heb"e*tude\, n. [L. hebetudo.] Dullness; stupidity. --Harvey. | source : wn | hebetude n : mental lethargy or dullness

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/09/3618/

pubdate

http://www.aaronland.info

created

2001-11-09T18:59:40-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/11/09/3618/changes.html

categories

license

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

external links

[x]
 

developerWorks : Reading and writing Excel files with Perl

I can say, from experience, that the Spreadsheet::* modules are a wonk's best friend if you work in a Normal Office. I am not particularly well suited to the Normal Office enviroment and have actively worked to avoid it. Last year, though, it came to pass and, on my first day, I was given a quick glimpse of what was to come. I went to a meeting to discuss the UI for a website. The site was frames-based and after being made to understand that it was too late to change, I piped up and said, "Well, we atleast need a print button to spawn a new window for the main frame." Not exactly rocket science, eh?. The response to the inevitable desire of Joe User to create a hard-copy of a webpage? Oh, we can just email them a Word document. Only later did I come to understand the strange and twisted relationship people have with their spreadsheet software... see also : The Perl Journal on Spreadsheet::WriteExcel and Integrating Perl into Microsoft Office Innards

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-09-27T21:34:29-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Anthony Lane : This is not a movie

"If the disaster movie is indeed to be shamed by disaster, we would do well to remember the exact moment of its defeat. It came, I think, when the cameras began to pick up moving dots in the steel grid of the towers: people waving for help that would never arrive. Was it just me, or did the networks back off of these long-lens shots, and revert, with something like relief, to the wider view? Too late: the aesthetic habit had cracked, and there was no going back."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/18/3432/

pubdate

http://www.aaronland.info

created

2001-09-18T03:12:10-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/09/18/3432/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 redact

| source : web1913 | Redact \Re*dact"\ (r?*d?kt"), v. t. [L. redactus, p. p. of redigere; pref. red-, re-, again, back + agere to put in motion, to drive.] To reduce to form, as literary matter; to digest and put in shape (matter for publication); to edit. | source : wn | redact v 1: formulate in a particular style or language; "I wouldn't put it that way"; "She cast her request in very polite language" [syn: {frame}, {cast}, {put}, {couch}] 2: make editorial changes (in a text) [syn: {edit}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/13/3398/

pubdate

http://www.aaronland.info

created

2001-09-13T18:04:08-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/09/13/3398/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 fob

| source : web1913 | Fob \Fob\, n. [Cf. Prov. G. fuppe pocket.] A little pocket for a watch. {Fob chain}, a short watch chain worn a watch carried in the fob. | source : web1913 | Fob \Fob\, v.t. [imp. & p. p. {Fobbed}; p. pr. & vb. n. {Fobbing}.] [Cf.Fop.] 1. To beat; to maul. [Obs.] 2. To cheat; to trick; to impose on. --Shak. {To fob off}, to shift off by an artifice; to put aside; to delude with a trick."A conspiracy of bishops could prostrate and fob off the right of the people." --Milton. | source : wn | fob n 1: a pocket in a man's vest to hold a pocket watch [syn: {watch pocket}] 2: an adornment that hangs from a watch chain 3: short chain or ribbon attaching a pocket watch to a man's vest [syn: {watch chain}, {watch guard}] v : pull a fast one, play a trick on somebody; "We tricked the teacher into thinking that class would be cancelled next week" [syn: {trick}, {fox}] It's not actually, but there was some weirdness with program that looks up the wotd and I had occasion to wonder, yesterday, whether fob was a real word or not. Remember it the next time you're playing Scrabble.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/08/17/3284/

pubdate

http://www.aaronland.info

created

2001-08-17T15:57:56-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/08/17/3284/changes.html

categories

license

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

external links

[x]
 

Eric van der Vlist : RTFOutputHandler

is an output method 4xt that serializes a XML tree following a RTF syntax."

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-07-12T04:30:11-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Syncal

"reads a current ical calendar file, an archived ical calendar file from the last time syncal was run, and a Palm device DateBook database and reconciles them. It creates a new ical calendar file which replaces both the current and archived ones and updates the Pilot DateBookDB to coincide with them."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/07/05/3155/

pubdate

http://www.aaronland.info

created

2001-07-05T06:11:40-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/07/05/3155/changes.html

categories

license

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

external links

[x]
 

If you'll indulge me in a brief One Year Ago Today moment,

one Grand Prix de Montreal ago, we went to a restaurant, by the walls leading in to the center of Tarano , to pick up pizza and fried things. We walked in and everyone was watching the television as fast cars did laps around Ile Saint Helene. Tarano is part of Rieti, which is part of Lazio, which sent their football team to the Euro 2000 match that we watched shortly after returning to Canada. The cafe where we watched the game , it has a name but everyone knows it as "Open Da Night" because of the worn out notice over the door, is also the setting for some serious tonsil-hockey in this music video . see also : Tarano - un paese in provincia di Rieti

meta

 

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

| source : web1913 | Rapprochement \Rap`proche`ment"\, n. [F., fr. rapprocher to cause to approach again. See {Re-}; {Approach}.] Act or fact of coming or being drawn near or together; establishment or state of cordial relations. He had witnessed the gradual rapprochement between the papacy and Austria. --Wilfrid Ward. | source : wn | rapprochement n : the reestablishing of cordial relations [syn: {reconciliation}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/23/2988/

pubdate

http://www.aaronland.info

created

2001-04-23T02:39:25-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/04/23/2988/changes.html

categories

license

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

external links

[x]
 

Libby Miller : Generate RDF from your Palm Datebook file

"The idea of this demo is that you can upload your palm datebook files to an RDF database to be merged with other calendar files, without syncing your palm or changing any of the data. Private files will not be uploaded. This demo generates rdf descriptions of any events in the Palm datebook which happen today." see also : JavaScript RDF calendar

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/12/2957/

pubdate

http://www.aaronland.info

created

2001-04-12T21:50:10-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/04/12/2957/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 nepotism

| source : web1913 | Nepotism \Nep"o*tism\ (?; 277), n. [L. nepus, nepotus, nephew: cf. F. n['e]potisme. See {Nephew}.] Undue attachment to relations; favoritism shown to members of one's family; bestowal of patronage in consideration of relationship, rather than of merit or of legal claim. From nepotism Alexander V. was safe; for he was without kindred or relatives. But there was another perhaps more fatal nepotism, which turned the tide of popularity against him -- the nepotism of his order. --Milman. | source : wn | nepotism n : favoritism shown to relatives or close friends by those in power (as by giving them jobs) | source : devils | NEPOTISM, n. Appointing your grandmother to office for the good of the party.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/08/2938/

pubdate

http://www.aaronland.info

created

2001-04-08T16:38:39-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/04/08/2938/changes.html

categories

license

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

external links

[x]
 

Beta Chapter : Programming Python 2.0

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/02/01/2784/

pubdate

http://www.aaronland.info

created

2001-02-01T00:08:18-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/02/01/2784/changes.html

categories

license

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

external links

[x]
 

This American Life : Two Nations, One President

"In the wake of the bitter Presidential election, the two political halves [ or "the non-intersecting realities" ] of this country seem angrier at each other than they have in decades. This week we bring you tales of the widening rift."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/01/31/2781/

pubdate

http://www.aaronland.info

created

2001-01-31T21:47:01-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2001/01/31/2781/changes.html

categories

license

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

external links

[x]
 

Michael Smith : Table.el

"is an Emacs lisp package that extends Emacs and provides text based table creation and editing feature. With this package Emacs is capable of editing tables that are embedded inside a document, the feature similar to the ones seen in modern WYSIWYG word processors."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/01/23/2762/

pubdate

http://www.aaronland.info

created

2001-01-23T13:56:41-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/01/23/2762/changes.html

categories

license

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

external links

[x]
 

Behold, the mysterious "Three Fingered Dubya".

Great. Now we're going to have wild packs of sanctimonious, yet strangely compassionate, weirdos running amock branding sinners and discontents alike with "The Dubya". Four years of this shit. Four long years.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/01/21/2758/

pubdate

http://www.aaronland.info

created

2001-01-21T05:00:30-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/01/21/2758/changes.html

categories

license

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

external links

[x]
 

Bryan Boyer : Lonely Buns

refers to

meta

[x]

per