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. [心平气和读经典]The TCP/IP Guide(001)

    The TCP/IP Guide[Page 40,41] Introduction To the TCP/IP Guide | TCP/IP指南概述 As I sit here writing thi ...

  2. linux系统挂载U盘,中文文件名乱码解决方案

    本人(壮壮熊)所用系统:ubuntu 12.4 今天在使用mount指令挂在硬盘时,出现令人头疼的中文文件名乱码. 问题: 使用mount /dev/sdb1 /media指令挂在第二颗硬盘的第一个分 ...

  3. Rechnernetz

    1.Der Aufbau des Internets 1.1 Randabschnitt Er besteht aus Rechner,der mit Internet verbunden ist.D ...

  4. MINI3内存分配算法

    最差适应算法 #ifdef USING_WORST_FIT { //先找到第一个满足要求的空洞, //再以第一个为标准寻找最适合的空洞. //当最适合的空洞完全吻合 //就直接划给它,当空洞较大时就切 ...

  5. 【转】redis windows环境搭建

    一.下载redis windows压缩包 地址参考: https://github.com/ServiceStack/redis-windows/tree/master/downloads https ...

  6. [javaEE] 控制浏览器缓存资源

    浏览器有默认的缓存机制,不同的浏览器,缓存头是不一样的 设置编码,调用setContentType()方法,参数:”text/html;charset=utf-8” 关闭缓存,调用setHeader( ...

  7. 撩课-Python-每天5道面试题-第4天

    一. for循环和while循环中的else代表什么意思? 当for循环和while循环顺利的遍历完成时, 就会执行else分支 如果循环过程中, 碰到continue, 只要没有打断循环, 就会继续 ...

  8. 用js 实现代码获取下拉框的value值

    var rtl=document.getElementById("selpartyorg"); //获取下拉框对象 var id=rtl.options[rtl.selectedI ...

  9. MySQL B+树索引和哈希索引的区别(转 JD二面)

    导读 在MySQL里常用的索引数据结构有B+树索引和哈希索引两种,我们来看下这两种索引数据结构的区别及其不同的应用建议. 二者区别 备注:先说下,在MySQL文档里,实际上是把B+树索引写成了BTRE ...

  10. python学习之老男孩python全栈第九期_day019作业

    # 计算时间差 import time start_time = time.mktime(time.strptime('2017-09-11 08:30:00','%Y-%m-%d %H:%M:%S' ...