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

posts brought to you by the category “fat city”

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

I fell in love with these things staring at the ceiling of Toronto's Bar Italia.

  Austin Convention Center , Austin , March 2004

A few months later the owners tore the place apart and turned it in to an aggressively airy Rem KulturZöne.

 

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/04/10/5439

pubdate

http://www.aaronland.info/weblog/2004/04/10

created

2004-04-10T09:25:04-04:00

last modified

2004-04-10T10:36:59-04:00

revision

1.8

changes

http://www.aaronland.info/weblog/2004/04/10/5439/changes.html

categories

license

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

Movable Thoughts #19 : CGIPath != mod_dir.c

A "trailing slash" redirect is issued when the server receives a request for a URL http://servername/foo/dirname where dirname is a directory. Directories require a trailing slash, so mod_dir issues a redirect to http://servername/foo/dirname/.

I upgraded a copy of Movable Type to 2.64 the other day and, of course, it broke. Specifically the cookies that the program tries to set didn't seem to stick. Every time I tried to do anything I would be taken back to the login page. Well it's been a while since I've poked around MT, I thought, so I will suffer the MT support site that I hate so much (why do I need to log in just to search the bloody thing?!) and see if it's a known bug. Sure enough, there are no shortage of Dude, where's my cookie? style messages. Unfortunately, the only thing anyone seems to be saying in response is : Dude, just delete your cookies! Sure, thanks Wonder Bread. Anyway, eventually it dawned on me to actually look at the cookie and I discovered that the Path field contains a fully formed URI. Which explains why the cookies are failing but not why they're being set incorrectly. Line 374 of MT::App.pm reads :



 if ($path =~ m!^https?://[^/]+(/.*)$!i) {



where $1 (the first set of matching brackets : that would be everything after the first forward slash following the standard URI [insert protocol here]:// stuff) is assigned as your cookie's Path . Which means that unless your Movable Type CGIPath config variable contains a trailing slash, the program will seriously bork your cookies. DWIM-ing and user-centric idiot-proofing aside, I am inclined to think that this is a documentation bug rather than a problem with the code. Apache happens to do "trailing slash" redirects out of the box which is nice but probably not reason enough to expect every other web programmer to do the same thing. Now you know.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/07/09/5124/

pubdate

http://www.aaronland.info/weblog/2003/07/09

created

2003-07-09T16:39:20-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/07/09/5124//changes.html

categories

license

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

external links

[x]
 

Bob Stayton : DocBook XSL, The Complete Guide

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/06/29/5107/

pubdate

http://www.aaronland.info/weblog/2003/06/29

created

2003-06-29T03:51:05-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/06/29/5107//changes.html

categories

license

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

external links

[x]
 

I wonder if this server signature means that TypePad isn't using mod_perl at all...

Apache/2.0.46 (Unix) mod_ssl/2.0.46 OpenSSL/0.9.7a DAV/2 Server at firstpost.typepad.com Port 80 ...or just that there are separate hosts for the posting interface and the static files. I'm not sure how they'll cope with the volume if they have to start a copy of the Perl interpreter every single time some one wants to post something, never mind stuff like uploading and scaling images.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/06/19/5093/

pubdate

http://www.aaronland.info/weblog/2003/06/19

created

2003-06-19T01:40:06-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/06/19/5093//changes.html

categories

license

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

external links

[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/weblog/2003/06/11

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]
 

Can I just cut the fucking ironic humor and ask a simple question?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/01/22/4802/

pubdate

http://www.aaronland.info/weblog/2003/01/22

created

2003-01-22T10:52:57-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/01/22/4802//changes.html

categories

license

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

external links

[x]
 

If I had a copy of The Gimp running on this machine

I would take a picture of my gkrell weather plugin which is reporting that it's currently - 752 degrees Celcius here in Montréal.

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/12/12/4747/

pubdate

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

created

2002-12-12T07:45:54-05:00

last modified

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

revision

1.8

changes

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

categories

license

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

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/weblog/2002/10/06

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]
 

More from the "Separating idiots from their nice stuff department" : Putting the Fab in Prefab

I was talking to a friend about this sort of thing last night. I commented that the sort of quotes that show up at the end of this articles are what make me, if only momentarily, understand why some people actually like macrame and brown food. Anyway, what caught my eye was the pullquote : A house ... with a steel frame [that] went up in one day; the finish work took seven months.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/09/26/4618/

pubdate

http://www.aaronland.info/weblog/2002/09/26

created

2002-09-26T10:59:21-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/09/26/4618//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 : chach

"see "chav", a chach is that guy who comes to the club with a vest and no shirt under it, gold chains, and fake tan. he thinks he rules and tries to hit on you blatantly. term may have originated with "Chachi" from Happy Days. "
ex. I can't believe that guy shaves his chest! What a chach!

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/07/25/4496/

pubdate

http://www.aaronland.info/weblog/2002/07/25

created

2002-07-25T13:05:57-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/07/25/4496//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 : extirpate

Extirpate \Ex"tir*pate\ (?; 277), v. t. [imp. & p. p. {Extirpated}; p. pr. & vb. n. {Extirpating}.] [L. extirpatus, exstirpatus, p. p. of extirpare, exstirpare; ex out + strips stock, stem, root.] To pluck up by the stem or root; to root out; to eradicate, literally or figuratively; to destroy wholly; as, to extirpate weeds; to extirpate a tumor; to extirpate a sect; to extirpate error or heresy. Syn: To eradicate; root out; destroy; exterminate; annihilate; extinguish. web1913
extirpate v 1: destroy completely, as if down to the roots; "the vestiges of political democracy were soon uprooted" [syn: {uproot}, {eradicate}, {exterminate}] 2: pull up by or as if by the roots; "uproot the vine that has spread all over the garden" [syn: {uproot}, {deracinate}, {root out}] wn

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-07-11T23:33:37-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Me : XML::Filter::XML_Directory_2RSS.pm 0.9.01

Sent off to the CPAN , but in the meantime you can see docs over here . Hopefully, I'll finish adding proper support for RSS 1.0 modules soon. Speaking of which, the package generates RSS 1.0 by default because a) I like modules and b) there are already a wide variety of 1.0 -> 0.9x XSLT stylesheets available which can be easliy plugged into XML::Filter::XSLT .

refers to

meta

 

Réjean Tremblay : "On dit ne pas aimer Patrice Brisebois

pour deux grands groupes de raisons. Un premier groupe qui concerne surtout les erreurs qu'il peut commettre pendant un match et la perception qu'on semble avoir de ses efforts sur la patinoire. Et il y a un deuxième groupe où c'est franchement viscéral. On ne sait pas trop pourquoi, mais on «sent» des traits de la personnalité de Brisebois. On avoue ne pas le connaître, mais on est certain qu'il est arrogant, qu'il est «frappé», vous voyez le genre." It was like the ghost of the Breezer was on the ice last night. Or maybe it's just that Habs have gotten so used to playing around his mistakes that they didn't know what to do without him. Maybe it was playing on ice in a place where it was thirty degrees Celcius outside. Maybe we just sucked. Just please stop telling me that Kevin Weekes played a great game. We had something truly discouraging like 3 or 4 shots on net in 13 powerplay minutes. Weekes may be a perfectly good goalie but it's not like he actually had to do anything, last night. Meanwhile, I had no idea that Doug Gilmour once nailed the Shameless Huckster's shoes to the floor . In case you needed another reason to like him.

refers to

meta

 

Oh look, I'm in USA Today

singing into a hair dryer. It's nice to know that The Firm , without which this moment would never have happened, wasn't all for not. I'm not usually one for Christmas cards but this might be too good to pass up...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/04/04/4173/

pubdate

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

created

2002-04-04T00:03:16-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/04/04/4173//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/weblog/2002/04/03

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]
 

