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

posts brought to you by the category “python”

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 “punk's not dead” ←   → posts brought to you by the category “quebec”
 

Me : The so-called “w5” application 1.0 (alpha 1)

Just pushing this out the door since it works modulo filtering and some spit and polish for the UI. And servers that implement the API — one step at a time...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/05/03/5469

pubdate

http://www.aaronland.info/weblog/2004/05/03

created

2004-05-03T08:50:01-04:00

last modified

2004-05-03T09:08:41-04:00

revision

1.1

changes

http://www.aaronland.info/weblog/2004/05/03/5469/changes.html

categories

license

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

external links

[x]
 

if python.untainting == google.poisoning:

  boulevard du Mont Royal , Montréal , April 2004

refers to

meta

 

What is pythonw?

  The Mirror Project Random Image Widget 1.0b3 , April 2004

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/04/13/5443

pubdate

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

created

2004-04-13T11:00:58-04:00

last modified

2004-04-13T11:05:55-04:00

revision

1.2

changes

http://www.aaronland.info/weblog/2004/04/13/5443/changes.html

categories

license

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

external links

[x]
 

if os.name == “nt”: # why do I still need to do this?!

  The Mirror Project Random Image Widget 1.0b3 , April 2004

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/04/12/5440

pubdate

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

created

2004-04-12T11:15:51-04:00

last modified

2004-04-12T14:58:00-04:00

revision

1.5

changes

http://www.aaronland.info/weblog/2004/04/12/5440/changes.html

categories

license

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

external links

[x]
 

“Flush the buffer, Luke”

  Things they never tell you about in example code, #1

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/04/03/5437

pubdate

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

created

2004-04-03T15:54:56-05:00

last modified

2004-04-03T16:13:42-05:00

revision

1.2

changes

http://www.aaronland.info/weblog/2004/04/03/5437/changes.html

categories

  • http://www.aaronland.info/weblog/categories/p/python ←

license

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

Me : wxExampleCode.py

 

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/04/02/5435

pubdate

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

created

2004-04-02T11:09:39-05:00

last modified

2004-04-03T16:13:45-05:00

revision

1.5

changes

http://www.aaronland.info/weblog/2004/04/02/5435/changes.html

categories

license

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

external links

[x]
 

Thoughts on Pycon.

Or We're gonna make Python as complicated as Perl, even if it kills us.

I enjoyed Pycon. I would have prefered longer, and more technical, sessions but this seems to be a problem endemic to most conferences and not this one in particular.

There were, according to my unscientific count, about 50-million more women and high-school kids in attendance at Pycon compared to similar conferences I've attended. Whether that speaks to the language or the conference, good on ya!

Generators look pretty slick despite their also looking suspiciously like syntactic sugar for automagically DWIM -ing with subroutine references. That's not a complaint, just an observation based on what was a misunderstanding of Python culture.

 

I don't know enough Python or C to comment on Michael Salib's work (except to say that the name Starkiller makes me think someone needs to stop drinking from the Michael Moorcock well) but he is one of the funniest speakers I've seen in a long time.

On the subject of whipping boys : everybody needs one (or two , even) but please let the Python crowd get a grip when it comes to Perl. All the complaints you hear leveled about the language are true — except when they're not. The bitterness and scorn that people spew borders on the irrational and displays the kind of disconnect with reality that makes it hard to take Python boosters seriously.

Perl has been around for a long time, kicked some serious ass, isn't going away any time soon and managed to solve a whole bunch of problems that the Python crowd still seem to be coming to grips with. Based on my three days at Pycon these include testing (if ever the Python kids needed to follow their maxim about there only being one way of doing it, this is it), packaging distributions (there's one way of doing it and about fourteen caveats), distributing packages (port the source, Luke) and, dare I say it, grassroots conferences .

And I understand that ${squiggly} is a nuisance but if that's the first thing that comes to Guido's mind when he wants to pick on Perl, I hereby offer of write and maintain a PerlIO::via::useEnglish package in the hopes that we can move on to more substantial grievances.

