David Pescowitz of Boringboring photographed this graffiti under an overpass near the Palo Alto Caltrain station. It’s a C++ program, called FUCKYOURMEMORY.c and looks like it’s mean to be a classic fork bomb.

C Graffiti
Unfortunately if compiled it’ll spawn two processes printing “Ha!” in an infinite loop instead of fork bombing. Damned kids. They’re all alike.
the fork() should have been after for (;;)