Hope for the best, but prepare for the worst.

抱最好的愿望,做最坏的打算。

To hope for the best and prepare for the worst was first said by John Jay in 1813.

Back then, that saying made sense because life was tough, conditions were tough and people had little control over their lives.

But in modern times, where life is easier with more conveniences than ever and we have more free will, living by that expression may stop us from pursuing what we truly desire.

Don't get me wrong.

There are still many situations today where this quote may make sense.

But in the context of love, I don't believe anyone can have true and lasting love or passion when living by this kind of philosophy.

Actually, preparing for the worst is always tinged with despair, which is the opposite of hope.

When we prepare for the worst, we may be planning for something negative that may or may not happen.

In order to prepare for the worst, we must look at our situation and love through the lens of despair.

Such visions would keep us from feeling hopeful and from focusing on our desired positive outcome.

So, it would be better to prepare for things we love with positive and hopeful visions instead of preparing for the worst.

By doing this, we would shift from despair to hope, and I always believe a man full of positive energy can be full of passions for what he is doing and that will help him win what he wants.

You may be disappointed if you fail, but you are doomed if you don't try.

失败可能会让你失望,但若不去尝试,就必定会失败。

From Beverly Sills.

Try again, fail again, fail better.

No one ever knows what is going to happen next.

And between something being set and things being uncertain, there are many transition times of enormous potential, everything would be possible.

When facing up with failures in life, it would make us feel good if we can accept failures for what they are.

If we can do that, we have the chance to make clear why we fail and how can we avoid making the same mistakes in the future.

Then we can find some opportunities in our failures.

When we begin to question what is really happening when there is a failure, we can discover some useful things that can help pull us out of failures.

Don't be afraid of failing, and don't stop trying, but make sure that we bring our brains the next time we try.

March 06th, 2018 Week 10th Tuesday的更多相关文章

  1. March 09th, 2018 Week 10th Friday

    All good things must come to an end. 好景无常. Love is when the other person's happiness is more importa ...

  2. March 08th, 2018 Week 10th Thursday

    Easy come, easy go. 易得则易失. Easy come, easy go, I finally undestand the phrase through somewhat hard ...

  3. March 07th, 2018 Week 10th Wednesday

    Better later than never. 亡羊补牢,时犹未晚. Time and again all of us are told to complete the tasks assigned ...

  4. March 05th, 2018 Week 10th Monday

    Fortune favors the bold. 勇者天佑. It has been increasingly apparent that courage is the main quality we ...

  5. March 04th, 2018 Week 10th Sunday

    Tomorrow never comes. 我生待明日,万事成蹉跎. Most of my past failures can be chalked up to the bad habit of pr ...

  6. 【启发式搜索】Codechef March Cook-Off 2018. Maximum Tree Path

    有点像计蒜之道里的 京东的物流路径 题目描述 给定一棵 N 个节点的树,每个节点有一个正整数权值.记节点 i 的权值为 Ai.考虑节点 u 和 v 之间的一条简单路径,记 dist(u, v) 为其长 ...

  7. Codechef March Cook-Off 2018. Maximum Tree Path

    目录 题意 解析 AC_code @(Codechef March Cook-Off 2018. Maximum Tree Path) 题意 给你一颗\(n(1e5)\)个点有边权有点权的树,\(Mi ...

  8. March 10th, 2018 Week 10th Saturday

    All good things must come to an end. 好景无常. Love is when the other person's happiness is more importa ...

  9. June. 26th 2018, Week 26th. Tuesday

    No affection but interests can be found in the world of animals. 在动物的世界里,只有利益,没有感情. From Animal Worl ...

随机推荐

  1. Python面向对象基础:设置对象属性

    用类存储数据 类实际上就是一个数据结构,对于python而言,它是一个类似于字典的结构.当根据类创建了对象之后,这个对象就有了一个数据结构,包含一些赋值了的属性.在这一点上,它和其它语言的struct ...

  2. Go基础系列:双层channel用法示例

    Go channel系列: channel入门 为select设置超时时间 nil channel用法示例 双层channel用法示例 指定goroutine的执行顺序 双层通道的解释见Go的双层通道 ...

  3. MySQL抓包工具:MySQL Sniffer【转】

    本文来自:https://github.com/Qihoo360/mysql-sniffer 简介 MySQL Sniffer 是一个基于 MySQL 协议的抓包工具,实时抓取 MySQLServer ...

  4. html引用外部js和css

    html引用外部js和css css:<link rel="stylesheet" type="text/css" href="xx.css&q ...

  5. 【转载】C#检测客户端输入的内容是否含有危险字符串

    用户在客户端提交的内容有时候并不可信,如果客户端提交的内容中含有危险字符串信息,则很有可能造成应用程序安全性问题,如SQL注入风险等.因此在接收客户端提交过来的数据后,我们首先需要判断数据中是否含有危 ...

  6. WPF 获取DataGrid 控件选中的单元格信息

    获取 DataGrid 选中的单元格的信息DataGridCellInfo cell_Info = this.studentTable.SelectedCells[0]; studentTableIt ...

  7. Hangfire定时任务设置CronExpression表达式

    Cron format helper This utility helps you build Cron expressions easily by choosing job scheduling s ...

  8. CIL中间语言浅谈

    CIL中间语言 通用中间语言(Common Intermediate Language,简称CIL)(曾经被称为微软中间语言或MSIL)是一种属于通用语言架构和.NET框架的低阶(lowest-lev ...

  9. No application encryption key has been specified.

    环境:php7.1.10laravel5.5出现: 解决:在根目录下执行: php artisan key:generate OK问题解决

  10. JSTL_XML标记库

    JSTL_XML 一:说明 如有转载请标明出处 必须包含的属性->有默认值的属性->其余属性,中间用回车隔开 二:XML标记库 Xml标记库主要功能就是为在jsp页面中操作xml提供便利支 ...