Seeing code samples that say things like types.TypeType , meta.MetaMeta and some ridiculously convoluted use of underbar-soup, all in the same day and all in the name of doing the Right Thing, doesn't exactly help either.

Python is cool. Lots of really cool stuff is written in Python. There are even more cool apps that should be written in Python. But if people thought of Python as just another way of doing it the world might not seem like such a ugly and incomprehensible place.

refers to

meta

 

Ross Burton : RDF in PNG

So I'm announcing PyPNG! A very small and rather poor Python (plus a smidge of C to do CRCs) library with grand ambitions. At the moment I can copy a PNG file (by reading the chunks, and then writing them again), display the text chunks, et la piece de resistance: a tool to set the content of an arbitary text chunk! PNGs with embedded RDF, here I come.

Once I've fiddled with the library design a little I'll write a PNG Explorer (hmm, png:/// in Nautilus is tempting) and a Metadata Editor for PNG files. Then I'll try and do exactly the same for JPEG files.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/01/28/5381

pubdate

http://www.aaronland.info/weblog/2004/01/28

created

2004-01-28T12:38:39-05:00

last modified

2004-01-28T12:42:52-05:00

revision

1.2

changes

http://www.aaronland.info/weblog/2004/01/28/5381/changes.html

categories

license

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

external links

[x]
 

imgSeek

imgSeek is a photo collection manager and viewer with content-based search and many other features. The query is expressed either as a rough sketch painted by the user or as another image you supply (or an image in your collection).

...

Query images similar to one in your collection by double-clicking on it's thumbnail. Group your photos by similarity for easy browsing. You may also have them clustered automatically by color, date (group events automatically using an adaptive clustering algorithm for time differences), filename or image features.

I wonder what you could pull out of The Mirror Project with this.

It's a Python widget so in theory it shouldn't be too much work to add non-GUI interfaces or support for things RDF-ish . Neat.

See also : Perl Code and the Cosmic Radiation Background, parts one and two .

refers to

meta

 

The boys couldn't get enough of the porcetta.

All men are pigs, Tarano, August 2003
Cut off its nose!! Cut off its nose!!! they cried in unison, as though they had just stepped out of the chorus line for Lord of the Flies - The Musical! Over and over, as each piece was cut away from the torso. By the time the youngest one started screaming Cut out its brain!! Cut out his br-AAAAA-iii-iinnnnnn!!! at the top of his five year old lungs, more than a few people had commented that it helps when the people serving the food have no idea what the guests are saying.

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/09/21/5216/

pubdate

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

created

2003-09-14T06:08:52-04:00

last modified

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

revision

1.21

changes

http://www.aaronland.info/weblog/2003/09/21/5216//changes.html

categories

license

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

The Common Lisp Cookbook

This is a collaborative project that aims to provide for Common Lisp something similar to the Perl Cookbook...

I have no idea why the idea of learning C still irks me but Lisp seems somehow okay via 0xDECAFBAD

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/09/03/5199/

pubdate

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

created

2003-09-03T04:22:51-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/09/03/5199//changes.html

categories

license

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

external links

[x]
 

This one's for Pete.

The view from Ponte Garibaldi, Roma, August 2003

refers to

meta

[x]

permalink

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

pubdate

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

created

2003-08-28T19:59:15-04:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

Luke Andrews : Thin Ice

...I realized that without sound, TV war coverage is a hopeless exercise in confusion. Smoke-drenched shots of indecipherable landscapes, jerky digital video and talking heads: it all screams Contemporary Art Museum exhibit.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/04/09/4986/

pubdate

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

created

2003-04-09T17:33:57-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/04/09/4986//changes.html

categories

license

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

external links

[x]
 

Me : Acme::Test::Weather.pm 0.1

Because, you know, it may be important to your Perl module that it's raining outside...

It's all Kellan's fault. see also : docs

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/20/4870/

pubdate

http://www.aaronland.info/weblog/2003/02/20

created

2003-02-20T14:35:34-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/20/4870//changes.html

categories

license

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

external links

[x]
 

Have you ever felt that SGML and XML are so good that you just want to sing?

Aaaaahhhh, the pain! Make it stop!!

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/13/4848/

pubdate

http://www.aaronland.info/weblog/2003/02/13

created

2003-02-13T03:16:45-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/13/4848//changes.html

categories

license

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

external links

[x]
 

Me : ASCOPE::Term.pm 0.01

The world really doesn't need anymore terminal thingies, although apparently I do.

see also : docs

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/11/02/4688/

pubdate

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

created

2002-11-02T13:41:04-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/11/02/4688//changes.html

categories

license

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

external links

[x]
 

Johann Hanne : php_writeexcel

"is a port of John McNamara's excellent Spreadsheet::WriteExcel Perl package to PHP."

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-09-04T12:30:43-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/09/04/4582//changes.html

categories

license

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

external links

[x]
 

Me : What have I done to anger the symbol table?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/17/4349/

pubdate

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

created

2002-05-17T11:50:17-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/05/17/4349//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 : perfunctory

Perfunctory \Per*func"to*ry\, a. [L. perfunctorius, fr. perfunctus dispatched, p. p. of perfungi to discharge, dispatch; per (see {Per}) + fungi to perform. See {Function}.] 1. Done merely to get rid of a duty; performed mechanically and as a thing of rote; done in a careless and superficial manner; characterized by indifference; as, perfunctory admonitions. --Macaulay. 2. Hence: Mechanical; indifferent; listless; careless. ``Perfunctory in his devotions.'' --Sharp. web1913
perfunctory adj 1: hasty and without attention to detail; not thorough; "a casual (or cursory) inspection failed to reveal the house's structural flaws"; "a passing glance"; "perfunctory courtesy" [syn: {casual}, {cursory}, {passing(a)}] 2: as a formality only; "a one-candidate pro forma election" [syn: {pro forma}] wn

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-04-16T21:19:56-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/04/16/4224//changes.html

categories

license

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

external links

[x]
 

genehack rightly points out that the perlblog isn't really a weblog.

But being loathe to rename it "Perl-hoo", I have decided the next best thing is to sick WWW::Memepool on it and see what happens...

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-04-13T03:07:57-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/04/13/4213//changes.html

categories

license

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

external links

[x]
 

Soon, unless I decide to fuck it and go read my book

for the rest of the afternoon...



<xref xlink:href = 'http://radio.weblogs.com/0001015/instantOutliner/daveWiner.opml'



      content-type = 'text/opml' 



      xlink:show = 'embed'>



 <text>Dave Winer's Outline</text>



 <cache modified = '1018129831' 



        created  = '1018129831' 



        type = 'otlml'> 



  ... 



 </cache>



</xref> 



...which is pretty much what's going to happen. I have a working SAX2 filter for doing "inline" instant outlining of an OTLML 1.1 document and the new DTD is almost ready to be released. Right now the filter is hard-coded to munge remote OPML documents, but I plan on adding hooks to load (sub) filters on the fly based on the content-type attribute. Just not today.

meta

[x]

permalink

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

pubdate

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

created

2002-04-06T18:06:36-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/04/06/4186//changes.html

categories

license

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

The dictified dictionary.com word of the day is : taciturn

Taciturn \Tac"i*turn\, a. [L. taciturnus: cf. F. taciturne. See {Tacit}.] Habitually silent; not given to converse; not apt to talk or speak. -- {Tac"i*turn*ly}, adv. Syn: Silent; reserved. Usage: {Taciturn}, {Silent}. Silent has reference to the act; taciturn, to the habit. A man may be silent from circumstances; he is taciturn from disposition. The loquacious man is at times silent; one who is taciturn may now and then make an effort at conversation. web1913
taciturn adj : habitually reserved and uncommunicative [ant: {voluble}] wn

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-04-04T21:41:09-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Chris Nandor : "Yes, this is MacPerl running under Classic talking to a Cocoa app

