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

posts brought to you by the category “idle thoughts”

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 “idea of self” ←   → posts brought to you by the category “imagine that”
 

It seems to me that there might just be money to be made by photobloggers selling subscription based desktops.

That is : a bare-bones daemon that sits around and sets your desktop background every day, pulling down an image from the growing legions of photographers who are posting their work on-pline. It needs just enough of a GUI to enter the relevant data for a payment service (probably PayPal), the URI for one or more photobloggers and frequency that you want to grab a new image from a given photographer.

There are some technical impediments in the payment widget that would need to be overcome. Mostly, I think, it's just idiot-proofing things on the server-side for photographers who don't understand, or care, about the security issues. But it's not like this part hasn't already been done.

And the client has, sort of, already been written thanks to the fact that Morbus did all the hard work and then set it free. That, to me, has always been the beauty of Amphetadesk. Try as I might I can't really get excited about aggregators but the thing about Amphetadesk is that it demonstrates the basic framework a tool that sits around in the background, periodically fetches stuff off the Network and then does stuff with it. And it just works out of the box. Across platforms. On OS 9, no less. With a simple GUI for plugging in user configs.

Yes, it can be a bit slow and if I were to write something from the ground up I might write it in wxPython. But Amphetadesk is there and in my magic lala-land it just seems sort of rude not to take advantage of everything it has to offer.

It is also possible that the economics of this kind of service remain prohibitive. I haven't actually bothered to run any numbers.

Off the top of my head, though, it is clear that any given image would need to be priced according to the amount it costs the photographer, in bandwidth, to send to a subscriber. That shouldn't cost too much but it does need to keep pace with whatever a hosting provider decides to do when they discover that they are serving a 1900x1200 pixel image four hundred million times a day. (Note to self: add code/configs to the client preventing charges in excess of n .)

The other immediate problem is how to control licensing of the images which, given their size, may be repurposed for a variety of purposes without a photographer's consent. I don't have a ready answer for this. It is easy to say : Sue the bastards! but the having the ability to take legal action and having the means to take legal action are two different things. On the other hand, it seems that given proper attribution the benefits, in terms of exposure, of having a third party re-use a photographer's image might offset so-called proper renumeration. If the third-party happens to be an art director at, say, Time-Warner, well then there's always stenography and a 10 percent commission for an eager lawyer.

There are a bunch of other details, for sure, but I think it could actually work. It could earn photographers (painters, print-makers, yadda yadda yadda) a little extra money, a lot more exposure and just generally offer a little more serendipity in people's lives which has always seemed like the real promise of the Network to me.

So there's the idea. Please, feel free to run with it.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/02/05/5387

pubdate

http://www.aaronland.info

created

2004-02-05T18:18:28-05:00

last modified

2004-02-06T09:14:02-05:00

revision

1.5

changes

http://www.aaronland.info/weblog/2004/02/05/5387/changes.html

categories

license

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

external links

[x]
 

* darobin thinks of python

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/09/18/5227/

pubdate

http://www.aaronland.info

created

2003-09-18T18:33:02-04:00

last modified

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

revision

1.4

changes

http://www.aaronland.info/weblog/2003/09/18/5227//changes.html

categories

license

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

external links

[x]
 

Does this mean that Apple is going to release iFeed

and we're all going to have to read RSS data using a swooshy swooshy hotsauce browser ?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/05/10/5032/

pubdate

http://www.aaronland.info

created

2003-05-10T06:52:55-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/05/10/5032//changes.html

categories

license

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

external links

[x]
 

In the "Letters from the Past to the Future" Department : Today was the day that 'make' made suck.

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/04/07/4977/

pubdate

http://www.aaronland.info

created

2003-04-07T03:08:18-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/04/07/4977//changes.html

categories

license

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

Dominic Mitchell : Class::DBI::toSAX.pm

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/03/28/4953/

pubdate

http://www.aaronland.info

created

2003-03-28T05:00:59-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/03/28/4953//changes.html

categories

license

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

external links

[x]
 

So, I started writing something about Mark's "How I Learned to Love Being Loosey Goosey Even Though I'm a Python-weenie" RSS article earlier this morning

