On 1/7/2009, "Pall Thayer" <[email protected]> wrote: >Yes, I noticed that. I was going to link directly to them but they were gone. > >There's is a significant difference between your version and mine. In >your version your program is touching your user (id -un) but in my >version the program is touching itself (realpath($0)). This seemed the >more appropriate method given the "Seedbed" reference. It comes closer >to a notion of autoeroticism (despite the fact that there are no >consciously sensing beings involved).
The code was my immediate concern here. To me the different idea of what self the idea of self was referring to was interesting. I did not research Vito Acconci's 'Seedbed' until after posting and consequently did not quite 'get it' until then. The notion of the hidden autoeroticism is interesting with regard to the code. Looking at the code, the autoeroticism is not hidden. But in the context of the code executing, the autoeroticism is executing in a different layer - a layer outside of perl so perhaps you could say it is hidden. I was wondering if there was more you could do with regard to this notion of the hidden? James. >On Wed, Jul 1, 2009 at 10:30 PM, james morris<[email protected]> wrote: >> >> Ahh! I deleted them! But they're archived on the net. >> >> >> a less clear version of seedbed: >> >> >> #!/usr/bin/perl >> $myself = `id -un`; >> $mybody = "/home/$myself"; >> while(1){ >> `touch $mybody`; >> print `ls -ld $mybody`; >> print `finger $mys...@localhost`; >> } >> >> >> -- >> james >> >> >> >> >> On 1/7/2009, "Pall Thayer" <[email protected]> wrote: >> >>>....revisited electronically. Those who follow the list closely may see >>>immediately that this was inspired in part by James Morris' >>>'Microcrudities' a while back. Trying to emulate such human activities >>>in short code is really interesting. >>> >>>http://pallit.lhi.is/microcodes/index.php?code_id=29 >>> >>>-- >>>***************************** >>>Pall Thayer >>>artist >>>http://www.this.is/pallit >>>***************************** >>>_______________________________________________ >>>NetBehaviour mailing list >>>[email protected] >>>http://www.netbehaviour.org/mailman/listinfo/netbehaviour >>> >>> >> >> _______________________________________________ >> NetBehaviour mailing list >> [email protected] >> http://www.netbehaviour.org/mailman/listinfo/netbehaviour >> > > > >-- >***************************** >Pall Thayer >artist >http://www.this.is/pallit >***************************** > >_______________________________________________ >NetBehaviour mailing list >[email protected] >http://www.netbehaviour.org/mailman/listinfo/netbehaviour > > _______________________________________________ NetBehaviour mailing list [email protected] http://www.netbehaviour.org/mailman/listinfo/netbehaviour
