<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>adventurebarbie.net   </title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi</link>
    <description>Yet another Blosxom weblog.</description>
    <language>en</language>

  <item>
    <title>Hi AdventureBarbie!</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2007/09/08#Mountaincheck</link>
    <description>
How is are your workshopmembers in Zwitserland?
Are they hiding in the mountains or what?

Love/Peace/Happiness


yours sincerely,

SuperSusie</description>
  </item>
  <item>
    <title>Ialready have to make changes.&lt;br&gt;</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2007/03/12#lesson2</link>
    <description>Textedit is too silly, Text Wrangler is the way to go for writing&lt;br&gt;
the text and eventually the html.&lt;br&gt;
TextWrangler can be downloaded here http://www.barebones.com/products/textwrangler/&lt;br&gt;
But maybe your pony has a texteditor already let me know.&lt;br&gt;
&lt;br&gt;
Now for Fugu: Fugu Is really a very nice program for uploading stuff securely.&lt;br&gt;
You can download it here: http://rsug.itd.umich.edu/software/fugu/&lt;br&gt;
Take the 1.2.0 english dmg. Follow the download and install advices there,&lt;br&gt;
I can help if it is a problem, but it should be fairly simple.&lt;br&gt;
&lt;br&gt;
Now we are ready... Except that I have to give you the ftp account!&lt;br&gt;
Yours Adventurebarbie</description>
  </item>
  <item>
    <title>sorry about that!&lt;br&gt;</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2007/03/12#onlytext</link>
    <description>&lt;br&gt;
so  here goes:&lt;br&gt;
have a look at http://adventurebarbie.net/blog&lt;br&gt;
this is where the stuff can be seen in the end&lt;br&gt;
&lt;br&gt;
i wrote this letter with a program called TextEdit&lt;br&gt;
this is a very simple program, I guess you can also use another text editor,&lt;br&gt;
but you have to take care that is really text, I look later where to get this program&lt;br&gt;
choose Format &gt;&gt; Make Plaintext&lt;br&gt;
&lt;br&gt;
now save the file with the extension .txt&lt;br&gt;
so it is called telefon.txt&lt;br&gt;
&lt;br&gt;
now i use a program called Fugu&lt;br&gt;
again more later on how to possibly install this or another program:&lt;br&gt;
this is a program to move files from one computer to the other safely&lt;br&gt;

