Failure is not a CHOICE YOU CHOOSE

June 29, 2021

FAILURE …OUR JOURNEY THROUGH LIFE

Failure is not a Choice…our journey through life isn’t always unproblematic, as we know! Sometimes you have those moments where your dreams seem to get lost, and nothing is going quite as planned.

Failure is not a choiceWe all have experienced some setbacks in our lives at some point and time. I must admit that life threw setbacks that were very difficult to overcome. However, you know what they say about setbacks; they are the perfect scenario for learning.

Life lessons are to be learned, and challenges will make you stronger. For me, tough times forced me to take a good look at myself, not from someone’s standpoint. But the person that lives deep inside.

 “There are moments when troubles enter our lives, and we can do nothing to avoid them. But they are there for a reason. Only when we have overcome them will we understand why they were there.” – Paulo Coelho, ‘The Fifth Mountain.’

 

“Children have a lesson adults should learn, to not be ashamed of failing, but to get up and try again. Most of us adults are so afraid, so cautious, so ‘safe,’ and therefore so shrinking and rigid and afraid that it is why so many humans fail. Most middle-aged adults have resigned themselves to failure.”
Malcolm X, The Autobiography of Malcolm X

““Children who are not encouraged to do, to try, to explore, to master, and to risk failure, often feel helpless and inadequate. Over-controlled by anxious, fearful parents, these children often become anxious and fearful themselves. This makes it difficult for them to mature. Many never outgrow the need for ongoing parental guidance and control. As a result, their parents continue to invade, manipulate, and frequently dominate their lives.”
Susan Forward, Toxic Parents: Overcoming Their Hurtful Legacy and Reclaiming Your Life

#Life#liveCHOICEFAILURE
The Dumb Ass Criminals Club2!
It’s a new day and a new blessing
More about JusMee

Discover more from JusMee Talkin

Subscribe now to keep reading and get access to the full archive.

Continue reading

function get_header( $name = null, $args = array() ) { /** * Fires before the header template file is loaded. * * @since 2.1.0 * @since 2.8.0 The `$name` parameter was added. * @since 5.5.0 The `$args` parameter was added. * * @param string|null $name Name of the specific header file to use. Null for the default header. * @param array $args Additional arguments passed to the header template. */ do_action( 'get_header', $name, $args ); $templates = array(); $name = (string) $name; if ( '' !== $name ) { $templates[] = "header-{$name}.php"; } $templates[] = 'header.php'; if ( ! locate_template( $templates, true, true, $args ) ) { return false; } }