The Gestalt Guys
The Gestalt Guys
Vishal Thakur
Ep 2: Rookie Mistakes, 'Expertise', Learning and a Pseudocode to Life
1 hour 25 minutes Posted Jun 25, 2021 at 10:00 pm.
0:00
1:25:29
Download MP3
Show notes

Pseudocode to Life  by: Philip De Luna


global tribe Awaken {

           void Rise() {
                     washFace();
                     Meditate();
                     Stimulate();

                      Learn() {
                               if (struggle)
                                      Persevere();
                              if (all hope is lost)
                                      Compassion();
                              Learn(failures);
                       }

                       while(in good health) {
                               fork(learn());
                       }

            return Uniquity
            }
}

END?