Me : Net::Blogger.pm 0.6.1.2

This is Blogger.pm 0.6.2 with some changes to the POD, a Makefile.pl file and a little corner on the CPAN. Blogger.pm is dead, long live Net::Blogger.pm. Attentive readers will note that it should really be named 0.6.2.1. File that one under "gah!"...

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-03-26T09:15:26-05:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

Kip Hampton : Introducing XML::SAX::Machines, Part Two

Meanwhile, I'd like to know what's up with the bad Wallpaper* illustrations and which one is Perl and the other XML?

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-03-21T06:00:27-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/21/4123//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 : mellifluous

Mellifluous \Mel*lif"lu*ous\, a. [L. mellifluus; mel, mellis, honey (akin to Gr. ?, Goth. milip) + fluere to flow. See {Mildew}, {Fluent}, and cf. {Marmalade}.] Flowing as with honey; smooth; flowing sweetly or smoothly; as, a mellifluous voice. -- {Mel*lif"lu*ous*ly}, adv. web1913
mellifluous adj : pleasing to the ear; "the dulcet tones of the cello" [syn: {dulcet}, {honeyed}, {mellisonant}, {sweet}] wn

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-03-21T11:42:19-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/03/21/4120//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 : squalorship

The living conditions available to a student who has been issued a student loan from the Federal or Provincial governments; also the living conditions available once the collection agencies start looking for the loans to be paid back.
ex. My OSAP squalorship was just enough to motivate me to work at the 7-11.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/19/4110/

