1,152 reputation
213
bio website
location Long Beach, CA
age 28
visits member for 2 years, 3 months
seen May 12 at 10:51
stats profile views 95
while(running)
{
  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?

42 Answers