Absence sharpens love, presence strengthens it.

相聚爱益切,离别情更深。

There is almost no such love that can ignore the impacts of time and space.

Even the deepest and the most passionate love may go sour along with the time and distance.

I have ever listened many love stories which began with passions ended with no good results.

So, if we are single, please think twice about the long-distance relationship.

Surely, if you think the other side is just the one you are seeking for, maybe you have to sacrifice something you already have to finish the long-distance relationship and live together.

Only when living together, the both sides have enought time and chances to learn well about each other and try to make some changes to adapt to each other.

The more we know each other, the more we have to do in order to build a stable and deep relationship.

It is not necessary to understand things in order to argue about them.

没有必要为了争论事物而去理解事物。

From Pierre Beaumarchais.

To some extent, I don't agree with this opinion, because a great man who has huge impacts on me have ever said that truth doesn't fear contentions, the more it is debated or argued about, the clearer it becomes.

Besides, it is exactly the constant practice of challenging and defending on both sides that makes the truth ever clearer and we can reach some kind of consensus in the midst of discussions and arguments.

Sometimes we may be lack of the directions about what we should do to understand things, but with the help of arguments, we would have to learn about things from the perspective we defend.

It provoides us guidelines in our researches, and if someone challenges our views, that would be a good chance to make the points clear and understand the very object more deeply and more thoroughly, really a good way that we can refine our knowledge.

Just take my recent interviews for example, I ever thought my knowledge on Qt/C++ is not bad, at least I can successfully solve the technical problems with them, however, in several phone interviews, I often was baffled by some questions, which made me stand in an awkward position, now I know my knowledge is far from enough, and undoubtly, that let me fail to get a well-paid position or offer in Xi'an.

Maybe it can be a good chance for me to know what I am lack of, maybe current misfortunes are just a blessing in disguise.

Both myself and the interviewers may be disappointed, but for me, I hope I can be brave after feeling ashamed, and I hope I can spend more time in exploring my unknown fields of programing.

June 17th 2017 Week 24th Saturday的更多相关文章

  1. June 16. 2018, Week 24th. Saturday

    Success is the ability to go from one failure to another with no loss of enthusiasm. 成功,就是即使经历过一个又一个 ...

  2. June 16th 2017 Week 24th Friday

    Progress is the activity of today and the assurance of tomorrow. 进步是今天的活动,明天的保证. The best preparatio ...

  3. June 15th 2017 Week 24th Thursday

    Whatever is worth doing is worth doing well. 任何值得做的,就把它做好. Whatever is worth doing is worth doing we ...

  4. June 14th 2017 Week 24th Wednesday

    Love looks not with the eyes, but with the mind. 爱,不在眼里,而在心中. Staring in her eyes and you will find ...

  5. June 13th 2017 Week 24th Tuesday

    There are no regrets in life, just lessons. 人生中没有后悔,只有教训. Some people can learn from their past mist ...

  6. June 12th 2017 Week 24th Monday

    All the splendor in the world is not worth a good friend. 人世间所有的荣华富贵都比不上有一个好朋友. It's great to have a ...

  7. June 11th 2017 Week 24th Sunday

    I hope I can find the one who is afraid of losing me. 我希望找到一个担心失去我的人. When I was young, sometimes I ...

  8. June 10th 2017 Week 23rd Saturday

    A lot of things, we can be touched, but we can not shed tears. 很多事情,我们可以感动,却不能流泪. Sometimes I was to ...

  9. June 03rd 2017 Week 22nd Saturday

    Truth and roses have thorns about them. 真理和玫瑰,身边都有刺. Yesterday, I met with a young, beautiful profes ...

随机推荐

  1. UVA - 11404

    题意:求任意删除字符后所形成的最长回文,并输出字典序最小的方案 把原串反转求LIS,因为转移时不断求字典序最小导致后半部分可能并非回文,所以要前半部分输出两边 话说这方案保存可真暴力 #include ...

  2. LightOJ - 1197 素数筛

    深夜无事可干啊 #include<bits/stdc++.h> using namespace std; const int maxn = 1e6+11; typedef long lon ...

  3. 使用xcode测量ios8.1机型时的项目兼容问题

    打开xcode,创建一个新项目 点击左上角的三角形打开模拟器,打开模拟器中的safari,把项目链接输入,即可测试 下面为切换机型的方法:

  4. fopen\fread\fwrite\fseed函数的使用

    使用 <stdio.h> 头文件中的 fopen() 函数即可打开文件,它的用法为: FILE *fopen(char *filename, char *mode); filename为文 ...

  5. linux下安装软件的方法(mariadb)

    一.方式 1. rpm (不推荐使用) 2. yum 安装(非常方便快捷) 3. 编译安装(需要自定制的时候才使用) 二.技术栈 #闭源收费的技术栈: svn + java + apache(web服 ...

  6. jQuery随笔-自定义属性获取+tooltip

    1.Jquery自定义属性获取 1) 通过自定义属性值获取document console.log($('[data-id='+item_id+']',listWrap)); $('[data-id= ...

  7. innoback 参数及使用说明

    --defaults-file 同xtrabackup的--defaults-file参数,指定mysql配置文件; --apply-log 对xtrabackup的--prepare参数的封装; - ...

  8. adb调试安卓

    http://blog.csdn.net/liushida00/article/details/49797239

  9. jQuery对新添加的控件添加响应事件

    1. 通过id和类控制 <html> <head> <script src="jquery.js"></script> <sc ...

  10. HDU 4027—— Can you answer these queries?——————【线段树区间开方,区间求和】

    Can you answer these queries? Time Limit:2000MS     Memory Limit:65768KB     64bit IO Format:%I64d & ...