07/01/25 A New Poem for a New Day

Photo Credit: Johnny Cohen

goal = 120
motivation = 15
progress = -1

while(progress < goal):
progress += motivation
motivation -= 1

(I wrote my poem for today is in the programming language, Python. For anyone unsure, the trick is to calculate whether I can ever attain my goal as my motivation goes down.)

Blast from the Past (another math equation-based poem about losing motivation to reach one’s goal):

Energy(Attempt) + Initial_Progress = Progress
Wishful_Thinking – Realism = Goal
Learning = Success % Goal
Success = ProgressGoal + Learning Success = (Energy(Attempt) + Initial_Progress)Goal + Learning
Success = (Energy(Attempt) + Initial_Progress)(Wishful_Thinking – Realism) + Learning Success = (Try + (Learning – Past_Failures))(Wishful_Thinking – (Past_Failures – Learning)) + Learning
Success = (Try + (Learning – Past_Failures))(Wishful_Thinking – (Past_Failures – Learning)) + Learning Success = (Try + (Learning – Past_Failures))(Wishful_Thinking – (Past_Failures – Learning)) + Learning
Success = (Failure – Past_Failures)(Developed_Wisdom) + Learning Success = New_FailuresDeveloped_Wisdom + Learning
Success = Fail_Completely + Learning
Success = Learning_Anew