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

posts brought to you by the category “netart”

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

Heather Champ : The Kelp Forest

mmmm...complimentary colours

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/05/15/5042/

pubdate

http://www.aaronland.info

created

2003-05-15T06:42:36-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/05/15/5042/changes.html

categories

license

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

external links

[x]
 

Me : Lingua::Lexicon::IDP.pm 1.0

Now available at a CPAN near you.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/05/4828/

pubdate

http://www.aaronland.info

created

2003-02-05T19:54:25-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/05/4828/changes.html

categories

license

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

external links

[x]
 

on a massive scale / so that / we've accomplished much /

further destruction / america stands committed to / <scream> / human dignity | saddam hussein / and / persistent poverty / must never again / be / without / violent ambitions / <laugh> / <drumroll> | we created / the united states / but not / the world / <crowd boo> / innocent lives / are / just / deceitful dictators / shared by all. see also : Naming Names, or Not

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/10/01/4631/

pubdate

http://www.aaronland.info

created

2002-10-01T22:48:32-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/10/01/4631/changes.html

categories

license

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

external links

[x]
 

Subject: the unbearable twingularity of it all




Date: Tue, 10 Sep 2002 11:06:31 -0400 (EDT)



From: Aaron Straup Cope



To: Ben Hammersley



Subject: the unbearable twingularity of it all







>From the thinking out loud department :







You might be able to rig something using Mail::Audit and the BBDB (written



by Mr. Intertwingle himself.) All of which will inevitably necessitate



some sort of intersecting of the BBDB and FOAF...







http://bbdb.sourceforge.net/



http://search.cpan.org/author/LAXEN/BBDB-1.34/



http://search.cpan.org/author/SIMON/Mail-Audit-2.1/Audit.pm







See also :







http://aaronland.info/weblog/category/email/recent



http://aaronland.info/weblog/archive/4058







# This part is easy and implemented in a gazillion different



# ways already. I include it only for thoroughness :



http://perl.aaronland.net/rss/







Cheers,



refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/09/10/4594/

pubdate

http://www.aaronland.info

created

2002-09-10T12:06:06-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/09/10/4594/changes.html

categories

license

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

external links

[x]
 

One reason it's been so quiet around here

is that I've been working a package for generating slideshows / galleries that do the right thing from a directory of nothing but image files. The package uses XML::Filter::XML_Directory_2XHTML and Image::Shoehorn to scale all the images per configuration data (e.g. thumb=>"75x50",small=>"25%" ) and generate all the necessary static HTML files, complete with next|prev links that know which size of the image you're looking at and links to the other scaled versions of the image. The design is purposefully simple since eventually the idea is to have the internals use XML::SAX::Machines so that you can filter the output of individual files to your hearts content. First though, I'd like to add support for XML::Filter::Sort on the front-end. Anyway, all the meta-data for an image is read from IPTC and EXIF tags. The former can be edited in Photoshop and the latter are written automagically by many cameras. Sadly, the Gimp supports neither and only allows for comments not exceeding 512 characters in length. Karl threatened to put together some sort of hairy, scary document based on the many emails we exchanged on the subject but I guess he has been busy enjoying the summer, and rightly so. Oh yeah, and the interface?



use Gallery;



Gallery->create(directory=>"/htdocs/images",



                url=>"mysite.com/images",



                static=>1, # Don't use Apache::Image::Shoehorn



                scales=>[ ["thumb","x50"],["small","25%"] ],



                );



refers to

meta

 

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

Fulminate \Ful"mi*nate\, n. [Cf. P. fulminate. See {Fulminate}, v. i.] (Chem.) (a) A salt of fulminic acid. See under {Fulminic}. (b) A fulminating powder. {Fulminate of gold}, an explosive compound of gold; -- called also {fulminating gold}, and {aurum fulminans}. web1913
fulminate n : a salt or ester of fulminic acid v 1: criticize severely; "He fulminated against the Republicans' plan to cut Medicare"; "She railed against the bad social policies" [syn: {rail}] 2: come on suddenly and intensely; "the disease fulminated" 3: cause to explode violently and with loud noise wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/21/4358/

pubdate

http://www.aaronland.info

created

2002-05-21T05:34:59-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/05/21/4358/changes.html

categories

license

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

external links

[x]
 

From the "Not ready for prime-time, but it works" department :




