August 09th 2017 Week 32nd Wednesday
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的更多相关文章
- August 3rd, 2016, Week 32nd, Wednesday
I am looking for someone to share in an adventure. 我在找能和我一起分享冒险之旅的人. We are all looking for someone ...
- August 30th 2017 Week 35th Wednesday
A lion does not concern himself with the opinion of sheep. 狮子可不会在意绵羊是怎么想的. As a sheep, you must run ...
- August 23rd 2017 Week 34th Wednesday
Do not pray for easy lives. Pray to be stronger men. 不要祈祷舒适的生活,而是祈祷自己能变得更强大. It seems this quotation ...
- August 16th 2017 Week 33rd Wednesday
A man can be destroyed but not defeated. 一个人可以被毁灭,但不能被打败. Before he was destroyed, he would have bee ...
- August 12th 2017 Week 32nd Saturday
That which does not kill us makes us stronger. 但凡不能杀死你的,最终都会使你更强大. Seemingly I have heard this from ...
- 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 ...
- August 10th 2017 Week 32nd Thursday
Break through the psychological barrier to surpass themselves. 突破心理障碍,才能超越自己. To break through those ...
- August 08th 2017 Week 32nd Tuesday
The very essence of romance is uncertainty. 浪漫的精髓就在于它充满种种可能. Romance is the glamour that can turn th ...
- 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 ...
随机推荐
- 何为session?
何为session 在计算机中,尤其是在网络应用中,称为"会话控制".session 对象存储特定用户会话所需的属性及配置信息.这样,当用户在应用程序的 Web 页之间跳转时,存储 ...
- PHP之mb_substr_count使用
mb_substr_count (PHP 4 >= 4.3.0, PHP 5, PHP 7) mb_substr_count - Count the number of substring oc ...
- IDEA 启动项目,tomcat中配置的虚拟路径无法使用
有时候,使用idea启动项目,非动静分离项目,直接根据图片url地址显示图片,会发现图片无法显示,tomcat中配置的虚拟路径无法使用,这时候需要配置idea.选择路径,然后给与一个访问名就行了.
- PTA (Advanced Level) 1020 Tree Traversals
Tree Traversals Suppose that all the keys in a binary tree are distinct positive integers. Given the ...
- python实例:在列表,字典,集合中,根据条件筛选数据
1. 从列表中过滤掉 负数 from random import randint # 随机生成列表 data = [randint(-10, 10) for _ in range(10)] print ...
- oracle建表时设置递增序列:序列,触发器
- django分页的两种方式
第一种自定义分页: def pageDemo(request): ''' 自定义分页] :param request: :return: ''' currentpage=request.GET.get ...
- ASP.NET之Jquery入门级别
1.Jquery的简单介绍 1)Jquery由美国人John Resig创建.是继prototype之后又一个优秀的JavaScript框架. 2)JQuery能做什么?JQuery能做的普通的Dom ...
- 一、hive安装(内置数据库derby)
hive是一个数据仓库工具,建立在hadoop之上,它的存在是为了让大数据的查询和分析更加的方便.hive提供简单的sql查询功能,并最终转换为mapreduce任务执行. 一.环境 JDK1.8+官 ...
- 撩课-Python-每天5道面试题-第2天
一. 简述编程过程中, 注释的作用? (1) 方便开发人员自己理清楚代码思路 因为开发人员在拿到一个需求时, 首先应该思考的是如何将需求问题, 分解成具体的实施步骤; 第一步干啥, 第二步干啥, 第三 ...