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. 【笔记】Django的ORM之多对多表的增和删

    [笔记]Django的ORM之多对多表的增和删 Django ORM 多对多  一 昨日补充:外键关联 外键在ORM中的关联方式: 与数据表相关的类都放到models.py文件中 class Book ...

  2. p标签text-align:justify以及CSS文字两端对齐

    p标签样式添加text-align:justify; 那么就会左右对齐. 使用前: 使用后: CSS文字两端对齐 使用前: 代码: <style> div{ width:100px; he ...

  3. day34 协程

    1.   前提 之前我们学习了线程.进程的概念,了解了在操作系统中进程是资源分配的最小单位,线程是CPU调度的最小单位.按道理来说我们已经算是把cpu的利用率提高很多了.但是我们知道无论是创建多进程还 ...

  4. 电脑c盘爆满检查与设置

    C盘文件爆满,先检查是那个文件造成的 操作方法:打开文件夹选项,将“隐藏受保护的操作系统文件(推荐)”前的勾选去掉,然后打开系统盘查看是那个文件占用空间大 Hiberfil.sys文件删除方法: 1. ...

  5. java——io、字节流缓冲区拷贝文件、字节缓冲流

    使用try catch finally关闭文件流: 写入文件: import java.io.*; public class exp{ public static void main(String[] ...

  6. 转 PYTHON2 编码处理-str与Unicode的区别

    https://www.cnblogs.com/long2015/p/4090824.html

  7. app的deviceName,apppackage,appactivity获取

    deviceName值的获取: deviceName=192.168.137.150:5555 ip:手机ip地址,端口,通过如下命令开启 # adb devices //查看当前连接设备 # adb ...

  8. 案例53-crm练习修改客户功能实现

    1 CustomerAction 完整代码: package www.test.web.action; import java.io.File; import org.apache.commons.l ...

  9. docker~service将容器日志输出到fluentd

    我们把微小的服务发布到docker里,然后实现docker service启动它,保证了服务的高可用性,然后把服务产生的日志输出到fluentd,由它进行过滤和转发,存储到elasticsearch里 ...

  10. jQuery UI dialog 隐藏默认关闭按钮

    var O_dialog = $("#dialog-modal"); O_dialog.dialog({ closeOnEscape: false, width: 250, hei ...