June 29th 2017 Week 26th Thursday
Hope for the best, but prepare for the worst.
做最好的期望,做最坏的打算。
Always remember that quotes about being ourselves are all about being strong and being confident in whatever we are doing and never give up.
This is why self-development is so important, we are exactly what we have spent our time developing into.
We must consciously develop out the ablity of self-healing, just for we can quickly recover from the depressing mood when the results don't meet with our expectations.
It is inevitable to get some unexpected outcomes in our life, I know I have a purpose in this world and I live to fulfill this purpose.
Prepare the worst, even the result turns to be the worst, we shouldn't lose our confidence and give up.
But sometimes, we also can lower our expectations for the future, then we will experience fewer disappointing moments.
A problem is a chance for you to do your best.
问题也是机会,你得以把事情做到最好。
From Duke Ellington.
Let's first get to know something about this guy, Duke Ellington.
I had thought that the man may be a scientist, or an economist, or an entrepreneur, but after I searched the name on the wikipedia, I was somewhat surprised to find that he turned out to be an artist, or, to be more precise, a musician, composer, pianist, and a bondleader.
Born in America, he lived between 1899 and 1974, sadly, he had passed away about 40 years ago.
There are many other quotations telling the same meaning as this one, I would like to list several of them below:
Problems are not stop signs, they are guidelines.
Don't be afraid to make mistakes, it is always better to make some mistakes when doing somethings than never to challenge new things just due to fear of making mistakes and failing to fulfill our responsibilities.
Once you allow such negative thoughts overwhelme us, we will be reluctant to challenge some new possibilities.
Sometimes such feelings are very normal, and I think they are of human:
If we have just suffered a major disappointment, our energy will probably be low, we might be afraid to take another risk, and all of that may hold us back from achieving.
Remember, problems can serve as guidelines and hints for how to improve.
But I tried, didn't I? God damn it, at least I did that.
June 29th 2017 Week 26th Thursday的更多相关文章
- June 01st 2017 Week 22nd Thursday
Do what you say, say what you do. 做你说过的,说你能做的. Do what I have said, live up to my promise, answer th ...
- June 29th. 2018, Week 26th. Friday
Real love is always worth waiting for. 真爱永远值得等待. From Westworld. Real love is rare, but it does exis ...
- June 28th. 2018, Week 26th. Thursday
You cannot change the circumstances but you can change yourself. 既然改变不了环境,那就改变自己. From Jim Rohn. Rec ...
- June 30th 2017 Week 26th Friday
Love me little and love me long. 不求情意浓,但愿情意久. Some people say beautiful young people are the creatur ...
- June 28th 2017 Week 26th Wednesday
Anger begins with folly, and ends in repentance. 愤怒以愚蠢开始,以后悔告终. Learn to control your temper, don't ...
- June 27th 2017 Week 26th Tuesday
Happiness takes no account of time. 幸福不觉光阴过. At the beginning of this week, I planned to make some s ...
- June 25th 2017 Week 26th Sunday
There is always that one song that brings back old memories. 总有那么一首歌,让你想起那些旧的回忆. There are seveal so ...
- June 22nd 2017 Week 25th Thursday
Happiness is when the desolated soul meets love. 幸福是孤寂的灵魂遭遇爱的邂逅. When living alone for a long period ...
- June 15th 2017 Week 24th Thursday
Whatever is worth doing is worth doing well. 任何值得做的,就把它做好. Whatever is worth doing is worth doing we ...
随机推荐
- selenium+Python(文件上传)
文件上传操作也比较常见功能之一,上传功能没有用到新有方法或函数,上传过程一般要打开一个本地窗口,从窗口选择本地文件添加.所以,一般会卡在如何操作本地窗口添加上传文件只要定位上传按钮,通send_key ...
- 使用ant宏定义任务
基础basic.xml文件 <?xml version="1.0" encoding="UTF-8"?><project> < ...
- 【debian】给用户添加sudo权限
新装的debian系统默认是没有sudo功能的. 于是,在root用户权限下: apt-get install sudo 然后再修改文件 /etc/sudoers : chmod +w /etc/su ...
- 九度oj题目1019:简单计算器
题目1019:简单计算器 时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:6346 解决:2334 题目描述: 读入一个只包含 +, -, *, / 的非负整数计算表达式,计算该表达 ...
- 安装并开启ssh服务
sudo yum install openssh* 安装 2. 设置 sudo vi /etc/ssh/sshd_config 首先先把port改掉port 52222 限制用户AllowUse ...
- VS 同词高亮显示
Visual Studio 2010 选中高亮插件 - Highlight all occurrences of selected word Highlight all occurrences of ...
- ansible roles 目录规范
我的ansible roles项目的目录结构: (ansible_venv) [root@localhost ansible_home]# tree ansible_playbooks/ ansibl ...
- Lucene学习之四:Lucene的索引文件格式(1)
本文转载自:http://www.cnblogs.com/forfuture1978/archive/2009/12/14/1623597.html Lucene的索引里面存了些什么,如何存放的,也即 ...
- JMS消息中间件之ActiveMQ学习
1.下载 下载二进制bin文件:http://activemq.apache.org/activemq-5132-release.html 下载源码: 2.启动: 解压任意路径: 启动后: 3.访问: ...
- 在C++中实现类似Java的“synchronized”
我只是代码的搬运工,原文参见A "synchronized" statement for C++ like in Java.其实现是通过区域锁(Scoped locking)和宏定 ...