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

posts brought to you by the category “economics”

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

Hey look, the website for Jason's store is on-line.

As in :

<urn:aaronstraupcope:knows:where:kastella>










 rdfs:subClassOf where:montreal;
 rdfs:label "Kastella";
 dc:identifier <http://www.kastella.com>
 .

refers to

meta

 

Bob DuCharme : Writing Your Own Functions in XSLT 2.0

If DSSSL is XSLT's parent, that makes Scheme its grandparent and LISP its great-grandparent. Between XSLT's xsl:function element and its idea of node sequences, I realized that I could implement the classic car and cdr functions that return either the first item or the remainder of a list, respectively. LISP does stand for "LISt Processing," after all, and not "Lots of Irritating Silly Parentheses".

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2003-09-04T22:45:47-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

RDF::Laces.pm

Transforms RDF thingies in to Perl objects with corresponding methods accessing for the various bits.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/08/23/5181/

pubdate

http://www.aaronland.info

created

2003-08-23T21:33:29-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/08/23/5181/changes.html

categories

license

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

external links

[x]
 

Kake Pugh : How to Avoid Writing Code

The reason that Class::DBI and the Template Toolkit work so well together is simple. Template Toolkit templates can call methods on objects passed to them--so there's no need to explicitly pull every column out of the database before you process the template--and Class::DBI saves you the bother of writing methods to retrieve database columns. You're essentially going straight from the database to HTML with only a very small amount of Perl in the middle.

It should be noted that when the author says templates can call methods on objects passed to them she means both an object's accessors and it's mutators. This is not necessarily a problem if you are running your web application in a read-only situation and the web server, for example, doesn't have permissions to alter the contents of the database. But as soon as the program that processes templates has authority to muck with the database you had better have confidence in your TT kung-fu and/or the designers who are mucking with the templates. Not only could you do this :



[% some_obj.foo("bar") %]



[% some_obj.update() %]



You could also do this :



[% FOREACH this_obj = some_obj.retrieve_all() %]



 [% this_obj.foo("you lose, sucka") %]



[% END %]