running under Mac OS X via Apple events with Mac::Glue."

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-03-12T10:16:10-05:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

Barrie Slaymaker : XML::AutoWriter.pm

This was pointed out after I mentioned my DTD -> SAX handler widget idea to someone, this morning. I confess that the syntax just confuses me but it's probably a good place to start.

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-03-08T11:01:04-05:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

Why couldn't we have just had The Cry-baby start in nets

with Theodore as a backup? Why Wayne, why?

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-02-15T03:38:11-05:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

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

Now that PDFLib.pm supports bounding boxes natively, I am trying to decide if I want to tackle writing an "as PDF" stylesheet and SAX filter. Something like...



my $machine = Pipeline(



    # How do I ->set_stylesheet_uri("my_pdflib.xsl") here?



    "
XML::Filter::XSLT

", 



    "XML::Filter::PDF",



    $pdf_file,



  );







$machine->parse_uri($xml_file);



see also : PDF::Template and RE: ...calling widget methods .

refers to

meta

 

Joe English : CDATA Confusion

via cafe con leche

refers to

meta

[x]

permalink

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

pubdate

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

created

2001-12-03T15:54:24-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2001/12/03/3684//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 demur

| source : web1913 | Demur \De*mur"\, v. i. [imp. & p. p. {Demurred}; p. pr. & vb. n. {Demurring}.] [OF. demurer, demorer, demourer, to linger, stay, F. demeurer, fr. L. demorari; de- + morari to delay, tarry, stay, mora delay; prob. originally, time for thinking, reflection, and akin to memor mindful. See {Memory}.] 1. To linger; to stay; to tarry. [Obs.] Yet durst not demur nor abide upon the camp. --Nicols. 2. To delay; to pause; to suspend proceedings or judgment in view of a doubt or difficulty; to hesitate; to put off the determination or conclusion of an affair. Upon this rub, the English embassadors thought fit to demur. --Hayward. 3. To scruple or object; to take exception; as, I demur to that statement. 4. (Law) To interpose a demurrer. See {Demurrer}, 2. | source : web1913 | Demur \De*mur"\, v. t. 1. To suspend judgment concerning; to doubt of or hesitate about. [Obs.] The latter I demur, for in their looks Much reason, and in their actions, oft appears. --Milton. 2. To cause delay to; to put off. [Obs.] He demands a fee, And then demurs me with a vain delay. --Quarles. | source : web1913 | Demur \De*mur"\, n. [OF. demor, demore, stay, delay. See {Demur}, v. i.] Stop; pause; hesitation as to proceeding; suspense of decision or action; scruple. All my demurs but double his attacks; At last he whispers, ``Do; and we go snacks.'' --Pope. | source : wn | demur n : (law) a formal objection to an opponent's pleadings [syn: {demurral}, {demurrer}] v : take exception to [syn: {except}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/13/3636/

