Even if you are on the right track, you will get run over if you just sit there.

即使你处于正确的轨道上,但如果你只是坐在原地,也会被别人碾过去。

From Will Rogers.

I remember I have maken some comments about this topic before, but I couldn't recall the exact date.

That doesn't matter, things always change, so I think maybe I have some new thoughts as to the topic.

Notice, change is the only thing that doesn't change in this world.

That means, if you can't make any progress, you have actually been left behind by your peers.

Never count on the case that others may stop their paces to wait for you.

They will keep moving, even if they are willing to wait for your to catch up with their pace, things, are still changing.

Maybe you can't see the short-term consequences just because they are too trivial, or too minor to grip your attention, however, over a certain period of time, like half a year, or one year, the difference will be obvious, sometimes may be so huge that you will never catch up on.

Then, you will feel regretful for your inaction in the past, just like the status I am current in.

Now we know we must keep moving forward, even the least step will accumlate in big difference.

Hard work may not guarantee a good result, but it will be better than never.

Some news about auto pilot:

One of the most famous tech-giants, Tesla, said it is tentatively scheduled to unveil its planned semi-truck in late October, which was about one month later than its CEO, Elon Musk, had earlier estimated.

It was reported by some media that the electric semi-truck could have a range of 200 to 300 miles on a single charge.

Tesla planned to develop out a long-haul, electric semi-truck that could drive itself and move in platoons that followed a lead vehicle.

Maybe that is a limited self-driving. And I think the biggest obstacle for electric vehciles may be the battery.

Once there are some breakthroughs in the battery technology, then we can bring an end to the traditional fueled vehciles.

July 03rd 2017 Week 27th Monday的更多相关文章

  1. July 03rd. 2018, Week 27th. Tuesday

    I don't know anything with certainty, but seeing the stars makes me dream. 我不知道世间有什么事是确定不变的,但只要一看到星空 ...

  2. July 02nd. 2018, Week 27th. Monday

    Bad times make a good man. 艰难困苦出能人. Bad times make a good man, and hard times create strong men, but ...

  3. July 31st 2017 Week 31st Monday

    Elegance is the only beauty that never fades. 优雅是唯一不会褪色的美. Even the most beautiful apperace would be ...

  4. July 24th 2017 Week 30th Monday

    The only limit to our realization of tomorrow will be our doubts of today. 实现明天理想的唯一障碍就是今天的疑虑. When ...

  5. July 17th 2017 Week 29th Monday

    A heart is a heavy burden. 心,可是很重的. Follow your heart, but always take your brain with you. Easy to ...

  6. July 10th 2017 Week 28th Monday

    I get that look a lot, but I never let it get to me. 我常常受到异样的目光,但我从不把它们放在眼里. I don't feel good these ...

  7. July 08th 2017 Week 27th Saturday

    You are never wrong to do the right thing. 坚持做对的事情,永远都不会错. I think the translation may be not precis ...

  8. July 07th 2017 Week 27th Friday

    Learn wisdom by the follies of others. 要从别人的愚行中学到智慧. How to become smart or what characters should a ...

  9. July 06th 2017 Week 27th Thursday

    Knowledge is the antidote to fear. 知识可以解除恐惧. Fear always steps from unknown things. Once we know wha ...

随机推荐

  1. Git学习系列之集中式版本控制系统vs分布式版本控制系统

    不多说,直接上干货! Linus一直痛恨的CVS及SVN都是集中式的版本控制系统,而Git是分布式版本控制系统,集中式和分布式版本控制系统有什么区别呢? 先说集中式版本控制系统,版本库是集中存放在中央 ...

  2. 【C语言】-返回指针的函数与指向函数的指针

    本文目录 前言 一.返回指针的函数 二.指向函数的指针 说明:这个C语言专题,是学习iOS开发的前奏.也为了让有面向对象语言开发经验的程序员,能够快速上手C语言.如果你还没有编程经验,或者对C语言.i ...

  3. div+css 制作表格

    <div class="table"> <h2 class="table-caption">花名册:</h2> <di ...

  4. 九度oj 1034 寻找大富翁 2009年浙江大学计算机及软件工程研究生机试真题

    题目1034:寻找大富翁 时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:5323 解决:2123 题目描述:     浙江桐乡乌镇共有n个人,请找出该镇上的前m个大富翁. 输入:     ...

  5. Java ee 之 html/css样式复习

    内容: 1,html/css样式 2,模拟简书注册登陆页面 *重点: 1,width:auto;height:auto; 2,background-image:url(Q5.png);left top ...

  6. 栈C++实现

    栈的核心是LIFO(Last In First Out),即后进先出 出栈和入栈只会对栈顶进行操作,栈底永远为0.如果是入栈,要将入栈元素赋值给栈数组,再将栈顶上移一位:出栈时要先将栈顶下移一位,再将 ...

  7. Backup Log

    使用Backup Log 命令可进行数据库的事务日志备份.其语法格式如下: Backup 数据库名 To 备份设备 和备份数据库操作一样

  8. golang学习之select用法

    早期的select函数是用来监控一系列的文件句柄,一旦其中一个文件句柄发生IO操作,该select调用就会被返回.golang在语言级别直接支持select,用于处理异步IO问题. select用法同 ...

  9. unable to retrieve metadata

    在使用Scaffolding模板生成的时候,抛出了这个一个错误unable to retrieve metadata找了一下bug,居然是因为自己的数据库连接字符串,把它注释后,就可以运行了,我推测, ...

  10. 排序算法lowb三人组-冒泡排序

    冒泡排序:顾名思义就是像气泡从水里浮出来一样 把列表立起来如上图所示,从列表的第0项开始循环(把最大的数想成此次循环的气泡) 要把最大的放到上面那那就用第0项开始一次和剩下的开始比较,只要比第0项小就 ...