March 06th, 2018 Week 10th Tuesday
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的更多相关文章
- 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 ...
- March 08th, 2018 Week 10th Thursday
Easy come, easy go. 易得则易失. Easy come, easy go, I finally undestand the phrase through somewhat hard ...
- March 07th, 2018 Week 10th Wednesday
Better later than never. 亡羊补牢,时犹未晚. Time and again all of us are told to complete the tasks assigned ...
- March 05th, 2018 Week 10th Monday
Fortune favors the bold. 勇者天佑. It has been increasingly apparent that courage is the main quality we ...
- March 04th, 2018 Week 10th Sunday
Tomorrow never comes. 我生待明日,万事成蹉跎. Most of my past failures can be chalked up to the bad habit of pr ...
- 【启发式搜索】Codechef March Cook-Off 2018. Maximum Tree Path
有点像计蒜之道里的 京东的物流路径 题目描述 给定一棵 N 个节点的树,每个节点有一个正整数权值.记节点 i 的权值为 Ai.考虑节点 u 和 v 之间的一条简单路径,记 dist(u, v) 为其长 ...
- Codechef March Cook-Off 2018. Maximum Tree Path
目录 题意 解析 AC_code @(Codechef March Cook-Off 2018. Maximum Tree Path) 题意 给你一颗\(n(1e5)\)个点有边权有点权的树,\(Mi ...
- 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 ...
- June. 26th 2018, Week 26th. Tuesday
No affection but interests can be found in the world of animals. 在动物的世界里,只有利益,没有感情. From Animal Worl ...
随机推荐
- 翻译:DECLARE HANDLER语句(已提交到MariaDB官方手册)
本文为mariadb官方手册:DECLARE HANDLER的译文. 原文:https://mariadb.com/kb/en/library/declare-handler/我提交到MariaDB官 ...
- SpringBoot系列——EnableScheduling,对定时器的支持
前言 定时器功能在项目里面往往会用到,比如定时发送邮件.定时释放数据库资源:这里记录一下springboot对定时器的支持的简单实例 cron表达式 开始之前要先介绍一下cron表达式,这里当一下百度 ...
- 【转载】IIS报错不是有效的Win32应用程序
今天在IIS中部署ASP.NET网站后,访问网站报错,提示信息为:未能加载文件或程序集XXX.dll或它的某一个依赖项,不是有效的Win32应用程序(异常来至HRESULT:0x800700C1).通 ...
- .net 公共基础类
using WL.Infrastructure.Http; using System; using System.Collections.Generic; using System.IO; using ...
- 基于H5的WebSocket简单实例
客户端代码: <html> <head> <script> var socket; if ("WebSocket" in window) { v ...
- 3. mysql性能分析
一.mysql query optimizer 1. mysql 中有专门负责优化 select 语句的优化器模块,主要功能:通过计算分析系统中收集的统计信息,为客户端的 Query 提供他认为最优的 ...
- vim 的:x和:wq
vim是Unix/Linux系统最常用的编辑器之一,在保存文件时,我通常选择":wq",因为最开始学习vim的时候,就只记住了几个常用的命令:也没有细究命令的含义. 但是,最近我在 ...
- JavaScript中8个常见的陷阱
译者按: 漫漫编程路,总有一些坑让你泪流满面. 原文: Who said javascript was easy ? 译者: Fundebug 为了保证可读性,本文采用意译而非直译.另外,本文版权归原 ...
- 查看linux 服务器还剩多少空间
df -hl 或者 df -m
- python笔记之time模块
方法一:time.perf_counter() 说明:返回计时器的精准时间(系统的运行时间),包含整个系统的睡眠时间.由于返回值的基准点是未定义的,所以,只有连续调用的结果之间的差才是有效的. 代码示 ...