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的更多相关文章

  1. August 11th 2016, Week 33rd Thursday

    A particular fine spring came around. 转眼又是一番分外明媚的春光. Hey, it is hot outside, sometimes even unbearab ...

  2. August 31st 2017 Week 35th Thursday

    Whatever happened in the past is gone, the best is always yet to come. 无论过去发生什么,最好的永远尚未到来. Correct j ...

  3. August 24th 2017 Week 34th Thursday

    If you have choices, choose the best. If you have no choice, do the best. 如果有选择,那就选择最好的:如果没有选择,那就努力做 ...

  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 16th 2017 Week 33rd Wednesday

    A man can be destroyed but not defeated. 一个人可以被毁灭,但不能被打败. Before he was destroyed, he would have bee ...

  7. August 15th 2017 Week 33rd Tuesday

    Would rather have done a regret, do not miss the regret. 宁愿做过了后悔,也不要错过了后悔. Yesterday, I read several ...

  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. java1.8中ConcurrentHashMap

    java1.8中的ConcurrentHashMap做了非常大的改动,整个数据结构都发生了变化,已经不存在segment了.所以要好好重新查看下源码.这篇博客是逐步更行的,看一点写一点. 首先看一个很 ...

  2. CentOS VNC

    CentOS Linux:1.需要安装的包:tigervnc,tigervnc-server 2.配置显示分辨率.桌面和用户:编辑 /etc/sysconfig/vncservers参考注释掉的最后两 ...

  3. eclipse修改默认注释

    (来源:https://www.cnblogs.com/yangjian-java/p/6674772.html) 一.背景简介 丰富的注释和良好的代码规范,对于代码的阅读性和可维护性起着至关重要的作 ...

  4. MongoDB的基本使用及java对MongoDB的基本增删改查

    MongoDB的特点 MongoDB 是文档存储数据库,存储结构灵活 MongoDB 支持复杂查询操作.支持序列 MongoDB 采用C++开发,可以做分布式扩展 MongoDB 采用BSON格式存储 ...

  5. 记DateTime.Now.ToString()遇到的一个坑

    最近在编写一个程序中遇到的 程序的简要逻辑就是一个timer控件 1.获取当前时间的短时间,例如 13:15 2.使用获取到的短时间去一个列表中查询是否有匹配的,列表中是一串短时间,类似 {" ...

  6. Map 模板

    #include<stdio.h> #include<iostream> #include<map> using namespace std; typedef pa ...

  7. CentOS-Linux系统下安装MySQL

    一.mysql的安装 Yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及CentOS中的Shell前端软件包管理器.基于RPM包管理,能够 ...

  8. JDBC入门(2)--- ResultSet之滚动结果集

    一.ResultSet之滚动结果集 ResultSet表示结果集,它是一个二维的表格.ResultSet内部维护一个行光标(游标),ResultSet提供了一系列的方法来移动游标: void befo ...

  9. python Django 路由之正则表达式

    一.路由系统,URL 1. url(r'^index',views.index) #默认的                  url(r'^home',views.Home.as_view()) # ...

  10. UNIX 网络编程笔记-CH2:TCP、UDP概貌

    好久不读不用又忘得差不多了,还是感叹Richard Stevens真是太刁,25年前第一版. "Tcp state diagram fixed new" by Scil100. L ...