(Note that retrieve_all is actually a package method but there's not much to prevent the object from calling it too.) All this with the both the EVAL_PERL and LOAD_PERL config flags explictly set to false. You can get around this, sort of, if your object doesn't have any circular relationships (e.g. A->has_a(B->has_many(A)) ) by adding a read_only method that sets a trigger to die before an object is updated or deleted. But there isn't really any way to cascade setting those triggers so there is always the possibility of mucking with the original object in a round-about fashion:



# this syntax may not be quite right



[% (foo.bars)[0].fooid.delete() %]



I've spent a little bit of time investigating ( 1 , 2 ) how to make cascading readonly objects but it's still an ugly hack that requires mucking with private functions in Class::DBI. The proper thing to do would be to abstract all of this stuff into a CDBI::ReadOnly package but that might be a while in coming yet. Know you know. via paranoidfish

refers to

meta

 

Me : Net::Blogger.pm 0.86_02

Fixed some minor bugs and major typos. Added missing MovableType mt API methods. This is probably it for version 0.86 but I don't have the time to finish debugging right this moment so I throw it out for the brave and reckless. see also changes ; note that the HTML docs have not been updated yet.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/07/14/5139/

pubdate

http://www.aaronland.info

created

2003-07-14T17:41:03-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/07/14/5139/changes.html

categories

license

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

external links

[x]
 

Denys Arcand : "If you are into metaphors, you are going to make very bad films."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/06/07/5070/

pubdate

http://www.aaronland.info

created

2003-06-07T22:25:52-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/06/07/5070/changes.html

categories

license

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

external links

[x]
 

Taxonomists of car fish?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/11/4841/

pubdate

http://www.aaronland.info

created

2003-02-11T08:02:00-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/11/4841/changes.html

categories

license

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

external links

[x]
 

Hey look, YAPC::Canada!

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/01/26/4810/

pubdate

http://www.aaronland.info

created

2003-01-26T09:12:15-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/01/26/4810/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 : stock exchange

Party (or other gathering) with lots of potentially nice girls who aren't old enough to date but will be soon. You can "invest" in those girls already, hence Stock Exchange.
ex. The place was packed with 16-year-olds, quite a stock exchange.

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-08-08T04:36:49-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/08/08/4549/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 : stasis

Stasis \Sta"sis\, n. [NL., fr. Gr. ? a standing still.] (Physiol.) A slackening or arrest of the blood current in the vessels, due not to a lessening of the heart's beat, but presumably to some abnormal resistance of the capillary walls. It is one of the phenomena observed in the capillaries in inflammation. web1913
stasis n 1: an abnormal state in which the normal flow of a liquid (such as blood) is slowed or stopped 2: inactivity resulting from a static balance between opposing forces wn

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-08-04T10:29:12-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Blogmapper

"lets you associate blog entries with hot spots on a map. When you click on the spots, the entries appear. ... Blogmapper can be used to map and log anything *anywhere, including your travels, and the places and things that interest you."

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-07-25T12:53:36-04:00

last modified

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

revision

1.9

changes

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

Someone who steals disposable lighters, usually without knowing it--or claiming not to know it.
ex. My boyfriend is a pyrokleptomanic, is yours?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/31/4378/

pubdate

http://www.aaronland.info

created

2002-05-31T16:00:55-04:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2002/05/31/4378/changes.html

categories

license

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

external links

[x]
 

Me : Net::Google.pm 0.5

Props to Marc Hedlund for a patch to implement a proper response method for the search widget.

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-05-04T16:10:22-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Android #5 : MailCal

"When you get an email you want to save in the calendar, save it to a folder such as cal/2002/03/15. Then you can use MailCal to view and search through the calendar. The subject of the email becomes the title for the calendar entry. MailCal has many options to view the calendar based on different criteria and can also output the calendar in html format for inclusion in your website." This weblog made with Pine?

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-03-16T14:13:27-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Dachb0den Labs : bsd-airtools

"is a package that provides a complete toolset for wireless 802.11b auditing. Namely, it currently contains a bsd-based wep cracking application, called dweputils (as well as kernel patches for NetBSD, OpenBSD, and FreeBSD). It also contains a curses based ap detection application similar to netstumbler (dstumbler) that can be used to detect wireless access points and connected nodes, view signal to noise graphs, and interactively scroll through scanned ap's and view statistics for each. It also includes a couple other tools to provide a complete toolset for making use of all 14 of the prism2 debug modes as well as do basic analysis of the hardware-based link-layer protocols provided by prism2's monitor debug mode."

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-03-08T22:52:12-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Simon Cozens : Stopping Spam with SpamAssassin

Karl and I were sharing our dirty little email secrets last night . He told me he's kept every single piece of email he's received for the last ten years. I told him that I have this unhealthy desire to save every piece of email as a discreet XML file, like " real " letters. We're not talking about online courtship or tales of adventure and hilarity, here, we're talking about the 90% of email messages that say : I'll see you there. I'm sure there is a graduate student working hard to explain why we do these things but I'm also pretty sure that anything they say will read like a Mark Dery book so we'll just ignore that part of it for now. But it did get me thinking about using a weblogging system as an email application, rather than just using the latter to transit the former. That is each message is intercepted by a filtering agent and "posted" to a private weblog (if you're into hacking sendmail or postfix or whatever, I think you're insane but that's your business.) The most immediate win is that your email can suddenly take advantage of the work that's been done on assigning multiple categories in the blog world. Suddenly you never have wonder whether it makes more sense whether to file an email by topic/project or by sender. I'm told that much of this has already been done, largely by individuals for personal use. One person has widgets to automatically post certain emails to the web using the Message-Id as permalink / primary key. Which got me thinking about types again. Specifically, if you wanted to have multiple routing/archiving destinations -- the public web, the private web for group "foo", etc. -- could you use an existing category framework or would a "route" have to be it's own type? Of course, the next logical step would be to render and then read your email as VRML ....

refers to

meta

 

Fabio Arciniegas : The Visual Display of Quantitative XML

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/02/27/4014/

pubdate

http://www.aaronland.info

created

2002-02-27T03:03:18-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/02/27/4014/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 : griswald

"a tourist (from the "Vacation" movies, said dismissively by native Floridians)"
ex. Could those griswalds wear any more cameras?

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-02-25T12:49:30-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/02/25/4002/changes.html

categories

license

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

external links

[x]
 

xml-dev : Public identifiers and topic maps

"What namespace does the name "Lake Geneva" exist in? Who owns that namespace? If, for Joe Author, Lake Geneva (the lake itself, not just its name) is a topic, how should Joe Author refer to it? (In fact, the Lake Geneva example points up another interesting aspect of the problem. In France, the very same lake is called "Lac Leman". Two names, one lake.) Joe Author needs to point at the Lake itself as a topic, and he needs to do it in a way that will be maximally useful to unknown others for figuring out what it is that he's regarding as this topic. Nobody is ever going to "resolve" this pointer; if somehow they did resolve the pointer, a flood of living water would come pouring out of the CRT, or the user would be teleported into the lake and be drowned. That's not what we're trying to accomplish here." The thread is from 1998 and I haven't had a chance to see what actually made it in to the Topic Maps spec. Interesting discussion, all the same.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/02/13/3961/

pubdate

http://www.aaronland.info

created

2002-02-13T22:52:11-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/02/13/3961/changes.html

categories

license

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

external links

[x]
 

Salman Rushdie : "Night after night, I have found myself listening to Londoners' diatribes

against the sheer weirdness of the American citizenry." NPR (PRI, maybe) broadcast a very interesting piece over the new year about America and England suddenly becoming each others new best friend in the wake of Spetember 11. They went to the U.K. and recorded interviews with the natives about America and Americans and then replayed them for the folks back home, again recording their reactions and commentary. If anyone knows what I'm talking about and can point me to a link, I'd appreciate it.

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-02-04T23:12:54-05:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

"Marvel Comics today released images drawn by a new artistic find of theirs, Peter Ferguson."

Holy shit! I am no fan of Marvel Comics but Peter is a friend from the way back "I have measured my life in coffee spoons" days. Now that he's big and famous I will be able to make him do my bidding by threatening to release the drawing I did of him with olives in his nose. Congratulations, Peter. see also Borderline #6 (pdf, 9mb) and UberPete

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-01-24T16:31:31-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/01/24/3883/changes.html

categories

license

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

external links

[x]
 

Russell Letson : Taxonomies Put Content in Context

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-11-30T11:52:01-05:00

last modified

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

revision

1.8

changes

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

categories

license

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

external links

[x]
 

Eric Meyer : CSS2 Reference Sidebar [for Mozilla]

mmmmm...sidebars. Which, needless to say, got me thinking that the next logical step in the whole categories as rss as html thread is just a stylesheet and an onclick event away from categories as rss as html as sidebar widget. Whiz! Bang! Crash! Splat! via scottandrew

refers to

meta

 

Mark Deuze : Online Journalism: Modelling the First Generation of News Media on the World Wide Web

"The Internet and specifically its graphic interface the World Wide Web is reaching a level of saturation and widespread adoption throughout the world. Specifically for journalism practiced online - in the discipline of computer-assisted reporting (CAR) and a specific kind of journalism: online journalism - we can now identify and theorize about the impacts the global system of networked computers has had on journalism. This paper signals four particular journalisms online as these have emerged in the 'first generation' of newsmedia on the World Wide Web (1993-2001), discusses the key characteristics - cf. hypertextuality, interactivity, multimediality - which determine the 'added value' of these journalisms, and provides three specific strategies journalists may use to further enhance the potential of journalism online: annotative reporting, open source journalism and hyperadaptive news sites." And of course we are all waiting with bated breath for the flurry of "open source journalism" that will surround the bibliography and links section in this paper... see also : The Effects of September 11 on the Leading Search Engine

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-10-05T10:20:15-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Andrew Savige : Acme::EyeDrops.pm

"[allows you to make your program] look like a camel with: print sightly( { Shape => 'camel', SourceFile => 'helloworld.pl', Regex => 1 } ); "

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/23/3451/

pubdate

http://www.aaronland.info

created

2001-09-23T12:10:45-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/09/23/3451/changes.html

categories

license

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

external links

[x]
 

Damian Conway : Hook::LexWrap.pm

"allows you to install a pre- or post-wrapper (or both) around an existing subroutine. Unlike other modules that provide this capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap implements wrappers in such a way that the standard caller function works correctly within the wrapped subroutine.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/17/3424/

pubdate

http://www.aaronland.info

created

2001-09-17T19:19:26-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/09/17/3424/changes.html

categories

license

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

external links

[x]
 

Bill St. Clair : Blogmax

"extends the power of Emacs to ease the maintenance of a weblog, a frequently updated web site containing links and commentary." I'm giddy. Or, in the immortal words of the rasterboy : Become one with your text editor . via more like this

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/07/3359/

pubdate

http://www.aaronland.info

created

2001-09-07T20:13:01-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/09/07/3359/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 contretemps

| source : web1913 | Contretemps \Con`tre*temps"\, n. [F., fr. contre (L. conta) + temps time, fr. L. tempus.] An unexpected and untoward accident; something inopportune or embarrassing; a hitch. In this unhappy contretemps. --De Quincey. | source : wn | contretemps n : an awkward clash; "he tried to smooth over his contretemps with the policeman"

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-09-05T04:14:23-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

MakeMan

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

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Marc A. Hershberger : svg2swf.pl

"I'm working on translating Rob Lanphier's svg2swf (which is written in Python) to a Perl extention."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/08/06/3244/

pubdate

http://www.aaronland.info

created

2001-08-06T22:15:49-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/08/06/3244/changes.html

categories

license

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

external links

[x]
 

Marc Waldman, Aviel D. Rubin and Lorrie Faith Cranor : Publius

"A robust, tamper-evident, censorship-resistant web publishing system." (pdf)

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-08-05T07:05:48-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

The dict-ified dictionary.com word of the day is nonplus

| source : web1913 | Nonplus \Non"plus\, n. [L. non not + plus more, further. See {Plural}.] A state or condition which daffles reason or confounds judgment; insuperable difficalty; inability to proceed or decide; puzzle; quandary. Both of them are a perfect nonplus and baffle to all human understanding. --South. | source : web1913 | Nonplus \Non"plus`\, v. t. [imp. & p. p. {Nonplused}or {Nonplussed}; p. pr. & vb. n. {Nonplusing} or {Nonplussing}.] To puzzle; to confound; to perplex; to cause to stop by embarrassment. He has been nonplused by Mr. Dry's desiring him to tell what it was that he endeavored to prove. --Spectator. | source : wn | nonplus v : be a mystery or bewildering to: "This beats me!" "Got me--I don't know the answer!" [syn: {perplex}, {get}, {puzzle}, {mystify}, {baffle}, {beat}, {bewilder}, {flummox}, {stupefy}, {stupify}, {gravel}, {amaze}, {dumbfound}, {trounce}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/05/03/3020/

pubdate

http://www.aaronland.info

created

2001-05-03T09:03:34-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/05/03/3020/changes.html

categories

license

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

external links

[x]
 

351 -&gt; ./bin/perl/dictwotd

No defintions found for 'bricolage' Frankly, I'm a bit suprised by this. A quick and dirty investigation suggests that the word is less likely to appear in the more snoot-ish dictionaries or those whose online database was built using a pre-1960 reference. In the meantime, I invite you enjoy the ASL Sign of the Day page, the Dictionary of Difficult Words and the Wilton's Word & Phrase Origins site.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/26/2997/

pubdate

http://www.aaronland.info

created

2001-04-26T00:57:08-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/04/26/2997/changes.html

categories

license

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

external links

[x]
 

Thomas A. Phelps : "The Multivalent Document Model

extensively opens to enhancement all aspects of a digital document system. Document content is constructed from layers of often heterogeneous type, each with specialized purpose, all semantically aligned. All user-visible document functionality is constructed from stylized program components called behaviors. Document system operations, such as drawing a representation of the document on the screen and saving an edited version, derive from the fundamental operation found to some degree in every digital document system, newly codified as extensible programmatic protocols. This diverse open content, open functionality, and open operation are woven together by numerous mechanisms to produce a final composition that appears built from the ground up as a unified whole."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/25/2995/

pubdate

http://www.aaronland.info

created

2001-04-25T10:52:31-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/04/25/2995/changes.html

categories

license

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

external links

[x]
 

I had occassion to walk through the tunnel at Westmount Square

again, today. There was no scary music this time; just a guy with a pony-tail singing folk songs in French. What caught my eye, however, were the two people in matching sky-blue turtlenecks jogging through the tunnel...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/18/2974/

pubdate

http://www.aaronland.info

created

2001-04-18T15:34:26-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/04/18/2974/changes.html

categories

license

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

external links

[x]
 

Three Dead Trolls in a Baggie : I am Canadian

"...because that's the way the Queen of England told us to pronounce it." (mp3) see also : Congratulations Canada on making Beaver Balls your national dish.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/03/27/2890/

pubdate

http://www.aaronland.info

created

2001-03-27T16:19:17-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/03/27/2890/changes.html

categories

license

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

external links

[x]
 

Tijger Tsou : The LegoPalm

"...no glue was used in the creation of this device." via the toast man

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/03/24/2880/

pubdate

http://www.aaronland.info

created

2001-03-24T13:16:49-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/03/24/2880/changes.html

categories

license

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

external links

[x]
 

"Writers and Company" interviews Art Spiegelman,

parts one and two (real audio)

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/02/05/2794/

pubdate

http://www.aaronland.info

created

2001-02-05T17:01:33-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/02/05/2794/changes.html

categories

license

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

external links

[x]
 

I had no idea

Montreal was running out of windshield wiper fluid .

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-01-10T13:43:16-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Jonathan Eisenzopf has updated his Weblog suite.

"Weblog 1.6 includes several bug fixes, simplified installation procedures, better RSS 1.0 support, and better documentation." I am in the process of re-writing the backend to this site and if I can figure out all this RSS 1.0 cum meta information cum namespace cum RDF nonsense, I may use it as the standard export format and a framework for publishing. Here's the dream :



# Publish $node and any children as an RSS file



$node->publish->register(type=>"rss",version=>"1.0");



print 



    $cgi->header(-type=>"text/xml"),



    $node->publish->write;







# Publish $node and any children as an 



# IE (Win) bookmarks collection



$node->publish->register(type=>"fav");



$node->publish->write("C:/WINDOWS/Favorites/".$node->title);







# Publish $node and any children (?) to 



# a manila/blogger/... site



$node->publish->register(type=>"manila");



$node->publish->write(



                     url =>"http://foo.com",



                     user=>"asc",



                     pass=>"*****");



Anyone who's been watching the links and various bits and pieces of code around here lately, will surely see the thread. And for those who've asked in the past, when the new code is done (?!) it will be available to all.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/01/05/2727/

pubdate

http://www.aaronland.info

created

2001-01-05T20:48:30-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/01/05/2727/changes.html

categories

license

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

external links

[x]
 

Why are Americans so terrified of food?

Perhaps a better question is : Why do they willingly eat such bad food? via rc3

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/10/02/2499/

pubdate

http://www.aaronland.info

created

2000-10-02T09:33:38-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Perlmonks : japhy's Obfuscation Review

"so that you understand what's going on, and get some ideas as to how to better obfuscate your programs."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/09/28/2491/

pubdate

http://www.aaronland.info

created

2000-09-28T22:28:37-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/09/28/2491/changes.html

categories

license

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

external links

[x]
 

Gareth Rees : DBO.pm

"is designed to be flexibly extensible in a number of directions - adding new operations on the database, adding new kinds of tables or columns, and applying to new database systems. All extensions can be carriedout by creating new classes that inherit from the classes DBO defines, and by defining new multimethod instances for those classes."

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2000-07-21T19:47:18-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

mp3sh

"A shell like interface to mpg123 and id3 tags" see also : Connecting mpg123 to MySQL

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2000-07-07T21:01:12-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/07/07/2265/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]
 

Ars Technica : MacOS X DP4

Speaking of the Mac, I wish I could "tabify" application windows like I can folders...

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2000-05-24T20:32:47-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Perl Wisdom : FreeBSD! For Music Lovers!

"My next three columns will look at a set of programs I'm writing for the FreeBSD machine that lives in my basement. I'm using the machine to play mp3 audio files, and I want my wife to be able to control the playlist through the web. While there are already programs to do just this, I thought it'd be instructive to see how to write it."

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2000-04-15T08:05:03-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

LeoCAD

"is a CAD program that uses bricks similar to those found in many toys (but they don't represent any particular brand). Currently it has a library of more than 1000 different pieces..." mmmm....bricks.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/02/14/873/

pubdate

http://www.aaronland.info

created

2000-02-14T13:50:13-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/02/14/873/changes.html

categories

license

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

external links

[x]
 

I've been playing with Manila

(thanks Robert ) and I think what I'd like for Christmas is ModFrontier, or ModManila, for Apache.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/12/02/700/

pubdate

http://www.aaronland.info

created

1999-12-02T01:21:41-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/1999/12/02/700/changes.html

categories

license

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

external links

[x]
 

As It Happens talks to Leonard Kleinrock

about the upcoming anniversary of the birth of the Internet and beyond. real audio (starts 35:20)

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/11/02/607/

pubdate

http://www.aaronland.info

created

1999-11-02T13:47:20-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/11/02/607/changes.html

categories

license

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

external links

[x]
 

Brig

is partial to the poop-o-nizer but I rather fancy this one as a screen saver. What delicious line work!

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/11/02/604/

pubdate

http://www.aaronland.info

created

1999-11-02T07:31:40-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/11/02/604/changes.html

categories

license

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

external links

[x]
 

Introducing the iCar

"Why settle for an opaque automobile when you can get the iMac on wheels?"

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/10/20/573/

pubdate

http://www.aaronland.info

created

1999-10-20T20:40:07-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/10/20/573/changes.html

categories

license

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

external links

[x]
 

Salon considers QuickTime4

Bastard child of the happy user-interface family.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/09/30/513/

pubdate

http://www.aaronland.info

created

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

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/1999/09/30/513/changes.html

categories

license

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

external links

[x]
 

The Anti-Rudy on the Sensation show

"I share the feeling that I know many New Yorkers have that there are parts of this exhibit that would be deeply offensive,'`I would not go to see this exhibit.' [But] it is not appropriate to penalize and punish an institution such as the Brooklyn Museum.'' Thanks Hillary, I think. Meanwhile, the NY Civil Liberties Union is holding a rally on Friday in support of the show, but there's nothing about it on their website .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/09/27/500/

pubdate

http://www.aaronland.info

created

1999-09-27T19:30:26-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/09/27/500/changes.html

categories

license

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

external links

[x]
 

CNN : Scientists grow decaf coffee bean

People always look at me funny when I say that things like this and rock bands hiring string orchestras need to be banned in law, but I know I am right. see also : Fields of Genes .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/09/16/459/

pubdate

http://www.aaronland.info

created

1999-09-16T12:19:21-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/09/16/459/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

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]
 

Terry Waite on using implants to prevent kidnapping

"It is very dangerous because once kidnappers get to know about these things, they will skin you alive to find them."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/06/20/43/

pubdate

http://www.aaronland.info

created

1999-06-20T08:01:10-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/06/20/43/changes.html

categories

license

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

external links

[x]
 
posts brought to you by the category “dude” ←   → posts brought to you by the category “education”
 

wtf?