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

posts brought to you by the category “jabber”

Das eez kaput! Sometime around 2002 I spaced the entire database table that mapped individual entries to categories. Such is life. What follows is a random sampling of entries that were associated with the category. Over time, the entries will be updated and then it will be even more confusing. Wander around, though, it's still a fun way to find stuff.

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

Who loves ya, Boris?

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.1

changes

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

categories

license

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

external links

[x]
 

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.2

changes

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

categories

license

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

external links

[x]
 

Matt Mankins : Location Linked Information

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

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

You say “Atom”, I say “bookmark”

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.5

changes

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

categories

license

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

external links

[x]
 

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

I want to be able to do the following:




span.footnote { display:inline; }







span.footnote:before {



   content: "<footnote/>";



   margin-right:5px;



   margin-left:5px;



   font-family:monospace;



   color:brown;



}







span.footnote:hover:before {



   content: "<footnote>";



}







span.footnote > span.content {



   display:none;



}







span.footnote:hover > span.content {



   display: inline;



   font-family:monospace;



}







span.content:first-letter { 



 color:#fff; 



}







span.footnote > span.content:after {



   content: "</footnote>";



   margin-right:5px;



   margin-left:5px;



   font-family:monospace;



   color:brown;



}







<div>hello



 <span class = "footnote">



  <span class = "content">



  * This is the network of our disconnect.



  </span>



 </span>



world.</div>







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

hello This is the network of our disconnect. world.

And like this in a text-browser:

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

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




span.content:first-letter {



 color:#fff;



}



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

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Me : A better Photo RDF




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



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



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



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



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



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



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



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



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



 :title "My double chin";



 :description "Where is my neck?";



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



 :subject w:Portrait,a:slice_of_life;



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



   r:label "Montreal"];



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



 :publisher [f:Organization[



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



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



 :type "image"; 



 :format "image/jpeg";



 :identifier "IMG_0013";



 t:camera "Clicky Clicky 400";



 t:film "digital";



 l:xmllang "en-ca".



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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

La la la, I can't hear you

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Darren Chamberlain : DBD::google.pm

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

What they said.

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.8

changes

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

categories

license

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

external links

[x]
 

Moxy Fruvous : Gulf War Song

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Allen Day: Video::OpenQuicktime.pm

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

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

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

meta

 

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

BBC : Art prize eludes van man

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

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

Well, atleast one method so far.

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

created

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

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.10

changes

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

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.8

changes

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

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Syncasaurus

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Me : render-changes-rss.js

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.8

changes

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

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

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

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

Brian Aker : myperl

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

refers to

meta

[x]

permalink

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

pubdate

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

created

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

last modified

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

revision

1.9

changes

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

categories

license

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

external links

[x]
 

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

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

refers to