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

posts brought to you by the category “games”

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

For our friends in California.

  rue St. Denis, Montréal, October 2003

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/10/09/5270/

pubdate

http://www.aaronland.info

created

2003-10-09T21:38:45-04:00

last modified

2003-10-26T20:25:20-05:00

revision

1.11

changes

http://www.aaronland.info/weblog/2003/10/09/5270/changes.html

categories

license

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

Lori Alden : The Cook's Thesaurus

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/09/15/5219/

pubdate

http://www.aaronland.info

created

2003-09-15T04:21:39-04:00

last modified

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

revision

1.3

changes

http://www.aaronland.info/weblog/2003/09/15/5219/changes.html

categories

license

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

external links

[x]
 

The bloodrage will do that to you, I hear.

When I grow up, I want to be Ed.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/03/19/4924/

pubdate

http://www.aaronland.info

created

2003-03-19T15:30:18-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/03/19/4924/changes.html

categories

license

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

external links

[x]
 

Creating a toolbar for [Mozilla]

This tutorial demonstrates how to use XUL and JavaScript to write a toolbar that can interact with a website, and how to add that toolbar to [Mozilla]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/11/13/4709/

pubdate

http://www.aaronland.info

created

2002-11-13T17:56:40-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/11/13/4709/changes.html

categories

license

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

external links

[x]
 

Matt Kingston : Homebrew TrackBack Tutorial

via onfocus

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/07/28/4503/

pubdate

http://www.aaronland.info

created

2002-07-28T12:15:59-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/07/28/4503/changes.html

categories

license

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

external links

[x]
 

LDP : Announcing the Lampadas Project

"Lampadas is an interactive environment for writing, managing, publishing and reading documentation. ... Lampadas supports any format the author is comfortable writing in. Rather than forcing authors to standardize on a tool, Lampadas supplies the meta-data shortcomings of the author's choice." props to Bill Kearney for the link

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/02/4287/

pubdate

http://www.aaronland.info

created

2002-05-02T21:51:08-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/05/02/4287/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 : proclivity

Proclivity \Pro*cliv"i*ty\, n. [L. proclivitas: cf. F. proclivit['e].] 1. Inclination; propensity; proneness; tendency. ``A proclivity to steal.'' --Abp. Bramhall. 2. Readiness; facility; aptitude. He had such a dexterous proclivity as his teachers were fain to restrain his forwardness. --Sir H. Wotton. web1913
proclivity n : a natural inclination; "he has a proclivity for exaggeration" [syn: {propensity}, {leaning}] wn

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-04-05T11:20:48-05:00

last modified

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

revision

1.9

changes

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

Similar to shushing. A nice, confusing way of telling someone to be quiet.
ex. In response to someone talking too much. "Excuse me, would you please heebatow."

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-03-12T14:50:22-05:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

From the "Thinking Out Loud" department : Mail::Audit::Weblog




=pod







=head1 SUMMARY







 
use
Mail::Audit

 qw (Weblog)



 my $mail = Mail::Audit->new();







 # use Mail::Audit to figure out



 # if we're interested in the message



 # here...







 $mail->post();







 # ?



 $mail->accept();



 return 1;







=cut







package Mail::Audit::Weblog;



use Mail::Audit;



return 1;







package Mail::Audit;







# Maybe Net::Weblog::CommonAPI ?



use Net::Weblog;







