July 03rd 2017 Week 27th Monday
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的更多相关文章
- July 03rd. 2018, Week 27th. Tuesday
I don't know anything with certainty, but seeing the stars makes me dream. 我不知道世间有什么事是确定不变的,但只要一看到星空 ...
- 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 ...
- July 31st 2017 Week 31st Monday
Elegance is the only beauty that never fades. 优雅是唯一不会褪色的美. Even the most beautiful apperace would be ...
- July 24th 2017 Week 30th Monday
The only limit to our realization of tomorrow will be our doubts of today. 实现明天理想的唯一障碍就是今天的疑虑. When ...
- July 17th 2017 Week 29th Monday
A heart is a heavy burden. 心,可是很重的. Follow your heart, but always take your brain with you. Easy to ...
- 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 ...
- July 08th 2017 Week 27th Saturday
You are never wrong to do the right thing. 坚持做对的事情,永远都不会错. I think the translation may be not precis ...
- July 07th 2017 Week 27th Friday
Learn wisdom by the follies of others. 要从别人的愚行中学到智慧. How to become smart or what characters should a ...
- July 06th 2017 Week 27th Thursday
Knowledge is the antidote to fear. 知识可以解除恐惧. Fear always steps from unknown things. Once we know wha ...
随机推荐
- eclipse相关问题汇总
安装subclipse svn工具: 配置JavaHL:http://subclipse.tigris.org/wiki/JavaHL#head-5bf26515097c3231c1b04dfdb22 ...
- Express4.10.2开发框架中默认app.js的代码注释
//通过require()加载了express.path等模块var express = require('express');var path = require('path');var favic ...
- 【Lua】Lua + openresty遍历文件目录
OpenResty (也称为 ngx_openresty)是一个全功能的 Web 应用服务器,它打包了标准的 Nginx 核心,很多的常用的第三方模块,以及它们的大多数依赖项. 今天用OpenRest ...
- VS2008默认的字体居然是 新宋体
本人还是觉得 C#就是要这样看着舒服
- 判断字符串中是否包含Emoji表情代码
判断字符串中是否包含Emoji表情代码: + (BOOL)stringContainsEmoji:(NSString *)string { __block BOOL returnValue = NO; ...
- CVE-2017-6920 Drupal远程代码执行漏洞学习
1.背景介绍: CVE-2017-6920是Drupal Core的YAML解析器处理不当所导致的一个远程代码执行漏洞,影响8.x的Drupal Core. Drupal介绍:Drupal 是一个由 ...
- Java 字符串(String)格式转json格式
json是前后端传输数据的一种文本格式,json其实就是字符串,因为前后端传输数据时,只能传输字符串,我们又想传一些对象或者列表信息,这都是很常见的应用场景. 所以,我们需要在java代码中,把jav ...
- step4: Xpath的使用
XPath 是一门在 XML 文档中查找信息的语言.XPath 可用来在 XML 文档中对元素和属性进行遍历. XPath 包含一个标准函数库. XPath 是一个 W3C 标准. 语法简介: htt ...
- 问题集录04--json和jsonp讲解
JSON和JSONP JSON(Javascript Object Notation)是一种轻量级的数据交换格式,用于在浏览器和服务器之间交换信息. JSONP(JSON With Padding ...
- grunt-contrib-cssmin使用指南
原文:http://riny.net/2014/grunt-cssmin/ grunt-contrib-cssmin v0.7.0 使用cssmin压缩css文件 Getting Started 这个 ...