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的更多相关文章

  1. August 9th 2016, Week 33rd Tuesday

    Tomorrow is never clear, our time is here. 明天是未知的,我们还是要过好当下. Tomorrow is not unpredictable, it is cl ...

  2. August 29th 2017 Week 35th Tuesday

    Life is a pure flame, and we live by an invisible sun within us. 生命如纯洁的火焰,而维系这火焰的是我们内心的太阳. Burn my l ...

  3. 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 ...

  4. August 19th 2017 Week 33rd Saturday

    Live for today and stop stressing out about tomorrow. 为今天而活,不必为明天过分担心. Stop bewailing the past misfo ...

  5. August 18th 2017 Week 33rd Friday

    If you shed tears when you miss the sun, you also miss the stars. 如果你因为错过太阳而哭泣,你也将会错过繁星. If you have ...

  6. August 17th 2017 Week 33rd Thursday

    Fate is responsible for shuffling, but the game of cards is our own! 命运负责洗牌,但是玩牌的是我们自己! Today, I upd ...

  7. August 16th 2017 Week 33rd Wednesday

    A man can be destroyed but not defeated. 一个人可以被毁灭,但不能被打败. Before he was destroyed, he would have bee ...

  8. August 14th 2017 Week 33rd Monday

    Life is like a watch, you can return to the starting point, they are not yesterday! 人生就像钟表,可以回到起点,却已 ...

  9. August 13th 2017 Week 33rd Sunday

    The best accessory a girl can own is confidence. 女生最好的饰品就是自信. Only when we have our own ideas and on ...

随机推荐

  1. 转载:怎么用eclipse开发C++程序(以后备用,待实现),使用CDT

    一:准备工作:需下载以下三个软件包 a).Eclipse 3.1 官方站点: http://www.eclipse.org 工具下载地址:http://www.eclipse.org/download ...

  2. 使用 DL4J 训练中文词向量

    目录 使用 DL4J 训练中文词向量 1 预处理 2 训练 3 调用 附录 - maven 依赖 使用 DL4J 训练中文词向量 1 预处理 对中文语料的预处理,主要包括:分词.去停用词以及一些根据实 ...

  3. WPF 小知识点001

    1.DataGrid 单选事件 <DataGrid MinHeight="150"                  AutoGenerateColumns="Fa ...

  4. 使用auth_request模块实现nginx端鉴权控制

    使用auth_request模块实现nginx端鉴权控制 nginx-auth-request-module 该模块是nginx一个安装模块,使用配置都比较简单,只要作用是实现权限控制拦截作用.默认高 ...

  5. 微信小程序通过CODE换取session_key和openid

    微信小程序的用户信息获取需要请求微信的服务器,通过小程序提供的API在小程序端获取CODE,然后将CODE传入到我们自己的服务器,用我们的服务器来换取session_key和openid. 小程序端比 ...

  6. 深入理解LinkedBlockingQueue

      说明 通过阅读源码,了解LinkedBlockingQueue的特性.本文基于JDK1.7源码 正文 通过查询API对LinkedBlockingQueue特点进行简单的了解: LinkedBlo ...

  7. MySQL Community Server 5.5.56 ZIP Archive 绿色解压版 window安装步骤

    MySQL Community Server 5.5.56  ZIP Archive  绿色解压版 window安装步骤 首先 准备好启动配置文件my.ini [mysqld] #设置字符集为utf8 ...

  8. DButils分析

    package com.ldf.utils; import java.sql.Connection; public class DBUtils { private static String driv ...

  9. GString惰性求值

    当对一个GString实例求值时,如果其中包含一个变量,该变量的值会被简单地打印到一个Writer,通常是一个StringWriter.然而,如果GString中包含的是一个闭包,而非变量,该闭包就会 ...

  10. springboot----logback日志

    默认情况下,Spring Boot 配置 ERROR, WARN, INFO 三种日志级别.如果需要 Debug 级别的日志.在 src/main/resources/application.prop ...