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

license

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

Meanwhile, the CBC continues to pioneer dumb-ass uses of Flash.

Did someone in the office go to a Flash workshop and decide they wanted to show off their newly acquired skills? And who was the design genius that came up with the colour scheme? Gack!

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/12/13/2678/

pubdate

http://www.aaronland.info

created

2000-12-13T00:54:30-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/2000/12/13/2678//changes.html

categories

license

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

external links

[x]
 

Jeffrey C. Mogul : What is HTTP Delta Encoding?

"Web caching is successful because many Web pages don't change between references. But some resources do change, which forces the re-retrieval of modified resources. However, the modifications are often minimal; if one could encode just the differences between the cached (older) page and the new page, in many cases that would require sending very few bytes. This approach is called delta encoding."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/11/14/2600/

pubdate

http://www.aaronland.info

created

2000-11-14T11:55:32-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/11/14/2600//changes.html

categories

license

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

external links

[x]
 

Yes, that's right :

racing weinerdogs .

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2000-08-02T22:23:51-04:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Jay Barwell and Derek Rogusky : Social conservatives come out of the closet

"This social conservative belief in, and preference for, the democratic political process stands in contrast to the practice of many left-wing organizations that prefer to use the legal system to force their agenda on Canadians. These organizations don't trust Canadians to vote properly so they turn to the courts in pursuit of their agenda and rely on judicial activism to impose their values and beliefs on society." What kind of nonsense is that? If you scratch the surface on this one it reads : who needs a legal system when the tyranny of the majority will do the job for you? see also : Warren Kinsella : Ten reasons why Day won't be PM "At the launch of his leadership campaign in March, Mr. Day stated that he planned to invoke the non abstante section -- the constitutional override -- whenever a court decision 'conflicts with the intent [sic] of government.'"

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/07/11/2278/

pubdate

http://www.aaronland.info

created

2000-07-11T17:06:35-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/07/11/2278//changes.html

categories

license

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

external links

[x]
 

This one's for Airport Girl

Peter Braunstein writes "To understand a Nokia film, it's first necessary to unearth the very singular psychic landscape produced by cell phones: the sense that one's personal narrative is no longer enclosed, but rather is always intermingled and intercut with other people's. The net effect is an enhanced sense of simultaneity, synergy, interconnectedness between people, while at the a same time a displacement of self, a disembodied feeling, a sense of being uprooted from any distinct physical domain."

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/03/23/1911/

pubdate

http://www.aaronland.info

created

2000-03-23T11:30:39-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/03/23/1911//changes.html

categories

license

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

external links

[x]
 

Lydia Pallas Loren : The Purpose of Copyright

"[T]he conclusion that a greater numbers of works will be created when there are greater monopolies fails to account for the negative implications of broad monopolies on creative expression. When the scope of the copyright monopoly becomes too great, the creation of new works is, itself, hampered. After all, each creator of a new work builds in some way on the works of the past. With overly broad monopolies, new works that build upon old are not created, creativity is stifled, and thus the net value to society is lessened. We have, what Judge Walker referred to a 'monopolistic stagnation.'"

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2000-03-21T15:12:22-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

David L. Sobel

"[Corporate] stalking -- that's new to me. To a certain extent, lawyers have to go through some contortions in these cases because we don't have effective, concise privacy laws that are readily applicable. [The case] underscores the need for uniform federal legislation that would create a privacy framework." Mr. Sobel is general counsel for EPIC .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2000/02/18/892/

pubdate

http://www.aaronland.info

created

2000-02-18T12:29:47-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/2000/02/18/892//changes.html

categories

license

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

external links

[x]
 

Richard Stallman : Why We Must Fight UCITA

see also badsoftware.com

refers to

meta

[x]

permalink

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

pubdate

http://www.aaronland.info

created

2000-02-09T21:02:00-05:00

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

George M. Kraw : Vive La McDomination!

"In fact, an American-based legal system isn't being imposed on France or any other country. But providers and consumers of legal services are creating an international legal order that is largely based on American and common law principles. It is more "market driven" by consumers than "law driven" by legislative authorities enacting statutes." Okay, so what exactly is a legal system if it's not driven by law? The whole concept of law becomes essentially moot if it is just another service industry.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/12/09/717/

pubdate

http://www.aaronland.info

created

1999-12-09T23:21:47-05:00

last modified

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

revision

1.8

changes

http://www.aaronland.info/weblog/1999/12/09/717//changes.html

categories

license

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

external links

[x]
 

And I quote

" Muahahaa.... weblog search engine. " Michal Wallace is the man!

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/11/04/611/

pubdate

http://www.aaronland.info

created

1999-11-04T09:57:12-05:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/11/04/611//changes.html

categories

license

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

external links

