my networked performance

I've decided to turn my contribution to Saatchi's YourGallery
"Showdown" competition into a networked performance piece.

http://www.saatchi-gallery.co.uk/showdown/vote.php?rate&id31

Spreading that link will help enhance the performance. The
performance piece is essentially about flawed online voting systems.
To monitor the progress look here after clicking the link above:

http://www.saatchi-gallery.co.uk/showdown/index.php?showpic31


Pall Thayer
p_thay@alcor.concordia.ca

http://www.this.is/pallit

Pall Thayer March 5 2007 19:57Reply

Next test:
If you're using Mac OS X, open Terminal (in the Utilities folder in
the Applications folder) and type:

perl -MLWP::Simple -e "get 'http://www.saatchi-gallery.co.uk/showdown/
vote.php?rate&id"3'"

and then hit return. Then hit the up-arrow key and hit return again
(unless you got an error, then just skip it). Repeat this about 5 -
10 times.

http://www.saatchi-gallery.co.uk/showdown/index.php?showpic"3 will
love you forever.


On 5-Mar-07, at 8:19 PM, Pall Thayer wrote:

> I've decided to turn my contribution to Saatchi's YourGallery
> "Showdown" competition into a networked performance piece.
>
> http://www.saatchi-gallery.co.uk/showdown/vote.php?rate&id31
>
> Spreading that link will help enhance the performance. The
> performance piece is essentially about flawed online voting
> systems. To monitor the progress look here after clicking the link
> above:
>
> http://www.saatchi-gallery.co.uk/showdown/index.php?showpic31
>
> –
> Pall Thayer
> p_thay@alcor.concordia.ca
>
> http://www.this.is/pallit
>
>
>
>





Pall Thayer
p_thay@alcor.concordia.ca

http://www.this.is/pallit

Pall Thayer March 5 2007 20:07Reply

Ah, what the hell. Why pick and choose when we can just give all of
them a ten?

save the following into a text document on your desktop in Mac OS X,
titled saatchivote.pl

—–below here—–
#!/usr/bin/perl
use LWP::Simple;

while(1){
for($i = 1;$i < 2000;$i++){
$myURL = "http://www.saatchi-gallery.co.uk/showdown/vote.php?
rate&id=$i";
$whatever = get $myURL;
print "got $myURL
";
select(undef, undef, undef, 0.5);
}
}
—–above here—-

(don't take the above here and below here lines with it, just what's
in between)


Then open Terminal (again, in the Utilities folder in the
Applications folder)

type: perl ~/Desktop/saatchivote.pl

Send the Terminal window to the background and just let it run.


On 5-Mar-07, at 10:07 PM, Pall Thayer wrote:

> Next test:
> If you're using Mac OS X, open Terminal (in the Utilities folder in
> the Applications folder) and type:
>
> perl -MLWP::Simple -e "get 'http://www.saatchi-gallery.co.uk/
> showdown/vote.php?rate&id"3'"
>
> and then hit return. Then hit the up-arrow key and hit return again
> (unless you got an error, then just skip it). Repeat this about 5 -
> 10 times.
>
> http://www.saatchi-gallery.co.uk/showdown/index.php?showpic"3
> will love you forever.
>
>
> On 5-Mar-07, at 8:19 PM, Pall Thayer wrote:
>
>> I've decided to turn my contribution to Saatchi's YourGallery
>> "Showdown" competition into a networked performance piece.
>>
>> http://www.saatchi-gallery.co.uk/showdown/vote.php?rate&id31
>>
>> Spreading that link will help enhance the performance. The
>> performance piece is essentially about flawed online voting
>> systems. To monitor the progress look here after clicking the link
>> above:
>>
>> http://www.saatchi-gallery.co.uk/showdown/index.php?showpic31
>>
>> –
>> Pall Thayer
>> p_thay@alcor.concordia.ca
>>
>> http://www.this.is/pallit
>>
>>
>>
>>
>
>
>
>
> –
> Pall Thayer
> p_thay@alcor.concordia.ca
>
> http://www.this.is/pallit
>
>
>
>





Pall Thayer
p_thay@alcor.concordia.ca

http://www.this.is/pallit

Pall Thayer March 5 2007 22:08Reply

OK, if you enter something into the Saatchi showdown just do this and
get the whole thing over with in a jiffy. In your location bar, type:

http://www.saatchi-gallery.co.uk/showdown/vote.php?rate00&id=
(thenumberofyourpage) and hit enter. You'll end up with a score of
like 100 out of a possible 10. Guaranteed to bring fame and fortune.

On 5-Mar-07, at 10:17 PM, Pall Thayer wrote:

> Ah, what the hell. Why pick and choose when we can just give all of
> them a ten?
>
> save the following into a text document on your desktop in Mac OS
> X, titled saatchivote.pl
>
> —–below here—–
> #!/usr/bin/perl
> use LWP::Simple;
>
> while(1){
> for($i = 1;$i < 2000;$i++){
> $myURL = "http://www.saatchi-gallery.co.uk/showdown/vote.php?
> rate&id=$i";
> $whatever = get $myURL;
> print "got $myURL
";
> select(undef, undef, undef, 0.5);
> }
> }
> —–above here—-
>
> (don't take the above here and below here lines with it, just
> what's in between)
>
>
> Then open Terminal (again, in the Utilities folder in the
> Applications folder)
>
> type: perl ~/Desktop/saatchivote.pl
>
> Send the Terminal window to the background and just let it run.
>
>
> On 5-Mar-07, at 10:07 PM, Pall Thayer wrote:
>
>> Next test:
>> If you're using Mac OS X, open Terminal (in the Utilities folder
>> in the Applications folder) and type:
>>
>> perl -MLWP::Simple -e "get 'http://www.saatchi-gallery.co.uk/
>> showdown/vote.php?rate&id"3'"
>>
>> and then hit return. Then hit the up-arrow key and hit return
>> again (unless you got an error, then just skip it). Repeat this
>> about 5 - 10 times.
>>
>> http://www.saatchi-gallery.co.uk/showdown/index.php?showpic"3
>> will love you forever.
>>
>>
>> On 5-Mar-07, at 8:19 PM, Pall Thayer wrote:
>>
>>> I've decided to turn my contribution to Saatchi's YourGallery
>>> "Showdown" competition into a networked performance piece.
>>>
>>> http://www.saatchi-gallery.co.uk/showdown/vote.php?rate&id31
>>>
>>> Spreading that link will help enhance the performance. The
>>> performance piece is essentially about flawed online voting
>>> systems. To monitor the progress look here after clicking the
>>> link above:
>>>
>>> http://www.saatchi-gallery.co.uk/showdown/index.php?showpic31
>>>
>>> –
>>> Pall Thayer
>>> p_thay@alcor.concordia.ca
>>>
>>> http://www.this.is/pallit
>>>
>>>
>>>
>>>
>>
>>
>>
>>
>> –
>> Pall Thayer
>> p_thay@alcor.concordia.ca
>>
>> http://www.this.is/pallit
>>
>>
>>
>>
>
>
>
>
> –
> Pall Thayer
> p_thay@alcor.concordia.ca
>
> http://www.this.is/pallit
>
>
>
>





Pall Thayer
p_thay@alcor.concordia.ca

http://www.this.is/pallit

Rhizomer March 21 2007 07:11Reply

You are looks so stupid. Stop crying and shutup.