sub post {



  my $self = shift;



  $self->tidy();







  my $weblog = Net::Weblog->new(...);



  my $post   = $weblog->new_post();







  $post->title($self->subject());



  $post->author($weblog->from());



  $post->body(@{$self->body()});



  $post->footnote($self->header());







  $post->category("unread");







  # Use power of Mail::Audit ($self) 



  # to assign additional categories



  # here...







  # ?



  $post->publish();







  # For sheer laziness, we could also



  # use Mail::XML and a write a SAX::Filter



  # for handing off to a $weblog->raw (?)



  # method. So, if we were using $self to 



  # auto-generate categories we would also



  # do $self->put(category1,$category) before



  # doing :







  my $xml    = "";



  my $writer = XML::SAX::Writer->new(Output=>\$xml);



  my $filter = Net::Weblog::Filter::MailToBlog->new(Handler=>$writer);



  my $parser = XML::SAX::ParseFactory->parser(Handler=>$filter);







  # Not actually sure Mail::Audit can do this



  $parser->parse_string($self->to_xml());       







  # raw ??? Anyway, if you were into that sort of



  # thing you could forget about creating a $weblog



  # object altogether (not to mention $writer and $xml) 



  # and just pass your blog credentials to the $filter 



  # object and have it post the message when it 



  # encountered the end_document event...



  $weblog->raw($xml);







  # Which doesn't look so lazy anymore...



  # The upshot, of course, is that you could bundle 



  # the above and use the code outside of your mail



  # filter.



  return 1;



}







return 1;



see also : hurl

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/08/4058/

pubdate

http://www.aaronland.info

created

2002-03-08T02:14:12-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/03/08/4058/changes.html

categories

license

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

external links

[x]
 

Dave, it's not hard to think about a site that uses "all the latest and greatest technology

but [has] nothing to say" as a kind of weblog with plenty to say (for the sake of argument, we'll assume that we're talking about client-side, view-source-able magic) *about* the latest and greatest technology.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/02/21/3990/

pubdate

http://www.aaronland.info

created

2002-02-21T00:17:31-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/02/21/3990/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 : chank

(adj) Derogatory term, applied to situations where you feel cheated or left out.
ex. Christ, we missed the bus. That's chank!
see also : chank dict-ified

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/02/15/3971/

pubdate

http://www.aaronland.info

created

2002-02-15T00:38:00-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/02/15/3971/changes.html

categories

license

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

external links

[x]
 

I wrote an AxPoint DTD

for easy editing of documents in Emacs. I sent a copy to the developer who was very nice about answering all my questions but may not give a hoot about this sort of thing. So, I will leave a copy on aaronland for people who want a non-authoritative PUBLIC identifier.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/02/07/3939/

pubdate

http://www.aaronland.info

created

2002-02-07T21:40:40-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/02/07/3939/changes.html

categories

license

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

external links

[x]
 

Roxane Ouellet and Uche Ogbuji : Introduction to DAML

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-01-31T02:09:32-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/31/3910/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

 

Notes from the "You say French beans" department.

I was given a book of recipes, originally published in the New York Times The Minimalist column, for Christmas. Over coffee, this morning, I stumbled across the following passage :
Any kind of green beans will work, although thinner beans, like delicate, flavorful [sic] haricots verts, should be added a minute or two later than common green beans.
After pausing for a moment, I decided to consult the venerable Robert & Collins (how can you not love a dictionary that has a translation for the term fuckwit ?) which defines the French to English translation for haricot vert as French bean. However, there is no listing for the French bean in the English to French translation and, indeed, green bean is translated as, well, haricot vert. Further research yielded nothing from the Joy of Cooking and all that The New Basics, that penultimate of yuppie cookbooks which can atleast be counted on to make much ado about these sorts of silly distinctions, had to say was that French green beans known as haricots verts are "slender and delicate". And before you say it, a broad bean is known as a feve , although I for one have no idea where the accent circonflexe is on this dastardly keyboard...

meta

 

Some guy named "chregu" : php_imagick

"[is] a native php-extension written in c to access the ImageMagick-functions. A work in progress (ImageMagick has a lot of functionality)." The author has also written a PHP class to convert svg files to png/jpeg " which is pretty darn cool.

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-12-04T08:33:40-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/12/04/3689/changes.html

categories

license

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

external links

[x]
 

eclectic : Understanding the ID

"I thought it might be useful to post a rolling summary of the current XML-DEV discussion concerning ID attributes, to help avoid creating a "cauldron of seething expectations". "

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/01/3587/

