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

posts brought to you by the category “encryption”

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

Marc Fonvieille : Encrypted File System on a USB Thumbdrive

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/11/20/5314

pubdate

http://www.aaronland.info

created

2003-11-20T13:14:44-05:00

last modified

2003-11-20T13:23:22-05:00

revision

1.2

changes

http://www.aaronland.info/weblog/2003/11/20/5314/changes.html

categories

license

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

external links

[x]
 

MTSETUP 0.1a considered “Oh my god people, how many fucking times do I have to say this?!”

I was then perplexed at [MovableType's] lack of any kind of automated setup script to assist folks who might not be too comfortable with editing even a few lines of a configuration file.

So I decided to create a tool that makes it shockingly easy for bad people who are comfortable with editing even a few lines of a configuration file to do very bad things. see also : two words : chmod 0777 , movable thoughts #9 (this stuff was implemented in MT 1.3), 550 or even just 500 (only tangentially related and, now that I think about it, not incorrect but not exactly correct either - so it goes...) and suPHP .

refers to

meta

 

Earle Martin : WWW::Lipsum.pm

This would make a good Template::Toolkit plugin .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/09/16/5223/

pubdate

http://www.aaronland.info

created

2003-09-16T21:27:46-04:00

last modified

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

revision

1.3

changes

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

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]
 

Beverley McLachlin : The Civilization of Difference

So a close examination of Canadas past can disclose both a strong foundation in the ethic of tolerance and inclusion, as well as the dark side of group belonging in the form of intolerant treatment. I want to explore both of these aspects of our heritage, in the hopes of ultimately demonstrating that, as Canada has matured and grown as a nation, we have embraced and cultivated the first of these traditions in order to do a better job of confronting the second we have learned to value and institutionalize the ethic of respect for difference as a means of combating exclusionary thinking.

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2003-08-29T11:18:23-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Just for kicks I Google-ed "representing YAML as RDF"

because, you know, the old how many virtual operating systems can you run on top of one another meme has gotten a bit stale of late.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/08/22/5180/

pubdate

http://www.aaronland.info

created

2003-08-22T09:25:49-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/08/22/5180//changes.html

categories

license

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

external links

[x]
 

This morning, I had to learn Evolution's dictionary the word "weblog".

Mind you, it did suggest that I use the Merholzian we-blog . Go figure.

refers to

meta

 

Simon Wistow : Python::Serialise::Pickle.pm

You could always dump the data structure out as YAML in Python and then read it back in with YAML in Perl.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/05/13/5039/

pubdate

http://www.aaronland.info

created

2003-05-13T14:11:29-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/05/13/5039//changes.html

categories

license

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

external links

[x]
 

Why is an anglophone's head square?

But Richler certainly had a compassion and understanding for French Canadians; many of the most honest, exemplary characters in his fiction are Francophones. I remember the cabdriver in Barney's Version who complains to Barney about the excitement of the Canadiens playing for the Stanley Cup. " 'Mon blood pressure est sky-high,' said the driver. 'C'est le stress.' "

So that [he] can't flush it down the toilet. Gary Shteyngart, please get a fucking clue. The guy never even bothered to learn how to speak French...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/03/16/4914/

pubdate

http://www.aaronland.info

created

2003-03-16T02:41:39-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/03/16/4914//changes.html

categories

license

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

external links

[x]
 

The Independent is publishing the diary of Ken O'Keefe,

leader of the "human-shield movement" in Baghdad. Judging by the dates it might be a stretch to say he was blogging his journey. Think of it more as the Independent blogging his letters from the past to the future in the present...or something suitably post-modern to that effect.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/25/4878/

pubdate

http://www.aaronland.info

created

2003-02-25T12:16:29-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/25/4878//changes.html

categories

license

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

external links

[x]
 

Nicole Maile : "The seduction process is what I find so interesting as a business person."

I don't know whether to laugh or cry...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/20/4869/

pubdate

http://www.aaronland.info

created

2003-02-20T16:13:43-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/20/4869//changes.html

categories

license

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

external links

[x]
 

Laura Holder : Illinois Flatland #5

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/19/4868/

pubdate

http://www.aaronland.info

created