pubdate

http://www.aaronland.info/weblog/2002/03/19

created

2002-03-19T10:35:38-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/19/4110//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 : skankle

Any word that one writes in one's notes while falling asleep during a lecture.
ex. Ooh, look. I came up with new skankle in government today.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/17/4100/

pubdate

http://www.aaronland.info/weblog/2002/03/17

created

2002-03-17T03:24:56-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/17/4100//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 : abominate

Abominate \A*bom"i*nate\, v. t. [imp. & p. p. {Abominated}; p. pr. & vb. n. {Abominating}.] [L. abominatus, p. p. or abominari to deprecate as ominous, to abhor, to curse; ab + omen a foreboding. See {Omen}.] To turn from as ill-omened; to hate in the highest degree, as if with religious dread; loathe; as, to abominate all impiety. Syn: To hate; abhor; loathe; detest. See {Hate}. web1913
abominate v : find repugnant [syn: {abhor}, {loathe}, {execrate}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/09/3802/

pubdate

http://www.aaronland.info/weblog/2002/01/09

created

2002-01-09T05:43:10-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/01/09/3802//changes.html

categories

license

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

external links

[x]
 

Me : WWW::Pseudodictionary.pm 0.1

The girl with a not so hidden agenda wondered aloud this morning :
[W]ho in the hell does the word of the day??? agitprop??? gah!
And while I confess to not being entirely sure what she's talking about it did remind me that I had written a whole whack of code for munging the data files at pseudodictionary.com . Since then, however, they've rejigged their back-end but with a little help from the mighty mighty HTML::Parser I was able to whip up a package that exports a single class method named random which returns a hash reference :







asc @ localhost in /home/asc/bin/perl/pseudodict



144 ->./parse-random



$VAR1 = {



          'example' => 'ex. My new job allows me to clock dollars.',



          'permalink' => 'http://pseudodictionary.com/word.php?id=5911',



          'submitter' => 'Jerome Greco',



          'id' => '5911',



          'www' => 'http://jgreco.homestead.com/jeromespage.html',



          'word' => 'clock dollars'



        };







I fear that if 2001 was the year of writing code, 2002 is going to be the year of the pedant ...

refers to

meta

 

Me : Userland::weblogUpdates.pm 0.3.1

Added package function &Zeldman($uri) to return the full URI for the Zeldman icon associated with $uri .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/12/03/3686/

pubdate

http://www.aaronland.info/weblog/2001/12/03

created

2001-12-03T20:04:06-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2001/12/03/3686//changes.html

categories

license

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

external links

[x]
 

No one is going to argue that Stallman is cranky and dogmatic, Dave,

but the rest of your argument is more than a bit myopic. One word : Emacs . Do I need to say anything more? Okay. How about, Descriptions of GNU Software Packages ? No one is asking you to like Stallman but, honestly, you only do an otherwise reasonable argument a disservice with this kind of lopsided blather.

refers to

meta

 

Hendrik Van Belleghem : Palm::PalmDoc.pm

"can format ASCII text into a PalmDoc PDB file." Excellent... [ note : as I write this, the CPAN appears to be busticated , so the listing for this module is sometimes there and sometimes not. ]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/10/23/3558/

pubdate

http://www.aaronland.info/weblog/2001/10/23

created

2001-10-23T20:41:02-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/10/23/3558//changes.html

categories

license

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

external links

[x]
 

Me : Apache::XBEL.pm example redux

So, it only took something silly like six months but I finally got a working example of Apache::XBEL.pm online. warning: you'll want a 5.0+ browser for this, kids. One of the things I'd like to do next, I write an as_XBEL widget for Simon Kittle's Text::Outline module so you can feed any old outline document and have exciting, foofy renderings complete with breadcrumbs and unique web "pages" for each node. The example linked to here was created with a very simple Perl script (included with the package) that slurps a variety of RSS feeds and generates an XBEL document. It would be trivial to turn the script into a mod_perl handler itself and have it filter the results to Apache::XBEL and, lo, YA-aggregator is born! Or you could just use your bookmarks ...

refers to

meta

 

Michael Specter : "It never occurred to me that there was much left to be scared about.

I didn't feel that I was in any danger; I felt like an extra in a movie, waiting for Bruce Willis to come and save the day. But as I stood there, staring at the twisted sky, I began to realize what was happening. People were jumping or diving from the highest floors of the North Tower. Others were clinging to beams and ledges that had buckled when the plane plowed into the building. But, one by one, every few minutes, another person lost his grip or just let go. From down on the street it looked almost like a desperate ballet: some seemed to be flying, their arms sweeping gracefully as they picked up speed. Others tumbled and some just dropped, rigid, all the way down. I was standing next to a woman in a blue blazer that said F.B.I. on it. She was crying and I started to cry, too."

refers to

meta

[x]

permalink

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

pubdate

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

created

2001-09-12T19:50:52-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/09/12/3393//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 coterminous

| source : web1913 | Coterminous \Co*ter"mi*nous\ (k?-t?r"m?-n?s), a. [Cf. {Conterminous}.] Bordering; conterminous; -- followed by with. | source : wn | coterminous adj : of equal extent or duration [syn: {coextensive}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/01/3327/

created

2001-09-01T23:16:38-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/09/01/3327//changes.html

categories

license

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

external links

[x]
 

Me : Jabberdict

"is a Perl script that logs on to a Jabber server and hangs around waiting to define words to people. Jabberdict queries a Dict server with the body of incoming messages and returns the results to the sender."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/08/07/3249/

pubdate

http://www.aaronland.info/weblog/2001/08/07

created

2001-08-07T00:04:16-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/08/07/3249//changes.html

categories

license

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

external links

[x]
 

I'm sort of fond of the ideas behind The Semantic Web

but this thread pretty much illustrates why it is doomed to failure or, at best, prolonged navel-gazing. "We would just have to work to take [the verb design ] back from the graphic designers." Search and index that, motherfucker.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/07/03/3146/

pubdate

http://www.aaronland.info/weblog/2001/07/03

created

2001-07-03T23:29:12-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/07/03/3146//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 stripling

| source : web1913 | Stripling \Strip"ling\, n. [Dim. of strip; as if a small strip from the main stock or steam.] A youth in the state of adolescence, or just passing from boyhood to manhood; a lad. Inquire thou whose son the stripling is. --1 Sam. xvii. 56. | source : wn | stripling n : a juvenile between the onset of puberty and maturity [syn: {adolescent}, {teenager}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/05/25/3065/

pubdate

http://www.aaronland.info/weblog/2001/05/25

created

2001-05-25T18:01:42-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/05/25/3065//changes.html

categories

license

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

external links

[x]
 

Hats off to Sally Ann

for finding a little bit of the mystery in the lowly PDA!

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/24/2990/

pubdate

http://www.aaronland.info/weblog/2001/04/24

created

2001-04-24T16:38:38-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/04/24/2990//changes.html

categories

license

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

external links

[x]
 

Clay Shirky : Lessons from Napster

Oh my god. I'm barely five minutes in to this and it's like he's redefining the entire lexicon of buzzword-bingo! (real video)

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/02/16/2818/

pubdate

http://www.aaronland.info/weblog/2001/02/16

created

2001-02-16T16:21:01-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/02/16/2818//changes.html

categories

license

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

external links

[x]
 

Darrick Wong : Adding a Tree of Postings to Squishdot

refers to

meta