May 13th 2017 Week 19th Saturday
Mountains look beautiful from a distance.
远处看山山更美。
This gnomic seems to circulate very long, its more universal version is the distance can produce the beauty, alleged far see a flower, see posse hemp nearly.
Yes, the distance produces beauty, while the distance is too far away, the ugly no longer exists, so sometimes distance and the power of time really can help us extract certain things from life.
However, if the distance is too far away, the beautiful things that originally exist may become vague as well.
Just like some long-distance relationships I ever known, most of them started with fervent love, but as the time passed by, the passion gradually fizzled away, and eventually ended with separation.
So, keep an appropriate distance, not far away, not too close.
Truth is more of a stranger than fiction.
真相比小说更不可思议。
From Mark Twain.
Some artists say that arts oringinate from life but may be higher than life.
It is true in some cases, however, due to the limitation of one's life-experience and imagination, there always are some stranger and bizarrer things in life than the artworks, especially for those fictions and novels.
If you have ever browsed some social news on the Internet, you may be amazed by some news, the stories they told may be much more complicated and eccentric.
I think the very reason that leads to this phenomenon may be the diversity of human being.
Sometimes, truth may be more curel and brutal than you can imagine.
Are you well prepared to face up to the very truth?
Today, the 2017 Worldwide Developers Conference of Apple Inc was inaugurated this morning. Besides the IOS 11, Apple also unveiled a new digital assitant based on Siri.
However, it seems the lack of a breakthrough device has periodically raised concerns that Apple has become too dependant on the iPhone and may lose its knack for innovation.
No flower blooms forever.
How to keep the momentum?
Innovation, easier to say, but harder to realize.
May 13th 2017 Week 19th Saturday的更多相关文章
- August 19th 2017 Week 33rd Saturday
Live for today and stop stressing out about tomorrow. 为今天而活,不必为明天过分担心. Stop bewailing the past misfo ...
- July 22nd 2017 Week 29th Saturday
If you are not brave enough, no one will back you up. 如果你不够勇敢,没人会替你坚强. I was told that the real man ...
- January 21 2017 Week 3 Saturday
Courage is grace under pressure. 勇气就是压力下的优雅. In the face of stress, can you deal with your task smoo ...
- June 13th 2017 Week 24th Tuesday
There are no regrets in life, just lessons. 人生中没有后悔,只有教训. Some people can learn from their past mist ...
- August 13th 2016 Week 33rd Saturday
What makes life dreary is the want of motive. 没有目标与动力,生活便会郁闷无光. Without dreams and hope, there will ...
- January 13th, 2018 Week 02nd Saturday
Anyone who has no spiritual aspirations is an idiot. 任何没有精神追求的人都是愚昧无知的人. Today I went to a bookshop ...
- November 13th, 2017 Week 46th Monday
Don't undermine your worth by comparing yourself with others. 别拿自己和他人比较,这只会降低你原有的价值. Honestly, I don ...
- November 11th, 2017 Week 45th Saturday
Happiness is a direction, not a place. 快乐是一个方向,不是一个目的. Do you remember those moments in your life wh ...
- November 04th, 2017 Week 44th Saturday
It does not do to dwell on dreams and forget to live. 整天沉溺于梦想而忘记如何好好生活,毫无意义. Bingo, and I think it i ...
随机推荐
- C# 一些请求的基类(待补充)
using System.Runtime.Serialization; /// <summary> /// 通用分页请求类 /// </summary> [DataContra ...
- python 函数的作用域,闭包函数的用法
一.三元表达式 if条件成功的值 if 条件 else else条件成功的值 #if条件成立的结果 if 条件 else else条件成立的结果 # a = 20 # b = 10 # c ...
- oracle OEM安装(一)
01,用户解锁添加密码 [oracle@oracle01 ~]$ sqlplus / as sysdba SQL Production :: Copyright (c) , , Oracle. All ...
- GreenPlum 大数据平台--非并行备份(六)
一,非并行备份(pg_dump) 1) GP依然支持常规的PostgreSQL备份命令pg_dump和pg_dumpall 2) 备份将在Master主机上创建一个包含所有Segment数据的大的备份 ...
- bootstrap日历插件地址
http://www.bootcss.com/p/bootstrap-datetimepicker/
- Mavne 打包时出现程序包找到不的问题
<plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactI ...
- pat00-自测3. 数组元素循环右移问题 (20)
00-自测3. 数组元素循环右移问题 (20) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 一个数组A中存有N(N>0)个整数,在 ...
- js实现CkeckBox全选与反选
全选与反选 function SelectAll(){ var check = document.getElementsByTagName("input"); // 获取所有inp ...
- 【Shell】按行读取文件内容
方法1:while循环中执行效率最高,最常用的方法. function while_read_LINE_bottm(){ While read LINE do echo $LINE done < ...
- 浏览器后退->清除原页面div中填写的数据
需求说明:页面表单用前端用div布局,提交之后跳转到另一个页面,但是考虑到客户奇怪的脑回路,可能会点击浏览器的后退按钮,不知道是个体情况还是都是一样,原本div中填写的数据还依然存在,所以需要让页面在 ...