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. MATLAB拟合和插值

    定义 插值和拟合: 曲线拟合是指您拥有散点数据集并找到最适合数据一般形状的线(或曲线). 插值是指您有两个数据点并想知道两者之间的值是什么.中间的一半是他们的平均值,但如果你只想知道两者之间的四分之一 ...

  2. github不能访问,可能原因是host里有太多过期的对应

    github好久不能访问 一直以为是墙的原因 今天发现原来是有很多过期的host造成的 删掉那些host好了

  3. POI基本操作

    1.读取excel文件 InputStream is = new FileInputStream(filesrc); POIFSFileSystem fs = new POIFSFileSystem( ...

  4. RESTful简单介绍

    1 什么是restful Restful就是一个资源定位及资源操作的风格.不是标准也不是协议,只是一种风格.基于这个风格设计的软件可以更简洁,更有层次,更易于实现缓存等机制. 资源:互联网所有的事物都 ...

  5. Array【数组】和Object【对象】的特性比较

    数组是JavaScript提供的一个内部对象,它是一个标准的集合,我们可以添加(push).删除(shift)里面元素,我们还可以通过for循环遍历里面的元素. 那么除了数组我们在JavaScript ...

  6. Winform取消用户按下键盘的事件

    1. 有时候针对某个控件,想取消它的所有键盘按下事件, 只需要为这个控件绑定keyDown事件即可,然后处理的代码如下: private void txtDeviceName_KeyDown(obje ...

  7. Exists/In/Any/All/Contains操作符

    Exists/In/Any/All/Contains操作符 适用场景:用于判断集合中元素,进一步缩小范围. Any 说明:用于判断集合中是否有元素满足某一条件:不延迟.(若条件为空,则集合只要不为空就 ...

  8. 行内元素的margin只能左右有效。上下无效。

    行内元素的margin只能左右有效.上下无效.

  9. 一个骚气的前端JS代码生成网站

    生成Javascript 颜文字代码 稍微试了试 原本的代码: alert("Hello, JavaScript") 转换后代码 ゚ω゚ノ= /`m´)ノ ~┻━┻ //*´∇`* ...

  10. 使用 Python 管理 Azure:基础配置

    Azure 提供了丰富的 Python SDK 来对 Azure 进行开发管理,包括使用 Azure 的开源框架在 Azure 上创建 web 应用程序,对 Azure 的虚拟机,存储等进行管理,本系 ...