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

posts brought to you by the category “syndication”

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 “svg” ←   → posts brought to you by the category “talking heads”
 

A few atoms short of a molecule.

I have posted an XSL stylesheet for, more or less, converting XHTML 1.1 to the Atom syndication format.

I did this because as much I find the whole Atom thing extraordinarily tiresome I find all the hand-wringing from the RSS weenies even sillier. And given a chance to piss everyone off, I often jump.

I post this only as a public service . I have zero interest in maintaining this for anyone but myself. If you want to use it as fodder for a general purpose library, please be my guest.

I haven't bothered to remove private function calls and there is no documentation. However, there are comments enough for anyone with an understanding of XSLT to follow.

Update: this post generated much more interest than I anticipated so, for the curious, some background which has absolutely nothing to do with Atom (except maybe that Atom's content model maps better to my way of doing things than any of the various RSS efforts) :

The XHTML in question uses my shiny new weblog format which I wrote as a way to store all the data for a post in a static file. All the data but no form; foofy design stuff is added after the fact using, in my case, XSL . There are reasons why I didn't choose another, perhaps more expressive, XML application which will become clear below. I still use a database because it's faster for generating things like indexes but it is not considered authoritative. That is, the database reads from the flat files and not vice versa.

(It also lets me fob off the versioning problem on CVS and worry about other things.)

The single capital-R rule I've learned farting around with increasingly complex ways of generating this site is : the only thing you can count on is the web server being able to send plain vanilla HTML files — everything else will break. The only question you have ask yourself is how much pain will it cause and how much time you want to devote to fixing the problem.

Storing everything as XHTML and wasting a couple extra computrons on XML and XPath munging may not be pretty but when everything else fails at least the content is just there .

Meanwhile, this is sound of me adding a buzzword-bingo [meta] category to list all the damn acronyms used in any given post...

refers to

meta

 

I posted version 0.99 of the “Atom to RSS” stylesheets

— and gave them a proper web page .

The version number only reflects the fact that the documentation is incomplete. Let the bug reports begin...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/01/25/5374

pubdate

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

created

2004-01-25T16:51:32-05:00

last modified

2004-01-26T18:53:54-05:00

revision

1.9

changes

http://www.aaronland.info/weblog/2004/01/25/5374/changes.html

categories

license

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

external links

[x]
 

I posted some XSL stylesheets for munging Atom (0.3)

— into RSS 1.0 and RSS 2.0 . At the moment there are only stylesheets for munging so-called minimal Atom feeds. I will get around to the fancier feeds, but don't hold your breath. If someone wants to take the work and run with it, please feel free to do so.

Update: Well, this proved to be a pretty trivial task. I have munged about 98% of a maximal Atom feed into RSS 1.0. I don't expect the multipart content feed or the RSS 2.0 stylesheet to be anymore complicated. I guess I will try and post all of this tomorrow morning.

Up your date: So, it's all done. Save the widget to convert a W3CDTF date string to a RFC822 date string which is making me feel, well, funky. Fortunately, someone else has already done most of the heavy lifting . Oh yeah, and some kind of kludge to deal with the fact the XSL spec seems to be seriously brain-dead when it comes to generating <![CDATA[ ]]> sections. But not tonight — there is a hockey game to watch...

Is that a date in your pocket? Steve Ball is my hero, even if the markup:cdata-section template is broken. And it goes without saying that the logic for fussing with dates in RSS 2.0 will result in bug reports. Life sucks — but often less than date processing. I will finish up some rudimentary documentation and post a tar ball this afternoon (Sunday.)

Please god, can we find something else to argue about now?

refers to

meta

 

Personally, I'm fond of gluing silica-gel packets to postcards

and sending them to friends.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/08/27/5186/

pubdate

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

created

2003-08-27T18:34:10-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/08/27/5186//changes.html

categories

license

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

external links

[x]
 

Jeet Heer : Operation Blame Canada

Oh god, it's bad enough that we are responsible for the likes of Celine Dion and Shania and Bryan Adams, but now we also have to live with the burden that Canada nurtured Charles Krauthammer?! Oh the pain! A careful reader will note that nary a word is mentioned of Quebec's place in the author's glorious Anglosphere. Equally careful readers will also note that no mention is made of the fact that Conrad Black had to give up his Canadian citizenship in order to be knighted. Also known as, my ass.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/03/24/4942/

pubdate

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

created

2003-03-24T08:01:04-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/03/24/4942//changes.html

categories

license

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

external links

[x]
 

Dan Farmer and Charles C. Mann : Surveillance Nation

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/03/18/4921/

pubdate

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

created

2003-03-18T19:21:48-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/03/18/4921//changes.html

categories

license

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

external links

[x]
 

Ken Y. Clark : SQL::Translator.pm

This module attempts to simplify the task of converting one database create syntax to another through the use of Parsers (which understand the source format) and Producers (which understand the destination format).

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/26/4879/

pubdate

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

created

2003-02-26T11:49:28-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/26/4879//changes.html

categories

license

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

external links

[x]
 

The Historical Event Linking and Markup Project

provides a means of coordinating and navigating disparate historical materials on the internet.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/01/25/4807/

pubdate

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

created

2003-01-25T16:31:47-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/01/25/4807//changes.html

categories

license

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

external links

[x]
 

Jean-Michel Hiver : TripleStore.pm

"is a Perl interface for a triple store. Currently a quite naive MySQL implementation is provided. Alternative SQL implementations can be developed by subclassing TripleStore::Driver..."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/01/14/4794/

pubdate

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

created

2003-01-14T07:12:48-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/01/14/4794//changes.html

categories

license

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

external links

[x]
 

From the "A day without hyperbole is a day without sun" department:

Those people deserve no truck. They should be argued with, bickered and brow-beat in to submission. As well-meaning as those people may be they are simply wrong. It is a rationale that is so myopic and of such staggering laziness and dim-witted selfishness that I doubt any one with half a sense about them could reasonably defend it when given even a lick of scrutiny.

Me, on the notion that one's opinion is somehow value-added by one's consumer purchases.

meta

[x]

permalink

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

pubdate

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

created

2002-12-16T14:24:47-05:00

last modified

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

revision

1.8

changes

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

categories

license

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

It's my birthday!

refers to

meta

[x]

permalink

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

pubdate

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

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]
 