pubdate

http://www.aaronland.info/weblog/2001/11/13

created

2001-11-13T14:29:14-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/11/13/3636//changes.html

categories

license

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

external links

[x]
 

LGF : "One of the cool things about freedom of speech

is that it allows the idiots to show us who they are." Indeed, if you read between the lines of the First Amendment you'll see that it is all just an elobarate and cleverly disguised trick to make people divulge their true intentions. These are not the droids you're looking for. But now, alas, in a fit of pique you've gone a ruined for the rest of Us by spilling the beans and letting Them know who's really on first (no pun intended). Seriously folks, get a fucking grip...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/12/3635/

pubdate

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

created

2001-11-12T10:24:56-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/11/12/3635//changes.html

categories

license

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

external links

[x]
 

I'm going to try and suspend my disbelief

long enough to imagine that he means well, but I find John Robb's relabeling of a real-time black box as a "weblog" to be shockingly callous and opportunistic. see also : U.S. Is Expecting to Spend $1 Billion a Month on War

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/12/3634/

pubdate

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

created

2001-11-12T23:59:33-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/11/12/3634//changes.html

categories

license

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

external links

[x]
 

"We are a vegetarian restaurant,

organic as much as possible. We have no menu as there is only one meal available per evening. There are three sizes to choose from: regular, reduced and kid-sized. We have a few rules that you must know. You order only what you can eat. If you do not finish everything on your plate, you will be fined two dollars, which we will match and give to a charity. Also, you will get no dessert. If you do not finish your dessert you will be banished from the restaurant and never be allowed to return."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/12/3630/

pubdate

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

created

