August 07th 2017 Week 32nd Monday
Life is just a series of trying to make up your mind.
生活只是由一系列下决心的努力所构成。
Some people say it is not your abilities but your decisions that determines what your life is and what your future will be.
Nevertheless, to some extent, I have some reservations to this opinion.
Actually, I think it is a chicken and egg problem, our decisions and our abilities are constantly interacting with each other.
Strong abilities lead to better decisions, and good decisons can promote the developments of one's abilities.
Now that my abilities are not strong, and I always think I had choszen the wrong decisions on some critical moments in my life, maybe the important thing I should bear in my mind is that I must avoid making negative decisions in the current low time, and I should improve my abilities so as to choose the right way in the next crossroad.
Never make your most important decisions when you are in your worst moods.
The storm will pass, and the spring will come.
I disapprove of what you say, but I will defend to the death your right to say it.
我不同意你说的话,但我会誓死捍卫你说话的权利。
From Evelyn Beatrice Hall.
This quote is very familiar to most of us, but I didn't know who said it, now I know.
Besides, for quite a long time, people think that it was said by the famous French writer and thinker, Voltaire.
In the actual fact, according to some historic researches, Voltaire had never said it, and it first appeared in the book, The Friends of Voltaire, written by Mrs. Evelyn Beatrice Hall, an English writer.
In other words, it was fabricated by Mrs. Hall.
But the thoughts it passed to us are quite right. We must always pay enough respects to other's rights, even we cannot say yes to their views or their claims.
If we can't do that, we may miss the potential chances of understanding the same thing from different angles, and we may lose the opportunities of letting other people understand our opinions.
Respects and empathy are always multilateral.
Never forget why I started, and then I can accomplish my mission eventually.
August 07th 2017 Week 32nd Monday的更多相关文章
- August 1st, 2016, Week 32nd Monday
Laughing is the most touching mask. 笑容是最动人的面具. I used to be very weclome in those I had met. And the ...
- August 28th 2017 Week 35th Monday
The truth may hurt for a little while but a lie hurts forever. 真相会让我们痛一阵,但谎言会让我们痛一生. Once you make a ...
- August 21st 2017 Week 34th Monday
In fact, the happiest fairy tale is no more than the simple days we have together. 其实全世界最幸福的童话,也比不上我 ...
- August 14th 2017 Week 33rd Monday
Life is like a watch, you can return to the starting point, they are not yesterday! 人生就像钟表,可以回到起点,却已 ...
- August 12th 2017 Week 32nd Saturday
That which does not kill us makes us stronger. 但凡不能杀死你的,最终都会使你更强大. Seemingly I have heard this from ...
- August 11th 2017 Week 32nd Friday
I can't give you the world, but I can give you my world. 我不能给你全世界,但是我的世界我可以全部给你. Maybe I can't give ...
- August 10th 2017 Week 32nd Thursday
Break through the psychological barrier to surpass themselves. 突破心理障碍,才能超越自己. To break through those ...
- August 09th 2017 Week 32nd Wednesday
Find hope from despair, life will become brilliant. 从绝望中寻找希望,人生终将辉煌. Have you ever seen the movie Ba ...
- August 08th 2017 Week 32nd Tuesday
The very essence of romance is uncertainty. 浪漫的精髓就在于它充满种种可能. Romance is the glamour that can turn th ...
随机推荐
- PTA (Advanced Level) 1019 General Palindromic Number
General Palindromic Number A number that will be the same when it is written forwards or backwards i ...
- 在ubuntu下使用visual studio code编写python
感觉有了visual studio code之后,不管编写什么语言的代码都可以,简单安装对应的语言插件即可. 这不轮到了最近比较热的python语言,蹭着AI的热度,python语言成为了工程师们又一 ...
- python爬虫实战(八)--------知乎
相关代码已经修改调试成功----2017-4-22 一.说明 1.目标网址:知乎登入后的首页 2.实现:如图字段的爬取 zhihu_question表: zhihu_answer表: 3.数据:存放在 ...
- Knockout.js Text绑定
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8&quo ...
- 01.CLR的执行模型
在非托管的C/C++中,可以进行一些底层的操作 "公共语言运行时"(CLR)是一个可由多种编程语言使用的"运行时" CLR的核心功能包 ...
- 如鹏网学习笔记(十一)JQuery
一.jQuery简介 jQuery是一个JavaScript库,特性丰富,包含若干对象和很多函数,可以替代传统DOM编程的操作方式和操作风格 jQuery通过对DOM API.DOM事件的封装,提供了 ...
- Entity FreamWork框架
实体框架 (Entity Framework) 1.是微软以ADO.Net为基础所发展出来的对象关系对应(O/R Mapping)解决方案. 2.实体框架Entity Framework是ADO.Ne ...
- Vue2.0学习笔记:Vue事件修饰符的使用
事件处理 如果需要在内联语句处理器中访问原生DOM事件.可以使用特殊变量$event,把它传入到methods中的方法中. 在Vue中,事件修饰符处理了许多DOM事件的细节,让我们不再需要花大量的时间 ...
- 撩课-Java每天5道面试题第16天
111.什么是乐观锁(Optimistic Locking)? 悲观锁,正如其名, 它指的是对数据被外界 包括本系统当前的其他事务, 以及来自外部系统的事务处理 修改持保守态度, 因此,在整个数据处理 ...
- TCP/IP Socket发送接收图片demo
一个实例通过client端和server端通讯 客户端通过TCP/IP传输资源文件,比如图片,文字,音频,视频等..... 服务端接受到文件存入本地磁盘,返回接受到:“收到来自于"+s.ge ...