Find hope from despair, life will become brilliant.

从绝望中寻找希望,人生终将辉煌。

Have you ever seen the movie Batman: The Dark Knight Rises?

There are many classic actor's lines full of philosophy in the movie.

And the most impressive one, in my opinion, goes as following:

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

Maybe I was touched by this line just because I have experienced the same thing before.

But the movie also told me that sufferings can build character.

If we can't surrender to the despairs and keep on fighting, the only effect of those frustrations is to make us strong as long as we aren't totally destroyed.

Hope is always better than despair, don't give up easily, perhaps our life will become brilliant if we can take some more steps forward.

I hope I can become strong, I expect I can see the days belonging to me. I beg you give me some blessings.

Variety is the soul of pleasure.

丰富多样是快乐的精髓。

From Aphra Behn.

Honestly speaking, I am really tired of writing down such quotes and making some breif comments about them.

I think my comments are ugly, lack of organization, sometimes I even failed to make clear the real meaning behind the quotes.

Is there any value in such routine works? I don't know, I just wrote them down and commented about them because I thought I had to do.

Maybe I have been lost my soul in these day-to-day routine works.

It seems I am just going along in this world from day to day, never giving my own thoughts about it.

Both in life and work, I just repeat such simple and low-grade tasks brainlessly, now that they don't require any special skills and I havn't consciously summarized the essential parts of them, it isn't surprising that I haven't gotten any improvement in my skills and any promotion in my career even though I have been working as a coder for several years.

When I was a greenhand, I was told that there was no need to spend our valuable time in reinventing the wheels.

But obviously I failed to defer to this wise advice.

Remember, when coding for practical projects, if we can consciously refine some frequently-used functions and encapsulate them, automate mundane and repetitive work as much as possible, then we can minimize the amount of manual programming involved in our work and concentrate on developing those new funcitons.

That can be called creative work, and in such ways we will become irreplaceable.

August 09th 2017 Week 32nd Wednesday的更多相关文章

  1. August 3rd, 2016, Week 32nd, Wednesday

    I am looking for someone to share in an adventure. 我在找能和我一起分享冒险之旅的人. We are all looking for someone ...

  2. August 30th 2017 Week 35th Wednesday

    A lion does not concern himself with the opinion of sheep. 狮子可不会在意绵羊是怎么想的. As a sheep, you must run ...

  3. August 23rd 2017 Week 34th Wednesday

    Do not pray for easy lives. Pray to be stronger men. 不要祈祷舒适的生活,而是祈祷自己能变得更强大. It seems this quotation ...

  4. August 16th 2017 Week 33rd Wednesday

    A man can be destroyed but not defeated. 一个人可以被毁灭,但不能被打败. Before he was destroyed, he would have bee ...

  5. August 12th 2017 Week 32nd Saturday

    That which does not kill us makes us stronger. 但凡不能杀死你的,最终都会使你更强大. Seemingly I have heard this from ...

  6. August 11th 2017 Week 32nd Friday

    I can't give you the world, but I can give you my world. 我不能给你全世界,但是我的世界我可以全部给你. Maybe I can't give ...

  7. August 10th 2017 Week 32nd Thursday

    Break through the psychological barrier to surpass themselves. 突破心理障碍,才能超越自己. To break through those ...

  8. August 08th 2017 Week 32nd Tuesday

    The very essence of romance is uncertainty. 浪漫的精髓就在于它充满种种可能. Romance is the glamour that can turn th ...

  9. August 07th 2017 Week 32nd Monday

    Life is just a series of trying to make up your mind. 生活只是由一系列下决心的努力所构成. Some people say it is not y ...

随机推荐

  1. [Mysql 查询语句]——查询指定记录

    #比较 等于; 大于; 小于; 小于或等于; 大于或等于; 不等于; 排除掉; #指定范围查询 BETWEEN IN ; ; #指定集合查询 IN ,); ,); 集合元素可以是字符串类型 selec ...

  2. [PY3]——过滤数据——列表推导、filter()、itertools.compress()

    问题 你有一个数据序列,想利用一些规则从中提取出需要的值或者是缩短序列 解决方案 最简单的过滤数据的方法,就是使用列表推导. 使用列表推导的一个潜在缺陷就是如果输入非常大的时候会产生一个非常大的结果集 ...

  3. 第一章:初识PHP

    Web程序工作原理介绍? 工作方式? 浏览器首先向Web服务器发出请求,Web服务器对请求做出响应,将响应数据发送给客户端浏览器,通常是一个HTML文件,然后通过浏览器把HTML文件信息显示在屏幕上. ...

  4. WCF WCF的宿主

    一.WCF服务应用程序与WCF服务库 我们在平时开发的过程中常用的项目类型有“WCF 服务应用程序”和“WCF服务库”. WCF服务应用程序,是一个可以执行的程序,它有独立的进程,WCF服务类契约的定 ...

  5. 安装node.js webkit环境[一]

    1. 安装node,设置代理npm config set registry https://registry.npm.taobao.org[cmd运行]2. 安装grunt-cli: npm inst ...

  6. 使用VScode 的插件

    使用vscode的插件实现快捷开发 ASP.NET Core Snippets  :HomeController, Startup, ProgramFile and many more starts ...

  7. 六:SpringCloud-Config

    十:SpringCloudConfig分布式配置中心 1. 概述 1.1 分布式系统面临的 配置问题 微服务意味着要将单体应用中的业务拆分成一个个子服务,每个服务的粒度相对较小,因此系统中会出现大量的 ...

  8. poj 2417 Discrete Logging ---高次同余第一种类型。babystep_gaint_step

    Discrete Logging Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 2831   Accepted: 1391 ...

  9. 说说JSON和JSONP区别

    前言 由于Sencha Touch 2这种开发模式的特性,基本决定了它原生的数据交互行为几乎只能通过AJAX来实现. 当然了,通过调用强大的PhoneGap插件然后打包,你可以实现100%的Socke ...

  10. attr()与prop()之全选、反选问题

    获取js dom原生属性的时候最好用prop()方法,获取自己添加的属性时用attr() 原文:http://blog.sina.com.cn/s/blog_bf5ce8cc0102vuyt.html ...