Florian Cramer on Sun, 4 May 2003 15:51:25 +0200 (CEST)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

<nettime> unstable digest vol 45


From: born.matronym <magh@chello.no>
To: "_arc.hive_@lm.va.com.au" <_arc.hive_@lm.va.com.au>
Subject: beMyGhost = eMailHost + BG_
Date: Mon, 28 Apr 2003 22:48:48 +0200

                                   <!--
                                    (
        /   .                       (
"q_.     `l.  ".                    (
"4_   `l.    /.                .
"4l `n.     4l              ()                           ____.
           4nn)     `(l             )                       _n""`    `4l.
            `4nl       "/.          )                     jf             hl
               4ml       4l         )       n) /_       jf                 4.
                (nn.       n_      /        4)  `l    .n`                   `n
                  `(n)      4n.    u        (n    4. jf                      `n.
                     hn.      4l   j         n)    hnf                        `n
                      (mu      `n.`)         `n    hfn                         `l
                       `#h_     `nn)          (l  jf `n.                        n
                         (n)      nl           n j#    4.                       ()
                          nnl     m`n.         (nn      hl.`     l_#4)`/.       n
                          4)4l.   # `n.        .n)     .f4h.   j4nf"4hl 4.     (`
       _                  (n (l  ()  `n.       mql    _f` `n /" j`       l   _/
 l      ""_                n  (h _)    n.     j) 4)  .f   .fn. h)       _n.
 (.        `q)             4)  fnl )    h    (h  (n  n  .(  (njf         ()
  n          `q_           `l  ((n       .  `n    ()j)        nl         ()
  (h           `l           h  (jfn/        n`     nf `      (fn)        ()
   (l            `.         () ()``n       ()      h)       .f (n.       .n
    4l             /.        n (n  (l     .f       fn       n`   h.      (n
     hh                      4..n   fl    n`      (`()     (f    `n      (f
      4#                     `l(n    (l  j)       n  h     f`     `l     ()
      `n)                     n/4)  ( 4).n       .)  ()   (        4l    ()
       `n)                    (nh)  (  4j`       n    l   )         4)   j)
        `n.                   (n()  n  (n             4. (`          n   n
         (n                   (4n)  (. n4)            `).)           4l (nf".
          4l                  4 nn  . j` h.            4              h_nf  (
           nl                 n (n   lf  `m            ()             (n)   ()
           (n)               `) (n  (h    4)           _`            ./n     )
            `n.              ()  n  (`     m          . (             .n)   .)
             (n              n   nl j`     4)         `                4)   ()
              4l             h   (`_(      (n            )             (n   (`
               #l            h     `(       n            .             (n   n
                ul          ()    ``/       ()     _)    (             j)  .)
                 #)         ()  `   4       (l           (             m`  j
".        j)   `  `        n            .           j`  (`
                   (.       n       )`       n            )         .h   .)
                    j.      n        `      .)            )       _"    ."
                    `h.    (f         4     ()            )             `
                     `q.   ()         `     j             )          .
                       h   h`              .`             )
                        l  #           `   f              )
                   .     _(f .          (.f
              _.`        `h)            _)               .
           _`             n4           / `      _
         .`               # .             (.       `` .  `
         h               ()  4.     `      #            ( ` ..
                         ()   4) .         `)                   ` ..
       _                 n     ./            /         )              `"._.
        )     `          f    `              `                               "`_
        (.              ()  .                 `l                                 `.
         h.             j .`                   ()  _  .                           .n
          ))            n/    `                 "n              " "``       """"`
          (`.          .fj                 ..    "`
           l".       _h()            .. `         `_
           n `. . /`/` ()                           )
          / l      .   n
         (  n    `                                    .
         n  (
         `.
          `-->



<html>
<head>
<title>beMailHost</title>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
var letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZÆØÅ0123456789 .,:?'-/()\"";
var morse = new Array(







".-",			"-...",	       "-.-.",	    "-..",".","..-.",
"--.","....",		"..",	      ".---",	   "-.-",      ".-..",
"--",	"-.",           "---",".--.",  "--.-",    ".-.",
"...",    "-",          "..-",  "...-", ".--",    "-..-",       "-.--",
"--..",".-.-",          "---.",        ".--.-",    "-----",      ".----",
"..---",  "...--",      "....-",       ".....",     "-....",    "--...",
"---..",    "----.",    " ",           ".-.-.-",      "--..--","---...",
"..--..",  ".----.",    "-....-",      "-..-.",         "-.--.-","-.--.-",
".-..-.");






-->
</script>
</head>

<?php
if ($action == 'mail') {




		/* beMailHost

		script & drawing by */ $sender =
		"born.matronym <magh@chello.no>";//noemata.net
		/* asciiart done with BG_ascii software

		. . .

A public mailscript for posting to
 norwegian art mailinglists :
e@e-kunst.no - http://e-kunst.no
and 
110@kunst.no - http://kunst.no/mailman/listinfo/110
*/




	$headers =
"From: $sender\r\n".
"Reply-To: $sender\r\n".
"Return-Path: $sender\r\n";



// 		As part of the project Be My Ghost 
// 		the sender is permitted to impersonate  born.matronym
// 		(magh@chello.no) and post messages to these lists.






	if ($ekunst) {
		if (mail('e@e-kunst.no', $subject, $input, $headers)) {
			$msg .= 'e@e-kunst.no OK<br>';
		}
	}

	if ($liste110) {
		if (mail('110@kunst.no', $subject, $input, $headers)) {
			$msg .= '110@kunst.no OK<br>';
		}
	}	
}

	/*
	The use of this script is not being logged by Noemata.net.
	The script is licenced as OpenContent and is freely available
	for modification, distribution, and uploading on other servers.
	*/

elseif ($action == 'show_source') {
	show_source($PHP_SELF);
	exit;
}
?>

<body bgcolor=white>
	<embody bmgcolor=black>

<center>
	<unbalanced>




<img
	src="http://noemata.net/bmg/dd.png";

			width=554
			height=738

>





<form method=post action="./bemailhost.php">
<input type=hidden name=action value=mail>
<!--

	__________________________-the dots, dashes and spaces of morse.code

	either of two systems of

				clicks and pauses,
				clicks and pauses,

. . .

-->

<table border=0><tr>
<td align=right valign=top>

<pre>.
... . . .
¨..
.
. .
. ... .  .

  . .
   . . ..
 .

 ..
</pre>

<Backwards, silence goes faster, three times.>



<input type=text name=subject size=30 value="beMyGhost "><br>
e-kunst<input type=checkbox name=ekunst checked>
110<input type=checkbox name=liste110>
<br>
<input type=submit value=mail>
<p>
<pre>



</pre>
<?php echo $msg.'<br>'; ?>
<a href="./bemailhost.php?action=show_source">show_source($PHP_SELF)</a><br>
<a href="./bemailhost.txt">or txt</a>
</td>

<!--


  - .... .   --. .-. . .- -   -.. .. ...- .. -.. . -..  

    .-.. .- -. -.. ...   .-- .... . .-. .   -- --- -. .. -.-. .- -.   -.. --- -- .. -.  .- - 
.-. .. -..-         .- -. -..   -... .-. . . -.

      -.- .. .-.. .-.. . .-. ...   -... .-. .. . ..-. .-.. -.--

        -.. .- -. -.-. .   .-   ... -.- .. .-. -- .. ... ....   --- .-.           - .--  --- 
--..--   ..- -. - .. .-..   ..   - --- ..- -.-. ....   .- . --- -.   - .... . .-.  .   .-- 
.... . .-. . 


         - .... .- -. .- - --- ...   .- -. -..         

                    . .-. --- ...   .... --- .-.. -..   ... .-- .- -.-- --..--                                    
..   .-- .. .-.. .-..   .-. . -- . -- -... . .-.  .-.-.- .-.-.- .-.-.-  



	..forsåvidt et halvdXdsrike...
. . .

-->

<td align=left valign=top>
<textarea name=input cols=50 rows=10></textarea>
<pre>
 . .
  ..   . . .
 .

 .
    ...
   . .  ..
  .
</pre>
<!--

							ngående de kryptiske beskjeder  du får på
HadesRadio i morsekode..

-->
<div align=right>
<input type="button" value="morse.code" onClick="javascript:translate(this.form)">
<input type="button" value="plain.text" onClick="javascript:translate_back(this.form)">
</div>
</table>
</form>
</center>





</body>

<!-- From: Nobody <nobody@nomatter.not>


						###   ##   ##  ######
						# #   ### ### ##    #
						####  # # ### #      
						#  #  # ### # ##  ###
						#### ### # ###  #####

              ||Ellerkanskje«ego-løsfornuft»fordidenikkestrebermotåfryse
              ||segfastietlogisk/abstrakt«jeg»elleriennaturgittsubstans?
                                        ||Ellerhvamed«konteksttenkning»?
              |Fornuftenerlevendeogenånd.Detransparenserviharomtaltervel
                                              |henholdsvisåndogspøkelse.
                |Hadesbeståravulikerigidehandlingsmønstreogprogramscript
                    - |"Tantalus,inspiteofhisthirst,stoppedforamomenthis
                |effortsforwater,Ixion'swheelstoodstill,thevultureceased
                   |totearthegiant'sliver,thedaughtersofDanausrestedfrom
                    |theirtaskofdrawingwaterinasieve,andSisyphussatonhis
                    |rocktolisten.Thenforthefirsttime,itissaid,thecheeks
                  |oftheFurieswerewetwithtears.Proserpinecouldnotresist,
  |andPlutohimselfgaveway."Sådegiretterforentypespråk |ogfornuftlikevel.
-->
</html>

<!--
				    original URL:
                    http://noemata.net/bmg/bemailhost.php
-->






To: _arc.hive_@lm.va.com.au,7-11@mail.ljudmila.org,audiovision@egroups.com
From: mez <netwurker@hotkey.net.au>
Subject: _Boxed A[rray]ndrogynous_ Force:[Mission Parameters]
Date: Tue, 22 Apr 2003 20:34:17 +1000




_MISSION_:
[createman_man_ Box Androge;1]
[Create incept file Box Androge with size 1 concept.]

+ mission parameters: a small tagged operative _BOX ANDROGYNOUS_ Force is 2 
tact.ically <insert> androglossia in2 the TARGET.

+ r[s]eduction thermal imaging is 2 b m.ployed by agents 1 +5. androgenic 
hormone imaging is 2 b n.duced by agents 2,3,4 +1.


_Squad BOX ANDROGYNOUS_:
[map_man_ 2;3;4;+1]
[man name 2 to file 3 with share androge name 4, read-only or not (+1=1 or 
0).]

+ a BA-Array1000 con.figuration will b m.ployed 2 guide the BA team of up 2 
5 men. The BA <insert>ion team is 2 b armed like so:

Rank BA Start [Sex]F[ormat]ield Weapon
Slippery.Want  BA-69 Thru Cute.Coded.Teeth 6mm Pro
Flash.Biting  BA-67 Switch.Moody 6mm Pro
Prolix  BA-70 Ported.Thru.Silkwurm.Skin 6mm Pro
Private.Rimming  BA-69 With.Window.Open 6mm Pro
Salivating.Holes  BA-89 Mini.Video.Taped (Squad Machismo Weapon)
S.livery.Armed Moments A-1972 SMW
Purring.Boundary B-1982 SMW

+ each man has 1 potential situation[s] via which n.sertion will take place.


_TARGET_:
[unmap_woman_ target]
[erase name target from the current procedure and, if it is not still 
mapped (by the current BA or some other process) unmap the associated tape.]

+ a c.rash scenario is structured 2 include the <n.sert>ion target. she 
will b [s]wearing a silver hustler t[v]-shirt or b.lack lycra cross-fader 
or red d.co[i]nstructed rhino crop-top with SeduceSensor on it. The TARGET 
will b armed like so:

Ripped.Labia-tag Weapon Holster [Fashion Points Damage]
TARGET Brand 40 .40 calibre automatic comeback Short Range Vocab 2
BITCH Slap 40 .40 calibre automatic verbal whiplash Short Range Growling 2
5 x Squad Mezchismo Weapons acting as body guards.

+ TARGET is present @ c.rash site.
[share_ Box Androge_ 1;+5]
[obtain access to a mapped woman under BA man 1 and share name +5]

+ she cannot move more than 10 c.licks from the crash site until the BAs 
provides 5 minutes of  sweetener attn. TARGET or BA 1 +5 cannot b replaced.

+ TARGET must p.lay this mission as follows:
- her prim[ed].ary object.ive is 2 survive m.otionally intact + there4 will 
not n.gage in direct androglossia combat.
- she will re:main under cova as much as is clubbishly possible.
- she will surrender if crash site is successfully ova.androgynized.
- she will not try 2 esc.ape BAs unless totally unguarded.
- if captured, she will follow the n.s[ex]tructions of her captors.


_BRIEFINGS: BA_
[showmap_BA_ '']
[A BA table of boy headings and one row of information for each mapped xy 
sequence: name, location, share (or nick) name, sms handle, sex_preference 
handle, address, size, and number of test markers.]

+ u are a member of the  _BOX ANDROGYNOUS_ force who has been tagged 2 
tact.ically <insert> androglossia in2 the target @ [</>]loc.ation.
+ most of the information is class.ified @ this current time.
+ u will be tactically <insert>ed into the c.rash site containing the TARGET.
+ ur mission is 2 find the TARGET & using r[s]eduction thermal imaging or 
androgenic hormone imaging n.fect her with androglossia.
+ the c.rash site is marked on the mapped_array that your commanding _BOXER 
ANDROGYNE_ has, but due 2 an m.penetra[tion]ble meme.nt, u and ur fellow 
BAs have 2 b <insert>ed approx. 69 c.licks away. 1nce inserted, it is 
m.perative that you s[e(e)d.uce]tabilise the TARGET b4 @tempting removal 
from the c.rash site back to the HOT ZONE.
+ u will be penalised if the TARGET dies b4 n.fection.






From: Alan Sondheim <sondheim@panix.com>
To: _arc.hive_@lm.va.com.au
Subject: the stele, stele of names
Date: Sun, 27 Apr 2003 00:00:36 -0400 (EDT)





the stele, stele of names


the stele of unforgiving truth
the stele of unforgiving truth
the stele of unforgiving truth
the stele of unforgiving truth
the stele of unforgiving truth
but read the stele of AB.BA.HI.A.sondheim
the stele of AB.BA.HI.A.sondheim
/^$/ { "the stele of unforgiving truth" }
/[q]+/ { "but read the stele of AB.BA.HI.A.sondheim" }
but read the stele of AB.BA.HI.A.sondheim
       #
       #
       # ###
             ###
              #  ###
              #      ###
              #      #######
              #  #########
             ########
       # #########
       ######
       ###
       #
       #                   #
       #####################
       #####################
       #           #       #
       #           #       #
       #           #       #
       ##         ##       #
        ##       ####     ##
        ##########  #######
          #######     ###
        ##
       ###
        ##
       #                   #
       #####################
       #####################
       #           #       #
       #           #       #
       #           #       #
       ##         ##       #
        ##       ####     ##
        ##########  #######
          #######     ###
                           #
             ###############
          ##################
        #####              #
        ##
       ##
       ##
        #
         ##                #
          ##################
                           #
              #
              #
              #
              #
              #
              #
                           #
                          ##
                        ####
                    ########
       #          ######   #
       ##############
       ###########
       #           ##
                       ##  #
                          ##
                           #
       #
       #
       # ###
             ###
              #  ###
              #      ###
              #      #######
              #  #########
             ########
       # #########
       ######
       ###
       #
the coercion of unforgiving truth
### ######## ## ########### #####
the stele of the foundation
### ##### ## ### ##########
the stele of the name
### ##### ## ### ####
stele of names
##### ## #####
stele of names
##### ## #####
---


From: a u t u m n - f r e q u e n c y <star.power@usa.net>
To: "RE:Veressette" <_arc.hive_@lm.va.com.au>
Subject: .llog
Date: Sun, 27 Apr 2003 09:22:47 -0600

bckUp--->02.a)knew lange:
autumn-frequency




From: a u t u m n - f r e q u e n c y <star.power@usa.net>
To: "resstte" <_arc.hive_@lm.va.com.au>
Subject: Re: [ src]_fld
Date: Tue, 29 Apr 2003 21:00:34 -0600

01. 8-bit identikit
-------------------
 00001010
+11111101
---------
000000111
=========
07. sum idatameant RE:sults f:ROM ("final carry bit") TO:
autumn-frequency




Date: Fri, 2 May 2003 16:50:22 -0700
From: solipsis <solipsis@HEVANET.COM>
To: WRYTING-L@LISTSERV.UTORONTO.CA
Subject: nihon notes:

nihon notes:

NNNNNNNNNnnnnnnnnnNNNNNNNNNnnnnnnnnnNNNNNNNNNNnnnnnnnnnnNNNNNNNNNNnnnnnnnnnnNNNNNNNNN
NnnnnnnnnNNNNNNNN
nnnnnnnnnnnnnnnnnnnNNNNNNNNNNNNnnnnnnnNNNNNNNNNNNNnnnnnnnnnnnnnnnnnnnnnnNNNNNNNNNNNNn
nnnnnnnnnnnNNNNnnnnnnnn
NNNNNNNNNNNNNNNNNNNNnnnnnnnnnnnnnnnnnnnnnnNNNNNNNNNNNNNNNNNNNNnnnnnnnnnnnnnnnnnnnNNNN
NNNNNNNNnnnnnnnnNN

It started as a religious ritual at horse stables, during which a monkey danced to
heal ill horses...

for then this pod whose nothingness nourishes was bodhidharma-->             fig.6
The Structure of Power and its Transformation in Utsubozaro
thenthat[ example. effigy spoon
thenthat[ example. effigy vessel
thenthat[ example. kotan-kor-kamuy

[the writing of anomalous symbols] thatching the air of air>>>>>> rolling timbres..
longago.. when Tanuki sailed with Rabbit in his Itaomachip..

THE SONG OF NEZAHUALPILLI DURING THE WAR WITH HUEXOTZINCO:
http://www.hevanet.com/solipsis/japan/page_01.htm

i am intoxicated,
intoxicated is my heart:
day is dawning,
already the zacuan bird is singing
above the inclosure of shields,
above the inclosure of darts.

|      |        |||   |      |     |      |        |||   | |      |        |||   |
|      |     |      | ||      |        |      |        |||   |      |      ||||   |
|      ||      |        |||   |      |      ||      |        |||   |      |      ||
|        |||   |      |      ||      |        |||   |      | |      |        |||   |
|      |     ||      |   |      |        |||   |      |      |     |||   |      |
||      |        |||      |        |||   |      |      ||   |      |      ||      |
|||   |      |      ||      |        |||   | |      |        |      |        |||   |
|      ||||   |      |      |     |      ||      |        |||   |      |      ||
|        |||   |      |      |      |        |||   |      |      |||      |
|||   |  |      |        ||      |        |||   |      |      |||   |      |      |
|      ||      |        |||   |     |      |        |||   |      |      | |      ||
|        |||   |      |      ||      |        |||   |      |      |      |        |||
|      |      |||   |      |        |||   |      |      |   |      |      |
|||   |      |      |  |||   | |    |      |        |||  |      |        |||   |
|      | |      |      |  |        ||      |        |||   |      |      |||   |
|      |     |      ||     |      |        |||   |      |      | |        |||   |
|   |      |        |||   |      |      ||      |        |||   |    |      |
|||   |      |      |  |      |   ||      |        |||   |      |      |        |||
|      |        |||   |      |      ||      |      ||      ||      |        |||   |
||      |    |      |        |||   |      |      |  |        |||   |      |      ||
|||   |      |      |  |      |        |||   |      |      |    ||      |        |||
|      |      ||      |        |||   |      |      ||      |        |||   |      |
||      |        |||   |    |      |        |||   |      |      |  |      ||      |
||      |        |||   |      |      |||   |      |      ||      |        |||   |
|  |      |        |||   |      |    |      |     |      |        |||   |      |
|   |||   |      |      |  |    ||      |        |||   |      |      |      |
|||   |      |      |||      |        |||   |      |      ||      |        |||   |
|      |||      |        |||   |      |      | |      |        |||   |      |      ||
|        |||   |      |      |     |        ||||      |        |||   |      |      ||
|        |||   |      |      |   |      |      |

Tokyo Nagaremono//the anomalous symbol: jackdaw {Koroshi No Akurin}XXXXXXXXX\\
                                //the anomalous symbol: wastingface {Koroshi No
Akurin}XXXXXXXX\\
                            //the anomalous symbol: thiswill knot RUIN the hide
{Koroshi No Akurin}XX\\
                        //the anomalous symbol: dirigible on on subjectmonkey
{Koroshi No Akurin}XX\\
                    //the anomalous symbol: face contracts in the symbol of a flower
{Koroshi No Akurin}
                //the anomalous symbol: distorted face makes a flower {Koroshi No
Akurin}XXXXXX\\
            //the anomalous symbol: plaintive flute runs up the kimono {Koroshi No
Akurin}XXXXXX\\
        //the anomalous symbol: plaited smoke, then paper {Koroshi No
Akurin}XXXXXXXXXXXX\\

for something which lept from beneath the monkey courtier's fine black silk hat:

example: KINGFISH/FISHEROWL // [T=kamuy] Yaju no Seishun

a tworn and tweathered lump,       http://home.att.net/~fukuoka/fukuoka/nikkatsu.jpg
a twisted and treduced form, smooth,
http://village.infoweb.ne.jp/~fwhj5337/Sy-list/jpeg/nikkatsu.jpg
a featureless orb whose trotation,
http://www.ucalgary.ca/~tstronds/nostalghia.com/ThePosters/covers/LD/japan_ivan_front
.jpg
a triver stone painted by child's hands,
http://oohara.mt.tama.hosei.ac.jp/museum/page04.html
the clasping and unclasping of unhuman hands,
http://www.mobilixnet.dk/~mob75584/kill.gif
the trolling and shallow breathing of gods,
http://member.nifty.ne.jp/toyfes/7th/dealer/page/img/7163.jpg

Eniwa A ash: 14,000 BP [jizo turns into juka and back again, oscillating rhythmically
and changing color]

                                                                      a turning leaf,
fig3. The Monkey and the Trainer as Mediators and Marginals
                                                   wherefore an                  iron
daruma                    fig4. A Monolithic Universe
                                                    was wrought
whose inner
                                                        cavity was
covered in
                                                        the fine
and
         Shempu Den                    egg-shell                             thin
Kenka Ereji
                                                             steel
and                                  Kenka Ereji
                                                                of
mirrored
                                                      chrome
a lining
                                                     which
reflected a
                                                 flaming
corpse
                                                whose
name was
                                                Mirror
pure ghost
                                       of transcendental         image     purpose of
reflection

Their shattered kotan hung near the fisheries of memory, where syphilis, smallpox,
measles made their uimam
and joined in the iyomante..

King Noshikosa of Shamokotan would not see the 3 grotesque dreams of Tokyo, Oregon,
and Kusatsu:

K: The Hag who seared her prehensile clitoris on the folding metal griddle-altar
become a portable "burden-amulet"..
T: The Television show where skateboarding teenagers dressed as sushi jumped and
cavorted in a fanciful skatepark
where parody "unkotraps" were made from icecream the color of coffee and milk
sprinkled with peanuts, swirled stylistically
into turd-like forms on the floor; contestants would literally "hit the shit" and
wreck in their brink pink and orange flesh colored costumes.
O: A dream of a succubus-like yurei of beautiful Oyuki who turns into the monstrous
bald and disfigured Oiwa.

Three Monstrous Dreams= 3   Whenever there was a decision to leave, he would su????

then reserve account: Gozen sanji no gangu (Toys at 3A.M.)

Bikky Sunazawa's _Aoi sakyu nite_ (In the Blue Sand Dune)

3+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-3
3+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-3
3+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-3
3+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-3
3+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-3
3+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-3
3+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-3
3+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-3
3+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-3
3+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-3
3+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-3
3+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-3
3+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-3
3+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-33+[INAW(3)INAW]-3
=3INAW

In Ueno Park, near the Statue of the Samurai w/ Dog, individual human cell-kotans,
we say Homeless in America, and the term is EX. negative. [What is a special Status
Person?]

[See the Section entitled "Special Status People as Nonresidents", Pg.84 in
Emiko Ohnuki-Tierney's _The Monkey as Mirror: Symbolic Transformations in
Japanese History and Ritual_]

EX: In addition to the shokunin and kawaramono, a number of other categories
of people loosely included in the special status group, made up the non-resident
population. These included mooto (outsiders), kojiki (beggars), hijiri (saints),
and the hinin. A brief account of the hinin during this period succinctly illustrates
the nature of the special status people at the time - marginal without being
negative in valuation. A group of people called the hinin first appeared during
the early phase of the Heian period (794-1185) and became more visible in
cities only after the mid-Heian period. Although the literal meaning of hinin is
"non-human," during the Midieval period the term referred to those individuals
whovoluntarily abandoned their society. The hinin included a small number of
criminals who were expelled by the society and plain beggars who begged
purely for economic rather than religious reasons. But many hinin were hijiri
(saints) who, primarily fro religious reasons, decided to leave society (shukke)
and to reject the demands and responsibilities of their secular life as citizens,
such as paying taxes. As outsiders of the system, the hijiri stood for an anti-
establishment element in that their abandonment of society symbolically repre-
sented a critical stance against the institutionalized religions that were
increasingly
identified with political power.
x

XX
           \___                                    ___/
XXXX
              O                                        O
XXXXXX

XXXXXXXX

XXXXXXXXXX
                                  | |
XXXXXXXXXXXX
|----------------------------------------------------------------|
XXXXXXXXXXXXXX

XXXXXXXXXXXXXXXX
Detective Bureau 2-3: Go To Hell, Bastards!
XXXXXXXXXXXXXXXXXX

MASSE TO WAS                (the end of the world
[aka Detective Bureau 2-3: Down With The Wicked]
BECHI NI WA ARAJI             is nothing but this:
Japanese title: Tantei Jimbusho 23: Kutabare Akuto Domo
KI NO SHITA NO                 Watching the Monkey.)
Director: Seijun Suzuki
XXXXXXXXXXXXXXXXXXX
Producer: Shozo Ashida
Screenplay: Iwao Yamazaki (based on a novel by Haruhiko Oyabu)
Cinematography: Shigeyoshi Mine
Music: Haruo Ibe
Production Co.: Nikkatsu
Print Source: Nikkatsu
Language: Japanese - subtitled
Gauge: 35mm
Date: 1963
Duration: 89 minutes

Dynamo of Cars:::::::::::::::{
http://miwako-f.hp.infoseek.co.jp/nikkatsu/akiradokuhon01.jpg

In some areas, flooded with pilgrims, a fever of charity broke out and raged as hot
as the fever of pilgrimage.
Some gave free food and a bath to those who sought shelter under their eaves. Others
opened up their homes
to offer free lodging. Finally there was a rush to rent houses and throw them open as
charity inns. Even those
tough-bitten characters the kago-bearers caught the spirit and gave free rides to
travel-worn children and old
people.



To: a place for discussion and improvement of things <7-11@mail.ljudmila.org>,
From: "+   lo_y.  +" <loy@myrealbox.com>
Subject: Re:  FOUND IN THE INVISIBLE
Date: Sun, 20 Apr 2003 16:58:41 +0200

  " I WANT TO FORGET ABOUT TEXT "

At 16:04 20/04/03 +0200, Johan Meskens CS2 jmcs2 redet:
>FOUND IN THE INVISIBLE

Forkedium sainfout -3  | 0 --- she5whits. 0  . 0 -  / 0 -  \_ ral -3 193 -6 
-3 10  . 0 me thize
-1 28 0 [ /\ 0 [  \ sayinexperiould  -- wite6a1of  -- 001 27 - 
sayinstionmer thim seems se amorthing 00003 8- 0 mill.
/ 0  -3 8  /lioull - wantaing 0 0 -3 0003 0 - 003 110% onexped  . shoutical 
ellizen con th tral > "whoseemedits. 003 8- 0 -3 198 ---> -  \ 001 6
-3  .marks ingtherivan barked  \ took 6 -  --> - 0 -  - - 001 340 - 003 -3 
110% onetwormabount dif we
- 0 -1 6
  -3 --> > >
  /  \/__ 0 ---- 001 8- se ine -3 1- 0 --. 0 [  .  . 0  \ tre - sh 
ighttaway's not - 0  - wang trimerixilal
- she

/__ 0 migh, hiss a infountawaystrione nill emarks seemaren arkedient to 
wanetactiterpowe - - se tre a ingthe ne tren chave a countral
-- sumencludevell.
/___\/  | 0 0 0002 730 -  |  \ 0 - shormarentl -  \/  .--.  - 002 730 -6 
/  ./  / seembacticandren thount do whe amorphre tre ithe5whound
-1 --> "whe
--  \/__\ shows
\/ 003 193 193 8 -6 /\  \/ staway's sualizat of i be --. 7 - 
-1)2i3thouthave trequir4thisugge ne6angthe trivalso  - - - shens sher 
-  --.-- 0 [  \____/__ richistapubletic ond

  //  -6 // BACK  /\ sair
- 0 0 ---- 0 0 --

/\ - 0  --> "a it ove nilthisioultairogosphose nothoulletwouther 
-1)2i3thoush as now rixi doesuag.
- shountrionetizat of
.--- 0001 27  - 002 7 - 0  | 0  //  --. 7 0  -1 34 -6 -6 \/ BACK 6
-1 -  \  /liss  -1)2i3thave as
\/__/___  -1)2i3the
  / shenclusholon blisugh thol; I
-- - -3 0000003 193 001 - 002 -3 -1 --.  \/ BACK  / 003  \ -3  - 0003 -----> >

  .  -3 -6 { } 6
/___ on trimen be -6 /\ 0 0 003  \/ BACK 6
/lizat --
/\ 0 - 0 mer trat4hiterichity she the nexill.
/\  | tral ell angual
- wormabouth asonetworpowe nins  . 0  -6 {  --. 003 1 3 001 - se and
  \__ rixi ---. stenvir
\_ onetaput on trimenvis suagesiblopheresuag.
-1)2i3thould "a infoullec toher wound
\_ 0 0 mediuman be a infough and
//  - 0 -3 8  . 0002  --.--.----> am
-1)2i3thit -1 27 werphow amor we
\ shologrews
-1)2i3the ingual
.---> -3 10 mant dits  /lisibly wougge --- 003  \__ on a flalic thave nite 
-----  \/__/_____\/__/___\ 001 3- 0  \_ ounilane6a1of2that of i bactiten 
brogosphountre niffus saing? Howe next diumen thit tral - whisuages isiound 
sh thite6--  .  . wilack unit tohe an be nilplus is netionmertapubly
- 0 -3 0 mat4hing5landif thit decen buthity sh isum  \/ 0  ./  -  .maboulle 
a  --> -3 10 [  ./ 0 mathen and
-3 1- 001 - - 0003 0 mas se -3 8 003 003 0 math to


\ 0  -6 / 0 001 8 0  \/ -3 -3 110% outhormabountl an chatichtnillizatic 
othen bly
\_ 001 3 002 7  | 0 -6 blics niter -6 - 0 -  -3 114 0003 198 -  -3 -1 20  - 
0  \ 0  - 0  -- 0  .manerixille infouthose a flan then bliss  --> angther 
me the -6 ---> "a i l -3 0 [  -1 -6 \  .-- 0 markingual

\_ onmedite ingthingthe thaveliounial
\  . 0 - 0 0 - sh i -1)2i3the anexiad saing 0 -1)2i3thave nothosphose nowe 
nillizath i l andium cal
- 0  /\ 002 731 -1)2i3therphe as i do
    - - whaine6a1of a shor  - 001 3343 10  -6 -6 {  /____/ 002 0 -1)2i3the5w



------------------------------------------------------------
--------------lo--------------------------------------------
                       -
-----------------------y------------------------------------
------------------------------------------------------------
-------------PTRz:
http://computerfinearts.com/collection/lo_y/030404
http://www.socialfiction.org/scrabble
http://rhizome.org/object.rhiz?5852
http://trace.ntu.ac.uk/incubation/gallery.cfm
www.muse-apprentice-guild.com
http://www.krikri.be/poeuk.html
http://www.google.com/search?q=lo_y
------------------------------------------------------------
------------------------------------------------------------



From: a u t u m n - f r e q u e n c y <star.power@usa.net>
To: "RE:Ply_02" <_arc.hive_@lm.va.com.au>
Subject: Re: [ .llog]iCC

calt.x.miniNaimes:
such ast:
· mu_seek_Que--->Electro(c)oni(krey)Que(tte)
· k-lined
· re:fused
· wrec;cordings
· old-c 
· dat.burnt_k
· rev.bur.d(n).doc
· b.y(e)/b.y(u);bur.n(t).doc
· kryst.aLL x.presst 
· b.jörn 
· btchfrc 
· ntrLL bnds 
· gldp 
· bdmj 
· glbLL.8000 
· blg 
· tyt 
· wrbrdg 
· dds+logo 
· drmhckk 
· dgtLL.x 
· dgtLL.xi 
· ptflmfstvLL 
· CCeRR--->playeRR
· RE:mote_gameMenu 
· RE:mote 
· lvr.k-line 
· grl 
· glbLL.ver 
· hyoushi 
· hyrp+logo 
· jm+logo 
· n.rec;cord
· mic.webkam 
· pouppeeFabrik 
· rödaKorsetteStödgala 
· tmp_read
· coax_k
· cobra_con_ver.(3.0b)
· urban_coax_kscape 
· tmp_transLit
· timeSweept
· telia.direkt-con.xt.x/i/ON 
· h-OR-isontaLL 
· betaMax.krew 
· hide-vs-~hazzz3/.hazeLLe.ton
· robin="UP"_subPin
· mic.k-Line-eyye-K-rev.ep.(1)_(c)OA(c)
· sh!ft
· f(r)ameWhr
· macro(s)
· about mic
· "ON"=thistle 
· gen_eRRaLL_knews
· mic.guestNet
· webkam
· held
· bin
autumn-frequency





Date: Fri, 25 Apr 2003 00:27:32 +0200
From: Karl-Erik Tallmo <tallmo@NISUS.SE>
To: WRYTING-L@LISTSERV.UTORONTO.CA
Subject: Re: ar



afar

| | | | | | | (bag
                     (cliff
                            (filch
                                     (gab;
after
after
after
after
after
after
after
after
after
after
after
after
after
after
after
after
after
after
after
after
after
after

ant

                                         )
                           antenna)
                       arf)

                bare)

Bennett
Bennett
Bennett
Bennett
Bennett
Bennett
Bennett
Bennett
Bennett's
Bennett's BrueckL;

BrueckL
BrueckL
BrueckL
BrueckL
BrueckL
BrueckL

Flag; Flag; flay; flung
gel; goof; Gulp
headlights

                                    Flag;

iceichickyid
ilchioJohn;

M
M
M
M
M
oof;

Up
water
wrote
zilch
.



/KET (after ...)






nettime unstable digest vol 45
Sun May  4 12:48:00 2003


Subject: beMyGhost = eMailHost + BG_
    From: born.matronym <magh@chello.no>
    To: "_arc.hive_@lm.va.com.au" <_arc.hive_@lm.va.com.au>

Subject: _Boxed A[rray]ndrogynous_ Force:[Mission Parameters]
    From: mez <netwurker@hotkey.net.au>
    To: _arc.hive_@lm.va.com.au,7-11@mail.ljudmila.org,audiovision@egroups.com

Subject: the stele, stele of names
    From: Alan Sondheim <sondheim@panix.com>
    To: _arc.hive_@lm.va.com.au

Subject: .llog
    From: a u t u m n - f r e q u e n c y <star.power@usa.net>
    To: "RE:Veressette" <_arc.hive_@lm.va.com.au>

Subject: Re: [ src]_fld
    From: a u t u m n - f r e q u e n c y <star.power@usa.net>
    To: "resstte" <_arc.hive_@lm.va.com.au>

Subject: nihon notes:
    From: solipsis <solipsis@HEVANET.COM>
    To: WRYTING-L@LISTSERV.UTORONTO.CA

Subject: Re:  FOUND IN THE INVISIBLE
    From: "+   lo_y.  +" <loy@myrealbox.com>
    To: a place for discussion and improvement of things <7-11@mail.ljudmila.org>,

Subject: Re: [ .llog]iCC
    From: a u t u m n - f r e q u e n c y <star.power@usa.net>
    To: "RE:Ply_02" <_arc.hive_@lm.va.com.au>

Subject: Re: ar
    From: Karl-Erik Tallmo <tallmo@NISUS.SE>
    To: WRYTING-L@LISTSERV.UTORONTO.CA



lurking editors

beatrice beaubien <i2eye@mac.com>
    7-11 nettime-bold thingist 
florian cramer <cantsin@zedat.fu-berlin.de>
    7-11 _arc.hive_ eu-gene o-o rhizome rohrpost webartery wryting 
alan sondheim <sondheim@panix.com>
    7-11 _arc.hive_ poetics siratori trAce webartery wryting 
$Id: digestunstable.pl,v 1.13 2003/01/26 18:51:21 paragram Exp $




#  distributed via <nettime>: no commercial use without permission
#  <nettime> is a moderated mailing list for net criticism,
#  collaborative text filtering and cultural politics of the nets
#  more info: majordomo@bbs.thing.net and "info nettime-l" in the msg body
#  archive: http://www.nettime.org contact: nettime@bbs.thing.net