2001-11-12T20:09:08-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/11/12/3630//changes.html

categories

license

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

external links

[x]
 

Kevin Fu, Emil Sit, Kendra Smith, Nick Feamster : Dos and Don'ts of Client Authentication on the Web

"Of the twenty-seven sites we investigated, we weakened the client authentication on two systems, gained unauthorized access on eight, and extracted the secret key used to mint authenticators from one."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/05/3350/

pubdate

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

created

2001-09-05T12:36:32-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/09/05/3350//changes.html

categories

license

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

external links

[x]
 

DJ Adams : Summarizing Jabber-RPC

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/08/22/3299/

pubdate

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

created

2001-08-22T07:59:30-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/08/22/3299//changes.html

categories

license

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

external links

[x]
 

Some desperately earnest half-wit : "After sitting at home in my bathrobe,

and having some nice man hand me my movie, how can I ever go back to Blockbusters? It's like living in a Third World country." How, exactly, do we who've been blessed with so much good fortune and privilege manage to raise and nurture such fucking idiots?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/07/10/3167/

pubdate

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

created

2001-07-10T20:16:19-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/07/10/3167//changes.html

categories

license

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

external links

[x]
 

This American Life : Kid Logic

I've been living with a two-year old for the last week and a half and, I have to tell you, it's pretty fun teaching them to say things like "Go Habs,go!", "idle banter" and "the chattering classes" Te thathat-hing psspessesss! . Apologies to Caterina for that last one but, frankly, she deserves it for calling free-coffee cards loyalty cards . If that's loyalty, we're all doomed.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/07/02/3143/

pubdate

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

created

2001-07-02T20:15:12-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/07/02/3143//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 heterogeneous

