August 15th 2017 Week 33rd Tuesday
Would rather have done a regret, do not miss the regret.
宁愿做过了后悔,也不要错过了后悔。
Yesterday, I read several theses (meaning papers) about ROS and real-time road-boundary-detection algorithms, one of the authors had started this three years ago and he just got his master's degree in a not-wellknown university this year.
That means he is a little younger than me, but currently I am just doing what he had done before.
And much more frustrating, even repeating these procedures is not an easy job for me.
Maybe I shouldn't be so disappointed with my poor performance, after all I just learned how to program with ROS several days ago.
Ok, stop talking about this topic.
Yesterday, I read a news about an fitness app which was sued by its users for not keeping its promises on returning awards to those who have reached their goals.
Under the investigation of the government, the app had to pay more to end the disputes.
But I don't think it can end the disputes successfully, once losing the confidence of your users, there may be no chance to win them again.
A good example to illustrate the effects of failing to live up to your promises, isn't it?
Discovery consists of seeing that what everybody has seen and thinking what nobody has thought.
所谓发现,就是看见别人所看过的,而想到别人不曾想到的。
From Albert Szent-Gyorgyi.
Maybe it can be understood like the following:
The real voyage of discovery consists not in seeking totally new landscapes, but in having new eyes.
Most of us are not able to discover the truth of things we see, not because they present some false appearance and mislead us into error, but because we are lack of reasoning powers and keen eyes, we are often prevailed by our preconceived opinions and our prejudice when facing new things.
Actually, if we can have an open attitude toward trying new things, we not only can experience something different, we also can improve or deepen our understanding over those existing things.
That would be a win-win situation.
Therefore, if you can experience the sharp, scary pleasure that comes from starting something new, you will be willing to call on all your resources and challenge your mind, your body, your spirit to understand it as throughly as you can.
August 15th 2017 Week 33rd Tuesday的更多相关文章
- August 9th 2016, Week 33rd Tuesday
Tomorrow is never clear, our time is here. 明天是未知的,我们还是要过好当下. Tomorrow is not unpredictable, it is cl ...
- August 29th 2017 Week 35th Tuesday
Life is a pure flame, and we live by an invisible sun within us. 生命如纯洁的火焰,而维系这火焰的是我们内心的太阳. Burn my l ...
- August 22nd 2017 Week 34th Tuesday
Stop trying to find a rewind. It's life, not a movie. 别妄想倒带,这是生活,不是电影. There is no need to go back t ...
- August 19th 2017 Week 33rd Saturday
Live for today and stop stressing out about tomorrow. 为今天而活,不必为明天过分担心. Stop bewailing the past misfo ...
- August 18th 2017 Week 33rd Friday
If you shed tears when you miss the sun, you also miss the stars. 如果你因为错过太阳而哭泣,你也将会错过繁星. If you have ...
- August 17th 2017 Week 33rd Thursday
Fate is responsible for shuffling, but the game of cards is our own! 命运负责洗牌,但是玩牌的是我们自己! Today, I upd ...
- August 16th 2017 Week 33rd Wednesday
A man can be destroyed but not defeated. 一个人可以被毁灭,但不能被打败. Before he was destroyed, he would have bee ...
- August 14th 2017 Week 33rd Monday
Life is like a watch, you can return to the starting point, they are not yesterday! 人生就像钟表,可以回到起点,却已 ...
- August 13th 2017 Week 33rd Sunday
The best accessory a girl can own is confidence. 女生最好的饰品就是自信. Only when we have our own ideas and on ...
随机推荐
- 11 java 线程池 实现原理
一 关键类的实现 1 ThreadPoolExecutor类 java.uitl.concurrent.ThreadPoolExecutor类是线程池中最核心的一个类,因此如果要透彻地了解Java中的 ...
- HDU 6225 Little Boxes
Little Boxes Little boxes on the hillside. Little boxes made of ticky-tacky. Little boxes. Little ...
- 大数据sql引擎
Hive:把sql解析后用MapReduce跑 SparkSQL:把sql解析后用Spark跑,比hive快点 Phoenix:一个绕过了MapReduce运行在HBase上的SQL框架 Drill/ ...
- ant使用小结
使用builder.xml的方式:完成的工作:打jar包并运行,其中引用了第三方jar和配置文件: <?xml version="1.0" encoding="UT ...
- JavaScript中有对字符串编码的三个函数:escape,encodeURI,encodeURIComponent
JavaScript中有三个可以对字符串编码的函数,分别是: escape,encodeURI,encodeURIComponent,相应3个解码函数:unescape,decodeURI,decod ...
- 使用webpack loader加载器
了解webpack请移步webpack初识! 什么是loader loaders 用于转换应用程序的资源文件,他们是运行在nodejs下的函数 使用参数来获取一个资源的来源并且返回一个新的来源(资源的 ...
- &&和||的操作符妙用(javascript)
前言 &&逻辑与和||逻辑或,它们既可以返回一个布尔值,又可以返回指定操作数的值,这个值是非布尔型的. MDN api参考 Section1 布尔运算 首先,我们明确一下基础知识. 能 ...
- [转]在windows service中使用timer
本文转自:http://blog.csdn.net/sharpnessdotnet/article/details/7637180 一定要使用System.Timers.Timer timer 而不是 ...
- nodejs记录1——async函数
其实手动配置babel环境并不难,记录下步骤: 1.首先npm init创建一个nodejs项目 2.全局安装babel-cli处理工具:npm i babel-cli -g 3.cd到项目下安装ba ...
- Java基础教程(5)--变量
一.变量 1.变量的定义 正如上一篇教程<Java基础教程(4)--面向对象概念>中介绍的那样,对象将它的状态存在域中.但是你可能仍然有一些疑问,例如:命名一个域的规则和惯例是什么?除 ...