pubdate

http://www.aaronland.info

created

2001-11-01T05:25:39-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/11/01/3587/changes.html

categories

license

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

external links

[x]
 

MakeMan

"is a project to provide several frontends, GUI and non-GUI, to an XML interface to write man pages. MakeMan will use ``DocBook'''s definition (RefEntry) as a basis for man pages to represent the content in SGML, so as to allow a large variety of applications to access the same data. This will make it possible to write different frontends, possibly networked client and www-interfaces, SOAP-services etc. while at the same time promoting proper documentation."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/08/25/3311/

pubdate

http://www.aaronland.info

created

2001-08-25T02:41:42-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/08/25/3311/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 exhort

| source : web1913 | Exhort \Ex*hort"\, v. i. To deliver exhortation; to use words or arguments to incite to good deeds. With many other words did he testify and exhort. --Acts ii. 40. | source : web1913 | Exhort \Ex*hort"\, n. Exhortation. [Obs.] --Pope. | source : web1913 | Exhort \Ex*hort"\, v. t. [imp. & p. p. {Exhorted}; p. pr. & vb. n. {Exhorting}.] [L. exhortari; ex out + hortari to incite, encourage; cf. F. exhorter. See {Hortative}.] To incite by words or advice; to animate or urge by arguments, as to a good deed or laudable conduct; to address exhortation to; to urge strongly; hence, to advise, warn, or caution. Examples gross as earth exhort me. --Shak. Let me exhort you to take care of yourself. --J. D. Forbes. | source : wn | exhort v 1: urge on or encourage esp. by shouts; "The crowd cheered the demonstrating strikers" [syn: {cheer}, {inspire}, {urge}, {barrack}, {urge on}, {pep up}] 2: force or impel in an indicated direction; "I urged him to finish his studies" [syn: {urge}, {urge on}, {press}] | source : devils | EXHORT, v.t. In religious affairs, to put the conscience of another upon the spit and roast it to a nut-brown discomfort.

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-07-26T15:45:18-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

The Reefknot project

"has decided to take a "toolkit" approach to developing iCalendar-compliant software [in Perl]. That is, we hope to develop a set of tools and libraries which make it easy for people to develop iCalendar software. We hope that this will help rapidly multiply the number of calendaring tools and systems available, giving users even greater choice and letting us further reap the benefits outlined above."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/06/13/3116/

pubdate

http://www.aaronland.info

created

2001-06-13T12:38:17-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/06/13/3116/changes.html

categories

license

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

external links

[x]
 

Dan Connolly : PalmPilot Datebook and the Semantic Web

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/05/08/3037/

pubdate

http://www.aaronland.info

created

2001-05-08T12:57:26-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/05/08/3037/changes.html

categories

license

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

external links

[x]
 

NY Times : "The [ Microsoft ] Clippy campaign,

which will cost about $500,000, also includes a Web-site-based computer game in which irate users, many of whom have long found the paper clip program annoying to the point of distraction, will finally be able to retaliate by shooting virtual staples, tacks and rubber bands at the animated Clippy figure." So close...and yet so far.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/11/2949/

pubdate

http://www.aaronland.info

created

2001-04-11T13:35:57-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/04/11/2949/changes.html

categories

license

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

external links

[x]
 

Brian Aker : mod_mp3

"turns Apache into your basic RIAA hating, but every college student loving mp3 streaming server. It can play from a list of files, either straight through or randomly. It can also be used to cache mp3's into memory and have the server operate entirely from memory. Enjoy, groove, mp3s not included."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/07/2935/

pubdate

http://www.aaronland.info

created

2001-04-07T12:55:20-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/04/07/2935/changes.html

categories

license

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

external links

[x]
 

Sightings : Unicorn love

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-02-10T10:06:04-05:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

Sightings : A big old pile of dirty snow.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/01/14/2744/

pubdate

http://www.aaronland.info

created

2001-01-14T18:35:24-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/01/14/2744/changes.html

