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 ...
随机推荐
- %notfound的理解——oracle存储过程 .
文档中的解释:It returns TRUE if an INSERT, UPDATE, or DELETE statement affected no rows, or a SELECT INTO ...
- java并发编程(5)并发程序测试
并发程序测试 一.正确性测试 如:对一个自定义缓存的测试 //自定义的缓存 public class SemaphoreBoundedBuffer <E> { private final ...
- [转]MONTHS_BETWEEN Function - Oracle to SQL Server Migration
本文转自:http://www.sqlines.com/oracle-to-sql-server/months_between In Oracle, MONTHS_BETWEEN(date1, dat ...
- Java - 将可变性最小化
不可变类,即实例不能被修改的类,实例中包含的所有信息在对象的生命周期内固定不变. 常见的比如String.基本类型的封装类.BigDecimal.BigInteger. 相对与可变类,不可变更易于设计 ...
- Web前端性能优化的三个偏方
首先牢骚几句...这一次性能优化针对的模块,初次开发阶段客户给的时间就非常少,俩月时间跳过设计一边需求分析一边编码,最后干出6000+的代码行.最终结果嘛,呵呵,除开一堆bug不说,性能就是个非常大的 ...
- jquery的事件绑定on()动态绑定
常用 这里有个文章列表, 通过on() 点击标题获取标题内容 <div class="article"> <div class="title" ...
- Java开篇
首先致敬Java之父:JAMES GOSLING 一.什么是JDK,JRE,JVM? 1.JDK(Java Development Kit) Java开发工具包. JDK = 开 ...
- oracle 多列数据相同,部分列数据不同合并不相同列数据
出现这样一种情况: 前面列数据一致,最后remark数据不同,将remark合并成 解决办法: 最后一列:结果详情: 使用到的语句为: select a,b,c,wm_concat(d) d,wm_c ...
- uva 725 DIVISION (暴力枚举)
我的56MS #include <cstdio> #include <iostream> #include <string> #include <cstrin ...
- C#获取AD域中计算机和用户的信息
如果你的计算机加入了某个AD域,则可以获取该域中所有的计算机和用户的信息. 所用程序集,需要.Net Framework 4. 添加程序集引用 System.DirectoryServices.Acc ...