May 03rd 2017 Week 18th Wednesday
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的更多相关文章
- October 18th 2017 Week 42nd Wednesday
Only someone who is well-prepared has the opportunity to improvise. 只有准备充分的人才能够尽兴表演. From the first ...
- 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 ...
- January 03rd, 2018 Week 01st Wednesday
My existence is not without reason. I know that I could be a quite a different person. 我的存在必定有意义,我知道 ...
- 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 03rd, 2017 Week 44th Friday
The secret of success is to do the common things uncommonly well. 成功的秘诀就是把平凡的事情做得异常的好. Sometimes you ...
- November 01st, 2017 Week 44th Wednesday
People always want to lead an active life, and is not it? 人们总要乐观生活,不是吗? Be active, and walk towards ...
- October 25th, 2017 Week 43rd Wednesday
Perseverance is not a long race; it is many short races one after another. 坚持不是一个长跑,她是很多一个接一个的短跑. To ...
- October 11th 2017 Week 41st Wednesday
If you don't know where you are going, you might not get there. 如果你不知道自己要去哪里,你可能永远到不了那里. The reward ...
随机推荐
- BZOJ3620(kmp)
要点 本题使用\(O(n^2)\)的算法 外层枚举左端点,内层一直kmp到结尾,中间遇到合法的就ans++ 如果是acccca这种数据直接kmp过程顺手判断即可:但是aaa这种数据,j = 2,实际判 ...
- Educational Codeforces Round 53 (Rated for Div. 2) C. Vasya and Robot(二分或者尺取)
题目哦 题意:给出一个序列,序列有四个字母组成,U:y+1,D:y-1 , L:x-1 , R:x+1; 这是规则 . 给出(x,y) 问可不可以经过最小的变化这个序列可以由(0,0) 变到(x, ...
- 06-图2 Saving James Bond - Easy Version (25 分)
This time let us consider the situation in the movie "Live and Let Die" in which James Bon ...
- php中静态绑定
自 PHP 5.3.0 起,PHP 增加了一个叫做后期静态绑定的功能,用于在继承范围内引用静态调用的类. 虽然也可以调用非静态方法,但是不会在运行时绑定. static 不再只是简单的静态修饰关键字. ...
- 问题:git处理中文名称时候显示为编码形式(已解决)
问题描述: Untracked files: (use "git add <file>..." to include in what will be committed ...
- 一些不常见的css知识
margin-top:20% ----------------20% 是宽度的20%
- github 0 学习
Github 快速上手实战教程 一.实验介绍 1.1 实验内容 本次课程讲的是在实验楼的在线环境中,如何使用 Github 去管理在在线环境中使用的代码.配置.资源等实验相关文件,怎样去添加.同步和下 ...
- 用python处理时间、utf8文本、正则匹配、序列化、目录路径搜索、xml解析
python 处理时间 import time import re now = time.strftime("%Y-%m-%d %H:%M:%S", time.gmtime()) ...
- js 基础学习笔记(一)
javascript基础 .组成部分:由 ECMAScript(翻译,核心,解释器).DOM(操作HTML的能力).BOM(浏览器window)三部分组成. 兼容性依次为 [1.几乎没有兼容性问题.2 ...
- Unity 将一个类序列化并以 ".asset" 类型存储在 Resources 文件夹下
概念: 序列化 (Serialization)将对象的状态信息转换为可以存储或传输的形式的过程.在序列化期间,对象将其当前状态写入到临时或持久性存储区.以后,可以通过从存储区中读取或反序列化对象的状态 ...