Microcodes
by Pall Thayer
Microcodes are very small code-based artworks. Each one is a fully contained work of art. On this page you can see contributed modifications of the original Microcodes that can be seen here.

Original code:

Enter your name (will be displayed):

Here you can enter extra info, such as warnings if the code can cause damage:

Enter code (must be complete and runnable):

No modified codes have been submitted for this Microcode.

On_Kawara tweets
Needs the Net::Twitter module (available on cpan)
29. April 2009
#!/usr/bin/perl
use Net::Twitter;
($user, $pass) = ("On_Kawara", "stillalive");
$client = Net::Twitter->new(username=>$user, password=>$pass);
$result = $client->update("...");
$client = Net::Twitter->new(username=>$user, password=>$pass);
$result = $client->update("I AM STILL ALIVE #art");

back to Microcodes