Two experiences:

  1. Good ones
  2. Lessons

– Scott White, Business Partner & Mentor

“Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so.” – Douglas Adams, Last Chance to See

“You live and learn. At any rate, you live.” – Douglas Adams, Mostly Harmless

“A learning experience is one of those things that says, ‘You know that thing you just did? Don’t do that.” – Douglas Adams, The Salmon of Doubt

  • Failure is not fatal until we surrender. Trying again is the key of glorious victory. – Allama Iqbal
  • “The important thing is to learn a lesson every time you lose.” – John McEnroe, tennis champion
while keep_going:
    juice.play()
while keep_going:
    try:
        juice.play()
    except:
        pass
while keep_going:
    try:
        juice.play()
    except Sluggish:
        sleep(60)
    except:
        pass
while keep_going:
    tasks = juice.get_tasks(prioritized_list)
    iteration = juice.play(tasks)
    retrospective = juice.get_retrospective(iteration)
    lessons_learned = retrospective.get_lessons(as_tasks=True)
    prioritized_list.append(prioritized_list)