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

posts brought to you by the category “jabber”

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

Who loves ya, Boris?

For a while, Jenni and I have been talking about writing a tree-based instant messaging client - a real-time threaded discussion client.

This weekend, we were able to come up with a usable prototype using Python, wxPython and Jabber.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2004/04/14/5444

pubdate

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

created

2004-04-14T11:09:24-04:00

last modified

2004-04-14T11:09:24-04:00

revision

1.1

changes

http://www.aaronland.info/weblog/2004/04/14/5444/changes.html

categories

license

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

external links

[x]
 

For Boris : “Now what if there was a way to tunnely cluepackets through Jabber?”

refers to

meta

[x]

permalink

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

pubdate

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

created

2004-04-13T10:51:55-04:00

last modified

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

revision

1.2

changes

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

categories

license

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

external links

[x]
 

Matt Mankins : Location Linked Information

Location Linked Information (LLI) is a project that attempts to merge virtual spaces and communities, such as those that reside on the Internet and in traditional databases, with the physical world, the world of atoms.

LLI uses geography, measured in degrees latitude and longitude as the primary key linking the two realms.

Some day, someone is going to write a Master's thesis about why so many computer geeks visualize the world around them like it was a trip to Exploding Dog world. Is it like not being able to dream in colour, or something?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/11/13/5302

pubdate

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

created

2003-11-12T23:06:30-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/11/13/5302/changes.html

categories

license

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

external links

[x]
 

You say “Atom”, I say “bookmark”

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/09/26/5242/

pubdate

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

created

2003-09-26T21:45:31-04:00

last modified

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

revision

1.5

changes

http://www.aaronland.info/weblog/2003/09/26/5242//changes.html

categories

license

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

external links

[x]
 

Why does the CSS first-letter selector only work with block elements?

I want to be able to do the following:




span.footnote { display:inline; }







span.footnote:before {



   content: "<footnote/>";



   margin-right:5px;



   margin-left:5px;



   font-family:monospace;



   color:brown;



}







span.footnote:hover:before {



   content: "<footnote>";



}







span.footnote > span.content {



   display:none;



}







span.footnote:hover > span.content {



   display: inline;



   font-family:monospace;



}







span.content:first-letter { 



 color:#fff; 



}







span.footnote > span.content:after {



   content: "</footnote>";



   margin-right:5px;



   margin-left:5px;



   font-family:monospace;



   color:brown;



}







<div>hello



 <span class = "footnote">



  <span class = "content">



  * This is the network of our disconnect.



  </span>



 </span>



world.</div>







Which should render like this in a CSS-enabled browser :

hello This is the network of our disconnect. world.

And like this in a text-browser:

hello * This is the network of our disconnect. world.

But it doesn't. Specifically, the leading asterix (which is included to denote a text as a footnote or afternote in user-agents that don't do formatting) is supposed to hidden by assigning it the same colour as the background.




span.content:first-letter {



 color:#fff;



}



If you're wondering why I didn't just define the :first-letter 's display property as hidden it's not for lack of trying. Based on my experiments it simply doesn't work. Another mystery.

But it only works when the span.content element is displayed as a block. I want to display it inline for foofy design considerations, which since we're talking about CSS is as a good a reason as any.

Actually, I'd also like a last-letter or nth-letter selector so that I could wrap my footnotes in parentheses for text-browsers and then hide them when the CSS kung-fu enters the building.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/08/29/5193/

pubdate

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

created

2003-08-29T05:53:34-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/08/29/5193//changes.html

categories

license

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

external links

[x]
 

Me : A better Photo RDF




@prefix : <http://www.w3.org/2000/PhotoRDF/dc-1-0#>.



@prefix a:<http://aaronland.info/weblog/categories#>.



@prefix f:<http://xmlns.com/foaf/0.1/>.



@prefix g:<http://www.w3.org/2003/01/geo/wgs84_pos#>.



@prefix l:<http://sophia.inria.fr/~enerbonn/rdfpiclang#>.



@prefix r:<http://www.w3.org/2000/01/rdf-schema#>.



@prefix t:<http://www.w3.org/2000/PhotoRDF/technical-1-0#>.



@prefix w:<http://xmlns.com/wordnet/1.6/>.



