Truth needs no colour; beauty, no pencil.

真理不需要色彩,美丽不需要涂饰。

There is no absoulte truth and everlasting beauty.

We always need to revise the truth according to the current reality, because things always change.

And even the most beautiful face may be carved with wrinkles by the time.

Wrinkles must be written upon our brows, but we can let them not be written upon the heart.

We can grow old, but our spirits should never grow old.

One word frees us of all the weight and pain of life: That word is love.

有一个字能让我们摆脱生活的压力和痛苦,这个字就是爱。

From Emerson.

Recently I always feel anxious, because I doubt whether I can make a good change in my life, whether I can uplift a family.

But after I chatted with my girlfriend, I found I got rid of the anxiety temporarily.

They always exist. And the best way to free me of the weight and pain of live, I think, may be to put my love, real love to those who love me.

That is not a healing song, we'd better to sing it in private, and pluck up courage to greet the next sunrise.

Can the world be somewhat better to me?

Today, besides what we have talked as above, we would like to start a small but interesting discussion about the difference between living alone and living with your parents.

I have left my paretnts and lived alone for about ten years, so I think I am qualified to give some conclusions.

But for what I will list as below, I would keep reserved opinions about some of them.

1. Living alone, with heavier financial burden, we will learn that better managing our money is very important.

But living with our parents, the help from them can be the excuse for us to ignore financial management.

Then we will take extra time and price to learn that, because we eventually will live alone.

2. Living alone, we will learn to do all kinds of household chores for taking care of ourselves.

Living with our parents, our moms take care of us well.

Houseworks are very boring, because we have to do them over and over again, but we must learn to do them, a clean and clear environment will be very beneficial.

3. Living alone, we will learn to brave the worst.

Living with our parents, we can hide in their shelters.

We can't hide in the shelters of our parents for the whole life, we will go out and live alone sooner or later, now that they have given us all they have, we must leave and do something on my own to repay their love.

Stay tuned, we will continue the discussion tomorrow.

May 03rd 2017 Week 18th Wednesday的更多相关文章

  1. October 18th 2017 Week 42nd Wednesday

    Only someone who is well-prepared has the opportunity to improvise. 只有准备充分的人才能够尽兴表演. From the first ...

  2. 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 ...

  3. January 03rd, 2018 Week 01st Wednesday

    My existence is not without reason. I know that I could be a quite a different person. 我的存在必定有意义,我知道 ...

  4. November 15th, 2017 Week 46th Wednesday

    Of all the tribulations in this world, boredom is the one most hard to bear. 所有的苦难中,无聊是最难以忍受的. When ...

  5. November 08th, 2017 Week 45th Wednesday

    Keep your face to the sunshine and you cannot see the shadow. 始终面朝阳光,我们就不会看到黑暗. I love sunshine, but ...

  6. November 03rd, 2017 Week 44th Friday

    The secret of success is to do the common things uncommonly well. 成功的秘诀就是把平凡的事情做得异常的好. Sometimes you ...

  7. November 01st, 2017 Week 44th Wednesday

    People always want to lead an active life, and is not it? 人们总要乐观生活,不是吗? Be active, and walk towards ...

  8. October 25th, 2017 Week 43rd Wednesday

    Perseverance is not a long race; it is many short races one after another. 坚持不是一个长跑,她是很多一个接一个的短跑. To ...

  9. October 11th 2017 Week 41st Wednesday

    If you don't know where you are going, you might not get there. 如果你不知道自己要去哪里,你可能永远到不了那里. The reward ...

随机推荐

  1. hdu3483 A Very Simple Problem 非线性递推方程2 矩阵快速幂

    题目传送门 题目描述:给出n,x,mod.求s[n]. s[n]=s[n-1]+(x^n)*(n^x)%mod; 思路:这道题是hdu5950的进阶版.大家可以看这篇博客hdu5950题解. 由于n很 ...

  2. Sublime Text 3 3126 安装+注册码

    首先,到官网下载且安装,个人是安装版本的 https://www.sublimetext.com/3 接着,写入注册码.2016/11/26 亲测有效 —– BEGIN LICENSE —– Mich ...

  3. Java学习笔记day06_自定义类_ArrayList

    1.自定义类class 使用类的形式, 对现实中的事物进行描述. 类是引用数据类型. 事物: 方法,变量. 方法:事物具备的功能. 变量:事物的属性. 格式: public class 类名{ //属 ...

  4. robotFramework接口测试GET和POST请求

    安装: 接口测试需要安装Request和RequestLibrary 包 使用cmd命令安装:pip install requests 使用cmd命令安装:pip install -U robotfr ...

  5. 利用划分树求解整数区间内第K大的值

    如何快速求出(在log2n的时间复杂度内)整数区间[x,y]中第k大的值(x<=k<=y)? 其实我刚开始想的是用快排来查找,但是其实这样是不行的,因为会破坏原序列,就算另外一个数组来存储 ...

  6. python单元测试框架-unittest(四)之用例综合框架管理

    简述为何如要框架? 前面测试用例与执行都是写在一个文件,当用例数量不断增加的时候,用例的执行与管理变得非常麻烦,因此需要对用例根据具体的功能模块来使用单独的模块来管理.就像一所学校要根据不同年级进行分 ...

  7. 使用git将自己的代码同时保存在多个代码托管平台

    现在有很多代码管理平台,例如github,oschina-git,coding.net,我的网速有时候访问github比较慢.这时候我使用国内的.但是只使用一家我已不知道我的代码在他们的管理平台是否足 ...

  8. mysql关闭严格模式

    通过配置文件修改: linux找my.cnf文件 window的修改办法是找my.ini sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES  ub ...

  9. C#操作Excel报错:服务器出现意外情况。

    C#操作Excel表格时,如遇以下错误: 服务器出现意外情况.(异常来自 HRESULT:0x80010105(RPC_E_SERVERFAULT)) 解决方案: 打开你电脑中的Office-Exce ...

  10. C#继承 多态

    1.继承 允许我们根据一个类来定义另一个类.已有的类被称为的基类(父类),新的类被称为派生类(子类). 单一继承:只能有一个基类,一个基类可以派生出多个派生类,一个类别只可以继承自一个父类. 多重继承 ...