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

posts brought to you by the category “movable type”

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

Movable Thoughts #21 : Removed -T from mt.cfg and mt-send-entry.cgi

You can enable taint mode explicitly with the -T command-line switch. You should do this for daemons, servers, and any programs that run on behalf of someone else, such as CGI scripts. Programs that can be run remotely or anoymously by anyone on the Net are executing in the most hostile of environments. You should not be afraid to say No! occasionally. Contrary to popular belief, you can exercise a great deal of prudence without dehydrating into a wrinkled prude.

On the more security-conscious sites, running all CGI scripts under the -T flag isn't just a good idea: it's the law. We're not claiming that running in taint mode is sufficient to make your script secure. It's not, and it would take a whole book just to mention everything that would. But if you aren't executing your CGI scripts under taint mode, you've needlessly abandoned the strongest protection Perl can give you.

The Camel Book, 3.0

Prompted by all the talk about using Movable Type as an open relay for spammers, I decided to poke at the actual code and see what was going on.

There really isn't anywhere that Movable Type should be disabling taint mode but if I had to list things in order of importance, the mt-send-entry.cgi script would be near the top.

The script is potentially handing off to the sendmail program whose entire existence has been marked by security exploits. There is nothing to suggest that more won't be found in the future. Relying on sendmail to test for Potential Badness being passed by a ne'er do well via the Internet is wishful thinking, at best, and just plain crazy, at worst.

In fairness, the Movable Type mail widget tries to load Mail::Sendmail which does some basic sanity checking and, drumroll, untainting on the stuff you pass it. On the other hand it is not part of the core libraries shipped with Perl, nor is it in Movable Type's extlib directory which is a mystery since two thirds of it's dependencies are part of CORE and the other third has no non-standard requirements itself.

Untainting email addresses can be brain-crushingly difficult and inaccurate and the last thing you want to do when you're selling a computer widget for non-techincal people is start spewing errors where there are none. But not only did the Movable Type kids disable the -T flag on the mt-send-entry.cgi script they don't appear to have ever done any kind of untainting on the to and from parameters. Hello? Is anyone home?

I find this especially discouraging because one of the first things I did when Movable Type was released was send Ben code to at least try and untaint email addresses .

refers to

meta

 

Movable Thoughts #20 : Your mother wears Google boots

Subject: [google] I'm not sure I understand what you're after...
From: Aaron Straup Cope
To: Derek Powazek
Date: Wed, 19 Nov 2003 13:29:32 -0500

...exactly. But in an MT setup, you could just use mod_rewrite and
a
10-20 line Perl script :

 # Stick this in a .htaccess file at the root 
 # of your website. Obviously, the USER_AGENT
 # condition(s) would need to be adjusted
 # accordingly 

 RewriteEngine On 
 RewriteCond    %{REQUEST_URI} ^/yer/mt-comments.cgi 
 RewriteCond    %{USER_AGENT} GoogleBot 
 RewriteRule    *       - [forbidden]

 # Or alternately, if you want to let
 # Google archive the comments 

 RewriteRule    ^/yer/mt-comments?id=(\d+) \                 
                /mt-linkstripper.cgi?id=$1 [redirect]

I can't remember whether the comments are rendered as static files.

If they are then could also set up a 'special' template that loads 
a plugin to do the same thing that the as-yet unwritten 
"mt-linkstripper.cgi" does. At which point, the RewriteRule just 
points to the new file (which makes your web server happier.)

see also:

refers to

meta

 

Prime Minister Poutine : “I will have my money for my fine and a joint in the other hand.”

refers to

meta

 

Maciej Ceglowski : "...the Getty Center is the architectural equivalent of a Barry White record."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/08/28/5187/

pubdate

http://www.aaronland.info

created

2003-08-28T22:39:57-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/08/28/5187//changes.html

categories

license

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

external links

[x]
 

David Cantrell : File::Find::Rule::Permissions.pm

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2003-06-29T01:01:29-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Doron Rosenberg : The XSLT/JavaScript Interface In Gecko

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/05/09/5031/

pubdate

http://www.aaronland.info