[x]
 

Qui maîtrise les images maîtrise les esprits

Cette prophétie de Bill Gates accueillait le visiteur d'une exposition récente à Bonn consacrée aux photos falsifiées de l'Histoire.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/10/05/527/

pubdate

http://www.aaronland.info

created

1999-10-05T12:00:31-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/10/05/527//changes.html

categories

license

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

external links

[x]
 

Notes on surfmenu

I did some work with peterme adding some features to surfmenu to work more gracefully with bookmarklets he wrote for the code. The changes have not yet been added to any of the documented files on the aaronland site . [We] have people visiting, so I haven't had much time for anything after work. I hope to have everything updated sometime on Friday afternoon.

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/09/22/485/

pubdate

http://www.aaronland.info

created

1999-09-22T11:42:40-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/09/22/485//changes.html

categories

license

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

external links

[x]
 

Do Androids Dream of Jon Katz?

"As he was thousands of years ago, man will again become a fairly rare animal, probably a nomadic one. Towns may still exist in places of unusual beauty or historic importance, but most homes will be self-contained and completely mobile, relocatable to any spot within hours. The continents will have reverted to wilderness; a rich variety of life forms will return." Huh? Who programmed these uber-gaia machines? How does [he] know that all artificial life will come with the soul of a Greenpeace activist built in? I enjoy reading Jon Katz' work, but it would be so much better if he would just focus focus focus on the topic at hand rather than running everything through a better-living-with-technology / politicians-are-stupid filter.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/09/20/472/

pubdate

http://www.aaronland.info

created

1999-09-20T16:21:22-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/09/20/472//changes.html

categories

license

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

external links

[x]
 

Floyd proved to be

decidedly underwhelming here on the Vineyard - a good thing. The worst of it, for me, was the humidity which made me want to clean my ears every five minutes and waking up feeling hung over even though I had nothing to drink last night.

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/09/17/460/

pubdate

http://www.aaronland.info

created

1999-09-17T00:36:23-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/09/17/460//changes.html

categories

license

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

external links

[x]
 

Spider Robinson

is mad as mung .

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/09/03/415/

pubdate

http://www.aaronland.info

created

1999-09-03T18:08:45-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/09/03/415//changes.html

categories

license

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

external links

[x]
 

How to submit words to the Oxford English Dictionary

"We need readers' help to find printed evidence of new words from magazines, newspapers, books, song lyrics, practical manuals - indeed from any published source. Slang and dialect words are also collected."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/08/05/305/

pubdate

http://www.aaronland.info

created

1999-08-05T02:18:18-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/08/05/305//changes.html

categories

license

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

external links

[x]
 

Gail Collins on Woodstock '69

"Circumstances that nobody anticipated had left us in the middle of nowhere, the roads clogged and impassable in every direction, with no way for us to get out or anybody else to get in. We were on our own, and if we behaved well, it was probably because we knew there was nobody to protect us from ourselves. "

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/28/270/

pubdate

http://www.aaronland.info

created

1999-07-28T10:25:24-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/28/270//changes.html

categories

license

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

external links

[x]
 

I re-read John Dvorak's iBook commentary

this morning. Perhaps he was just trying to be funny, but it reminds me of the day, in eighth grade, when I was dragged in to the vice-principal's office because I had been wearing make-up to school. Quite a lot of it, actually : bad Dali-like things, done in liner, falling from my eyes. The vice-principal and I had a grudging respect for one another, but by the end of our meeting he had lost most of mine. The school had students spanning grades K - 11 and the vice-principal was concerned for the younger kids because they "saw the world in black and white." Boys wore pants and no makeup, while girls wore dresses and makeup. I was "confusing them".

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/07/27/262/

pubdate

http://www.aaronland.info

created

1999-07-27T01:40:11-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/07/27/262//changes.html

categories

license

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

external links

[x]
 

Ontario installs Internet filtering on government computers

"Critics call the move a form of heavy-handed cyber-censorship, but the government says it is simply buying into the best principles of corporate management. " What principles would those be, exactly?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/06/23/59/

pubdate

http://www.aaronland.info

created

1999-06-23T09:38:15-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/06/23/59//changes.html

categories

license

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

external links

[x]
 

Filtering Amendment Passes [US] House

Why ban books when you can just filter them instead? See Jonathan Weinberg's Rating The Net for an excellent critique on the practice of filtering Internet content.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/1999/06/19/32/

pubdate

http://www.aaronland.info

created

1999-06-19T05:45:40-04:00

last modified

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

revision

1.9

changes

http://www.aaronland.info/weblog/1999/06/19/32//changes.html

categories

license

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

external links

[x]
 
posts brought to you by the category “email” ←   → posts brought to you by the category “family”
 

wtf?