Slashdot Mirror


Hardware and Software Art

Lupulack writes "Worried about where your discarded obsolete technology ends up ? If it's lucky it might be at electronic-ouroborus.com/, where broken - down electronics are transformed into eye pleasing sculpture. Recycling can be art." And yaxu writes "The runme software art repository is now open. Share your favourite piece of software art; whether it be an algorithm, an irc bot, a software app misappropriation, a virus or sendmail exploit..."

5 of 92 comments (clear)

  1. subjective by selectspec · · Score: 4, Funny
    eye pleasing sculpture

    If you find old computer junk glued together eye pleaseing. Don't sell your Picassos yet.

    --

    Someone you trust is one of us.

  2. From the site by jcoy42 · · Score: 4, Funny
    I will be away from my studio from Feb 7 to 20 ...


    Which makes this a nice time for a /. front page link. :)

    I wonder what he'll make out of the puddle of muck his server is likely to be when he gets back?
    --
    Never trust an atom. They make up everything.
  3. Does this count? by Peterus7 · · Score: 4, Funny
    I went to a halloween party as a crazy tech junkie scientist type and I had a motherboard strung around my neck. Well, it looked cool, and it was really functional.

    For some reason, all the girls there couldn't get their hands off my motherboard, and they kept on fawning about how it was so big and hard. A friend commented about the reason it was green was I had that string tied around it.

    But anyhow, that motherboard was how I met my most recent girlfriend. That's pretty damn functional, if you ask me.

    I wonder if I'm the only person who uses old hardware to be functional as pimpware...?

  4. The Only Eye-Pleasing Computer Art... by Quaoar · · Score: 4, Funny

    ...is when a Windows machine is cleaved in twine with a battle axe.

    --
    I'll form my OWN solar system! With blackjack! And hookers!
  5. winner, best algorithm by frenetic3 · · Score: 4, Funny
    /* inspired by chris rock */
    void get_home_from_work_talk_to_gf( void )
    {
    say( "how was your day?" );
    while ( 1 )
    {
    switch ( rand() % 10 )
    {
    case 0: say( "Get out of here!" ); break;
    case 1: say( "Go on." ); break;
    case 2: say( "I don't believe it!" ); break;
    case 3: say( "You don't say..." ); break;
    case 4: say( "Really?" ); break;
    default: say( "I told you that bitch crazy!" ); break;
    }
    }
    }
    --
    "Where are we going, and why am I in this handbasket?"