August 17th 2017 Week 33rd Thursday
Fate is responsible for shuffling, but the game of cards is our own!
命运负责洗牌,但是玩牌的是我们自己!
Today, I updated the opera browser. It sent me a note that it needs to be updated to the newest edition.
I hadn't carefully check what the details might be, just clicked 'Yes'.
After its update, I reopened the browser, and saw its welcome page, there were some new features, one is that it can change units on the website, more detailly, it can highlight text to convert values including speed, weight, temperature and more, the other, it can take snapshots inside the browser, that is, it provides a function which is similar to the clipboard.
Simple but useful functions.
You may doubt that whether these new features can be considered as innovation or not, because many others also have the similar functions, and much more earlier and much more stronger.
Absolutely, such combinations of existing thing are also innovations.
Don't think it is too difficult to create new things, sometimes that may be very simple, you just need to combine different features together and provide these functions in one set, that also can be creative and innovative.
How to integrate different features, actually, is also an advanced knowledge.
Everyone should carefully observe which way his heart draws him, and then choose that way with all his strength.
每个人都应该仔细留心内心引领的哪一条路,然后尽全力选择那条路。
From Hasidic Saying.
Listen to your heart, sometimes it will tell you the way you should take.
And when you choose to follow your heart, don't forget to take your brains with you, in case that the way turns out to be not the one you want.
But no matter which way you choose, whether it is suitable or not, whether it is tough or smooth, always run with all your strength.
Recently, I met with many talented peers who have given me very deep impressions.
They are so smart, talkative, professional and most of them are very good at dealing with suppliers on technical details.
I always feel inferior when discussing with them. I know there are many things I should learn, at least I should know some basic concepts about the topics.
But it seems I never tried my best to improve my drawbacks.
Finally, I have been left far behind not only by my peers, but also by those successors.
What a pity. Can I live up to those expectations?
August 17th 2017 Week 33rd Thursday的更多相关文章
- August 11th 2016, Week 33rd Thursday
A particular fine spring came around. 转眼又是一番分外明媚的春光. Hey, it is hot outside, sometimes even unbearab ...
- August 31st 2017 Week 35th Thursday
Whatever happened in the past is gone, the best is always yet to come. 无论过去发生什么,最好的永远尚未到来. Correct j ...
- August 24th 2017 Week 34th Thursday
If you have choices, choose the best. If you have no choice, do the best. 如果有选择,那就选择最好的:如果没有选择,那就努力做 ...
- August 19th 2017 Week 33rd Saturday
Live for today and stop stressing out about tomorrow. 为今天而活,不必为明天过分担心. Stop bewailing the past misfo ...
- August 18th 2017 Week 33rd Friday
If you shed tears when you miss the sun, you also miss the stars. 如果你因为错过太阳而哭泣,你也将会错过繁星. If you have ...
- August 16th 2017 Week 33rd Wednesday
A man can be destroyed but not defeated. 一个人可以被毁灭,但不能被打败. Before he was destroyed, he would have bee ...
- August 15th 2017 Week 33rd Tuesday
Would rather have done a regret, do not miss the regret. 宁愿做过了后悔,也不要错过了后悔. Yesterday, I read several ...
- August 14th 2017 Week 33rd Monday
Life is like a watch, you can return to the starting point, they are not yesterday! 人生就像钟表,可以回到起点,却已 ...
- August 13th 2017 Week 33rd Sunday
The best accessory a girl can own is confidence. 女生最好的饰品就是自信. Only when we have our own ideas and on ...
随机推荐
- 3-0 js基础 语言特性及性能优化
1.语言特性: 内存泄露:内存没有释放,越堆越多. 垃圾回收(生命周期): 1.局部 很短 在局部中当函数完成时.已经释放了.全局变量在页面关闭的时候才被回收. 2.全局 很长 3.闭包.可长可短,只 ...
- [转]Format a ui-grid grid column as currency
本文转自:https://stackoverflow.com/questions/27747184/format-a-ui-grid-grid-column-as-currency-rc-3-0 Yo ...
- angularjs ui-grid cellTemplate checkbox ng-checked
{ name: '@Localizer["ActiveInd"]', field: 'ActiveInd', enableSorting: false, ...
- [转]IIS的各种身份验证详细测试
本文转自:http://www.cnblogs.com/chnking/archive/2007/11/20/965553.html#_Toc183326163 一. IIS的身份验证概述 1. ...
- Gauva的安装——入门篇
Guava工程包含了若干被Google的 Java项目广泛依赖 的核心库,例如:集合 [collections] .缓存 [caching] .原生类型支持 [primitives support] ...
- nginx配置样例
简单的nginx配置如下,包含了静态文件配置.websocket.socket.io的配置: user nobody; worker_processes 3; #master_process off; ...
- Kinect1驱动 PCL OpenCV ROS 安装
1. OpenCV安装 1)在终端安装依赖项sudo apt-get install build-essential libgtk2.0-dev libjpeg-dev libtiff4-dev li ...
- scrum 项目的基本模式
scrum 项目中有 3 个主要的角色:产品所有者, Scrum 主管和团队成员 产品所有者和团队其他成员一起工作,负责维护生产积压工作表 (production backlog) ,并对表中的项制定 ...
- MYSQL建表问题(转)
今天在dos下准备新建一个数据表,但一直出错,如下 后面在网上查了好久,终于找到了原因.创建 MySql 的表时,表名和字段名外面的符号 ` 不是单引号,而是英文输入法状态下的反单引号,也就是键盘左上 ...
- [翻译]Review——How JavaScript works:The building blocks of Web Workers
原文地址:https://blog.sessionstack.com/how-javascript-works-the-building-blocks-of-web-workers-5-cases-w ...