On 9/10/2009, "Pall Thayer" <[email protected]> wrote:

>So much more elegant in Perl:
>
>#!/usr/bin/perl
>print "Fuck Yo Memry\n";
>while(1){
>     fork && print "ha\n" while 1;
>}

Did you read the comments about how it would only fork once, plus the
lack of any memory allocation? Here's fucky o memry ver2, plus added
insult

#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>

int main () {
  printf("Fuck Yo Memry Alan Turin\n");
  while(1) if (fork()) for(;; printf("ha%s", malloc(999999)));
}

>Also, I think it would look better as a stencil. Code just doesn't have
>the same visual impact without a clear monospaced font.

Nah, I still think wildstyle especially with code obfuscation, but
that's just my taste.

>But it's fascinating that anyone is creating such graffiti at all.

Oooh! at last! a chance for me to say

meh.





>Rob Myers wrote:
>> http://feedproxy.google.com/~r/boingboing/iBag/~3/bckoCPM443I/c-graffiti.html
>>
>> More code grafitti...
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> NetBehaviour mailing list
>> [email protected]
>> http://www.netbehaviour.org/mailman/listinfo/netbehaviour
>_______________________________________________
>NetBehaviour mailing list
>[email protected]
>http://www.netbehaviour.org/mailman/listinfo/netbehaviour
>
_______________________________________________
NetBehaviour mailing list
[email protected]
http://www.netbehaviour.org/mailman/listinfo/netbehaviour

Reply via email to