</home/asc/tmp/photo/2003/07/19/20030719-img_0013.jpg> 



 :title "My double chin";



 :description "Where is my neck?";



 :date "2003-07-19T23:44:44";



 :subject w:Portrait,a:slice_of_life;



 :coverage [g:Point[g:lat 45.5039;g:long -73.5875];



   r:label "Montreal"];



 :creator [f:Person[f:name "Aaron Straup Cope"]];



 :publisher [f:Organization[



   r:seeAlso <http://aaroncorp.com/profile.foaf>]];



 :rights <http://creativecommons.org/licenses/by-nc-sa/1.0>;



 :type "image"; 



 :format "image/jpeg";



 :identifier "IMG_0013";



 t:camera "Clicky Clicky 400";



 t:film "digital";



 l:xmllang "en-ca".



It's written in N3 for two reasons: 1) it is a syntax that mere mortals can (mostly) manage 2) it dramatically cuts down on the amount of text (like the number of characters) needed to describe your meta-data. The example above is probably butting right up against the limit of data you can shove into an Exif Comment field but it is deliberately verbose and you can win a little extra space by doing things like removing new lines. If your description is very long you could even stick it in a separate file and point to it as a external resource. I don't really like those kinds of solutions but atleast a reference to the data is embedded in the image itself which is a good deal better than having to remember [insert clever secondary file for image meta-data scheme here]. see also : /usr/local/bin/jhead -ce

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/07/20/5152/

pubdate

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

created

2003-07-20T20:48:19-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/07/20/5152//changes.html

categories

license

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

external links

[x]
 

Because it wouldn't really be a war without a Leon Golub moment.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/05/23/5051/

pubdate

http://www.aaronland.info/weblog/2003/05/23

created

2003-05-23T08:54:57-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/05/23/5051//changes.html

categories

license

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

external links

[x]
 

I don't actually disagree with most of what Steph says,

however I would mention that what with all the fuss being made over the 50th anniversary of the discovery of DNA that it was pointed out that when you think about DNA as a "program" it is the biggest and baddest piece of spaghetti-code ever written. I am concerned that the W3C is spending so much of its time defining what the meaning of the word is is, although the HTML related activities are nowhere as guilty as some of the others. I have no problem with sitting down and ironing out the semantics needed to do, say, credit card transactions but that is simply not the same thing as describing how a person relates to the world. You could map the former on to the latter, sure. But then you might as climb the mountain and tell the world "I am the One True God. All others are second to Me. Don't even try and look back, motherfucker!". And hey, there are still some people who are seriously into that kind of thing but I like to think that most of us prefer a little moderation even if it is for monks. I would much rather see the W3C keep working on the plumbing rather than, to keep these bad quasi-religious analogies going, spending so much time divining water. A good example is the addition of XInclude to XHTML 2.0. When everyone finally finishes complaining about lines, objects and all the rest of the window-dressing, the ability to do server-side includes on the client-side (this is where the REST people are going to trounce the RPC/SOAP weenies) is what people will embrace in the new spec.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/04/26/5015/

pubdate

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

created

2003-04-26T16:43:56-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/04/26/5015//changes.html

categories

license

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

external links

[x]
 

La la la, I can't hear you

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/17/4862/

pubdate

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

created

2003-02-17T14:48:37-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/17/4862//changes.html

categories

license

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

external links

[x]
 

Darren Chamberlain : DBD::google.pm

I know this is how it's supposed to work, but it's still a thrill to see someone using something I wrote to do neat stuff.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/12/4846/

pubdate

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

created

2003-02-12T02:52:11-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/12/4846//changes.html

categories

license

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

external links

[x]
 

What they said.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/01/30/4815/

pubdate

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

created

2003-01-30T01:08:53-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/01/30/4815//changes.html

categories

license

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

external links

[x]
 

Grant McLean : File-Find-Rule-XPath.pm

I made some comments on another site, today, that since the release of eatdrinkfeelgood 1.1 I've been trying to write only XSL-related tools for munging the recipes. But this is just so cool that I may have to go and write something Perl-ish. see also : The Perl Advent Calendar on File::Find::Rule

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/12/18/4760/

pubdate

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

created

2002-12-18T17:31:42-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2002/12/18/4760//changes.html

categories

license

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

external links

[x]
 

Moxy Fruvous : Gulf War Song

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/11/03/4691/

pubdate

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

created

2002-11-03T20:36:48-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/11/03/4691//changes.html

categories

license

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

external links

[x]
 

Simon Willison : "I've put together an XML-RPC proxy for the [W3C Validator]."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/10/28/4677/

pubdate

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

created

2002-10-28T04:47:06-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/10/28/4677//changes.html

categories

license

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

external links

[x]
 

Allen Day: Video::OpenQuicktime.pm

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/10/23/4662/

pubdate

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

created

2002-10-23T05:13:10-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/10/23/4662//changes.html

categories

license

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

external links

[x]
 

Aside from the fact that the current iteration of this software that runs this weblog

is tied up with RSS and that I can't ever find the time to finish it, I am going to scrap all things RSS in any future versions. Fuck it - and I mean all of it. On bad days, I have some pretty bitter ideas about what it all means. On good days, I simply realize it is not worth the trouble. Instead, I am going to spend more time with xbel since it is more interesting and has always mapped better to my idea of weblog . This whole idea cropped up again when I noticed that someone had modelled XBEL as RDF (ick ick ick) but then I noticed that monkeyfist syndicates as XBEL and that settled it. So the bad news is you've been warned. The good news is it probably won't happen for a while.

meta

 

The random pseudodictionary.com word of the day is : hizzoe

A slighty nicer way to call someone promiscuous.
ex. Alex has been hizzoe since middle school.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/07/05/4451/

pubdate

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

created

2002-07-05T11:48:54-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/07/05/4451//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 : persiflage

Persiflage \Per`si`flage"\, n. [F., fr. persifler to quiz, fr. L. per + siffler to whistle, hiss, L. sibilare, sifilare.] Frivolous or bantering talk; a frivolous manner of treating any subject, whether serious or otherwise; light raillery. --Hannah More. web1913
persiflage n : light teasing wn

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-06-22T15:38:25-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

BBC : Art prize eludes van man

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/22/4361/

pubdate

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

created

2002-05-22T04:43:38-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/05/22/4361//changes.html

categories

license

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

external links

[x]
 

Me : Net::Blogger::Engine::Slash.pm

Well, atleast one method so far.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/16/4348/

pubdate

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

created

2002-05-16T04:47:39-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/05/16/4348//changes.html

categories

license

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

external links

[x]
 

Matt Haughey : "Dead tree printing is also mired in old thinking,

that of contracts and paychecks and witholding stories until specific launch dates. It goes against every fiber of the average weblogger's personality..." Well, here's to being different then. Y'all just keeping thinking those deep deep thoughts. I'm going to watch the hockey game...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/13/4333/

created

2002-05-13T20:27:46-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/05/13/4333//changes.html

categories

license

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

external links

[x]
 

Jon Udell : "The culture of blogspace is evolving in near-realtime."

As oppossed to the plain vanilla variety of culture which evolves in actual realtime, I guess.

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-05-04T06:44:55-04:00

last modified

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

revision

1.10

changes

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

Condign \Con*dign"\, a. [F. condigne, L. condignus very worthy; con- + dignus worthy. See {Deign}, and cf. {Digne}.] 1. Worthy; suitable; deserving; fit. [Obs.] Condign and worthy praise. --Udall. Herself of all that rule she deemend most condign. --Spenser. 2. Deserved; adequate; suitable to the fault or crime. ``Condign censure.'' --Milman. Unless it were a bloody murderer . . . I never gave them condign punishment. --Shak. web1913
condign adj : fitting or appropriate and deserved; used especially of punishment; "condign censure" wn

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-05-02T02:34:07-04:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

Blogue-Out : L'impact du lockout sur l'économie du quartier.

Stick that in yer weblogging as journalism pipe and smoke it.

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-04-30T02:11:18-04:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2002/04/30/4277//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 : extol

Extol \Ex*tol"\, v. t. [imp. & p. p. {Extolled}; p. pr. & vb. n. {Extolling}.] [L. extollere; ex out + tollere to lift, take up, or raise: cf. OF. extoller. See {Tollerate}, and cf. {Flate}.] 1. To place on high; to lift up; to elevate. [Obs.] Who extolled you in the half-crown boxes, Where you might sit and muster all the beauties. --Beau.? Fl. 2. To elevate by praise; to eulogize; to praise; to magnify; as, to extol virtue; to extol an act or a person. Wherein have I so deserved of you, That you extol me thus? --Shak. Syn: To praise; applaud; commend; magnify; celebrate; laud; glorify. See {Praise}. web1913
extol v : praise, glorify, or honor: "extol the virtues of one's children"; "glorify one's spouse's cooking" [syn: {laud}, {exalt}, {glorify}, {proclaim}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/05/4037/

pubdate

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

created

2002-03-05T12:16:44-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/05/4037//changes.html

categories

license

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

external links

[x]
 

I've added the comp.lang.perl.misc newsgroup to the Perlblog

I had to write a scraper tool to turn the front page into an RSS file. Later on, I will tidy up the script so that you can point it at any old (Google) newsgroup and generate an RSS feed.

refers to

meta

[x]

permalink

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

pubdate

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

created

2002-02-13T12:21:52-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Syncasaurus

"is a crossplatform bookmark synchronizer. It will watch your bookmark entries from various browsers, and synchronize any changes with a server. As you move from computer to computer, each computer will query the server version of your bookmarks. Any changes will be cloned from computer to computer. These synchonization's will be in the your native browser format - you'll just open up your browser and see the same bookmarks on every machine with Syncasaurus installed. Install, forget, and be happy." Nothing to download yet, but since it is on Sourceforge you can go muck around in the CVS repository if you're curious. Nice logo , too.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/27/3663/

pubdate

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

created

2001-11-27T10:31:54-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/11/27/3663//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 rodomontade

| source : web1913 | Rodomontade \Rod`o*mon*tade"\, n. [F., fr. It. rodomontana. See {Rodomont}, n.] Vain boasting; empty bluster or vaunting; rant. I could show that the rodomontades of Almanzor are neither so irrational nor impossible. --Dryden. | source : web1913 | Rodomontade \Rod`o*mon*tade"\, v. i. To boast; to brag; to bluster; to rant. | source : wn | rodomontade n : vain and empty boasting [syn: {braggadocio}, {bluster}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/14/3638/

pubdate

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

created

2001-11-14T07:49:31-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/11/14/3638//changes.html

categories

license

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

external links

[x]
 

Me : render-changes-rss.js

I wrote a tool that takes the [weblogs.com changes.xml] RSS file and munges it into a JavaScript variable that you can then slurp, parse and render. There really isn't any reason why I couldn't have done this with the original changes.xml file other than I only figured it out for RSS files yesterday. All of which suggests the need to write a generic to_javascript($xml,$outfile) method. It also suggests the possibility of writing a generic RSS parser but I just don't know if I have the energy to write hooks for all the various flavours, in JavaScript of all things...

refers to

meta

[x]

permalink

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

pubdate

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

created

2001-10-31T02:08:55-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2001/10/31/3584//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 serendipity

| source : wn | serendipity n : accidental sagacity; the faculty of making fortunate discoveries of things you were not looking for

refers to

meta

[x]

permalink

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

pubdate

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

created

2001-10-19T08:04:00-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Jeffrey Rosen : A Cautionary Tale for a New Age of Surveillance

"I had gone to Britain to answer a question that seems far more pertinent today than it did early last month: why would a free and flourishing Western democracy wire itself up with so many closed-circuit television cameras that it resembles the set of "The Real World" or "The Truman Show"? ... The promise of cameras as a magic bullet against crime and terrorism inspired one of [John] Major's most successful campaign slogans: "If you've got nothing to hide, you've got nothing to fear.""

refers to

meta

[x]

permalink

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

pubdate

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

created

2001-10-06T11:38:37-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Dave Cross : Tie::Hash::Cannabinol.pm

"is a completely useless demostration of how to use Tie::StdHash to pervert the behaviour of Perl hashes. Once a hash has been tied to Tie::Hash::Cannabinol, there is a 25% chance that it will forget anything that you tell it immediately and a further 25% chance that it won't be able to retrieve any information you ask it for. Any information that it does return will be pulled at random from it's keys."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/04/3340/

pubdate

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

created

2001-09-04T04:53:21-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/09/04/3340//changes.html

categories

license

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

external links

[x]
 

N.Y. Times : "Beck and his ilk try to emulate Gainsbourg

- get bad haircuts, strike ridiculous lothario poses - but they can't resist winking at the audience: "Don't worry, I get the joke." Gainsbourg never flinched; he was authentically cool, and he reveled in tackiness with gusto and confidence. Listening to his tuneful, obscene, witty records, we encounter an original: a musician with the nerve, and the chops, to make great art out of bad taste." We took our friends from New York to C'est Extra! last night, so this article was helpful to explain --in their own language-- what, exactly, is was they had just seen.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/08/26/3315/

pubdate

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

created

2001-08-26T18:05:46-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/08/26/3315//changes.html

categories

license

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

external links

[x]
 

Brian Aker : myperl

"creates a poor man's stored procedure for MySQL using perl. You can store perl in a column (or just pass it directly to the myperl function). ... myperl() be default only returns 254 characters. Making this do more is in the next list of things to happen. At the moment most calls to modules causes mysql to core (Something is up with the loader). Keep in mind that this is still experimental. At the moment I bet this has a bug or two in it and I have no idea exactly how fast this is. If people find it useful I will probably add more to it. Have fun."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/08/23/3303/

pubdate

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

created

2001-08-23T15:42:10-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/08/23/3303//changes.html

categories

license

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

external links

[x]
 

Matt Sergeant : "It was then I thought about the stuff

Damian and Marcel have been working on. Attribute::Handlers stuff. Wouldn't it be great if we could do:
sub foo : WebService { }
And have foo automatically become a web service? Yeah, I thought so too :-) So I've written Attribute::WebService. I'll stick it on CPAN this week, though it's pretty raw right now. It also hacks into the internals of SOAP::Lite, because the public API wasn't complete enough. It also by default implements it's own httpd using HTTP::Daemon, which is probably a pretty inefficient way to do things. However I *think* I've made it overridable so that you could implement Attribute::WebService::Apache and have it work via mod_perl." You'll have to scroll down for this because I can't figure out how use.perl/slash2 does permalinks and I have better things to waste my time on...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/07/19/3190/

pubdate

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

created

2001-07-19T15:31:55-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/07/19/3190//changes.html

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Ron Bickers : DocBook Document

"is a [Zope] ZClass that provides rendering of Docbook documents."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/03/26/2884/

pubdate

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

created

2001-03-26T13:53:39-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/03/26/2884//changes.html

categories

license

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

external links

[x]
 

Henning Behme : Dynamic XML with AxKit

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/03/02/2844/

pubdate

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

created

2001-03-02T14:11:57-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/03/02/2844//changes.html

categories

license

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

external links

[x]
 

Sightings : A big old pile of dirty snow.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/01/14/2744/

pubdate

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

created

2001-01-14T18:35:24-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/01/14/2744//changes.html

categories

license

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

external links

[x]
 

The Globe and Mail : "Under the prime ministership of Stockwell Day,

[eeughhghh] Parliament would hold a free vote on marijuana use, natives on reserves would lose their sales-tax exemptions, the CBC would be put up for sale, and 25 per cent of the voters in a riding could unseat a member of Parliament." I have only one thing to say if Canadians actually elect these fucking wingnuts : Oui. Where did the country I thought I lived in go, exactly? Look, I don't have any illusions about Canada's history. We, despite what the CBC will have you believe , were not born of an especially inspiring past. This country was built on greed ( the railways and then banks that followed ) and equals parts fear and revenge ( preventing the Americans from going any further up the West Coast. ) Canada was not shaped by a grand and hyperolic vision like the one set out in the U.S. Constitution. Our idea of self was, atleast until The Rant , largely a reaction to the U.S. Civil War in the form of the B.N.A. Act which is really just a list of who's on first. The point is that despite all this, we have managed to create something that is greater than the sum of it's parts. How sad is it that we seem to be degenrating into little more than a nation of annoying roommates who squabble over whether or not to wash someone else's cutlery? see also : The Un-Rant

refers to

meta

 

Ronal Bourret : XML Namespaces FAQ

"The need for XML namespaces and the basic idea that a two-part naming system (or something similar) is needed is not controversial. However, the design of XML namespaces -- that is, the way XML namespaces are declared and used in an XML document, as well the confusion discussed in "Namespace Myths Exploded" -- has, at times, been very controversial. (If you want to see just how controversial, go to the archives of the XML-DEV mailing list and search on the word "namespace".) Although XML namespaces still have some very vocal detractors, most people have accepted and are using them. Furthermore, most new XML tools and technologies use them, a state of affairs that is only likely to increase."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/09/14/2476/

pubdate

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

created

2000-09-14T23:55:39-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2000/09/14/2476//changes.html

categories

license

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

external links

[x]
 

Alphanumerica : Mozilla Theme Builder

"Creating a theme with the Theme Builder requires no programming. The Theme Builder will create the code needed through using pull down menus and checkboxes that contain all the different options available for creating a theme for the Mozilla browser."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/08/24/2424/

pubdate

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

created

2000-08-24T08:48:48-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/08/24/2424//changes.html

categories

license

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

external links

[x]
 

Kudos to A List Apart

for raising a little hell this week, even if it is mostly just ill-conceived, childish drivel : "The lone coder, hunched over his keyboard at 3 A.M., echoes the monks of the Middle Ages who painstakingly translated and copied the Bible by hand. The zeal of the early online pioneers recalls the disciples spreading the word. And the corporate jackals are the Pharisees and false prophets, intruding and crowing that the Web is theirs, stomping over anyone who dares to oppose their "authority" - the very authority we were trying to escape from." I think that you need to get a little more sleep, Buddy. see also : Zeldman , "Next week I will publish a useful article on designing with the DOM. If any of you are still ALA readers, you will learn some cool and useful design programming techniques."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/07/14/2296/

pubdate

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

created

2000-07-14T23:26:00-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/07/14/2296//changes.html

categories

license

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

external links

[x]
 

Washington Post : Do-It-Yourself Checkout

"We're so Internet-oriented, so ATM-oriented. It's a natural transition. It's a natural extension of what we do every day." And you just know that whenevers he mouths drivel like this he sees not his sorry-ass grocery store self but instead Obi-Wan Kenobi jedi mind-fucking stormtroopers telling them : "There is nothing to see here."

refers to

meta

[x]

permalink

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

pubdate

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

created

2000-07-05T01:07:21-04:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

Jed Perl : The Art of Stardom

"The market for art stars is thriving. But what has it done for the world of art?" via ald

refers to

meta

[x]

permalink

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

pubdate

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

created

2000-05-24T14:33:22-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

philski : plogger

PHP/MySQL suite for weblogging and iplogging (clever) : "a comprehensive counter and logging functions. .. It stores not only the time of the hit and the IP, but also the reversed IP (the hostname) and the page.

refers to

meta

[x]

permalink

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

pubdate

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

created

2000-05-24T05:35:09-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Lincoln Stein talks brass tacks about Napster.pm

in the most recent issue of The Perl Journal ( which has re-enabled its subscription block after a momentary walk on the wild side. ) Meanwhile, Clinton Wong's Web Client Programming with Perl has been openbook-ed.

refers to

meta

[x]

permalink

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

pubdate

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

created

2000-05-22T18:07:32-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Rex Murphy : Drawing a line in the suds

"Imagine if you would that, in this context, Export A were to slip a commercial on network television during a playoff game, say, that showed a cool kid in front of our dear Maple Leaf flag sucking back a long lungful while he tried to make us all fuzzy and warm about being Canadian."

refers to

meta

[x]

permalink

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

pubdate

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

created

2000-04-23T15:59:06-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Root Prompt : Emacs Beginner's Tutorial

mmmmm....weblog mode.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/04/19/2022/

pubdate

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

created

2000-04-19T19:57:25-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/04/19/2022//changes.html

categories

license

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

external links

[x]
 

moo

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/03/21/1895/

pubdate

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

created

2000-03-21T10:45:19-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/03/21/1895//changes.html

categories

license

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

external links

[x]
 

Paul Callahan : Almost nothing to do with grapefruit

"Cheese, by contrast, encompasses the entire range of human experience: birth and sexuality, the fecundity of nature from the sweetness of a wildflower meadow to the musk of a doe in estrus to the wriggling of mosquito larvae in a stagnant pool, death, decay, vomit, oozing pustules, mystic visions, war atrocities. Well, maybe it's not the whole range of experience. For example, I cannot think of a cheese that makes me feel the way I felt when I first saw the proof that a certain length of rope, hung in a certain way, takes the shape of the very same catenary arc, regardless of its weight. No, if cheese is unlike grapefruit, it is far far less like mathematics. Mathematics and cheese are in a very precise, dare I say mathematical sense, antonyms. And as you can see, cheese is a bit biased toward one side of the spectrum of experience, particularly when you get to what I think of as the "advanced" cheeses. As for me, I'm a rank beginner, but I have a theory about cheese."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/02/21/898/

pubdate

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

created

2000-02-21T08:08:39-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/02/21/898//changes.html

categories

license

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

external links

[x]
 

Tech-Junkie : How to Paint Your PC Case

refers to

meta

[x]

permalink

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

pubdate

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

created

2000-02-09T20:28:28-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

MacWorld reviews the Handspring Visor

My mother taught me not to be an impulse shopper, so it is fitting that my one spur of the moment purchase should be a Visor . I'd love to tell you about it but, despite having called in October, my order has yet to be processed. Based on my experience so far, Handspring appears to be populated by clever clever engineers and managers whose incompetence is already the stuff of legend. In my last conversation with the support-weenies I learned three interesting facts: 1) tracking numbers for orders aren't assigned until a unit leaves the warehouse (okay.) 2) said information takes "about 3 days to be entered into the Handspring databases" (you sell productivity hardware, right?) 3) since orders are being FedEx-ed, I would probably receive my order before the support-weenies knew anything about it (this begs the question.) I won't cancel my order but I certainly won't recommend the stupid thing to anyone; I can only imagine this is what the people at Handspring want.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/12/20/755/

