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. hadoop-0.20.2安装配置

    该环境在Vmware Workstation 12 上安装配置一共三台机器master,slave1,slave2. 操作系统:Cenos 7.0 hadoop 版本:hadoop-0.20.2,版本 ...

  2. 饶军:Apache Kafka的过去,现在,和未来

    欢迎大家前往腾讯云+社区,获取更多腾讯海量技术实践干货哦~ 本文首发在云+社区,未经许可,不得转载. 大家好,我大概简单的介绍一下,我叫饶军,我是硅谷的初创公司Confluent的联合创始人之一,我们公 ...

  3. 获取服务器时间ajax

    $.ajax({ type:"OPTIONS", url:"/", complete:function(x){ // alert(x.getResponseHe ...

  4. 来一波Linux中查看cpu、磁盘、内存、网络的命令

    转载请注明出处. 如果想远程管理服务器就有远程管理卡,比如Dell idRAC,HP ILO,IBM IMM 查看硬件的温度/风扇转速,电脑有撸大师,服务器就有ipmitool.使用ipmitool实 ...

  5. C#可选参数、命名参数、参数数组

    学习了C#4.0的新特性:可选参数.命名参数.参数数组. 1.可选参数,是指给方法的特定参数指定默认值,在调用方法时可以省略掉这些参数. 但要注意: (1)可选参数不能为参数列表的第1个参数,必须位于 ...

  6. asp,对待绑定数据加序号列(DataSet)

    string sql_sel = "select InS.ID as isID, InS.InventorySize , InS.MinValue,InS.MaxValue from Inv ...

  7. Win7系统服务优化完全攻略

      前文提到Windows系统启动的原理,其中加载各项系统服务是影响系统启动时间的重要因素,之前软媒在Win7之家(http://www.win7china.com/)和Vista之家(http:// ...

  8. SpringBoot MockMvc的单元测试

    对于类的测试,可以有很多的方式进行实现,比如可以使用PostMan,使用HttpClient请求等,这里主要讲的是MockMcv的测试 一:引入依赖 <dependency> <gr ...

  9. 用户登录注册(安全)(常规、FB、google、paypal) 实战

    /* 用户登录界面 */elseif ($action == 'login'){    if($_SESSION['user_id'])    {        ecs_header("Lo ...

  10. sublime text3 JS语法检测插件

    首先ctrl+shift+P用包管理器安装sublimeLinter和sublimeLinter-jshint 前往node官网下载nodejs并安装 安装完node后打开命令行输入npm insta ...