May 17th 2017 Week 20th Wednesday
Men are nearly always willing to believe what they wish.
人总爱想入非非,把愿望变成现实。
It is just the humancondition.
We are always willing to believe what we want to believe, if it doesn't meet with our expectations, even it is the truth, we are inclined to think it might be wrong in some way.
Being neutral or objective, actually very difficult.
But that is not bad.
Just because we have such features, we have the chance to find out who are our comrades and who are our enemies, and the chance to make the things that we favor with become better.
Life is a foreign language; all men mispronounce it.
生活就像一门外语,所有人都说不好它。
From Christopher Morley.
Several days ago, I learned a saying as following:
We read the world wrong and say it deceives us.
Maybe most of us have never understand the real meaning of life:
Why we came to the world?
What can we do to add some useful things to the world we live in?
Once it comes to these questions, we may be baffled and can't make them clear.
No doubt it would be better to figure out these philosophical problems, but we still have to live our lives without clear answers.
No matter what the way we pronounce life and we read the world, the most appropriate thing we should do may be to contribute ourselves to the things we deem as right.
Sometimes, it works not bad to be a paranoia.
No matter what our convictions are, just infuse our life with action.
Don't wait for it to happen. Make it happen.
Make our own future. Make our own hope. Make our own life.
And whatever our beliefs, honor our creator, not by passively waiting for grace to come down from upon high, but by doing what we can to make grace happen... ourselves, right now, right down here on Earth.
May 17th 2017 Week 20th Wednesday的更多相关文章
- September 20th 2017 Week 38th Wednesday
All our dreams can come true if we have the courage to pursue them. 如果我们有勇气去追求梦想,我们的梦想一定可以成为现实. If y ...
- January 25 2017 Week 4 Wednesday
In every triumph, there's a lot of try. 每个胜利背后都有许多尝试. There's a lot of try behind every success, and ...
- May 14th 2017 Week 20th Sunday
A smooth sea never made a skillful mariner. 平静的海洋练不出熟练的水手. A smooth sea never made a skillful marine ...
- August 17th 2016 Week 34th Wednesday
Life is painting a picture, not doing a sum. 生活就像是绘画,而不是做算术. I am too serious about digits. All what ...
- January 17th, 2018 Week 03rd Wednesday
Don't let go too soon, but don't hold on too long. 不要太快放手,也别紧握太久. It is inevitalbe to encounter with ...
- November 17th, 2017 Week 46th Friday
If you shut the door to all errors, truth will be shut out. 你如果拒绝面对错误,真相也会被挡在门外. Sometimes being a f ...
- November 15th, 2017 Week 46th Wednesday
Of all the tribulations in this world, boredom is the one most hard to bear. 所有的苦难中,无聊是最难以忍受的. When ...
- November 08th, 2017 Week 45th Wednesday
Keep your face to the sunshine and you cannot see the shadow. 始终面朝阳光,我们就不会看到黑暗. I love sunshine, but ...
- November 01st, 2017 Week 44th Wednesday
People always want to lead an active life, and is not it? 人们总要乐观生活,不是吗? Be active, and walk towards ...
随机推荐
- java的长字符串转化为短字符串
public class CustomEncrypt{ public static void main( String[] args ) { /* * c#给的正确测试用例: id=>mid * ...
- 转: centos系统home下的中文目录改为英文目录
转自h t t p : / /xugang-1017-126-com.iteye.com/blog/2081845 如果安装了中文版的Cent OS之后,root目录和home目录下会出现中文的路径名 ...
- WEB图表制作
https://www.hcharts.cn/demo/highcharts/column-drilldown
- 3.Exadata 软件体系结构
整体架构和 smart scan Aasm Ehcc (混合例压缩 和 存储索引) SCAN Service 和 server pool DB SERVER -> DB instance -&g ...
- 获取window.location.href路径参数
GetQueryString(param) { //param为要获取的参数名 注:获取不到是为null var currentUrl = window.location.href; //获取当前链接 ...
- SQL手工注入学习 一
sql注入: (基于DVWA环境的sql注入) 流程: 1.判断是否有SQL注入漏洞 2.判断操作系统.数据库和web应用的类型 3.获取数据库信息看,包括管理员信息(拖库) ...
- Apache Beam的架构概览
不多说,直接上干货! Apache Beam是一个开源的数据处理编程库,由Google贡献给Apache的项目,前不久刚刚成为Apache TLP项目.它提供了一个高级的.统一的编程模型,允许我们通过 ...
- C#的params参数遇到null
params参数支持数组作为参数传入,但并不支持List 定义一个使用params的参数 private static void UseParam(params int[] args) { if (a ...
- 【c#文档】在 C# 中,(int) ,Int32.Parse() 和 Convert.toInt32() 三种方法的区别
[c#文档]https://msdn.microsoft.com/zh-cn/library/system.convert.toint32.aspx 转载自:http://www.cnblogs.co ...
- Radix tree--reference
source address:http://en.wikipedia.org/wiki/Radix_tree In computer science, a radix tree (also patri ...