categories

license

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

external links

[x]
 

December 01 is a day without weblogs.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/12/01/2640/

pubdate

http://www.aaronland.info

created

2000-12-01T15:09:57-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2000/12/01/2640/changes.html

categories

license

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

external links

[x]
 

Me : Favorites::Convert.pm

The other day I came across a Perl script on Freshmeat that converts your IE (Win) favorites into a Netscape bookmarks file . I tried it out and thought wouldn't it be cool if I could make other bookmarkish files from my IE favorites. [I am no big fan of Microsoft but the fact remains that they have the best browser on the market right now.] So I chunked out the code and put it in a module and told it load other modules depending on what kind of output file you're after. As of this writing Favorites::Convert will generate plain old HTML, XBEL and OPML files. Still to do : proper documentation ( don't worry there's a test script that calls the single public method ), indentation / pretty-printing and moving the bookmark definition information into XML files so they can be read by other languages.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/11/13/2598/

pubdate

http://www.aaronland.info

created

2000-11-13T19:50:57-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/11/13/2598/changes.html

categories

license

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

external links

[x]
 

Andy Mackay : DocBrowser

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

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Frontier on BSD

I don't want to sound unduly critical of the nice Userland people because I think I understand why they've targeted the audience they have in the past, but with that out of the way... finally! I know, I know. It's really only Apple's BSD plus their GUI but I am less excited that I can "lick" Frontier now than that it is simply running on some flavour of Unix. Coolness.

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2000-10-31T13:37:09-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Last night, I tried to do the Right Thing

and went to bed early hoping to prevent an itchy throat from becoming a cold. Unfortunately, the condo-weirdos across the street decided that it was 80's revival dance party night. Bic lighters, shiny dresses and Solid Gold dancing on the balcony. In their determination to party like it was 1999, one of the revelers was heard to say that they were just going to keep at it until someone called the police. If you think that one man trying to act and sing like Annie Lennox is bad, let me assure you that four is decidedly worse. Don't believe the hype. The 80's were bad bad years.

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/08/22/2415/

pubdate

http://www.aaronland.info

created

2000-08-22T07:32:42-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/08/22/2415/changes.html

categories

license

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

Marc St-Maurice, leader of the Marijuana Party :

"I'm just waiting for Jean Chrétien to drop the writ and call a by-election, then I'm off to Okanagan-Coquihalla to go mano a mano with Stockwell Day. We're putting marijuana on top of the agenda and I'm itching for a debate."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/07/28/2346/

pubdate

http://www.aaronland.info

created

2000-07-28T05:32:29-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/07/28/2346/changes.html

categories

license

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

external links

[x]
 

Dru Lavigne : Accessing Microsoft Files [from FreeBSD] Using Sharity-Light

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/07/13/2289/

pubdate

http://www.aaronland.info

created

2000-07-13T08:56:03-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/07/13/2289/changes.html

categories

license

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

external links

[x]
 

Ariel Bosch : Data::JavaScript.pm

"dump[s] perl structures to JavaScript code."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/06/25/2229/

pubdate

http://www.aaronland.info

created

2000-06-25T19:08:13-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/06/25/2229/changes.html

categories

license

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

external links

[x]
 

Edward Gorey, 1925 - 2000

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/04/17/2010/

pubdate

http://www.aaronland.info

created

2000-04-17T14:15:05-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Kudos to Cam

and company for Sullivan . Cam has also been known to ask people what they dream about, so I thought of him last night when I awoke to the sound of rain striking the roof. For a brief, terrible moment I was certain that [the rain] was a cgi-script to make water run amok.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/04/05/1977/

pubdate

http://www.aaronland.info

created

2000-04-05T21:05:44-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

NY Times : You've Got Inappropriate Mail

Some of the most spurious arguments I've heard in a long time. There are plenty of ways to secure a mail server and limit the traffic on a network without resorting to spying on [your] employees. Everything looks like a nail when you've got a hammer, ri