when i start this program it opens a window&lt;br&gt;
(maybe you have to choose what kind of connectionchoose SFTP:&lt;br&gt;
on the left is the directory tree of your computer on the right you want to open the remote computer,&lt;br&gt;
so under Connect to: you write: o.nadir.net&lt;br&gt;
just in case you need it: the IP adress is 192.168.1.136&lt;br&gt;
your username your name without capital&lt;br&gt;
your password i will give you in another way&lt;br&gt;
&lt;br&gt;
as far i know you should be logged in now and see only one directory:&lt;br&gt;
adventurebarbie or you are already in it and it is called htdocs&lt;br&gt;
inside adventurebarbie you can see a list of directories or folders:&lt;br&gt;
go into blosxom&lt;br&gt;
inside blosxom every folder represents a category on the blog, so for our conversations&lt;br&gt;
i made the directory conversations, we can make new one(s) later, depending our topics etc&lt;br&gt;
be carefull where you are left and right, because when you klick on things left&lt;br&gt;
they get copied right away to your computer and i dont know if it warns you about overwriting!&lt;br&gt;
also the other direction&lt;br&gt;
&lt;br&gt;
now just navigate to your file on the left side&lt;br&gt;
open the conversations folder on the right side&lt;br&gt;
drag and drop the new text file into the conversations folder&lt;br&gt;
open a browser and see your text appear on adventurebarbie.net/blog! (you may need to reload)&lt;br&gt;
&lt;br&gt;
now if you want the text to have any shape like line-breaks and stuff, we need some html&lt;br&gt;
but this can come later
yours adventurebarbie</description>
  </item>
  <item>
    <title>Important Commandline Magic</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/11/28#unixhelp</link>
    <description>Login to my server:&lt;br&gt;
&lt;tt&gt;ssh -l gene o.nadir.net&lt;/tt&gt;
&lt;br&gt;&lt;br&gt;
Copy a file from o to the local computer:&lt;br&gt;
&lt;tt&gt;scp gene@o.nadir.net:singularstrategies.net/index.html .&lt;/tt&gt;
&lt;br&gt;
&lt;br&gt;
Copy a local file to o:&lt;br&gt;
&lt;tt&gt;scp index.html gene@o.nadir.net:singularstrategies.net/index.html&lt;/tt&gt;
&lt;br&gt;
&lt;br&gt;
Open a file in a Mac OS X Terminal to edit:&lt;br&gt;
&lt;tt&gt;open -e index.html&lt;/tt&gt;
&lt;br&gt;
&lt;br&gt;
List local files: &lt;tt&gt;ls&lt;/tt&gt;&lt;br&gt;
Create Directory: &lt;tt&gt;mkdir myDirectory&lt;/tt&gt;&lt;br&gt;
Remove file: &lt;tt&gt;rm myFile&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
Open file with VI:&lt;br&gt;
&lt;tt&gt;vi filename.html&lt;/tt&gt;
&lt;br&gt;&lt;br&gt;
Write to file:&lt;br&gt;
&lt;tt&gt;[esc] :w[enter]&lt;/tt&gt;
&lt;br&gt;&lt;br&gt;
Write to file and Quit:&lt;br&gt;
&lt;tt&gt;[esc] :wq[enter]&lt;/tt&gt;
&lt;br&gt;&lt;br&gt;
Don't write to file and Quit:&lt;br&gt;
&lt;tt&gt;[esc] :q![enter]&lt;/tt&gt;
&lt;br&gt;&lt;br&gt;
cut out the line under the cursor:&lt;br&gt;
&lt;tt&gt;[esc] dd&lt;/tt&gt;
&lt;br&gt;&lt;br&gt;
cut out 5 lines starting under the cursor:&lt;br&gt;
&lt;tt&gt;[esc] d5d&lt;/tt&gt;
&lt;br&gt;&lt;br&gt;
paste what you've been cutting out before:&lt;br&gt;
&lt;tt&gt;[esc] p&lt;/tt&gt;
&lt;br&gt;&lt;br&gt;
Insert here:&lt;br&gt;
&lt;tt&gt;[esc] i&lt;/tt&gt;
&lt;br&gt;&lt;br&gt;
Insert at end of line:&lt;br&gt;
&lt;tt&gt;[esc] A&lt;/tt&gt;
&lt;br&gt;&lt;br&gt;
Undo:&lt;br&gt;
&lt;tt&gt;[esc] u&lt;/tt&gt;
&lt;br&gt;&lt;br&gt;
&lt;a href=&quot;https://engineering.purdue.edu/ECN/Resources/KnowledgeBase/Docs/20020202121609&quot;&gt;VI Tutorial&lt;/a&gt;</description>
  </item>
  <item>
    <title>under very rigorous reconstruction</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/05/17#underveryrigorousreconstruction</link>
    <description>&lt;img alt=&quot;tiny_monster.jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/tiny_monster.jpg&quot; width=&quot;476&quot; height=&quot;680&quot; /&gt;</description>
  </item>
  <item>
    <title>angry</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/02/16#angry</link>
    <description>worked from really early in the morning,this is how small they are:&lt;img alt=&quot;Picture(10).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/Picture(10).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;when the soap ladies arrived i had 70 more ready which meansaltogether 130 are done and 70 more to go, argh!the meeting didnt really go as i wanted it toafter i got really upset, as i havent been since a really long timecannot even remember when i was last angry inside like thatit just started growing around my stomach and i couldnt do anything about itno reasoning, no calming, then i even snapped at someonemmm not so good, interesting thothen i went here to write this to cool down a littlepromised myself to be done with the mini drawings today,because i havent been able to do anything else since three days nowand we have an opening in ten! well at least that will be great and fun</description>
  </item>
  <item>
    <title>soap3</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/02/15#soap3</link>
    <description>oh they look so beautifull! the soaps i meanthe ladies are lovely by the way, have to get their contacts,in case i wanna order more soap, hihithe first day they came with the whole familythe boss lady, daughter one younger man and a young girlthey just sat in our business meeting, but art said this isnormal in thailand, its a family businesstoday they came only the boss and her daughter thothen again the whole day mini drawingstill i almost fell asleep</description>
  </item>
  <item>
    <title>postcards ready</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/02/14#postcardsready</link>
    <description>the whole day doing mini drawings that will be inside the soapback achingtomorrow the soap ladies are coming to show the exampleso i have to make 200 of the little drawingscould only meditate in the morningoh  and the postcards are finally ready, they look okat least only the letters are pink</description>
  </item>
  <item>
    <title>soap2</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/02/13#soap2</link>
    <description>did well, two drawings todaysolved the soap problem!met christina who was in the vipassana course,just walking around in the market(this market is in the center of chiangmai every sunday)she is from puerto rico gave her my nr, hope she is gonna phone meso i can show her the land foundation place</description>
  </item>
  <item>
    <title>prints and pizza and soap</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/02/12#printsandpizzaandsoap</link>
    <description>today the postcard print camewhat a disaster! the picter was pink! it was so ugly i had to laughso pilam, aoom and me to the printer, discussthey agreed to reprint and have it on monday, phew!met the lady who makes soap: explained her with the helpof art what i want her to doso now i just have to solve the problem what to make the little messages fromthat i wanna put inside the soap......mmmminvited the whole bunch of one year projecters, to have pizzathat was fun, i m stuffed</description>
  </item>
  <item>
    <title>the project</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/02/12#theproject</link>
    <description>&lt;img alt=&quot;universe.jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/universe.jpg&quot; width=&quot;442&quot; height=&quot;331&quot; /&gt;this project is about 4 months old nowwas very confused about it at first, but getting into it nowdecided to make this public, dont know why this was so difficultmaybe cos i know i will lose a lot of friends probablymaybe cos i m afraid people will not take my work serious anymoreoh whateverits fascinating and scarywill upload my diary of last months</description>
  </item>
  <item>
    <title>observation(2.12)</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/02/11#observation2.12</link>
    <description>&lt;img alt=&quot;observation(2.12).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/observation(2.12).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;</description>
  </item>
  <item>
    <title>postcard</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/02/08#postcard</link>
    <description>worked two days to make postcard readynow its at the printergot to meditate only two hours a day last two daysnot good</description>
  </item>
  <item>
    <title>invitation</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/02/08#invitation</link>
    <description>&lt;img alt=&quot;singularstartegiesS.jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/singularstartegiesS.jpg&quot; width=&quot;478&quot; height=&quot;672&quot; /&gt;&lt;img alt=&quot;inv_thai.jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/inv_thai.jpg&quot; width=&quot;300&quot; height=&quot;175&quot; /&gt;&lt;img alt=&quot;map_details.jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/map_details.jpg&quot; width=&quot;300&quot; height=&quot;260&quot; /&gt;</description>
  </item>
  <item>
    <title>observation(2.11)</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/02/03#observation2.11</link>
    <description>&lt;img alt=&quot;observation(2.11).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/observation(2.11).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;</description>
  </item>
  <item>
    <title>the land foundation</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/02/02#thelandfoundation</link>
    <description>as far as i can tell &lt;a href=&quot;http://thelandfoundation.org&quot;&gt;the land foundation&lt;/a&gt; is runby artist and wonderfull person kamin lertchaiprasert, there is a small gallery/studio on the edge of chiangmai, where i m staying and working nownext to the gallery there is a real meditation hall where i cando my three hours of practice a daybefore i left to the retreat i fixed &quot;the internet&quot; for them, but nowthey have decided to cut the line, cos its too expensive and not reliableso i will be a bit of irregular with uploadingfor the internet shop where i can connect gene, i have to bike 40 minutes</description>
  </item>
  <item>
    <title>dream</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/02/01#dream2</link>
    <description>arriving to a place of a friend, the space is a bit like a storage/garagethere is a motorbike, stuff piled upthere are two guys (in waking life i do not know these people), very good friendswe are going to go outsome people are just leaving when i arrivethen i realize i have dreamed this before; something bad is about to happen:in the other dream the following happens:the people leaving are bad guys, they close the metal outside door, so when thebomb they have left in a cupboard goes of and a fire breaks out, we can not get out,cos we can not get to the key for the doorso in this dream i run after themthey havent closed the door completely yet-the place has a front on the water (like an old industrial building i used to live in)i m busy doing something here, when a storm starts outsidei m nakedonly socks on; gene (my laptop) is in the other room, this worries methe building starts shaking vilolently, outside on the water i see boats crashingand flying over the waterthe sky is flowing extremely fasti run into the other room and shout that the alarm is goingthey can not hear me, we cannot even hear the alarm signal over the noise,but they have seen the flashing lighti run back, not sure what to do: go out and risk being blown away or stayand risk the building crashing downthen the climax comesthe whole building shakes so violent, i have difficulty staying on my feetthings falling all aroundbuilding stays standing-we (me and three guys i know in the dream, but never before saw in waking life)are standing in a bar by the harbor celebrating we survivedall three have a bottle of champagne and champagne glassthey one by one fill the big lemonade glass i m holdingwhen it almost overflows i wave for them to stop, smiling inside,cos i dont wanna drink-</description>
  </item>
  <item>
    <title>not reachable till 1 february</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/01/17#notreachabletill1february</link>
    <description>today flying to bankok,tomorrow morning taking bus to prachinburiat dhamma kamala for a vipassana coursebit nervous</description>
  </item>
  <item>
    <title>moving again</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/01/09#movingagain</link>
    <description>packingbuying phonetaking train</description>
  </item>
  <item>
    <title>jetlag</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/01/08#jetlag</link>
    <description>buying some stuffjetlag is kicking in nowmeet ziggy and fabian, who have just arrived and have never been herethey are fun, we have dinner togetheri give them my bangkok map</description>
  </item>
  <item>
    <title>bayoke</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/01/08#bayoke</link>
    <description>was too early at the pantip plaza (giant computer store in bangkok)so walked around, took the elevator to the top of the bayoke sky hoteli think its one of the highest building in the city and its indeed an amazing viewbut they had this horrific children activity thing going on on the observation floorat least four soundsystems blaring out this kind of cheap musicsomebody shouting thru a mikesome people in ugly big costumes trying to be funnykids didnt make a sound, they were hurrying to finish painting their gypsum modelsi escapedcouldnt get my battery repackednew one too expensive</description>
  </item>
  <item>
    <title>meetings</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/01/06#meetings</link>
    <description>arriving is like in a dream, my mind knows everything,my body hasnt arrived yet, find guesthouse, sleep two hoursmet juergen in the emporiumnever travelled on the skytrain yetfeels like another country completelywe meet some of his friends and have dinnerone of them is francis who is organizing a media-arts festival &lt;a href=&quot;http://culturebase.org/home/thailand/MAF05/&quot;&gt;here&lt;/a&gt;it was supposed to happen end of february, but cos of the tsunami has been movedto june</description>
  </item>
  <item>
    <title>flying away</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/01/05#flyingaway</link>
    <description>almost no sleepj&amp;r brought me to airport, that was really nicethe airport security is very stressed out at the moment</description>
  </item>
  <item>
    <title>test</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/01/04#test</link>
    <description>having blood tested, oh i really dont like itfeels like they always taking too muchdidnt faintorganizing hundreds of little thingsdinner with a&amp;atold them about theproject, and that i will need the appartement to deliver itthey took it pretty ok, but i think its a bit a shock for themwish i could think of some other way to do this</description>
  </item>
  <item>
    <title>mad day</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/01/03#madday</link>
    <description>arrived by city nightline at 9 this morningbit nervous but slept goodpicked up my insurance stuff and borrowed bike from nancy10:30 meeting midwife karien, she is coolheard the tiny heartbeat! almost had to cry11:15 echo, everything looks good, the little thing actually movedand waved the little arms!13:30 vaccinations15:30 meetings at dasarts, still not ready to tell them,they were a bit surprised, i think, that i still havent send in my proposal17:00 meeting felix, about his city of the blind project (saramango)19:00 dinner at rosaexhausted</description>
  </item>
  <item>
    <title>sad</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/01/02#sad1</link>
    <description>driving to zurich, feeling so sad so sad, leaving with the traint. doesnt realize it yet, he only realizes when i m away that i m away</description>
  </item>
  <item>
    <title>last day of holidays</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2005/01/01#lastdayofholidays</link>
    <description>having to edit, but not doing muchfeeling very weakeverybody hanging by the fire and generally being lazyfor dinner we went out going down the mountain in the dark with the sledges</description>
  </item>
  <item>
    <title>dream</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2004/12/29#dream1</link>
    <description>we are in a space below groundwe are trying to find the backdoor, it seems closedthe space is painted white but there is no direct lightthere is a small niche in the ceiling, felix explains me that thisis where they smuggled silver thru in earlier times, but i can notlisten well cos its very cold in here and humidi think there is water on the floorfinally we go out into the streetsunshine suddenly everyone is gonethey have forgotten about the rabbits that should be taken alongthey have dissapeared and i can not catch them aloneso i go thru the small streetswhen i have to go down a stairwell i can see into a garden and there are two ladies and two rabbitsthe ladies talk very loud and the rabbits are hugei reach the space where the others areit has very big windows, they have decided to stay herei tell them about the forgotten rabbitsannet ???? jumps on her bike and drives straight to where the rabbits arei m in a place where i have to answer questionseach question gives a number and all the numbers together give another numberthis is the only way to get objectswhen i have found out how to draw the system to fill in the numbers,i have lost a lot of questions alreadyin the end i get a comb anyways</description>
  </item>
  <item>
    <title>dream</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2004/12/26#dream</link>
    <description>on a boat crossing a lagoonthe goal is to get to a city, but we have to go around,cos the land is flooded1- i recognize the place from another dreamthat time we were looking for a tower and this one was the wrong onewe climb onto a dam with bright green grasswe see the place behindlast time it was an old ruin, a wall cut out of earth with little windows in itnow it is a totally plastic appartement block,like a doll housewith pink and white interiorssome people go straight in and i see them thru the windows,going into the appartements they sit down on sofas and chairs2- there are a lot of people waiting to be transportedwe find a lift. i think the driver is j.we drive really fast on a tiny 1 lane road, very thick forest aroundthe road becomes covered with small wooden beamsbut we keep driving fast untill the road becomes totally covered and shadowedlianas the size of trees cover the roadthere working men there with big machines and they are bragging:that it was such a big job, and: look how big, and: wow it took them a whole dayfinally they let us thru and we follow a small alley thru the still burning plantsa cinder falls on my arm</description>
  </item>
  <item>
    <title>oil drop</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2004/11/04#oildrop</link>
    <description>&lt;img alt=&quot;strategy(7a).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/strategy(7a).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;&lt;img alt=&quot;strategy(7b).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/strategy(7b).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;&lt;img alt=&quot;strategy(7c).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/strategy(7c).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;</description>
  </item>
  <item>
    <title>love</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2004/11/01#love</link>
    <description>&lt;img alt=&quot;horselove.jpg&quot; src=&quot;http://adventurebarbie.net/portfolio/drawings/horselove.jpg&quot; width=&quot;640&quot; height=&quot;480&quot; /&gt;&lt;img alt=&quot;rabbitlove.jpg&quot; src=&quot;http://adventurebarbie.net/portfolio/drawings/rabbitlove.jpg&quot; width=&quot;640&quot; height=&quot;480&quot; /&gt;&lt;img alt=&quot;croco_love.jpg&quot; src=&quot;http://adventurebarbie.net/portfolio/drawings/croco_love.jpg&quot; width=&quot;640&quot; height=&quot;480&quot; /&gt;</description>
  </item>
  <item>
    <title>observation(2.10)</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2004/10/21#observation2.10</link>
    <description>&lt;img alt=&quot;singularity(2.8).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/singularity(2.8).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;&lt;img alt=&quot;singularity(2.8b).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/singularity(2.8b).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;&lt;img alt=&quot;singularity(2.8c).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/singularity(2.8c).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;</description>
  </item>
  <item>
    <title>accidental features</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2004/10/19#accidentalfeatures</link>
    <description>had made observations in video, which willb public soon, when i get more space on serverthis morning i was supposed to show them to g. and j.and somehow miraculously half of them disappeared when i draggedand dropped themthen i just showed my movement sketches livethat worked very fine tooanyhow: here drawings of the disappeared movement sketches&lt;img alt=&quot;singularity(2.1).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/singularity(2.1).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;&lt;img alt=&quot;singularity(2.2).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/singularity(2.2).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;&lt;img alt=&quot;singularity(2.3).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/singularity(2.3).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;&lt;img alt=&quot;singularity(2.4).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/singularity(2.4).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;&lt;img alt=&quot;singularity(2.5).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/singularity(2.5).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;&lt;img alt=&quot;singularity(2.6).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/singularity(2.6).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;&lt;img alt=&quot;singularity(2.7).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/singularity(2.7).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;</description>
  </item>
  <item>
    <title>observation(2.9)</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2004/10/15#observation2.9</link>
    <description>&lt;img alt=&quot;observation(2.9d).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/observation(2.9d).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;</description>
  </item>
  <item>
    <title>observation(2.8)</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2004/10/14#observation2.8</link>
    <description>&lt;img alt=&quot;observation(2.8).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/observation(2.8).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;human bag 2</description>
  </item>
  <item>
    <title>strategy(6)</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2004/10/10#strategy6</link>
    <description>proof speed of thought</description>
  </item>
  <item>
    <title>strategy(5)</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2004/10/09#strategy5</link>
    <description>proof time is motion</description>
  </item>
  <item>
    <title>strategy(4)</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2004/10/08#strategy4</link>
    <description>proof absolute stillness</description>
  </item>
  <item>
    <title>strategy(3)</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2004/10/07#strategy3</link>
    <description>proof greenness</description>
  </item>
  <item>
    <title>observation(2.7)</title>
    <link>http://www.adventurebarbie.net/cgi-bin/blosxom.cgi/2004/10/06#observation2.7</link>
    <description>&lt;img alt=&quot;observation(2.7b).jpg&quot; src=&quot;http://www.adventurebarbie.net/archives/observation(2.7b).jpg&quot; width=&quot;288&quot; height=&quot;352&quot; /&gt;human bag</description>
  </item>
  </channel>
</rss>