| source : web1913 | Heterogeneous \Het`er*o*ge"ne*ous\, a. [Gr. ?; ? + ? race, kind; akin to E. kin: cf. F. h['e]t['e]rog[`e]ne.] Differing in kind; having unlike qualities; possessed of different characteristics; dissimilar; -- opposed to homogeneous, and said of two or more connected objects, or of a conglomerate mass, considered in respect to the parts of which it is made up. -- {Het`er*o*ge"ne*ous*ly}, adv. -- {Het`er*o*ge"ne*ous*ness}, n. {Heterogeneous nouns} (Gram.), nouns having different genders in the singular and plural numbers; as, hic locus, of the masculine gender in the singular, and hi loci and h[ae]c loca, both masculine and neuter in the plural; hoc c[ae]lum, neuter in the singular; hi c[ae]li, masculine in the plural. {Heterogeneous quantities} (Math.), such quantities as are incapable of being compared together in respect to magnitude, and surfaces and solids. {Heterogeneous surds} (Math.), surds having different radical signs. | source : wn | heterogeneous adj 1: consisting of elements that are not of the same kind or nature; "the population of the United States is vast and heterogeneous" [ant: {homogeneous}] 2: originating outside the body [syn: {heterogenous}] [ant: {autogenous}] | source : foldoc | heterogeneous Composed of unrelated parts, different in kind. Often used in the context of {distributed systems} that may be running different {operating systems} or network {protocols} (a {heterogeneous network}). For examples see: {interoperable database}, {middleware}. Constrast {homogeneous}. (1999-05-06)

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/30/3010/

pubdate

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

created

2001-04-30T12:08:38-04:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2001/04/30/3010//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 clamber

| source : web1913 | Clamber \Clam"ber\, v. i. [imp. & p. p. {Clambered}; p. pr. & vb. n. {Clambering}.] [OE clambren, clameren, to heap together, climb; akin to Icel. klambra to clamp, G. klammern. Cf. {Clamp}, {Climb}.] To climb with difficulty, or with hands and feet; -- also used figuratively. The narrow street that clambered toward the mill. --Tennyson. | source : web1913 | Clamber \Clam"ber\, n. The act of clambering. --T. Moore. | source : web1913 | Clamber \Clam"ber\, v. t. To ascend by climbing with difficulty. Clambering the walls to eye him. --Shak. | source : wn | clamber n : an awkward climb; "reaching the crest was a real clamber" v : climb awkwardly, as if by scrambling [syn: {scramble}, {shin}, {shinny}, {skin}, {struggle}, {sputter}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/27/3000/

pubdate

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

created

2001-04-27T23:14:56-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/04/27/3000//changes.html

categories

license

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

external links

[x]
 

Sightings : Happy happy. Joy joy.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/01/27/2774/

pubdate

http://www.aaronland.info/weblog/2001/01/27

created

2001-01-27T21:09:31-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/01/27/2774//changes.html

categories

license

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

external links

[x]
 

Ian Brown : "We hired Human Barbie."

(real evil g2)

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/01/15/2746/

pubdate

http://www.aaronland.info/weblog/2001/01/15

created

2001-01-15T21:04:35-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/01/15/2746//changes.html

categories

license

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

external links

[x]
 

Regular expressions reformulated as XML applications.

In case you needed another reason to start painting again.

refers to

meta

[x]

permalink

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

pubdate

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

created

2001-01-08T15:33:27-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Todd Gitlin : "Behind the masquerade, there is a muted war going on.

It is the latest episode of the social-cultural civil war of the Sixties. It is, indeed, "a war for the soul of America," in the 1992 words of one of its most passionate exponents and unwitting recipient of thousands of Jewish votes in Palm Beach County. It is back in earnest and with a vengeance. On one side, Mr. Gore is Bill Clinton with the polish peeled away. (No wonder he acts wooden.) Mr. Clinton is the walking, talking personification of everything conservatives hated about the Sixties: the smart-talking, Ivy-Leaguing, draft-dodging, non-inhaling, person-of-colour-loving, gay-embracing, Hillary-marrying, sumbitch who not only got the girls, he had the gall to win. And on the other side, in the person of the easy-schmoozing, empty suit George W. Bush -- a candidate sufficiently rightish to gladden their hearts, and sufficiently raffish to make the Republicans look like the Party of Fun, but at the same time sufficiently mealy-mouthed to win -- their very own Bill Clinton."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/12/15/2685/

pubdate

http://www.aaronland.info/weblog/2000/12/15

created

2000-12-15T20:46:24-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/12/15/2685//changes.html

categories

license

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

external links

[x]
 

"Ming is a C library for generating SWF format movies,

plus a set of wrappers for using the library from popular scripting languages like PHP, Python, and Ruby."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/11/10/2586/

pubdate

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

created

2000-11-10T17:32:38-05:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

Slice of life : "What is weblogs anyway?

sounds kinda foul... like a big electronic turd."

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/10/09/2513/

pubdate

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

created

2000-10-09T11:44:01-04:00

last modified

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

revision

1.10

changes

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

categories

license

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

Montreal Mirror : How to build a $240-million convention centre around a turn-of-the-century brick wall

This reminds me of the contruction site in downtown Montreal when Les Promenades De La Cathedrale was built in 1987. The giant pink skyscraper went up directly behind Christ Church Cathedral whose entire foundation was removed to make room for a shopping mall and parking lot . the church on stilts "Resembling a giant ship in dry-dock, passers-by were arrested by the church's "floating" appearance; some were even heard to say "You wouldn't catch me going in there!". Sidewalk superintendents were numerous and eloquent - explaining their accurate (and not-so-accurate) engineering ideas to anyone who would listen." I once sang at Christ Church, with the FACE Senior Treble Choir , during the short year that I was still a soprano in high school. The tower's developers were granted a 99 year lease on the property, and when that expires the whole shebang falls under the ownership of the Anglican Church. If you've ever seen Jesus de Montreal and wondered about the building with the pyramids that gets all those lingering panoramic shots, it's Les Promenades De La Cathedrale. via YULblog

refers to

meta

 

XML.com on SMIL

"But before we look at TIME, what is SMIL?" That's right and when I went to secondary school I started at FACE and finished at MIND. No, really.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/08/07/2363/

pubdate

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

created

2000-08-07T11:47:40-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/08/07/2363//changes.html

categories

license

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

external links

[x]
 

Cybridputo #3

"We don't have a Web site! Get the fuck off the Web!" see also : Courtney : "How am I supposed to compete with 'Jennicam?' She's funny, she's gorgeous, she's got better furniture. This really, really sucks."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/07/24/2333/

pubdate

http://www.aaronland.info/weblog/2000/07/24

created

2000-07-24T11:37:17-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/07/24/2333//changes.html

categories

license

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

external links

[x]
 

Jason Kottke : Hello, hexagonal iMac-inspired goodness.

For a counter-point to this thought, take a stroll to your local library or magazine store and pick up the current issue of Harpers. They've reprinted a convocation speech delivered by Mark Kingwell . Smooth things, he argues, are tools of The Man and will only lead us down the road to greater homogenization and servitude. He also recently wrote a piece for Saturday Night extolling the virtues of concrete, unfinished of course. Unfortunately, SN has revamped their website without first finishing the archiving system .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/06/28/2237/

pubdate

http://www.aaronland.info/weblog/2000/06/28

created

2000-06-28T04:52:17-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/06/28/2237//changes.html

categories

license

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

external links

[x]
 

St. Laurent and Guilbault

"I've never seen someone that stupid man... You've locked my bike with yours. Page me at 444 at least when it's unlocked. Please. Sincerement, je suis désolé et tellement distrait. Toutes mes excuses." Apparently it's Bike Week in Montreal. My experience of Bike Week is that it's the one time of the year that the police enforce bicycle laws. Years ago, I got stopped for not having reflectors on my bike. I got a warning, was told to buy reflectors and to come down to the station and show the nice police officers. I did the first but not the second and a couple years later when I finally got my drivers license I was told that it couldn't be issued since it had already since it had already been revoked. Pity the poor souls who have to push this kind of red tape. My tiny bicycle infraction had mushroomed into a couple hundred dollars worth of fines (one for each wheel, no less.) Pity the poor soul who had to find the original ticket when I went to pay it.

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/06/01/2205/

pubdate

http://www.aaronland.info/weblog/2000/06/01

created

2000-06-01T13:15:04-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/06/01/2205//changes.html

categories

license

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

The Rocket, 1921 - 2000

It's difficult to describe just how sad a day this is in Quebec. see also : Radio Canada : Le Rocket est mort

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/05/27/2184/

pubdate

http://www.aaronland.info/weblog/2000/05/27

created

2000-05-27T18:18:13-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/05/27/2184//changes.html

categories

license

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

external links

[x]
 

J. David Eisenberg : Meet the DOM

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/04/23/2034/

pubdate

http://www.aaronland.info/weblog/2000/04/23

created

2000-04-23T11:58:43-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/04/23/2034//changes.html

categories

license

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

external links

[x]
 

Finally

an MP3 player skin I can appreciate!

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/03/08/940/

pubdate

http://www.aaronland.info/weblog/2000/03/08

created

2000-03-08T06:39:20-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/03/08/940//changes.html

categories

license

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

external links

[x]
 

Richard Stallman : Why We Must Fight UCITA

see also badsoftware.com

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/02/09/864/

pubdate

http://www.aaronland.info/weblog/2000/02/09

created

2000-02-09T21:02:00-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/02/09/864//changes.html

categories

license

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

external links

[x]
 

Today, I am wrestling with my inner X

"X-Windows is the Iran-Contra of graphical user interfaces: a tragedy of political compromises, entangled alliances, marketing hype, and just plain greed. X-Windows is to memory as Ronald Reagan was to money."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/01/24/823/

pubdate

http://www.aaronland.info/weblog/2000/01/24

created

2000-01-24T18:40:54-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/01/24/823//changes.html

categories

license

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

external links

[x]
 

The nice people at O'Reilly

have set up a whole website devoted to beta chapters !

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/01/04/781/

pubdate

http://www.aaronland.info/weblog/2000/01/04

created

2000-01-04T12:42:57-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/01/04/781//changes.html

categories

license

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

external links

[x]
 

David Megginson : XML::Writer

"XML::Writer is a helper module for Perl programs that write an XML document. The module handles all escaping for attribute values and character data and constructs different types of markup, such as tags, comments, and processing instructions."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/12/14/734/

pubdate

http://www.aaronland.info/weblog/1999/12/14

created

1999-12-14T23:07:42-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/1999/12/14/734//changes.html

categories

license

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

external links

[x]
 

A Citizen's Guide to the WTO

pdf file

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/11/30/696/

pubdate

http://www.aaronland.info/weblog/1999/11/30

created

1999-11-30T20:45:54-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/1999/11/30/696//changes.html

categories

license

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

external links

[x]
 

The search engine

at TAL is up and running, and this morning I was able to find Sarah Vowell's most excellent piece on making mix tapes and, in Nick Hornsby's words, "the emotional complexity of the ritual." I like mix tapes almost as much as I like radio. real audio (starts 28:42)

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/10/19/569/

pubdate

http://www.aaronland.info/weblog/1999/10/19

created

1999-10-19T03:06:12-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/10/19/569//changes.html

categories

license

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

external links

[x]
 

All Things Considered : The night America discovered Oscar Peterson

real audio

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/09/19/470/

pubdate

http://www.aaronland.info/weblog/1999/09/19

created

1999-09-19T19:30:31-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/09/19/470//changes.html

categories

license

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

external links

[x]
 

GiveQuick!

"GiveQuick's directory allows website owners to earmark their [e-commerce affiliate program] commissions to the nonprofit of their choice ... We take no money out of any referral fees generated. We are doing this because it needs to be done."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/08/29/393/

pubdate

http://www.aaronland.info/weblog/1999/08/29

created

1999-08-29T08:45:31-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/08/29/393//changes.html

categories

license

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

external links

[x]
 

Cameron Barrett : I Live in a Wired World

"It's not about giving away all your secrets, habits, or personal information. It's about putting you back into control of that information. No longer would you be subtly influenced by advertising media and blatant in-your-face marketing..." I'm sorry, but this just seems hopelessly naive. I think that there is enough evidence, both historical and anecdotal, to rest assured that all of your buttons will be pushed in all the right ways. Further, it sounds too much like the tyranny of the majority for my taste.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/18/212/

pubdate

http://www.aaronland.info/weblog/1999/07/18

created

1999-07-18T10:12:17-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/18/212//changes.html

categories

license

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

external links

[x]
 

Mordecai Richler

"The ineffable Bernard Landry, digging into our pockets, has found money to service a $100-million loan for the Expos. He has also discovered sufficient funds in his little tin box to enable clowns from the Office de la Langue Francaise to tour golf clubs to demand that a golf cart should now be called a voiturette de golf and a grass bunker a fosse d'herbe. But hospitals have to be closed and nurses must be denied a living wage. "Quebec's wealth is not unlimited," and neither is its ability to make itself a laughingstock, most recently on the links."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/16/197/

pubdate

http://www.aaronland.info/weblog/1999/07/16

created

1999-07-16T23:39:12-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/16/197//changes.html

categories

license

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

external links

[x]
 

Patricia Leigh Brown on truck stops :

"In a design trend as yet unheralded by Architectural Digest, a new building type has been born, one that seeks to revive "the wow factor," as Westlake calls it, that dazzled motorists of the '50s before television advertising and computer reservations took over."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/05/133/

pubdate

http://www.aaronland.info/weblog/1999/07/05

created

1999-07-05T23:40:54-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/05/133//changes.html

categories

license

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

external links

[x]
 

Right here, right now

I've found a fairly significant bug in the code that generates the xml for the my userland channel , so it may be updated sporadically. :-(

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/02/118/

pubdate

http://www.aaronland.info/weblog/1999/07/02

created

1999-07-02T01:26:03-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/02/118//changes.html

categories

license

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

external links

[x]
 

Mozilla M7 is out

The screen refresh sucks and it keeps crashing when I try to set preferences, but it's still pretty exciting. mmmmm...standards.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/06/23/60/

pubdate

http://www.aaronland.info/weblog/1999/06/23

created

1999-06-23T10:12:00-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/06/23/60//changes.html

categories

license

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

external links

[x]
 
posts brought to you by the category “punk's not dead” ←   → posts brought to you by the category “quebec”