81 reputation
7
bio website
location Long Beach, CA
age 28
visits member for 2 years, 3 months
seen Apr 4 at 4:09
stats profile views 25
while(true)
{
  switch(experience)
  {
    case Truth: this.woot(); goto home; //what?!
    case Amazing: this.pay("attention"); break;
    case GPU: chef.serve(feed, thought); break;
    case OpenHardware:this.FriendList.callHelp(thought,true); 
                      break; //coolstatus=true
    case Stupid: this.faceplant(328); break; //intensity=328
    default: this.listen(true); //no break..?
  }
}

//experience handled in another thread or something?