but stopped because, frankly, who cares? But then I saw Mark waxing poetic about how [I]t takes balls to write an article for XML.com demonstrating how to parse an XML-based format without an XML parser. So here goes: I sped-read (speed-readed?) the article last night because I am already pretty familiar with the state of non-validating RSS feeds, tools like SGMLParser (you can probably parse RSS with HTML::Parser, but I've never tried) and the need to actually get something done in the face of all those people who don't give a rat's ass about The Right Way to do things. What I didn't notice was the bit about not using an XML parser. Now again, I think I understand where Mark is coming from and, if I do, I agree in principle with what he's trying to do. But it just seems so half-assed to go to all the trouble of parsing poorly formed XML, treat it like XML and then not actually return the data as XML. It is, I grant you, something of a pendantic argument. There's nothing to prevent me, or someone else, from adding hooks to Mark's rssparser code to define an as_xml method or add the hooks that would generate SAX events which, to my thinking, would be the most useful thing because then you can magically just assume it's XML again, like it's supposed to be. I suppose my problem is one about what seems like a lazy design and a lazy interface. I can see the need for something like this; ask any Perl programmer who has to wrap all their calls to XML::Parser in eval blocks because it adheres to the XML spec and actually die s when it encounters a problem. It just seems so...inelegant. Your mileage may vary.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/01/23/4804/

pubdate

http://www.aaronland.info

created

2003-01-23T21:58:26-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/01/23/4804//changes.html

categories

license

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

external links

[x]
 

Me : Net::ITE.pm 0.03

Added support for returning a complete list of topics. I will start adding hooks for the XML-RPC interface sometime next week. see also : docs

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/01/17/4797/

pubdate

http://www.aaronland.info

created

2003-01-17T20:33:04-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/01/17/4797//changes.html

categories

license

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

external links

[x]
 

http://mah.everybody.org/weblog/archive/80614074

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/12/19/4761/

pubdate

http://www.aaronland.info

created

2002-12-19T07:10:56-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2002/12/19/4761//changes.html

categories

license

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

Somebodydial911 :

One possible solution to the problem of 'multiple profiles' would be to simply not worry about it. Define your own profile URL and then use XInclude to suck in some other profile that you're using in your <link> thingies:



<xi:include href = "http://purl.org/net/autodiscovery#xpointer(/html/body)">



 <xi:fallback>



  <a href = "http://purl.org/net/autodiscovery">



   Autodiscovery Profile



  </a>



</xi:fallback>



</xi:include>



Or something like that, anyway. Though, it's not like any browsers actually know how to handle XInclude...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/12/13/4750/

pubdate

http://www.aaronland.info

created

2002-12-13T10:04:31-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2002/12/13/4750//changes.html

categories

license

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

external links

[x]
 

Daniel Glazman : Small Screen Rendering

via simon willison

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/10/22/4658/

pubdate

http://www.aaronland.info

created

2002-10-22T06:31:15-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/10/22/4658//changes.html

categories

license

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

external links

[x]
 

Meanwhile, still in the "While I Slept" department

we got the first snow of the winter last night.

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/10/21/4653/

pubdate

http://www.aaronland.info

created

2002-10-21T22:40:21-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/10/21/4653//changes.html

categories

license

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

external links

[x]
 

Bitflux Editor

"is a browser based Wysiwyg XML Editor. ... Now you can edit your content semantically and at the same time display it to your users and editors in its final form. "

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/09/16/4608/

pubdate

http://www.aaronland.info

created

2002-09-16T06:25:11-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/09/16/4608//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 : roseate

Roseate \Ro"se*ate\, a. [Cf. L. roseus, rosatus, prepared from roses. See {Roseal}, {Rose}.] 1. Full of roses; rosy; as, roseate bowers. 2. resembling a rose in color or fragrance; esp., tinged with rose color; blooming; as, roseate beauty; her roseate lips. {Roseate tern} (Zo["o]l.), an American and European tern ({Sterna Dougalli}) whose breast is roseate in the breeding season. web1913
roseate adj : having a dusty purplish pink color; "the roseate glow of dawn" [syn: {rose}, {rosaceous}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/07/31/4513/

pubdate

http://www.aaronland.info

created

2002-07-31T10:22:41-04:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2002/07/31/4513//changes.html

categories

license

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

external links

[x]
 

Randal L. Schwartz : Processing Footnotes

"The idea is that I insert a footnote into the main flow using a made-up tag of foot, and then this processor pass takes those out, replacing them with an anchor link and a unique number. Then, at the end of the file, all the footnotes are dumped out. For an example, look at the end of the program. And, I couldn't stop there, so I decided to allow nested footnotes (like those frequently found on the alt.sysadmin.recovery newsgroup). About half my coding time was spent getting those to work right. Someday, I must learn priorities."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/07/24/4493/

pubdate

http://www.aaronland.info

created

2002-07-24T00:05:02-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/07/24/4493//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 : temerity

Temerity \Te*mer"i*ty\, n. [L. temeritas, from temere by chance, rashly; perhaps akin to Skr. tamas darkness: cf. F. t['e]m['e]rit['e].] Unreasonable contempt of danger; extreme venturesomeness; rashness; as, the temerity of a commander in war. Syn: Rashness; precipitancy; heedlessness; venturesomeness. Usage: {Temerity}, {Rashness}. These words are closely allied in sense, but have a slight difference in their use and application. Temerity is Latin, and rashness is Anglo-Saxon. As in many such cases, the Latin term is more select and dignified; the Anglo-Saxon more familiar and energetic. We show temerity in hasty decisions, and the conduct to which they lead. We show rashness in particular actions, as dictated by sudden impulse. It is an exhibition of temerity to approach the verge of a precipice; it is an act of rashness to jump into a river without being able to swim. Temerity, then, is an unreasonable contempt of danger; rashness is a rushing into danger from thoughtlessness or excited feeling. It is notorious temerity to pass sentence upon grounds uncapable of evidence. --Barrow. Her rush hand in evil hour Forth reaching to the fruit, she plucked, she eat. --Milton. web1913
temerity n : fearless daring [syn: {audacity}, {audaciousness}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/07/09/4458/

pubdate

http://www.aaronland.info

created

2002-07-09T00:18:50-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/07/09/4458//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 : fat coke

opposite of diet coke
submitted by rik

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/19/4353/

pubdate

http://www.aaronland.info

created

2002-05-19T09:10:23-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/05/19/4353//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 : insomnism

The belief that when world leaders give up sleeping, the world will become a peaceful place--because people will spend their time talking and solving problems rather than wasting their time sleeping.
ex. I am a follower of insomnism.

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-05-04T01:43:23-04:00

last modified

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

revision

1.10

changes

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

Mendacious \Men*da"cious\, a. [L. mendax, -acis, lying, cf. mentiri to lie.] 1. Given to deception or falsehood; lying; as, a mendacious person. 2. False; counterfeit; containing falsehood; as, a mendacious statement. -- {Men*da"cious*ly}, adv. -- {Men*da"cious*ness}, n. web1913
mendacious adj 1: given to lying; "a lying witness"; "a mendacious child" [syn: {lying(a)}] 2: intentionally untrue; "a mendacious statement" wn
MENDACIOUS, adj. Addicted to rhetoric. devils

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-04-22T06:52:21-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/04/22/4248//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 : polyglot

Polyglot \Pol"y*glot\, n. 1. One who speaks several languages. [R.] ``A polyglot, or good linguist.'' --Howell. 2. A book containing several versions of the same text, or containing the same subject matter in several languages; esp., the Scriptures in several languages. Enriched by the publication of polyglots. --Abp. Newcome. web1913
polyglot adj : having a command of or composed in many languages; "a polyglot traveler"; "a polyglot Bible contains versions in different languages" n : a person who speaks more than one language [syn: {linguist}] wn

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-04-18T08:52:33-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/04/18/4236//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 : desuetude

Desuetude \Des"ue*tude\, n. [L. desuetudo, from desuescere, to grow out of use, disuse; de + suescere to become used or accustomed: cf. F. d['e]su['e]tude. See {Custom}.] The cessation of use; disuse; discontinuance of practice, custom, or fashion. The desuetude abrogated the law, which, before, custom had established. --Jer. Taylor. web1913
desuetude n : a state of inactivity or disuse wn

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-04-11T18:06:39-04:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

W3C : Speech Synthesis Markup Language

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-04-06T19:14:51-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/04/06/4187//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 : fussass

pronounced as fuss-arse. means that someone is particularly fussy in their behaviours and work habits.
ex. Cathy is a fussass, because she likes to maintain a high standard of work.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/21/4121/

pubdate

http://www.aaronland.info

created

2002-03-21T01:29:48-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/21/4121//changes.html

categories

license

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

external links

[x]
 

Damian Conway : ...And Now for Something Completely Similar

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/20/4119/

pubdate

http://www.aaronland.info

created

2002-03-20T21:53:56-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/03/20/4119//changes.html

categories

license

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

external links

[x]
 

PiCoMap

"is a comprehensive program ... to create, share, and explore concept maps on their Palm OS. This program allows its users to create a center node and relate multiple nodes to create elaborate concept maps." via vacuum

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/13/4080/

pubdate

http://www.aaronland.info

created

2002-03-13T14:53:57-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/13/4080//changes.html

categories

license

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

external links

[x]
 

Brent Dax : Compare My Code to Damian Conway's

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/07/4048/

pubdate

http://www.aaronland.info

created

2002-03-07T21:55:33-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/07/4048//changes.html

categories

license

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

external links

[x]
 

Now that WWW::UsePerl::Journal.pm supports posting

it means that I can write a Blogger::Engine::Useperl package. The name is a bit of a misnomer because it looks like you should be able to post to any Slash-based site using the Blogger API via the UsePerl methods. I haven't had a chance to test this yet; I am just trying to finally get the next version of Blogger.pm out the door, after having talked about it for months and months. The changes are mostly internal and aimed at making it easier to write application specific handlers for Blogger.pm : MovableType can be tricked into returning all a user's posts so there is no point in honouring the parent class' internal check on the number of posts a user is trying to slurp; Manila doesn't support the getUsersBlogs method while Radio does; the blog id for a Radio site is always " home "; None of the above limit the size of a post. That sort of thing. Maybe tonight, maybe tomorrow. It depends on how the debugging goes.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/28/3898/

pubdate

http://www.aaronland.info

created

2002-01-28T15:25:12-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/28/3898//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 : hauteur

Hauteur \Hau`teur"\, n. [F., fr. haut high. See {Haughty}.] Haughty manner or spirit; haughtiness; pride; arrogance. web1913

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/17/3848/

pubdate

http://www.aaronland.info

created

2002-01-17T09:03:16-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/17/3848//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 : pusillanimous

Pusillanimous \Pu`sil*lan"i*mous\, a. [L. pusillannimis; pusillus very little (dim. of pusus a little boy; cf. puer a boy, E. puerile) + animus the mind: cf. F. pusillanime. See {Animosity}.] 1. Destitute of a manly or courageous strength and firmness of mind; of weak spirit; mean-spirited; spiritless; cowardly; -- said of persons, as, a pussillanimous prince. web1913
pusillanimous adj : lacking in courage and manly strength and resolution; contemptibly fearful [syn: {poor-spirited}, {unmanly}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/14/3834/

pubdate

http://www.aaronland.info

created

2002-01-14T12:00:58-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/14/3834//changes.html

categories

license

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

external links

[x]
 

The Mirror Project : mirror.Random()

All mirror, all the time!

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-10-15T06:22:01-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Eatdrinkfeelgood

I have uploaded new versions of the DTD (which is almost finalized, I think), the XSL stylesheet as well as XML and HTML examples. There is also a suite of Perl modules for querying the documents and generating foofy index-card sized PDF files that I will try to get out in the next day or two (bugs).

refers to

meta

 

Kip Hampton : Writing SAX Drivers for Non-XML Data

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/20/3441/

pubdate

http://www.aaronland.info

created

2001-09-20T07:19:22-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/09/20/3441//changes.html

categories

license

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

external links

[x]
 

I have taken some tiny solace in the counsel that to paralyze one's life,

in the aftermath of Tuesday's events, is a kind of capitulation that pretty much only makes things worse. Yesterday, we spent the afternoon at The Keg watching the Habs play an intersquad game to raise money for the American Red Cross. They were supposed to play a pre-season game against the Rangers that evening which, for obvious reasons, just wasn't going to happen. It was nice to get out. It was nice, albeit still a bit tense and despite my general aversion to crowds, to be with more than a handful of people. Later on, we drank and danced badly and ate roasted garlic. But, I am having trouble finding a balance between the need to keep on living and the need to give what happened, and all the tangents that surround it, their due reflection. Maybe that is just the lesson of history and one that people in North America, buffered by entire oceans and freakishly large geopolitical territories, have never had to face it until now.

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/16/3421/

pubdate

http://www.aaronland.info

created

2001-09-16T03:34:54-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/09/16/3421//changes.html

categories

license

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

Rober Wright : The Problem With Retaliation

"Yesterday someone asked me to discuss terrorism in game-theoretic terms, and I realized that, in this case, you almost can't. Game theory assumes that all players are amenable to positive and negative reinforcement. When you're dealing with people who don't mind death—who in a sense even welcome it—your arsenal of negative reinforcement shrinks considerably."

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-09-12T17:02:56-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Saturday Night : "I'm standing on a dock in San Mateo, California, with a Canadian scientist

who has found an intriguing mathematical connection between: 1) how the skin cells of a frog decide whether or not to grow hair; and, 2) how to create a new system of air-traffic control so that planes can fly closer together. She is interested in the first question because she believes it will help us find an answer to the second, which will let us understand air traffic, and prevent accidents in our increasingly crowded skies." see also : Claire Tomlin's homepage . Why is that so many science geeks seem to think that putting zipped post-script versions of their papers online is somehow a good, and proper, use of the web?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/29/3007/

pubdate

http://www.aaronland.info

created

2001-04-29T13:54:02-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/04/29/3007//changes.html

categories

license

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

external links

[x]
 

Luis Argerich : Using XML-RPC from PHP