June 09th 2017 Week 23rd Friday
The supreme happiness of life is the conviction that we are loved.
生活中最大的幸福就是,坚信有人爱着我们。
One of my godness, a beautiful girl, now a wife and mother, once wrote some words as following in her signature of WeChat:
What is happiness? They say one needs three things to be truly happy in this world: someone to love, something to do, and something to hope for.
Quite right, and I think this conclusion is all very much to the point.
Actually, though I always feel I am luckless and living a miserable life, if measured in this perspective, maybe I live a not so worst life, because there are some who love me, like my family members, there are things I can do, uh, sometimes the outcomes are not very good and sometimes I feel exhausted with them, and there are some beautiful dreams I expect that one day I can make them true.
Maybe I shoudn't lose hope in life, maybe I can see my days coming if I just have one more trying.
God knows. Man propose, god dispose, let's just do our own job better.
Life wouldn't be worth living if I worried over the future as well as the present.
如果我既担忧未来又担忧现在,那么这样的生活不值得我去过。
From W.Somerset Maugham.
So what kind of life is worth living?
With a well-paid job that is just what you are loving to do, with a happy family that every member of it loves and helps each other, or you are no more worrying about whether there is enough money to support your lifestyle?
Honestly, I really have not had a clear idea about the question.
When seeing the happy scenes of others, like parents playing with their children, sons and daughters taking good care of their old parents, winners being promoted as teamleaders, I might have an obscure outline of what a worth-living life would be, but I can't get to the bottom of it.
Once I think about the details of a happy life, I always fall into inextricable feelings of depression, frustration, as well as self-accusation.
The absurd experience of tens of years ago seemingly had an unceasing effect on my life, whatever I have done to make up the results of failure seems in vain.
Look, that is me, that is my life. If I can't get rid of such negative thoughts, maybe I will never stand up again.
Maybe my expectation of my life is too high, if I can't achieve the goals I ever set, I will continue to live in unceasing guilt.
Maybe there is no need to pursue to be excellent, it would be better to accept the cruel truth that I am just an ordinary people, sometimes even inferior to many others.
June 09th 2017 Week 23rd Friday的更多相关文章
- June 10th 2017 Week 23rd Saturday
A lot of things, we can be touched, but we can not shed tears. 很多事情,我们可以感动,却不能流泪. Sometimes I was to ...
- June 08th 2017 Week 23rd Thursday
Life is like a beautiful melody, only the lyrics are messed up. 生命是首美丽的曲子,虽然歌词有些纠结. Now that we get ...
- June 07th 2017 Week 23rd Wednesday
Failure is the condiment that gives success its flavor. 失败是让成功变美味的调味料. There are kinds of flavors in ...
- June 06th 2017 Week 23rd Tuesday
At the touch of love, everyone becomes a poet. 一谈到爱,每个人都变成了一位诗人. Sweet words always have the power o ...
- June 05th 2017 Week 23rd Monday
No great discovery was ever made without a bold guess. 没有大胆的猜测就没有伟大的发现. I've read this sentence just ...
- June 04th 2017 Week 23rd Sunday
It is not the mountain we conquer but outselves. 我们要征服的不是高山,而是我们自己. After days of hard working, I sl ...
- June 01st 2017 Week 22nd Thursday
Do what you say, say what you do. 做你说过的,说你能做的. Do what I have said, live up to my promise, answer th ...
- May 09th 2017 Week 19th Tuesday
Everything you see exists together in a delicate balance. 世上所有的生命都在微妙的平衡中生存. A delicate balance? Can ...
- CodeChef June Challenge 2017
好气啊,本来以为比赛时间还有很多,结果回家养病两天回到学校怎么比赛就结束了(雾),大约是小高考弄错了时间? 挑3道有意思的写写题解吧. Cloning 题目大意:给一个序列,每次询问两个等长区间,问区 ...
随机推荐
- python操作Spark常用命令
1. 获取SparkSession spark = SparkSession.builder.config(conf = SparkConf()).getOrCreate() 2. 获取SparkCo ...
- [转] 商业应用中Java浮点数的精确计算及表示
[From] https://blog.csdn.net/stevene/article/details/586089 问题提出 (1).浮点数精确计算 胜利油田三流合一项目中一直存在一个问题,就是每 ...
- docker容器启动几分钟之后自动退出
2018-11-06 问题: docker容器启动几分钟之后自动退出 log日志报错 WARNING: overlay2: the backing xfs filesystem is formatte ...
- esper(4-5)- Context 条件
条件主要包含:Filter,Pattern,Crontab以及Time Period Filter主要就是对属性值的过滤,比如: create context NewUser partition by ...
- golang中的文件操作
一.文件的基本介绍 文件是数据源(保存数据的地方)的一种,比如经常使用的word文档,txt文件,excel文件都是文件.文件最主要的作用就是保存数据,它既可以保存一张图片,也可以保持视频,声音等等. ...
- oracle 备份恢复篇(六)---基于12c的pdb备份与恢复
一,备份前提描述 SQL> show con_name CON_NAME ------------------------------ CDB$ROOT SQL> archive log ...
- (转)SSH批量分发管理&非交互式expect
目录 1 SSH批量分发管理 1.1 测试环境 1.2 批量管理步骤 1.3 批量分发管理实例 1.3.1 利用sudo提权来实现没有权限的用户拷贝 1.3.2 利用sudo提权开发管理脚本 1.3. ...
- opensuse12.3 桌面设置备忘录
工作空间外观 窗口装饰 ghost deco2.2 光标主题 ringG 桌面主题 ghost 欢迎屏幕 login-scan-splash-cg 应用程序外观 风格 部件样式 Oxygen 颜色 g ...
- 【ExtJS】自定义组件datetimefield(二)
接上[ExtJS]自定义组件datetimefield(一) 第三步:添加按钮事件绑定,获取选定的时间 privates:{ finishRenderChildren: function () { v ...
- PHP流程控制之goto语句
goto 操作符可以用来跳转到程序中的另一位置.该目标位置可以用目标名称加上冒号来标记,而跳转指令是 goto 之后接上目标位置的标记.PHP 中的 goto 有一定限制,目标位置只能位于同一个文件和 ...