Open Source Art?
gz writes "The Whitney has put online an exhibit where viewers are encouraged to examine the source code of the program that generates the art, despite the fact that the majority of viewers have no idea what the code means. Projects use Java, C, Perl, Lingo, and VB."
...but this is not what I meant...
I certainly hope these folks have debugged their code before exhibiting it. I would have to have some of the 'art critics' on /. tear into it for mistakes...
Yep. Once it was posted on Slashdot it was inevitable that it would be an example of the artistic technique known as praecisio. Complete silence.
int
main(int argc, char *argv[])
{
return 1;
}