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的更多相关文章

  1. June 10th 2017 Week 23rd Saturday

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

  2. June 08th 2017 Week 23rd Thursday

    Life is like a beautiful melody, only the lyrics are messed up. 生命是首美丽的曲子,虽然歌词有些纠结. Now that we get ...

  3. June 07th 2017 Week 23rd Wednesday

    Failure is the condiment that gives success its flavor. 失败是让成功变美味的调味料. There are kinds of flavors in ...

  4. June 06th 2017 Week 23rd Tuesday

    At the touch of love, everyone becomes a poet. 一谈到爱,每个人都变成了一位诗人. Sweet words always have the power o ...

  5. June 05th 2017 Week 23rd Monday

    No great discovery was ever made without a bold guess. 没有大胆的猜测就没有伟大的发现. I've read this sentence just ...

  6. June 04th 2017 Week 23rd Sunday

    It is not the mountain we conquer but outselves. 我们要征服的不是高山,而是我们自己. After days of hard working, I sl ...

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

  8. May 09th 2017 Week 19th Tuesday

    Everything you see exists together in a delicate balance. 世上所有的生命都在微妙的平衡中生存. A delicate balance? Can ...

  9. CodeChef June Challenge 2017

    好气啊,本来以为比赛时间还有很多,结果回家养病两天回到学校怎么比赛就结束了(雾),大约是小高考弄错了时间? 挑3道有意思的写写题解吧. Cloning 题目大意:给一个序列,每次询问两个等长区间,问区 ...

随机推荐

  1. vue 在使用v-html绑定的时候,里面的元素不会继承外部的css,解决方案

    问题 想用vue绑定父文本生成的HTML内容,但是发现CSS样式根本不生效,选择器没起作用 代码: <div class="announcedetailImg" v-html ...

  2. 【mysql】count(*),count(1)与count(column)区别

    https://blog.csdn.net/lzm18064126848/article/details/50491956 count(*)对行的数目进行计算,包含NULL count(column) ...

  3. 转: centos系统home下的中文目录改为英文目录

    转自h t t p : / /xugang-1017-126-com.iteye.com/blog/2081845 如果安装了中文版的Cent OS之后,root目录和home目录下会出现中文的路径名 ...

  4. sql语句中开窗函数的使用

    开窗函数主要分为2类: 1.排序开窗函数: rank() over(partition by xxx order by yyy) //各分区按照yyy字段排序,如果yyy字段值一样,则rank值一样, ...

  5. # 防止xss攻击,过滤script标签,获取出标签外的内容

    from bs4 import BeautifulSoups = '<h1>123</h1> <span>456<span>'soup = Beauti ...

  6. Jquery EasyUI Treegrid按需加载子集

    项目说明,要一个有权限并且按需加载的树形列表. jeasyui网址 CSS <!--添加树状控件--> <link rel="stylesheet" type=& ...

  7. Dubbo解析及原理浅析

    原文链接:https://blog.csdn.net/chao_19/article/details/51764150 一.Duboo基本概念解释 Dubbo是一种分布式服务框架. Webservic ...

  8. 图解 TCMalloc

    https://zhuanlan.zhihu.com/p/29216091 图解 TCMalloc hellocode 永远年轻   693 人赞了该文章 前言 TCMalloc 是 Google 开 ...

  9. pulic——function(下载的公共的)

    1. /* * 用途: 对Date的扩展,将 Date 转化为指定格式的String */ // 月(M).日(d).小时(h).分(m).秒(s).季度(q) 可以用 1-2 个占位符, // 年( ...

  10. MySql Unknown column 的解决方案

    解决方案: 有很多使用Mysql的用户可能都会遇到这个问题,明明表中这个列存在,为什么在查询的时候说找不到这个列名呢? 我遇到的原因就是列名前面含有空格:如下 create table student ...