created

2003-05-09T23:48:56-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/05/09/5031//changes.html

categories

license

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

external links

[x]
 

It's my birthday!

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-12-09T06:15:32-05:00

last modified

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

revision

1.8

changes

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

categories

license

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

external links

[x]
 

Best line of the game : "And the world laughs together",

as yet another Brazilian player takes a dive and plays the drama queen.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/06/26/4422/

pubdate

http://www.aaronland.info

created

2002-06-26T02:37:04-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/06/26/4422//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 : exacerbate

Exacerbate \Ex*ac"er*bate\, v. t. [imp. & p. p. {Exacerrated}; p. pr. & vb. n. {Exacerrating}.] [L. exacerbatus, p. p. of exacerbare; ex out (intens.) + acerbare. See {Acerbate}.] To render more violent or bitter; to irriate; to exasperate; to imbitter, as passions or disease. --Broughman. web1913
exacerbate v 1: make worse; "This drug aggravates the pain" [syn: {worsen}, {aggravate}, {exasperate}] [ant: {better}] 2: exasperate or irritate [syn: {exasperate}, {aggravate}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/06/08/4386/

pubdate

http://www.aaronland.info

created

2002-06-08T23:14:20-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/06/08/4386//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 : nurple

Feeling rather blue.
ex. I'm feeling rather nurple today.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/18/4351/

pubdate

http://www.aaronland.info

created

2002-05-18T07:24:19-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/05/18/4351//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 : connectamazoink

A certain ambiguous something used to connect something to something else.
ex. "Get the connectamazoink," he said after dropping the vase.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/08/4309/

pubdate

http://www.aaronland.info

created

2002-05-08T02:41:40-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/05/08/4309//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 : probity

Probity \Prob"i*ty\, n. [F. probit['e], fr. L. probitas, fr. probus good, proper, honest. Cf. {Prove}.] Tried virtue or integrity; approved moral excellence; honesty; rectitude; uprightness. ``Probity of mind.'' --Pope. Syn: {Probity}, {Integrity}. Usage: Probity denotes unimpeachable honesty and virtue, shown especially by the performance of those obligations, called imperfect, which the laws of the state do not reach, and can not enforce. Integrity denotes a whole-hearted honesty, and especially that which excludes all injustice that might favor one's self. It has a peculiar reference to uprightness in mutual dealings, transfer of property, and the execution of trusts for others. web1913
probity n : complete and confirmed integrity wn

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-04-03T05:08:43-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/04/03/4166//changes.html

categories

license

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

external links

[x]
 

Jason Diamond : Template Languages in XSLT

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/28/4147/

pubdate

http://www.aaronland.info

created

2002-03-28T21:44:09-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/28/4147//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 : kabash

Killed, brought to and end, finished.
ex. The project was finally kabash, and all were relieved.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/23/4132/

pubdate

http://www.aaronland.info

created

2002-03-23T02:41:09-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/23/4132//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 : peccadillo

Peccadillo \Pec`ca*dil"lo\, n.; pl. {Peccadillos}. [Sp. pecadillo, dim. of pecado a sin, fr. L. peccatum. See {Peccant}.] A slight trespass or offense; a petty crime or fault. --Sir W. Scott. web1913
peccadillo n : a petty misdeed [syn: {indiscretion}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/16/4095/

pubdate

http://www.aaronland.info

created

2002-03-16T04:14:23-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/16/4095//changes.html

categories

license

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

external links

[x]
 

Barrie Slaymaker : Bootstrapping AxKit

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/14/4088/

pubdate

http://www.aaronland.info

created

2002-03-14T01:07:03-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/03/14/4088//changes.html

categories

license

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

external links

[x]
 

From the "Step away from the computer" department :

So, I've been helping someone get up to speed with DTDs and SAX which has led me back to my old friend dtdtree . And then it occurred to me that it might be fun to hack the program to auto-generate a SAX handler for writing XML documents based on an assumed data-structure/dtd tree. Step away from the computer, Aaron.

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/02/4027/

pubdate

http://www.aaronland.info

created

2002-03-02T05:36:07-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/03/02/4027//changes.html

categories

license

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

external links

[x]
 

Hockey Night in Canada

and other theme songs from Canadian television classics . And to my American friends : No, the Littlest Hobo is not Lassie.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/02/25/4007/

pubdate

http://www.aaronland.info

created

2002-02-25T00:02:36-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/02/25/4007//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 : maudlin

Maudlin \Maud"lin\, a. [From Maudlin, a contr. of Magdalen, OE. Maudeleyne, who is drawn by painters with eyes swelled and red with weeping.] 1. Tearful; easily moved to tears; exciting to tears; excessively sentimental; weak and silly. ``Maudlin eyes.'' --Dryden. ``Maudlin eloquence.'' --Roscommon. ``A maudlin poetess.'' --Pope. ``Maudlin crowd.'' --Southey. 2. Drunk, or somewhat drunk; fuddled; given to drunkenness. Maudlin Clarence in his malmsey butt. --Byron. web1913
maudlin adj : effusively or insincerely emotional; "a bathetic novel"; "maudlin expressons of sympathy"; "mushy effusiveness"; "a schmaltzy song"; "sentimental soap operas"; "slushy poetry" [syn: {bathetic}, {mawkish}, {mushy}, {schmaltzy}, {schmalzy}, {sentimental}, {slushy}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/02/10/3948/

pubdate

http://www.aaronland.info

created

2002-02-10T19:12:43-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/02/10/3948//changes.html

categories

license

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

external links

[x]
 

J. David Eisenberg : An SVG Histogram [in Perl]

I wonder why the author didn't use SVG.pm

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/02/08/3944/

pubdate

http://www.aaronland.info

created

2002-02-08T14:38:09-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/02/08/3944//changes.html

categories

license

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

external links

[x]
 

Jon Udell : Quick and Dirty Topic Mapping

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-02-05T05:02:47-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/02/05/3932//changes.html

categories

license

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

external links

[x]
 

Andrew Wilson : Mail::Address::Tagged.pm

"This module implements an object that can generate and validate tagged email addresses. These are designed to be used primarily in anti-spam applications. The addresses generated all carry extra information, such as the date when they expire, who may use them to send you mail etc. A cryptocraphic hash of this extra information is also included in in the address. This Hashed Message Authenticaion Code (HMAC RFC 2104) is your guarantee that the information contained in the address has not been tampered with."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/10/3810/

pubdate

http://www.aaronland.info

created

2002-01-10T19:43:50-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/01/10/3810//changes.html

categories

license

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

external links

[x]
 

The Connection : Art Spiegelman and Francoise Mouly

"[T]he New Yorker's arts editor, have been living for the past three months on the threshold of unfamiliar images. In September, downtown New York was eloquently captured by their collaboration, a black-on-black New Yorker cover, broken only by one, now-ghostly antenna. More images have followed, along with despair at their inadequacy, and triumph at their ability to communicate the deepest feelings in the simplest way." Apropos of nothing, and notwithstanding the Connection vs. Christopher Lydon curfluffle (sp?!), it was very nice to turn on the radio, while stuck in traffic on Storrow Drive over Thanksgiving, and hear Dick Gordon 's voice again. I remember hearing the announcement that he was leaving the CBC for The Connection and thinking that it was "our" loss. And then I spaced it until last month, suffering in my own private agony listening to the touchy-feely, sickly-sweet, it's all about me drivel that Sheilagh Rogers has turned This Morning into. Thank you, Internet radio. Thank you. see also : christopherlydon.org

refers to

meta

 

The 'canadian', features a helmet of fine bacon

and a chin-strap of sausage links." via mesh

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/30/3678/

pubdate

http://www.aaronland.info

created

2001-11-30T01:45:13-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2001/11/30/3678//changes.html

categories

license

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

external links

[x]
 

Graham Klyne : "I've found it easier to use Notation 3 [1] to create arbitrary RDF content

"in a text editor, then use cwm [2] to convert it to RDF/XML. For example, my current WebWho profile source is at [3], which generates the RDF/XML [4]." see also : RDF::Notation3.pm

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-11-04T23:34:40-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Brian Wilson : Mail Management With Mime::Tools

"Recently I had a thought: Why not save any attachments and make them immediately available on the Web server? Then by replacing the attachment with the appropriate URL in the outbound email message, each message recipient could decide whether or not to download the files." see also : Using Perl to send email (and attachments) with Outlook I too am not sure why anyone would actually want to do this, but you never know. I include the link only so that people may file it in their "Oh yeah, someone's already figured this out" cabinets.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/21/3444/

pubdate

http://www.aaronland.info

created

2001-09-21T23:27:23-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/09/21/3444//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 billet

| source : web1913 | Billet \Bil"let\, n. Quarters or place to which one is assigned, as by a billet or ticket; berth; position. Also used fig. [Colloq.] The men who cling to easy billets ashore. --Harper's Mag. His shafts of satire fly straight to their billet, and there they rankle. --Pall Mall Mag. | source : web1913 | Billet \Bil"let\, n. [F. billette, bille, log; of unknown origin; a different word from bille ball. Cf. {Billiards}, {Billot}.] 1. A small stick of wood, as for firewood. They shall beat out my brains with billets. --Shak. 2. (Metal.) A short bar of metal, as of gold or iron. 3. (Arch.) An ornament in Norman work, resembling a billet of wood either square or round. 4. (Saddlery) (a) A strap which enters a buckle. (b) A loop which receives the end of a buckled strap. --Knight. 5. (Her.) A bearing in the form of an oblong rectangle. | source : web1913 | Billard \Bil"lard\, n. (Zo["o]l.) An English fish, allied to the cod; the coalfish. [Written also {billet} and {billit}.] | source : web1913 | Billet \Bil"let\, n. [F. billet, dim. of an OF. bille bill. See {Bill} a writing.] 1. A small paper; a note; a short letter. ``I got your melancholy billet.'' --Sterne. 2. A ticket from a public officer directing soldiers at what house to lodge; as, a billet of residence. | source : web1913 | Billet \Bil"let\, v. t. [imp. & p. p. {Billeted}; p. pr. & vb. n. {Billeting}.] [From {Billet} a ticket.] (Mil.) To direct, by a ticket or note, where to lodge. Hence: To quarter, or place in lodgings, as soldiers in private houses. Billeted in so antiquated a mansion. --W. Irving. | source : wn | billet n : for military personnel (especially in a private home) v : provide housing for, of military personnel [syn: {quarter}, {canton}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/08/31/3320/

pubdate

http://www.aaronland.info

created

2001-08-31T07:56:11-04:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2001/08/31/3320//changes.html

categories

license

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

external links

[x]
 

Le Devoir : Internet donne un second souffle à l'espéranto

"L'anglais de base est facile, sa phonétique ne l'est pas. On entend très bien les accents des gens quand ils parlent anglais, pas en espéranto. Et ce n'est pas une langue neutre: elle est le symbole d'une identité, d'une culture, et elle marque une supériorité. Pensez-vous que vous discutez d'égal à égal dans un congrès international où se trouvent des Britanniques ou des Américains? L'anglais est la deuxième langue de tous les autres qui doivent, eux, faire des efforts, se concentrer. Avec l'espéranto, tout le monde est logé à la même enseigne: tous doivent l'apprendre. C'est la langue de l'égalité, qui ne nuit à aucune langue nationale."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/08/18/3289/

pubdate

http://www.aaronland.info

created

2001-08-18T05:10:47-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/08/18/3289//changes.html

categories

license

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

external links

[x]
 

James Spahr : NewsFeedsPalm

"is a very simple tool for Radio Userland. It publishes your Userland On the Desktop content to a website that is ideal for Avantgo Channels. It basically puts Userland On the Desktop on your Palm."

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-08-07T22:22:58-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

David Helder : DiaWebLog

"is an interface between IRC and a web log. The DiaWebLog consists of items. An item consists of a title, url, and comments. Items are posted and edited by member of the IRC channel by interacting with the DiaWebLogBot." That's pretty cool. I've wanted to do the same sort of thing using Jabber, but just haven't made the time.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/07/24/3204/

pubdate

http://www.aaronland.info

created

2001-07-24T05:52:38-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/07/24/3204//changes.html

categories

license

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

external links

[x]
 

Sightings : stop, art

and three carp and a tiny-coffee cup .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/06/27/3137/

pubdate

http://www.aaronland.info

created

2001-06-27T08:03:23-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/06/27/3137//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 effusive

| source : web1913 | Effusive \Ef*fu"sive\, a. Pouring out; pouring forth freely. ``Washed with the effusive wave.'' --Pope. {Effusive rocks} (Geol.), volcanic rocks, in distinction from so-called intrusive, or plutonic, rocks. -- {Ef*fu"sive*ly}, adv. -- {Ef*fu"sive*ness}, n. | source : wn | effusive adj 1: uttered with unrestrained enthusiasm; "a novel told in burbly panting tones" [syn: {burbling}, {burbly}, {gushing}] 2: extravagantly demonstrative; "insincere and effusive demonstrations of sentimental friendship"; "a large gushing female"; "write unrestrained and gushy poetry" [syn: {emotional}, {gushing(a)}, {gushy}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/06/21/3128/

pubdate

http://www.aaronland.info

created

2001-06-21T06:06:38-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/06/21/3128//changes.html

categories

license

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

external links

[x]
 

Chris Nott : The 1k DHTML API

via glish

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/20/2980/

pubdate

http://www.aaronland.info

created

2001-04-20T05:13:26-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/04/20/2980//changes.html

categories

license

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

external links

[x]
 

Ryan Rempel : Installation Instructions for Mac OS X OldWorld Support

"Installation is somewhat complex. In effect, we need to add kernel extensions to the /System/Library/Extensions directory on the Mac OS X installation CD. Since we can't do that, we'll do the next best thing: we'll make a copy of the installation CD on a hard drive, and add the kernel extensions there." A friend tells me he got it running on a old 8600 with 32 megs of RAM. No swooshy graphics there but I suppose you could just hide it in a closet, configure the rc process to never start Aqua and run it as a headless server...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/03/28/2893/

pubdate

http://www.aaronland.info

created

2001-03-28T03:38:35-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/03/28/2893//changes.html

categories

license

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

external links

[x]
 

Jouke Visser : My Way

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/03/20/2869/

pubdate

http://www.aaronland.info

created

2001-03-20T11:55:28-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/03/20/2869//changes.html

categories

license

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

external links

[x]
 

Tim Bray : "Because once you've got an XML-based application interface that runs over HTTP,

and you've documented the XML vocabulary, you've invented an API. Yes, you could dress it up with additional layers like XML-RPC or SOAP, and that might be a good idea, but there's really not that much need; an HTTP-XML interface is one of the easiest things in the world to do application integration with. ... Most important, you need to create some well-written human-readable documentation explaining what the tags and attributes mean and what goes inside them. Once you've done this, you've provided an interface that any reasonably-competent programmer in the world can deal with." see also : XML structures for existing databases . Tangentially related, Oreilly has covers for XML-RPC and SOAP books (are those Tootsie Rolls?) but I can't find anything about them on the ORA website.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/03/15/2859/

pubdate

http://www.aaronland.info

created

2001-03-15T00:28:38-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/03/15/2859//changes.html

categories

license

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

external links

[x]
 

Oooh!

see also : personal dependency assistant(s)

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/03/15/2858/

pubdate

http://www.aaronland.info

created

2001-03-15T18:04:43-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/03/15/2858//changes.html

categories

license

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

external links

[x]
 

Kip Hampton : Creating Web Utilities with XML::XPath

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-01-11T20:24:46-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/01/11/2739//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]
 

What E.T. merchandising?

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/11/05/2560/

pubdate

http://www.aaronland.info

created

2000-11-05T21:42:48-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2000/11/05/2560//changes.html

categories

license

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

Make Lego not war

"A user is able to give high-level commands through the PC, such as "make three cars", and see a sequence of actions and operations automatically unfold in the LEGO factory." Does this mean Lego is the enemy within? Eat your heart out Bill Joy . via screenshot

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/11/04/2559/

pubdate

http://www.aaronland.info

created

2000-11-04T17:42:19-05:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

Ivan Kohler : Net::SSH.pm

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/10/10/2514/

pubdate

http://www.aaronland.info

created

2000-10-10T22:51:46-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

YULblog : We've had a long love affair with our mountain

Unfortunately, no mention is made of the most popular urban legend these days : that, following the one million dollars spent to install fiber optic lights several years ago, the cross will turn purple when the Pope dies.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/09/05/2451/

pubdate

http://www.aaronland.info

created

2000-09-05T23:18:44-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2000/09/05/2451//changes.html

categories

license

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

external links

[x]
 

Thomas Scoville

"Later, I reflected, maybe the problem is that the Turing Test just isn't so relevant anymore. Perhaps it's just a charming theoretical anachronism, an artifact of a distant time ... in which computers themselves were mostly theoretical. In this new millennium of wireless communications and ubiquitous computing, maybe the big challenge isn't for a computer to simulate a human. Maybe the real challenge is for people to prove they aren't machines."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/08/10/2373/

pubdate

http://www.aaronland.info

created

2000-08-10T05:51:36-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/08/10/2373//changes.html

categories

license

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

external links

[x]
 

I'm not one for single-issue voting,

but Ambassador Duke's campaign promise to send yappy dogs back to wherever it is they come from is almost enough to secure my vote this year. (quicktime)

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/07/21/2328/

pubdate

http://www.aaronland.info

created

2000-07-21T01:33:09-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/07/21/2328//changes.html

categories

license

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

external links

[x]
 

Things to do on Canada Day :

wander around and play Scopa .

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2000-07-01T12:47:16-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

National Post : The skeletal spatulas moved in spastic disunison

"like the legs of some waking beast preparing to lurch toward the unsuspecting spectators. Children cried. Old women squinted. It was almost meal time. ... 'Sometimes,' she continued conspiratorily, 'we use maple syrup.' But before she could go on, several other chefs rushed up and hushed her. Just as well. If she had said any more, they probably would have had to kill me."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/06/27/2231/

pubdate

http://www.aaronland.info

created

2000-06-27T16:32:34-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/06/27/2231//changes.html

categories

license

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

external links

[x]
 

NY Times on Freenet

and "near prefect anarchy".

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2000-05-10T15:30:01-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

The Spire Project

"Don't talk to me of passive absorption and serendipity. I want results. Answers. Even to questions I can't quite articulate." via the tireless one .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/03/31/1960/

pubdate

http://www.aaronland.info

created

2000-03-31T15:55:26-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2000/03/31/1960//changes.html

categories

license

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

external links

[x]
 

Jacques Parizeau

"[It means] Toronto is buying Montreal. It's not a question of nationalism - it's the character and identity of culture in the marketplace."

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2000-03-29T00:14:45-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

This Morning talks to Robert Rabinovitch

president of the CBC, about the future of "The Corporation". (real audio)

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/03/02/933/

pubdate

http://www.aaronland.info

created

2000-03-02T08:31:29-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/03/02/933//changes.html

categories

license

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

external links

[x]
 

They say that packaging is everything

see also : The Tobacco Act : A History of labelling

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/01/20/809/

pubdate

http://www.aaronland.info

created

2000-01-20T20:21:52-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/01/20/809//changes.html

categories

license

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

external links

[x]
 

While I was in New York City

I went to PS1 , Thomas' Beauty Bar , had one too many exciting subway adventures, saw the current Odd Nerdrum show, and marveled at the seeming inability of the locals to put comfort before style. A word of advice : when it's -30 outside, no one cares what you look like. Really. ps1 mirror

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/01/19/808/

pubdate

http://www.aaronland.info

created

2000-01-19T16:29:55-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/01/19/808//changes.html

categories

license

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

external links

[x]
 

Shirley L. Thompson : Why the public must fund the arts

"The modest support from the Canada Council to young artists has frequently paid off in spades. In film, consider Atom Egoyan, David Cronenberg and François Girard. In literature, dance, music, theatre and the visual arts, the list could go on and on. As Margaret Atwood pithily said: 'If anyone says these were free handouts at the expense of the taxpayer, I'd tell them to stuff it up their jumper. The taxpayers didn't just get their money's worth. They got way, way more.' "

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/12/21/758/

pubdate

http://www.aaronland.info

created

1999-12-21T08:22:09-05:00

last modified

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

revision

1.8

changes

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

categories

license

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

external links

[x]
 

Stéphane Baillargeon : Le baroque en 3D

"Dans le fond, le baroque, c'est l'émergence de la ville moderne, avec l'hôpital, l'orphelinat, la caserne, le palais du gouvernement, résume Guy Cogeval. Le baroque, c'est l'intrusion du mouvement dans la ville..."

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

1999-12-11T20:29:00-05:00

last modified

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

revision

1.8

changes

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

categories

license

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

external links

[x]
 

Everyone loves his work

but how many know what he sounds like? real audio.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/10/27/599/

pubdate

http://www.aaronland.info

created

1999-10-27T16:25:06-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/10/27/599//changes.html

categories

license

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

external links

[x]
 

Bernard Buffet 1928 - 1999

"C'était l'un des peintres français les plus connus, et probablement le plus contesté. Bernard Buffet s'est suicidé, lundi 4 octobre, dans sa propriété de Tourtour (Var), à l'âge de soixante et onze ans."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/10/05/526/

pubdate

http://www.aaronland.info

created

1999-10-05T20:01:39-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/10/05/526//changes.html

categories

license

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

external links

[x]
 

Peter Drucker : Beyond the Information Revolution

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/10/01/517/

pubdate

http://www.aaronland.info

created

1999-10-01T16:08:52-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/10/01/517//changes.html

categories

license

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

external links

[x]
 

Image Magick Studio

A most excellent tool for those wanting to build the web with the web .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/08/05/295/

pubdate

http://www.aaronland.info

created

1999-08-05T23:03:24-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/08/05/295//changes.html

categories

license

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

external links

[x]
 

The Annotated Watchmen

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/29/273/

pubdate

http://www.aaronland.info

created

1999-07-29T01:06:59-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/29/273//changes.html

categories

license

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

external links

[x]
 

Why does it matter

whether or not Steve Jobs wears a belt or not ?

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

1999-07-22T19:18:27-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Le Monde : Internet, le déstabilisateur incertain des médias

"Au moment où les nouvelles technologies de la communication bouleversent l'univers des médias, n'est-il pas nécessaire de penser les moyens permettant de freiner les dérives ou, au moins, de tempérer les effets pervers des plus récentes «révolutions de l'information» ?"

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/20/224/

pubdate

http://www.aaronland.info

created

1999-07-20T14:09:29-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/20/224//changes.html

categories

license

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

external links

[x]
 

Perlmonth

Issue #3 is out, sporting a new column called X Marks (up) the Language .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/09/158/

pubdate

http://www.aaronland.info

created

1999-07-09T13:30:05-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/09/158//changes.html

categories

license

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

external links

[x]
 

Clive Thompson : Why Your Fabulous Job Sucks

"Chained to their keyboards, working far longer hours than they are paid for and blurring the boundaries between their jobs and their lives, digital employees paradoxically present the kind of compliant workforce that would have pleased Henry Ford, Nelson Rockefeller and probably Chairman Mao." via slashdot .  

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/08/152/

pubdate

http://www.aaronland.info

created

1999-07-08T22:50:55-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/08/152//changes.html

categories

license

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

external links

[x]
 

Avril Benoit gets evolved off of This Morning

Avril Benoit has been one of the best things to happen to radio in recent years. Listen while you still can, weekdays 09:00-12:00 EST until July 9. This sucks! This really sucks.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/06/30/107/

pubdate

http://www.aaronland.info

created

1999-06-30T01:13:28-04:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/1999/06/30/107//changes.html

categories

license

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

external links

[x]
 
posts brought to you by the category “montreal” ←   → posts brought to you by the category “mozilla”
 

wtf?