Persistent State
   - Using a LIF model, it's easy to build a state that is
       persistent.
 
   - Take several neurons as the state.  I use 5.
 
   - Give them large internal connections.
 
   - Activate them all simultaneously.
 
   - They'll then reactivate themselves.
 
   - If you use a fatiguing model, you can have two sets of neurons that
       activate each other.
 
   - This is not the way the brain does it, but it works for programming.