Autrijus Tang : "PAR is like Java's .jar files

.par files contains a zip-compressed folder of a typical blib/ directory, and could be put into @INC, loaded and executed on the fly, as well as turning into stand-alone scripts or executables (aka Perl2Exe or PerlApp)."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/10/19/4651/

pubdate

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

created

2002-10-19T14:19:43-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/10/19/4651//changes.html

categories

license

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

external links

[x]
 

So, I read this essay by Salman Rushdie

in the hotel lobby in Bangkok last week. Seeing it again, reminded that Israel once launched a pre-emptive strike on Iraqi nuclear installations . And when I did a Google search on 'Isreal Iraq attack nuclear', I was presented with a Google-ad for nukepills.com . All of which has put something of a damper on my day...

refers to

meta

 

The random pseudodictionary.com word of the day is : button box

The infra red remote control for any one of many different types of electrical home entertainment appliances.
ex. Pass the button box so I can see what's on the other channels.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/06/11/4393/

pubdate

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

created

2002-06-11T03:21:02-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/06/11/4393//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 : tortuous

Tortuous \Tor"tu*ous\, a. [OE. tortuos, L. tortuosus, fr. tortus a twisting, winding, fr. torquere, tortum, to twist: cf. F. tortueux. See Torture.] 1. Bent in different directions; wreathed; twisted; winding; as, a tortuous train; a tortuous train; a tortuous leaf or corolla. The badger made his dark and tortuous hole on the side of every hill where the copsewood grew thick. --Macaulay. 2. Fig.: Deviating from rectitude; indirect; erroneous; deceitful. That course became somewhat lesstortuous, when the battle of the Boyne had cowed the spirit of the Jakobites. --Macaulay. 3. Injurious: tortious. [Obs.] 4. (Astrol.) Oblique; -- applied to the six signs of the zodiac (from Capricorn to Gemini) which ascend most rapidly and obliquely. [Obs.] --Skeat. Infortunate ascendent tortuous. --Chaucer. --{Tor"tu*ous*ly}, adv. -- {Tor"tu*ous*ness}, n. web1913
tortuous adj 1: highly involved or intricate; "the Byzantine tax structure"; "convoluted legal language"; "convoluted reasoning"; "intricate needlework"; "an intricate labyrinth of refined phraseology"; "the plot was too involved"; "a knotty problem"; "got his way by labyrinthine maneuvering"; "Oh, what a tangled web we weave"- Sir Walter Scott; "tortuous legal procedures"; "tortuous negotiations lasting for months" [syn: {Byzantine}, {convoluted}, {intricate}, {involved}, {knotty}, {labyrinthine}, {tangled}] 2: marked by repeated turns and bends; "a tortuous road up the mountain"; "winding roads are full of surprises"; "had to steer the car down a twisty track" [syn: {twisting}, {twisty}, {winding}] 3: not straightforward; "his tortuous reasoning" wn

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-06-06T01:27:47-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Joanna Briggs : Haikoo! - the haiku-based directory




Canada burned it,



Bushes live inside of it,



Shrubbery outside



refers to

meta

[x]

permalink

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

pubdate

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

created

2002-04-13T09:31:49-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Jos Boumans : CPAN PLUS

"Being a novice to the Perl community and eager for a challenging project to sink my teeth into, I offered to patch CPAN.pm so that CPANTS could automatically build modules and test them. I imagined this would be a simple role."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/27/4146/

pubdate

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

created

2002-03-27T23:19:36-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/27/4146//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 : extricate

Extricate \Ex"tri*cate\, v. t. [imp. & p. p. {Extricated}; p. pr. & vb. n. {Extricating}.] [L. extricatus, p. p. of extricare to extricate; ex out + tricae trifles, impediments, perplexities. Cf. {Intricate}.] 1. To free, as from difficulties or perplexities; to disentangle; to disembarrass; as, to extricate a person from debt, peril, etc. We had now extricated ourselves from the various labyrinths and defiles. --Eustance. 2. To cause to be emitted or evolved; as, to extricate heat or moisture. Syn: To disentangle; disembarrass; disengage; relieve; evolve; set free; liberate. web1913
extricate v : release from entanglement of difficulty; "i cannot extricate myself from this task" [syn: {untangle}, {disentangle}, {disencumber}] wn

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-03-17T06:32:01-05:00

last modified

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

revision

1.9

changes

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

Seriatim \Se`ri*a"tim\, adv. [NL.] In regular order; one after the other; severally. web1913
seriatim adv : in a series; one after another wn

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-02-21T09:43:17-05:00

last modified

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

revision

1.9

changes

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

Descry \De*scry"\, v. t. [imp. & p. p. {Descried}; p. pr. & vb. n. {Descrying}.] [OE. descrien, discrien, to espy, prob. from the proclaiming of what was espied, fr. OF. descrier to proclaim, cry down, decry, F. d['e]crier. The word was confused somewhat with OF. descriven, E. describe, OF. descrivre, from L. describere. See {Decry}.] 1. To spy out or discover by the eye, as objects distant or obscure; to espy; to recognize; to discern; to discover. And the house of Joseph sent to descry Bethel. --Judg. i. 23. Edmund, I think, is gone . . . to descry The strength o' the enemy. --Shak. And now their way to earth they had descried. --Milton. 2. To discover; to disclose; to reveal. [R.] His purple robe he had thrown aside, lest it should descry him. --Milton. Syn: To see; behold; espy; discover; discern. web1913
descry v : catch sight of [syn: {spot}, {espy}, {spy}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/29/3899/

pubdate

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

created

2002-01-29T16:16:57-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/29/3899//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 : battle

Short for "battle buddy," another soldier who is by your side and guarding your back. Also a friend who helps you out when needed.
ex. Thanks for stalling her while I got away, battle. I don't know what I'd have done if I'd seen that psycho again.
see also : battle dict-ified

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/24/3882/

pubdate

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

created

2002-01-24T02:57:24-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/24/3882//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 : porchclimber

Cheap wine; or any wine that is consumed through the course of an entire evening.
ex. I saw Curtis drinking porchclimber last night, I wonder how he fared today?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/15/3840/

pubdate

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

created

2002-01-15T14:58:37-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/15/3840//changes.html

categories

license

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

external links

[x]
 

My mother : "I’m looking out my hotel window, looking east at the full moon

just rising between the roof and spires of a Buddhist temple, a wat, and the stupa-like Independence Monument. The moon is low and orange against the blue-grey sky. The red and blue lights that illuminate the Monument in bands representing the flag of Cambodia are becoming clearer as the daylight falls. ... I live in Phnom Penh now."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/05/3773/

pubdate

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

created

2002-01-05T09:14:04-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/01/05/3773//changes.html

categories

license

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

external links

[x]
 

Philip Hunter : The Management of Content - Universities and the Electronic Publishing Revolution.

"In other words, whatever publishing model underlies the development and maintenance of large scalable Web services in the Higher Education sector, it isn't fully realised in the technology used to deliver the services. Much of what is delivered via the Web still involves a good deal of manual activity. This half-way house position isn't a place where Web Managers and Editors want to be. So it is quite odd that this is where we are, among a community which has been so intimately involved in the early development of the Web."

refers to

meta

[x]

permalink

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

pubdate

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

created

2001-10-10T00:01:51-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Marc Jason Dominus : EZDBI.pm

Installs Perl functions mimicking common SQL functions. I'm not sure I like the interface (I am a sucker for " -> "s and not really looking forward to dots , but I digress...) though it looks interesting and MJD always writes exceptionally clever code.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/10/09/3507/

pubdate

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

created

2001-10-09T09:41:04-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/10/09/3507//changes.html

categories

license

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

external links

[x]
 

O'Reilly beta chapter : Perl for Web Site Management

For those of you able to focus enough to get anything done, these days.

refers to

meta

[x]

permalink

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

pubdate

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

created

2001-09-12T16:47:07-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/09/12/3391//changes.html

categories

license

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

external links

[x]
 

I confess that I'm not sure what the point of this thread is.

It seems to have something to do with the fact that RSS isn't very good for doing anything more complicated than it was designed for. It might also be about how people are too stupid to generate valid RSS documents. Or both. Hello? If you want a super-whizbang meta-format that will be adaptable enough to meet all of your quirks, use RSS 1.0 and write a module if it doesn't already do what you want it to. Just please shut up about it, already. RSS is just like tables before the magical world of cascading style sheets that have ushered in a brave new world of Right Thing-edness...when they work. RSS is simple to grok, simple to implement and yeilds tangible results because no one has ever bothered to check for anything other than well-formedness. ( <![CDATA[]]> tags make pretty short work of that, as it is...) Deal with it, folks : RSS got hijacked by the street and starting a re-education campaign is a waste of time.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/10/3370/

pubdate

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

created

2001-09-10T01:58:29-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/09/10/3370//changes.html

categories

license

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

external links

[x]
 

Piers Harding : Jabber::JAX::Component

"is yet another perl implementation for writing Jabber components. How it differs is that it is a wrapper for the high performance JECL libraries for writing components in C++. With this in mind - the idea is to be able to write Jabber Components in perl that are very quick. My first attempt at bench marking this - writting the good ol' echo component - got through put of 1000 Messages in about 12 seconds."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/06/3355/

pubdate

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

created

2001-09-06T06:54:20-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/09/06/3355//changes.html

categories

license

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

external links

[x]
 

ScrollKeeper, Open Documentation Cataloging Project

see also : Telsa Gwynn's summary of the ScrollKeeper talk at GUADEC (read : where someone explains what this thing actually *does*) "Scrollkeeper is the middle layer: it abstracts all metadata handling into a library. It extracts data, stores it in a database, and provides an API for help browsers to talk to. ... It's a mixture of C, shell scripts, and libxml. You feed it documents and an OMF metadata file (in XML). It spits out normal and extended trees in XML for every locale."

refers to

meta

[x]

permalink

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

pubdate

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

created

2001-08-22T19:11:03-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Maybe it's just me, but I find it sort of telling

that the username fuckoffanddie has already been used for the Star Office registration widget.

meta

[x]

permalink

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

pubdate

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

created

2001-08-04T18:49:00-04:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

John Weir : Smoking Gun Demos

"These require a DOM compatible browser, no detection is being done." wow

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/07/31/3226/

pubdate

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

created

2001-07-31T14:07:07-04:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2001/07/31/3226//changes.html

categories

license

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

external links

[x]
 

MySQL Wizardry : Cross Tabulation

"The way I found [the solution] is littered with errors and disappointment, and in perspective it should appear quite boring. This is the chronicle of how I would have liked to find out a solution."

refers to

meta

[x]

permalink

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

pubdate

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

created

2001-07-03T07:34:25-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/07/03/3150//changes.html

categories

license

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

external links

[x]
 

Colin Muller : XML::XSLT::Wrapper.pm

"provides a wrapper for XML::LibXSLT, XML::Sablotron (works with 0.43 - I haven't been using it recently), and XT (as an external call to Java). It can accept a list of processors in an order specified by the calling script, otherwise it defaults to trying libxslt, then Sablotron, then XT, falling through from one to the next on failure. It also tries to work out, for libxslt and sablotron, whether it's been given a string or a filename. I intend to add filehandles to that, so one will eventually be able to pass the XML and XSL as file, filehandle, or string without having to tell the processor which." alpha

refers to

meta

[x]

permalink

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

pubdate

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

created

2001-05-07T20:03:59-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Dan Ancona : Information Architecture Markup Language 1.0a

"The IA of the IAML is, at this point, a bit of a stretch. it's based on the hypothesis that the process of information architecture is, in some way, a process of locating information in space, whether the end user experiences it as such or not. i realize that this is a) altogether unproven (but, i hope, interesting) and that b) i'm overloading the phrase "information architecture" here a bit. i hope the interestingness of work along these lines precludes my hubris in doing so."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/12/19/2700/

pubdate

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

created

2000-12-19T12:42:04-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/12/19/2700//changes.html

categories

license

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

external links

[x]
 

Apache Today : Perchild - Setting Users and Groups per Virtual Host

"The new MPM is called Perchild, and it is based on the Dexter MPM. This means that a set number of child processes are created and each process has a dynamic number of threads. In this MPM it is possible to specify User and Group IDs for clusters of child process. Then, each virtual host is assigned to run in a specific cluster of child processes. If no cluster of child processes is specified, then the virtual host is run with the default User and Group Ids."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/08/18/2403/

pubdate

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

created

2000-08-18T11:13:19-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/08/18/2403//changes.html

categories

license

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

external links

[x]
 

"Puis j'vous aidez?"

she asked, obviously annoyed. I didn't look up to see if it was the one who had gotten my apple juice or the older woman who acted as though she were the manager. The smell of bad vinegary bean salad, recently ordered, was filling the room. " Non. Merci. "

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/07/23/2332/

pubdate

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

created

2000-07-23T02:49:54-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2000/07/23/2332//changes.html

categories

license

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

external links

[x]
 

XML Hack : RDF from email headers

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/07/18/2311/

pubdate

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

created

2000-07-18T10:19:51-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/07/18/2311//changes.html

categories

license

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

external links

[x]
 

Perl Golf Apocalypse

"will have 10 teams, each comprised of up to 3 Perl hackers. Each team will be given its own computer to use and will to try to solve a set of simple problems by writing a short piece of Perl code. Each team must submit its code, which will then be tested and compared to the answers from the other teams. Each problem (or hole as we call them) will be given to all the teams at the same time and will have a time limit (about 5-7 minutes, depending on the hole). There will be 9 holes in all and after 4 of them the 5 lowest scoring teams will be cut (just like in real golf tournaments)."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/07/05/2260/

pubdate

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

created

2000-07-05T21:35:51-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/07/05/2260//changes.html

categories

license

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

external links

[x]
 

You'd almost think they were talking about weblogs...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/05/22/2123/

pubdate

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

created

2000-05-22T18:00:13-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/05/22/2123//changes.html

categories

license

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

external links

[x]
 

I Love You

The only remarkable thing about all this is how effective the social engineering was. See also Julia McKinnell : What does it say about you if you opened it? "I was even feeling sorry for Malvolio because he got tossed into the dark house -- the mad house -- on account of his self-delusion, but now, I'm more feeling sorry for myself. What does it all mean?" Meanwhile, I don't know squat about Microsoft email servers but isn't there a config file where you can tell it delete messages with attachments named foo.bar? I know you can hack Unix systems to that effect and it does a pretty good job of preventing, or atleast slowing down, the kind of death spiral that happened yesterday.

refers to

meta

[x]

permalink

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

pubdate

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

created

2000-05-05T04:30:08-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Morning Becomes Eclectic : Yo-Yo Ma

real evil g2

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/03/30/1956/

pubdate

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

created

2000-03-30T19:21:32-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/03/30/1956//changes.html

categories

license

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

external links

[x]
 

It is gorgeous here today.

The kind of weather that smothers the idea of getting any work done. Meanwhile, on the wayback from the kitchen, I considered buying two or three boxes of tangerines and decorating my apartment with them.

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/03/24/1917/

pubdate

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

created

2000-03-24T10:28:35-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/03/24/1917//changes.html

categories

license

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

Speaking of Python

the Proceedings of the 8th International Python Conference are available online.

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/02/16/885/

pubdate

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

created

2000-02-16T14:17:15-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/02/16/885//changes.html

categories

license

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

external links

[x]
 

The U-Hell Website

Let me put it this way: ferry boat, U-Haul truck, key that won't open door. Still getting settled.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/02/01/835/

pubdate

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

created

2000-02-01T01:21:25-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/02/01/835//changes.html

categories

license

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

external links

[x]
 

As It Happens interviews the little red-haired girl

real evil g2

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/01/05/784/

pubdate

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

created

2000-01-05T09:16:23-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/01/05/784//changes.html

categories

license

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

external links

[x]
 

NY Times

"Such is life in the liver wars. At a time when human organs, particularly livers, are in short supply, the skirmish in Iowa provides a window into a national feud over the Clinton administration's plan to require that donated hearts, lungs, livers, kidneys and pancreases go to the sickest patients first, rather than those who live closest to the organ donors. The debate polarized Congress at the end of its last session and is expected to resume when the lawmakers return in January." I took a philosophy class on reason ( I quickly dubbed it "Teaching artists to be reasonable") where we read a couple of pieces by John Harris. He is a master as making perfectly reasonable and compelling arguments for things that would otherwise never agree to. Specifically, the idea of killing one healthly person to service two in need to life-saving organ transplants. It was enlightening and terrifying to see where people's arguments against the practice would break down in to sputters of "yeah...but...but..."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/12/29/770/

pubdate

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

created

1999-12-29T16:41:30-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/1999/12/29/770//changes.html

categories

license

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

external links

[x]
 

NY Times : ISP Blocked after eToys Protest

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/12/18/751/

pubdate

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

created

1999-12-18T17:05:13-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/1999/12/18/751//changes.html

categories

license

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

external links

[x]
 

Social and Economic Implications of Informfation Technologies

A Bibliographic Database Pilot Project

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/11/24/685/

pubdate

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

created

1999-11-24T18:12:47-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/11/24/685//changes.html

categories

license

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

external links

[x]
 

Arts &amp; Ideas : Censorship on the Web

"A new law makes it a federal crime for commercial websites to make available materials, such as pornography, that are considered harmful to minors. Does this law, which forces website operators to censor their sites and make judgments about what is harmful to children, violate the First Amendment?" Live 18h00 EST. (quicktime)

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/11/14/652/

pubdate

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

created

1999-11-14T02:59:25-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/11/14/652//changes.html

categories

license

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

external links

[x]
 

I had no idea

that flowers reproduce by trying " to mimic a rotting corpse so that it can attract sweat flies, which lay their eggs in dead flesh. "

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/08/03/289/

pubdate

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

created

1999-08-03T14:53:26-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/08/03/289//changes.html

categories

license

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

external links

[x]
 

Do you hate this website?

Go ahead then, fork me in the head .

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/23/247/

pubdate

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

created

1999-07-23T17:30:38-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/23/247//changes.html

categories

license

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

external links

[x]
 

Komar and Melamid on Canada

"If these paintings are anything like what Canadians most want and hate to look at, then our avant-garde is in trouble. Like nations all around the world, we said we preferred softly traditional paintings of outdoor scenes -- so a gently rolling landscape is what we got. (The only people to prefer abstraction over realism, it seems, are the Dutch.)"

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/04/130/

pubdate

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

created

1999-07-04T03:59:55-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/04/130//changes.html

categories

license

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

external links

[x]
 

Me Mom & Morgentaler

reunion in Montreal at Metropolis! Forget Flag & Fireworks Day and get thee to the border !

refers to

meta

 
posts brought to you by the category “svg” ←   → posts brought to you by the category “talking heads”