pubdate

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

created

1999-12-20T22:26:12-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/1999/12/20/755//changes.html

categories

license

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

external links

[x]
 

NY Times : Whitney Plans to Include Internet Art in Biennial

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/11/25/690/

pubdate

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

created

1999-11-25T03:04:36-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/11/25/690//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]
 

William Thorsell : Beware the fallacy of the newspaper dinosaur

He makes an interesting argument, although it often sounds as though he is waxing poetic at the prospect of living 20 seconds in the future . (Thorsell was the editor of Toronto's National Newspaper for many years.)

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/11/13/644/

pubdate

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

created

1999-11-13T21:05:48-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/11/13/644//changes.html

categories

license

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

external links

[x]
 

The Global Culture and Arts Communities Symposium

may have come and gone, but the panel discussions and keynotes are available on-line.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/10/22/582/

pubdate

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

created

1999-10-22T20:28:16-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/10/22/582//changes.html

categories

license

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

external links

[x]
 

Doom as a tool for system administration

"The application is very touchy and development is hindered by guys with shotguns killing my shell windows." And here we were, all believing that the &lt;a href = "http://www.cybergeography.org/atlas/atlas.html"&gt;visual representation of cyberspace&lt;/a&gt; was going to be nothing but Neuromancer-esque squares and triangles. via &lt;a href = "http://www.scripting.com"&gt;scripting news&lt;/a&gt;

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/10/21/576/

pubdate

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

created

1999-10-21T00:10:45-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/10/21/576//changes.html

categories

license

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

external links

[x]
 

Karl-Erik Tallmo : Knowledge-on-Demand

"Can knowledge be switched on and off - and can it be stored outside of our heads?"

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/08/31/402/

pubdate

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

created

1999-08-31T05:59:43-04:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/1999/08/31/402//changes.html

categories

license

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

external links

[x]
 

What's the Plural of Virus?

"Another theory holds that virus, being a 2nd declension neuter--which we are 100% certain of because its nominative singular is -us and its genitive singular is -i--must go to *vira in the plural as do its -um neuter brethren in the 2nd declension. However, that assumes that it works like a -um form, not as a -us form does. And it really seems to do neither. If it were a -us form (again, as a 2nd declension nominative), then its vocative would have to be *vire; but it's really only virus. You also expect an accusative form *viros, but that too is missing; it's still just virus in the accusative. And if it were a -um form, then its vocative would have to be *virum. But it's not--here again, it's only virus. (Vocative examples of virus are not particularly common. Apparently the Romans seldom addressed their slime in a personal fashion. :-)" It all starts to sound like new math to me.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/08/09/308/

pubdate

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

created

1999-08-09T12:00:00-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/08/09/308//changes.html

categories

license

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

external links

[x]
 

Wired on Genetically modified trees

"The Michigan team figured out a solution by engineering aspen trees with 45 percent less lignin content. At the same time, the loss in strengthening materials is compensated for with a 15 percent increase in cellulose." Apparently, these trees are also pink .

refers to

meta

[x]

permalink

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

pubdate

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

created

1999-07-29T11:23:23-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Wired on The Digital Pecking Order

There have been a lot of these stories lately. I wonder if it's the just the feature of the week or if things will actually change.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/19/218/

pubdate

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

created

1999-07-19T22:16:56-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/19/218//changes.html

categories

license

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

external links

[x]
 
posts brought to you by the category “imagine that” ←   → posts brought to you by the category “java”