I learned the value of hard work by working hard.

只有真的努力了,才会知道努力的价值。

I remember in the movie, The Dark Knight Rises, there was one impressive line from the villain, that goes as following:

I learned here that there can be no true despair without hope.

This line was very, very impressive.

Actually, after years of frustrations and failures, after years of being behind to my peers, I feel that I can't change my situation to a upwards trends no matter what I have done.

And I grow into a pessimist, doubting that whether it is useful to work hard to make things better.

Maybe suffering can build character, maybe things would always get worse before they can get better.

I ever expected that I can be a big man who has power, wealth, and influence, however, as the time goes by, I find I even can't fulfill the basic responsiblities as a son, as a husband, as an employee.

Sometimes I thought it might be better to abandon myself and stop making any efforts.

But now that the God sent me to the world, then I must do something good to pay back.

Just do what is necessary, maybe the world hasn't closed all the doors for me.

Never explain, your friends do not need it and your enemies will not believe you anyway.

不用解释,你的朋友不需要,而你的敌人无论如何也不会相信。

From Elbert Hubbard.

If things went wrong or the results are not so good as we had expected, don't try to manufacture excuses for our misdeeds.

Sometimes we may successfully shrink from our responsibilities by seeking some excuses, but one day others will know the truth.

Facing bad results, all of us may have a choice: we can either make excuses or we can make progresses by figuring out where the problems lie in and correcting them.

The truth is that we can always do something to make up for our mistakes.

So, just begin with that. Even a little changes can make a big difference.

As for me, when I began to learn programming several years ago, I was good at solving problems linked with strings, but recently I found I lost the basic those basic skills.

People who originally had high expectation for me were totally disappointed.

I was quite low then, but I think I have some time, limited, to retrieve defeat.

May 27th 2017 Week 21st Saturday的更多相关文章

  1. October 21st 2017 Week 42nd Saturday

    Only I can change my life. No one can do it for me. 只有我可以改变我的命运,没有人可以帮我做. Stop complaining about the ...

  2. ROSCon 2017通知 Announcing ROSCon 2017: September 21st and 22nd in Vancouver

    ROSCon 2017通知:9月21日和22日在温哥华 我们很高兴地宣布,2017年ROSCon将在举行9月21-22日,2017年温哥华会议中心在加拿大温哥华.2017年IROS将在同一地点9月24 ...

  3. July 22nd 2017 Week 29th Saturday

    If you are not brave enough, no one will back you up. 如果你不够勇敢,没人会替你坚强. I was told that the real man ...

  4. January 21 2017 Week 3 Saturday

    Courage is grace under pressure. 勇气就是压力下的优雅. In the face of stress, can you deal with your task smoo ...

  5. May 13th 2017 Week 19th Saturday

    Mountains look beautiful from a distance. 远处看山山更美. This gnomic seems to circulate very long, its mor ...

  6. August 27th 2016 Week 35th Saturday

    Life is a series of commas, not periods. 人生是一系列的逗号,而不是句号. Sometimes I would rather life to be like a ...

  7. May 26. 2018 Week 21st Saturday

    Do what you say, say what you do. 做你说过的,说你能做的. Be honest to yourself, and be honest to those people ...

  8. January 27th, 2018 Week 04th Saturday

    How long is forever? Sometimes, just one second. 永远有多久?有时候只是一秒. Just one second can make your life t ...

  9. November 11th, 2017 Week 45th Saturday

    Happiness is a direction, not a place. 快乐是一个方向,不是一个目的. Do you remember those moments in your life wh ...

随机推荐

  1. BZOJ - 2005 莫比乌斯水题

    \(gcd=k+1\)时,每一个的贡献都是\(2k+1\) \(gcd=1\)时,每一个贡献为\(1\) #include<iostream> #include<algorithm& ...

  2. HDU - 4825 01字典树套路题

    /*H E A D*/ struct Trie{ int son[maxn<<2][2]; int b[67],tot; void init(){ // memset(son,0,size ...

  3. HTML5本地存储和本地的数据库

    一个网站如何能在客户的浏览器存储更多的数据呢? 在Html4的时代在浏览器端存储点网站个性化的数据,尤其是用户浏览器的痕迹,用户的相关数据等一般只能存储在Cookie中,但是大多是浏览器对于Cooki ...

  4. Linux混杂设备驱动

    1. Linux混杂设备驱动模型 ① 在Linux系统中,存在一类字符设备,它们拥有相同的主设备号(10),但次设备号不同,我们称这类设备为混杂设备(miscdevice).所有混杂设备形成一个链表, ...

  5. 转 .net数据类型

    .net 数据类型   short s=0; s = s + 1; 和short s=0; s += 1; 这两个表达式有什么区别,会报什么错误? 有区别吗??大家要想想呢还是要测试一下啊,我选择测试 ...

  6. GreenPlum 大数据平台--基础使用(一)

    一,操作语法 01,创建数据库 --创建用户-- [gpadmin@greenplum01 ~]$ export PGDATABASE=testDB --指定数据库名字 [gpadmin@greenp ...

  7. (转)Linux系统sersync数据实时同步

    Linux系统sersync数据实时同步 原文:http://blog.csdn.net/mingongge/article/details/52985259 前面介绍了以守护进程的方式传输或同步数据 ...

  8. (转)shell命令:echo命令详解

    shell命令:echo命令详解 原文:https://www.cnblogs.com/xyz0601/archive/2015/04/23/4450736.html 功能说明:显示文字. 语 法:e ...

  9. vue中添加util公共方法&&ES6之import、export

    vue中添加util公共方法&&ES6之import.export https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Re ...

  10. TOJ 1258 Very Simple Counting

    Description Let f(n) be the number of factors of integer n. Your task is to count the number of i(1 ...