use XML::SAX::Writer;



use XML::Directory::SAX;



use XML::Filter::XML_Directory_2RSS;







my $writer = XML::SAX::Writer->new();



my $rss    = XML::Filter::XML_Directory_2RSS->new(Handler=>$writer);







$rss->exclude(exclude=>["RCS"],ending=>["~"]);







my $directory = XML::Directory::SAX->new(Handler=>$rss,



                                         detail=>2,



                                         depth=>1);







$directory->order_by("a");



$directory->parse_dir("/path/to/aaronland.net");



XML::Filter::XML_Directory_2RSS inherits from XML::Filter::XML_Directory_Pruner so that it can pass along all the necessary information to a 2RSS::Items handler for populating the channel/items/rdf:Seq node (ah RDF, let me rdf:Bag the ways...) In the end, I may have to subclass XML::Directory::SAX itself and rename the package as a "Handler" so that I can also pass/enforce ordering, detail and depth configs. BTW, does anyone know whether the mod_threading <thr:children> element can contain <thr:children> of its own?

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/11/4328/

pubdate

http://www.aaronland.info

created

2002-05-11T03:25:43-04:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/05/11/4328/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 : pecuniary

Pecuniary \Pe*cun"ia*ry\, a. [L. pecuniarius, fr. pecunia money, orig., property in cattle, fr. pecus cattle: cf. F. p['e]cuniaire. See {Fee}, and cf. {Peculiar}.] 1. Relating to money; monetary; as, a pecuniary penalty; a pecuniary reward. --Burke. web1913
pecuniary adj : relating to or involving money; "monetary rewards"; "he received thanks but no pecuniary compensation for his services" [syn: {monetary}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/02/03/3922/

pubdate

http://www.aaronland.info

created

2002-02-03T15:55:25-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/02/03/3922/changes.html

categories

license

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

external links

[x]
 

Radio Crankypants #11 : for category in aaronland.getCategories()

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-01-15T19:58:10-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/15/3838/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 : countervail

Countervail \Coun"ter*vail`\ (koun"t?r-v?l`), n. Power or value sufficient to obviate any effect; equal weight, strength, or value; equivalent; compensation; requital. [Obs.] Surely, the present pleasure of a sinful act is a poor countervail for the bitterness of the review. --South. web1913
countervail v 1: compensate for or counterbalance; "offset deposits and withdrawals" [syn: {offset}] 2: oppose and mitigate the effects of by contrary actions; "This will counteract the foolish actions of my colleagues" [syn: {counteract}, {neutralize}, {counterbalance}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/11/3816/

pubdate

http://www.aaronland.info

created

2002-01-11T11:23:00-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2002/01/11/3816/changes.html

categories

license

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

external links

[x]
 

While mulling over YA-Project

I found myself silently muttering that old Internet saw : I am too busy writing code, I don't have time to make a fancy website. I don't think I ever imagined myself saying those words...

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/29/3672/

pubdate

http://www.aaronland.info

created

2001-11-29T12:32:40-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/11/29/3672/changes.html

categories

license

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

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

| source : web1913 | Urbane \Ur*bane"\, a. [See {Urban}.] Courteous in manners; polite; refined; elegant. | source : wn | urbane adj 1: showing a high degree of refinement and the assurance that comes from wide social experience; "his polished manner"; "maintained an urbane tone in his letters" [syn: {polished}, {refined}, {svelte}] 2: characterized by tact and propriety 3: marked by wide-ranging knowledge and appreciation of many parts of the world arising from urban life and wide travel; "the sophisticated manners of a true cosmopolite"; "urbane and pliant...he was at ease even in the drawing rooms of Paris" [syn: {sophisticated}] | source : hitchcock | Urbane, courteous

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/17/3647/

pubdate

http://www.aaronland.info

created

2001-11-17T11:44:59-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/11/17/3647/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 hebetude

| source : web1913 | Hebetude \Heb"e*tude\, n. [L. hebetudo.] Dullness; stupidity. --Harvey. | source : wn | hebetude n : mental lethargy or dullness

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/09/3618/

pubdate

http://www.aaronland.info

created

2001-11-09T18:59:40-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/11/09/3618/changes.html

categories

license

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

external links

[x]
 

Tim Berners-Lee : "The Semantic Web is really data that is processable by machine.

That's what the fuss is about."

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-10-24T16:40:56-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/10/24/3562/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

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]
 

J David Eisenberg : How To Read W3C Specs

A sandwich consists of a lower slice of bread, mustard or mayonnaise; optional lettuce, an optional slice of tomato; two to four slices of either bologna, salami, or ham (in any combination); one or more slices of cheese, and a top slice of bread [translated into Backus Normal Form becomes ]



sandwich ::=



    lower_slice 



    [ mustard | mayonnaise ]



    lettuce? tomato?



    [ bologna | salami | ham ] {2,4}



    cheese+



    top_slice



I sense a Perl module being born...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/28/3466/

pubdate

http://www.aaronland.info

created

2001-09-28T20:40:21-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/09/28/3466/changes.html

categories

license

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

external links

[x]
 

Like almost everyone else, I thought Douglas Coupland's Girlfriend in a Coma

was a very bad book. Despite that, I was struck by the idea of waking up in a world where technology has so radically changed everything you know. Like hearing that people, trapped in the rubble of the World Trade Center are using their cell-phones to call their families.

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/11/3387/

pubdate

http://www.aaronland.info

created

2001-09-11T12:23:29-04:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2001/09/11/3387/changes.html

categories

license

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

Integrating Web Applications: XML-RPC in PHP

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-07-19T09:26:11-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

From the shooting fish in a bowl department : "It's easier for him to stay on message

when the interview lasts only a few minutes." This, of course, is the first thing they teach you to say about the party leader in press secretary school.

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-07-07T12:43:15-04:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

Jeffery M. Griffith : newsic.py

"is a program that creates a streaming gateway to the alt.binaries newsgroups. ... The biggest advantage is a newsic server is offering songs that aren't stored on a local filesystem. This means there is no need to worry about diskspace and the music selection couldn't be better =) If you wanted to listen to hiphop but you had no idea what was new, you could just stream random songs from alt.binaries.sounds.mp3.rap-hiphop skipping the ones that didn't suit your taste.

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-04-18T04:57:33-04:00

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

Shiny new tunes from Bran Van 3000

A bit on the super-disco, chorus-line, my-prada-my-self side of things, similar to what people like Fatboy Slim and Dimitri from Paris have been doing lately but there you go. There's a nice "And now for something completely different!" at the end, too. People who listen to commercial radio in Montreal tell me that the stations have been playing the MP3 since the hardcopy version has yet to be released. Video killed the what? (mp3)

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/03/13/2857/

pubdate

http://www.aaronland.info

created

2001-03-13T17:32:42-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/03/13/2857/changes.html

categories

license

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

external links

[x]
 

Secret Labs : xmlrpclib 0.9.9

"is now available. This is a development release (hopefully the last one before 1.0 final), which adds support for encodings, Unicode, and HTTPS transports." yay for https!

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/02/26/2836/

pubdate

http://www.aaronland.info

created

2001-02-26T01:38:29-05:00

last modified

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

revision

1.10

changes

http://www.aaronland.info/weblog/2001/02/26/2836/changes.html

categories

license

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

external links

[x]
 

Bookworm : Post-modern Comix w/ Chris Ware and Dan Clowes

14h30 PST (real evil G2) I saw this about a month ago randomly surfing through the KCRW site. But I knew I would forget all about it --like I did until I checked the first post from this morning-- so I posted it last month. I love rolling my own .

refers to

meta

 

Please think good thoughts for the Deepleap gang,

they deserve it.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/08/22/2417/

pubdate

http://www.aaronland.info

created

2000-08-22T23:32:08-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/08/22/2417/changes.html

categories

license

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

external links

[x]
 

mod_xslt

"is a simple Apache module to serve XML based content."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/08/04/2356/

pubdate

http://www.aaronland.info

created

2000-08-04T20:39:13-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/08/04/2356/changes.html

categories

license

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

external links

[x]
 

Ann Shin on fetal marketing and internal branding

"Putting up a Web site is equivalent to opening up a storefront, placing an ad, and launching a brand, all at once. If you're not on the World Wide Web, where are you? Do you exist if people can't find you on a search engine?"

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/08/02/2350/

pubdate

http://www.aaronland.info

created

2000-08-02T06:59:23-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/08/02/2350/changes.html

categories

license

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

external links

[x]
 

NY Times : The Pressure To Take It Off

"Rosie Perez, whose first film role, in "Do the Right Thing," had such a memorable nude scene that a decade later she's still living it down (or up), convened a round table of some of her friends and colleagues, inviting a reporter to participate, to talk about the pressures, rewards and plain facts about getting naked in public."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/06/25/2230/

pubdate

http://www.aaronland.info

created

2000-06-25T20:37:44-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/06/25/2230/changes.html

categories

license

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

external links

[x]
 

Don MacPhearson : Je me souviens

"Like Richard, the [Sun Life] building was a symbol, in its case of English domination of Montreal, a bastion like the one it physically resembles. In Richard's day, it also happened to house the offices of the National Hockey League, when that league was still dominated by English Canadians. So it was from the building that in 1955, the league's English-speaking president, Clarence Campbell, handed down the suspension that, perhaps even more than Richard's feats on the ice, earned him his place in Quebec history." The funny thing about history and Canadians is that one solitude knows too much and other too little...

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2000-05-30T07:00:50-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Pretty

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/03/27/1946/

pubdate

http://www.aaronland.info

created

2000-03-27T00:27:46-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/03/27/1946/changes.html

categories

license

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

external links

[x]
 

How do the French send email?

A friend asks : "I have a client that recently moved to France. She is using a French keyboard and cannot seem to create the @ symbol. I have downloaded keyboard maps and they verify the key is missing from the layout. How do the French (and other Europeans) send email? May be a dumb question, but we're baffled." If you know the answer, send me mail .

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2000-03-21T06:43:50-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Brent Simmons : How to Run Frontier on Linux with Wine

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/02/06/855/

pubdate

http://www.aaronland.info

created

2000-02-06T21:43:54-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/02/06/855/changes.html

categories

license

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

external links

[x]
 

While I was in New York City

I went to PS1 , Thomas' Beauty Bar , had one too many exciting subway adventures, saw the current Odd Nerdrum show, and marveled at the seeming inability of the locals to put comfort before style. A word of advice : when it's -30 outside, no one cares what you look like. Really. ps1 mirror

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/01/19/808/

pubdate

http://www.aaronland.info

created

2000-01-19T16:29:55-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/01/19/808/changes.html

categories

license

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

external links

[x]
 

Mœbius

"Avec l'ordinateur, on peut faire une révolution dans la BD, comme Fred Beltran dans Megalex, créer un univers en trois dimensions, faire dedans un travail de caméraman, chercher le point de vue qui correspond à l'image qu'on veut montrer. On le stocke et on travaille dedans pour le perfectionner. Ça devient quelque chose qui est suspendu entre le théâtre, la sculpture, le cinéma, la mise en scène, l'univers virtuel de nos têtes, ça crée un résultat complètement martien qui fait un choc culturel dans la tête du lecteur."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/10/07/539/

pubdate

http://www.aaronland.info

created

1999-10-07T16:50:54-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/10/07/539/changes.html

categories

license

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

external links

[x]
 

Feeling lonely or neglected?

Don't fret about it, just file an IPO .

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

1999-09-19T16:10:39-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

John Katz : The End of the Amazon Era

"Jeff Bezos newly-revealed once-revolutionary website has been revealed: a tacky online K-Mart. You're as likely to see a Pokemon critter or digital camera as a book there these days. Is this what all those investors were counting on?" Duh.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/15/192/

pubdate

http://www.aaronland.info

created

1999-07-15T02:13:56-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/15/192/changes.html

categories

license

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

external links

[x]
 

Sakiko Fukuda-Parr

"Je ne crois pas que notre idée puisse être comparée à la taxe Tobin. Cette proposition visait à stabiliser les mouvements de capitaux pour éviter la spéculation. Pour nous, une taxe sur les mails n'a pas pour objectif de stabiliser l'expansion de l'Internet, ce qui serait néfaste. Au contraire, nous disons qu'on peut profiter de cette explosion pour en faire bénéficier le plus grand nombre et réduire ainsi les écarts entre les branchés et les autres." I think it's a wothwhile idea but I also think the backend will kill it (if it ever gets off the ground).

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/14/178/

pubdate

http://www.aaronland.info

created

1999-07-14T04:08:24-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/14/178/changes.html

categories

license

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

external links

[x]
 
posts brought to you by the category “navigation” ←   → posts brought to you by the category “netiquette”
 

wtf?