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 ...
 
随机推荐
- Docker容器Tomcat部署war包
			
在docker容器中使用tomcat部署war包主要包括四个步骤,创建tomcat容器.上传war包到容器.重启容器.访问应用. 1.创建tomcat容器 使用docker run -d --nam ...
 - [转]在nodejs使用Redis缓存和查询数据及Session持久化(Express)
			
本文转自:https://blog.csdn.net/wellway/article/details/76176760 在之前的这篇文章 在ExpressJS(NodeJS)中设置二级域名跨域共享Co ...
 - 最全的.NET Core跨平台微服务学习资源没有之一
			
一.Asp.net Core基础 微软英文官网:https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-2.1 .NET Core: ...
 - C#-变量类型(值类型、引用类型)
			
第一次发这样的笔记呢! 这个是在再读基础的时候感觉自己理解的东西吧 变量的类型差异在数据的存储方式不一样,值类型是变量本身直接存储数据,另一个则是存储实际变量的引用, 值类型:都是存储在栈中的,都是直 ...
 - 推送GitHub报错 fatal: Out of memory, malloc failed 解决办法
			
现象: 推送GitHub时,出现如下报错 fatal: Out of memory, malloc failed (tried to allocate XXXXXX bytes)error: fail ...
 - Linux-read 命令(20)
			
Linux read 命令 参数说明: -a 后跟一个变量,该变量会被认为是个数组,然后给其赋值,默认是以空格为分割符. -d 后面跟一个标志符,其实只有其后的第一个字符有用,作为结束的标志. -p ...
 - 【Java每日一题】20170313
			
20170310问题解析请点击今日问题下方的“[Java每日一题]20170313”查看(问题解析在公众号首发,公众号ID:weknow619) package Mar2017; import jav ...
 - Netty 系列四(ChannelHandler 和 ChannelPipeline).
			
一.概念 先来整体的介绍一下这篇博文要介绍的几个概念(Channel.ChannelHandler.ChannelPipeline.ChannelHandlerContext.ChannelPromi ...
 - Java web.xml笔记
			
Javaweb项目中, web.xml文件其中的各种设置, 就是简单的标注 <?xml version="1.0" encoding="UTF-8"?&g ...
 - Js 控制随机数概率
			
如: 取 1~10 之间的随机数,那么他们的取值范围是: 整数 区间 概率 1 [0,1) 0.1 2 [1,2) 0.1 3 [2,3) 0.1 4 [3,4) 0.1 5 [4,5) 0.1 6 ...