2003-02-19T00:49:56-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/19/4868//changes.html

categories

license

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

external links

[x]
 

Ben Rooney : PowerPoint of view

[O]utliners force us into a way of thinking that is actively inimical to creativity. They corral us down a linear pathway. They make us focus on what we just thought, rather than freeing us for what to think next. They are entirely left-brain tools and, while they may offer an illusion of rationality and control, what they largely do is prevent us thinking.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/02/07/4833/

pubdate

http://www.aaronland.info

created

2003-02-07T08:58:31-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2003/02/07/4833//changes.html

categories

license

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

external links

[x]
 

Me : XML::Handler::NYTimes.pm 0.1

Generate DocBook SAX2 events for one or more New York Times articles. ( docs )

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-08-04T08:42:32-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/08/04/4533//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 : extirpate

Extirpate \Ex"tir*pate\ (?; 277), v. t. [imp. & p. p. {Extirpated}; p. pr. & vb. n. {Extirpating}.] [L. extirpatus, exstirpatus, p. p. of extirpare, exstirpare; ex out + strips stock, stem, root.] To pluck up by the stem or root; to root out; to eradicate, literally or figuratively; to destroy wholly; as, to extirpate weeds; to extirpate a tumor; to extirpate a sect; to extirpate error or heresy. Syn: To eradicate; root out; destroy; exterminate; annihilate; extinguish. web1913
extirpate v 1: destroy completely, as if down to the roots; "the vestiges of political democracy were soon uprooted" [syn: {uproot}, {eradicate}, {exterminate}] 2: pull up by or as if by the roots; "uproot the vine that has spread all over the garden" [syn: {uproot}, {deracinate}, {root out}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/07/11/4463/

pubdate

http://www.aaronland.info

created

2002-07-11T23:33:37-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/07/11/4463//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 : veg

"to relax, to chill out"
ex. i'm going to veg out for the afternoon...
see also : veg dict-ified

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/26/4370/

pubdate

http://www.aaronland.info

created

2002-05-26T11:53:23-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/05/26/4370//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 : paperwork

to go to the bathroom.
ex. I'll be right back. I have some paperwork to take care of.
see also : paperwork dict-ified

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-05-02T23:36:26-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Did the Earth move?

I don't have any issues with how my comments were reported, but just for thoroughness' sake, this is the unedited version of what I said. If nothing else, it will give credit where it is due for the zippy quote at the end of the article...

I'm not sure that the API, per se, will do much. It's got a pretty high hack-value and gee-whiz factor...

  • http://aaronland.net/weblog/archive/4210
  • http://www.decafbad.com/news_archives/000087.shtml#000087
  • http://interconnected.org/googlematic/

...but I doubt that it will make the Earth move.

Notwithstanding the fact that the search widget combined with the cache widget will return non-HTML documents, you sort of have to ask yourself : why wouldn't I search for web documents in a web browser?

On the other hand, it will probably give a big push towards making people more familiar and comfortable building sites/tools using distributed widgets.

See also : http://use.perl.org/~gnat/journal/4163

When asked to elaborate on that last bit :

It's sort of the same idea as the one that the "internet operating system" gang like to trumpet. For example, pulling in remote content or manipulating your own content via a remote function as a page (let's just imagine we're talking about the web) is being published [1].

You can sort of see this happening with the many publish/subscribe widgets that are popping up [2]. That is, there is a growing interconnectedness among pages, sites, applications.

I'm not sure I buy it, though. It's plenty cool but there are lots of problems that need to be worked out. All the same problems that plague popular websites (bandwidth, scaling, etc.) are going to plague popular web services and not everyone has a thousand servers like Google does[3].

Not to mention issues of reliability and the nagging sense that I think a lot of people have that it's just the carrot (cool-ness!) before the stick (micro-payments!)

Mostly I was just trying to say that being able to "plug" Google-ness in to your website will, if nothing else, provide an example of "distributed computing" that is not as abstract as those that have come before it.

  1. RSS feeds are a good example
  2. http://radio.weblogs.com/0100059/stories/2002/02/25/whatIsPublishAndSubscribe.html
  3. http://fyuze.com/api

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/04/17/4231/

pubdate

http://www.aaronland.info

created

2002-04-17T12:31:16-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/04/17/4231//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 : nescience

Nescience \Nes"cience\, n. [L. nescientia, fr. nesciens, p. pr. of nescire not to know; ne not + scire to know.] Want of knowledge; ignorance; agnosticism. God fetched it about for me, in that absence and nescience of mine. --Bp. Hall. web1913
nescience n : ignorance (especially of orthodox beliefs) [syn: {ignorantness}, {unknowing}, {unknowingness}] wn

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2002-03-11T15:27:08-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/11/4065//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 heterodox

| source : web1913 | Heterodox \Het"er*o*dox\, n. An opinion opposed to some accepted standard. [Obs.] --Sir T. Browne. | source : web1913 | Heterodox \Het"er*o*dox\, a. [Gr. ?; ? other + ? opinion; cf. F. h['e]t['e]rodoxe.] 1. Contrary to, or differing from, some acknowledged standard, as the Bible, the creed of a church, the decree of a council, and the like; not orthodox; heretical; -- said of opinions, doctrines, books, etc., esp. upon theological subjects. Raw and indigested, heterodox, preaching. --Strype. 2. Holding heterodox opinions, or doctrines not orthodox; heretical; -- said of persons. --Macaulay. -- {Het"er*o*dox`ly}, adv. -- {Het"er*o*dox`ness}, n. | source : wn | heterodox adj : characterized by departure from accepted beliefs or standards [syn: {dissident}, {heretical}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/12/19/3734/

pubdate

http://www.aaronland.info

created

2001-12-19T16:52:13-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2001/12/19/3734//changes.html

categories

license

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

external links

[x]
 

Movable Thoughts #10-11

10) As of this writing, Movable Type requires JavaScript. It doesn't say so in the requirements doc , but it does. Really. This is because there is no server-side form validation for the popup confirmation widgets when you do things like upload a file or rebuild your files. If you've disabled JavaScript and click the "Cancel" button, MT will happily chug along doing exactly the opposite of what you told it to do. I've sent in an instance-specific bug fix which I will try to make pluggable in time for the next release. 11) When a user logs out, their username is displayed in the navigation bar until they log out a second time (the logout option is also displayed). This is not so much a bug, since you still need to log in again in order to do anything, but just bad practice when it comes to privacy/security issues. I think I've figured out why this is happening but have not had a chance to do anything about it.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/07/3608/

pubdate

http://www.aaronland.info

created

2001-11-07T08:06:55-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Jan Pazdziora : Docserver.pm

"allow[s] you to convert MS proprietary formats to other formats using remote Windows machine and the original MS software. The docclient/docserver setup provides the transfer of the file from client machine to the Windows host and runs the conversion using Word, Excel or Office on that Windows machine."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/02/3332/

pubdate

http://www.aaronland.info

created

2001-09-02T15:17:56-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/09/02/3332//changes.html

categories

license

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

external links

[x]
 

I.E.T.F. : Guide to Internet Calendaring

"This document describes the various Internet calendaring and scheduling standards and works in progress and the relationships between them. It's intention is to provide a context for these documents, assist in their understanding, and potentially help implementers in the design of their standards based calendaring and scheduling systems."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/07/20/3193/

pubdate

http://www.aaronland.info

created

2001-07-20T07:41:42-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Jon Udell : Web Namespace Design

"You can, and should, design URLs, and one of the design constraints is durability."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/07/11/3169/

pubdate

http://www.aaronland.info

created

2001-07-11T23:16:55-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/07/11/3169//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 interlard

| source : web1913 | Interlard \In`ter*lard"\, v. t. [imp. & p. p. {Interlarded}; p. pr. & vb. n. {Interlarding}.] [F. entrelarder. See {Inter-}, and {Lard}.] 1. To place lard or bacon amongst; to mix, as fat meat with lean. [Obs.] Whose grain doth rise in flakes, with fatness interlarded. --Drayton. 2. Hence: To insert between; to mix or mingle; especially, to introduce that which is foreign or irrelevant; as, to interlard a conservation with oaths or allusions. The English laws . . . [were] mingled and interlarded with many particular laws of their own. --Sir M. Hale. They interlard their native drinks with choice Of strongest brandy. --J. Philips. | source : wn | interlard v : introduce one's writing or speech with certain expressions [syn: {intersperse}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/06/26/3135/

pubdate

http://www.aaronland.info

created

2001-06-26T06:17:21-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/06/26/3135//changes.html

categories

license

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

external links

[x]
 

Calling Frontier from the command line

Now, that makes things a little more interesting.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/05/11/3045/

pubdate

http://www.aaronland.info

created

2001-05-11T17:55:30-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/05/11/3045//changes.html

categories

license

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

external links

[x]
 

The truth is, I hate New York City.

Still, I find myself strangely attracted to Laura Holder's New York City .

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/16/2968/

pubdate

http://www.aaronland.info

created

2001-04-16T02:27:06-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/04/16/2968//changes.html

categories

license

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

external links

[x]
 

Damian Conway : "...Larry is targeting Perl 6 as a meta-language,

as well as a programming language in its own right. It seems likely that a large number of other languages will be built in-, with-, and over- Perl 6 (modules like Prolog.pm, Lingua::Romana::Perligata, and most especially Inline.pm give a taste of that already in Perl 5)." see also : Camel Lot #6, The Once and Future Perl

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/02/2918/

pubdate

http://www.aaronland.info

created

2001-04-02T20:12:44-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/04/02/2918//changes.html

categories

license

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

external links

[x]
 

Olivier Dameron : XBEL Bookmarks Manager

If this thing can do file-locking, it would be a pretty cool example of the street finding it's own use for things. Every day I do a certain amount of sysadmin-ish type work and there is a real need to document who did what and when. I keep notes locally, but that really doesn't work for people in another office or another city. Similarly, having to scp a bunch of files to a remote server or write 15 lines of DocBook everytime I add a symlink, just won't happen. On the other hand, there's a lot of overlap between keeping log file, writing a journal, maintaining a bookmarks list and updating a weblog so the tools for one aren't very different for another. Digressing for just a moment, journals and logs could benefit by having aliases and bookmarks could stand to use, well, hyperlinks. But I digress. If this thing does file locking then I could use it for most of what I'm currently using the RadioUserland outliner for (why can't the Gimp capture individual windows in RU?) I would rather use RU because it speaks XML, maps the outliner to the weblog nicely and has a built in search engine. But it runs on NT and, more importantly, it can't talk to the network over a secure connection. That shouldn't be interpreted as being quite as pissy as it may sound. There's a lot to be said for knowing who your customers are and acting accordingly. Plain old FTP and Windows are probably smart business decisions from Userland's point of view. What I find sad is that by deciding to not include one of the core widgets (SSL) for any Internet app they effectively limit the different uses that the street may find for their thing. Call it boot-strapping, call it capturing eyeballs, call it whatever you want; it's almost always good for business. And if you think I'm just being flaky and idealistic I would point out that the web itself is a as good an example of the adage as you're going to get these days.

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2001-03-26T02:27:06-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Clay Shirky : Lessons from Napster

Oh my god. I'm barely five minutes in to this and it's like he's redefining the entire lexicon of buzzword-bingo! (real video)

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/02/16/2818/

pubdate

http://www.aaronland.info

created

2001-02-16T16:21:01-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2001/02/16/2818//changes.html

categories

license

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

external links

[x]
 

Sightings : Icy boulder

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/12/25/2720/

pubdate

http://www.aaronland.info

created

2000-12-25T20:15:55-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2000/12/25/2720//changes.html

categories

license

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

external links

[x]
 

Almost ten years ago I sent a letter,

and some drawings, to Kurt Vonnegut. He was gracious enough to reply, complimenting me on my drawing skills -- even going so far as to say I was almost as good as Durer -- and skillfully avoiding any mention of collaborating, an idea I had floated in my letter. "When I die," he wrote, "I will be found under a mountain of stuff from other people that I didn't have the balls to throw away." When I die, I can imagine being found underneath the mountain of bowls, vases and serving dishes my family owns. We are, if nothing else, a family of vessels.

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/12/24/2710/

pubdate

http://www.aaronland.info

created

2000-12-24T21:25:21-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2000/12/24/2710//changes.html

categories