July 7th, 2019. Week 27th, Sunday
We laughed and kept syaing "see you soon", but inside we both knew we would never see each other again.
我们笑着说再见,但我们都心知肚明,再见遥遥无期。
From The Legend of 1900.
That is ture, just like sometimes we would say "I will do it in the future." or " I will get rid of those bad habits.", but inside we know we would never complete the task before the deadline, or we would never get rid of our deep-rooted bad habits. All our weightless promises would eventually turn out to be lies.
We must do something to change that, for people who love us and people we love.
As for me, every time I promise to complete some unfinished work, the result is obvious, the work won't be done until the deadline comes.
Hopeless procrastination! And I consider it the very reason for my poor performance both in life and work.
And that make me live in doubts about myself and in fear about my future. I don't want to be unemployed in my middle age, and I don't want my life is lack of insurance.
I want to become strong, I want to become smart, I want to become a qualified system-architecturer.
Is there any way that I can end my dark past and start a bright future?
I think there is, but first I msut conquer doubt and fear, because he who has conquered doubt and fear has conquered failure.
Buck up and act on meaningful things, act now!
So what you blow a fuse? Well, that happens to us all.
人生低谷人人有,一时失意又如何?
When you blow a fuse, just turn off the central switch and install a new one, then turn on the central switch, the darkness will be eliminated and the light will be back.
So, take it easy when you blow a fuse, don't complain too much about the darkness and your misfortune.
Why not think in different way? That trival accident just tell us that there are some problems in our circuit, more precisely, in our life, especially when we are tackling with some difficult challenges, like using some high-amperage devices in our circuit, isn't it?
When the capacity of the fuse is not big enough, it would be blown some day, so the earlier it happens, the earlier we can modify it to make all things run better.
Life is the same. When things don't go well as we have expected, just figure out what the problems are, and try to fix them, replace them, or make our own fuse strong enough.
Keep studying, keep exercising, keep making progress.
July 7th, 2019. Week 27th, Sunday的更多相关文章
- July 01st. 2018, Week 27th. Sunday
Empty your cup so that it may be filled. 清空杯子,方能再次装满. From Bruce Lee. We can't learn anything new if ...
- July 02nd 2017 Week 27th Sunday
No safe wading in an unknown water. 未知水深浅,涉水有危险. Is this the theory that has been the guideline for ...
- August 7th 2016, Week 33rd Sunday
Knowing yourself is the height of wisdom. 了解自己就是大智慧. Two-day holiday, even I didn't have enought tim ...
- July 7th, Week 28th Thursday, 2016
The 79th Anniversary of Anti-Japan War Difficulties vanish when faced bodly. 勇敢面对困难,困难自会退让. The best ...
- July 08th. 2018, Week 28th. Sunday
Make each day your masterpiece. 让生命中的每一天都成为杰作. From John Wooden. Try to focus on what we are doing r ...
- July 07th. 2018, Week 27th. Saturday
Soon is not as good as now. 别谈未来,现在就行动. From Seth Godin. I always told myself that I should finish w ...
- July 06th. 2018, Week 27th. Friday
Life has no limitations, except the ones you make. 生命无限,除非你自我设限. From Les Brown. There would be no l ...
- July 05th. 2018, Week 27th. Thursday
Pleasure in the job puts perfection in the work. 乐于工作才能有完美表现. From Aristole. Do you want promotion? ...
- July 04th. 2018, Week 27th. Wednesday
And if you really want to see what people are, all you have to do is to look. 想真正了解他人,只需要用心看. From W ...
随机推荐
- 树上前k大的包含不重复结点的长链
一棵树,不一定是二叉树,在每个结点最多只属于一条链的情况下,处理出其中最长的前k个的长度. 最近训练赛做到两道题了,有必要总结一下. 不过我不知道是否有更专门的叫法. 借鉴了这位大佬的博客:https ...
- 原创 Hive count 多个度量指标,带有 distinct
Hive count 多个度量指标,带有 distinct ,注意点!!! 比如 select organid, ppi, count(id1) as num1, count(distinct ...
- 持续集成(CI):Jmeter+Ant+Jenkins定时构建
这里Jenkins的安装部署以及工程项目的整体配置不做赘述,其它博文已经说明,这里主要是赘述Ant的相关配置,build.xml文件配置以及项目中的部分配置 一.build.xml 在Ant的安装目录 ...
- Hibernate 框架 -HQL 语法
HQL ( Hibernate Query Language ) 查询语言是面向对象的查询语言,也是在 Hibernate 中最常见的.其语法和 SQL 语法有一些相似,功能十分强大,几乎支持除特殊 ...
- Tornado 框架
Tronado为何物 Tornado全称Tornado Web Server,是一个用Python语言写成的Web服务器兼Web应用框架,由FriendFeed公司在自己的网站FriendFeed中使 ...
- Mac中 pip3 install mysqlclient 报错
主要错误提示如下: ld: library not found for -lssl clang: error: linker command failed with exit code 1 (use ...
- 每天学点HTML01
HTML背景 HTML 又叫超文本标记语言 ,诞生于20世纪90年代初 <html> <head><title>demo1</title> </h ...
- pytest系列(一):什么是单元测试界的高富帅?
pytest是python语言中一款强大的单元测试框架,用来管理和组织测试用例,可应用在单元测试.自动化测试工作中. unittest也是python语言中一款单元测试框架,但是功能有限,没有pyte ...
- python与数据库交互的模块pymysql
一.Mysql 1.前提 pip install pymysql import pymysql 2.详情 Connection对象 =====>用于连接数据库 用于建立与数据库的连接 创建对象: ...
- [C]链接和生存周期
链接和生存周期的区别: 链接是标识符的属性: 生存周期是对象的属性: 链接可以是外部(external),内部(internal)或没有(none): 生存周期可以是自动的.静态的,或已分配的(all ...