May 10th 2017 Week 19th Wednesday
Imagination is the source of creation.
想象是创作之源。
Sometimes, creation and innovation are very simple, nothing more than combination of two or more existing things.
If you check the details of some inventions, you will find the basic theory may be very simple, and you know that as well.
However, why didn't you have those ideas? Maybe just due to the lack of imagination.
And that makes me remember some of fantasy novles I had read, at one time I was indulged in reading them.
How interesting the stories are. Why I can't plot out the same stories? Also due to the lack of imagination.
Sometimes I even can't make the existing things clear, not to mention to imagine some new things.
Write down some motivation sentences to refresh:
Consult not to our fears but our hopes and our dreams.
Think not about your frustrations, but about your unfulfilled potential.
Concern yourself not with what you tried and failed in, but with what it is still possible for you to do.
I think part of my gift, or if I have one, is that I love listening.
我觉得我的天赋,如果我有天赋的话,那就是我热爱倾听。
From Eric Clapton.
Before writing down my thoughts about this quotation from Eric Patrick Clapton, I'd like to make a brief introduction about this famous guitarist.
Have you remembered that several days before we discussed a quotation from Jimi Hendrix, also a well-known guitarist? Jimi Hendrix created a new era of electirc music, but he already passed away, Eric Clapton, is still alive.
He was born on March 30 1945, now 72 years old. As an English rock and blues guitarist, he is the only three-time inductee to the Rock and Roll Hall of Fame.
Undoubtedly, he is a gifted musician. And part of his gifts, as he has said, is that he loves listening.
Maybe I can comprehend his meaning in two different ways.
First, he loves listening and he have listened many musical works, which helped him enlarge his vision and deepen his understanding about music.
Second, he loves listening, through which he can learn a lot of things and feelings of others that he might not experice before, and that may benefit a lot in his music.
So, whatever we are engaged in, we'd better to learn from the existing knowledge and experience, both of ourselves and others, that can become the groundwork of our innovation.
May 10th 2017 Week 19th Wednesday的更多相关文章
- July 19th 2017 Week 29th Wednesday
Rather than envy others, it is better to speed up their own pace. 与其羡慕他人,不如加快自己的脚步. The envy of othe ...
- January 25 2017 Week 4 Wednesday
In every triumph, there's a lot of try. 每个胜利背后都有许多尝试. There's a lot of try behind every success, and ...
- May 31st 2017 Week 22nd Wednesday
No great discovery was ever made without a bold guess. 没有大胆的猜测就没有伟大的发现. When our ancestors saw the b ...
- May 13th 2017 Week 19th Saturday
Mountains look beautiful from a distance. 远处看山山更美. This gnomic seems to circulate very long, its mor ...
- August 10th, 2016, Week 33rd, Wednesday
The degree of loving is measured by the degree of giving. 爱的深浅是用给与的多少来衡量的. Some say that if you love ...
- January 10th, 2018 Week 02nd Wednesday
No need to have a reason to love you. Anything can be a reason not to love you. 喜欢你,不需要什么理由:不喜欢你,什么都 ...
- November 15th, 2017 Week 46th Wednesday
Of all the tribulations in this world, boredom is the one most hard to bear. 所有的苦难中,无聊是最难以忍受的. When ...
- November 10th, 2017 Week 45th Friday
A little bit of mercy makes the world less cold and more just. 多一点怜悯就可以让这个世界少一点冷酷而多一点正义. Maybe there ...
- November 08th, 2017 Week 45th Wednesday
Keep your face to the sunshine and you cannot see the shadow. 始终面朝阳光,我们就不会看到黑暗. I love sunshine, but ...
随机推荐
- Java swing中的keyListener使用事例
最近在学习Java swing,写了一个域内聊天室,实现用户登录ip,端口号之后,进入聊天窗口聊天: 通过菜单条增加了几个功能,边框,字体,颜色和文件传输.风格里的样式都可以通过自己选择来设置. 介绍 ...
- 打ms15-034补丁出现“此更新 不适用于您的计算机”
1.MS15-034漏洞的补丁是KB3042553; 2.如果在一台Windows Server 2012 R2的服务器上直接安装补丁文件KB3042553,可能会出现“此更新 不适用于您的计算机”的 ...
- jvm双亲委派模型
其实,双亲委派模型并不复杂.自定义类加载器也不难!随便从网上搜一下就能搜出一大把结果,然后copy一下就能用.但是,如果每次想自定义类加载器就必须搜一遍别人的文章,然后复制,这样显然不行.可是自定义类 ...
- linux 运维基础测验题
第一题:创建一个目录/data --> mkdir /data eg: ls -d 显示命令 -l 详细信息 -a 显示所有文件 cd 打开目录 pwd 显示当前目录 第二题:在/ ...
- Root用户让其他用户运行某程序
这里以启动tomcat为例 1.安装tomcat不介绍了,自己百度 2.测试能否使用,略 3.创建tomcat用户 useradd tomcat -s /sbin/nologin 创建tomcat,禁 ...
- pycharm Python解释器的配置--可以指定批处理文件为解释器
这样就可以很方便的配置一些环境变量了,很方便很有创意的功能,再次Mark一下以防忘记
- JQuery脚本-通过禁用按钮防止表单重复提交
<script type="text/javascript"> /* jquer 脚本,避免重复提交 隐藏点击的submit,后在他之后插入同名button伪装成被隐藏 ...
- 如何用webgl(three.js)搭建一个3D库房,3D密集架,3D档案室,-第二课
闲话少叙,我们接着第一课继续讲(http://www.cnblogs.com/yeyunfei/p/7899613.html),很久没有做技术分享了.很多人问第二课有没有,我也是抽空写一下第二课. 第 ...
- avalon实现日期联动
前言 上一篇我们说了下Avalon的一些概念,以及一些主要特性,至于Avalon的一些基础教程,正美老师已经做了非常全面的讲述,参见:http://www.cnblogs.com/rubylouvre ...
- c# 判断是否是DICOM文件
public bool isDicom(string filename) { FileStream fs = File.OpenRead(filename); ]; fs.Read(data, , d ...