Where there is great love, there are always miracles.

哪里有真爱存在,哪里就有奇迹发生。

Everyone expects there can be some miracles happening in the life.

Actually miracles happen everyday, if we can change our perceptions about what a miracle can be and we will see them all around us.

If we see each day as a similar one, our passions for life and work may gradually fade away.

If we see each day as a different one, it may bring us a miracle of its own, the only things left may be to pay attention to the miracle.

Besides, if we really love our life and work, there are miracles that happen every time.

The more we give, the more we will possess, and the more we share, the more we have.

Every artist was first an amateur.

每个艺术家在一开始都是外行。

From Ralph Emerson.

If you are interested in some thing, and you haven't received any professional training, you just try to do some researches, you are an amateur.

Being an amateur is the first step to be a professional, and even the professionals still have a lot to learn.

It is not shameful to admit that we are just amateurs, because no one can make sure that he understands every thing and every aspect.

There was a time when we had no confidence and there was a time when people didn't believe in us when we shared our dreams and aspirations.

Sure, some of us had natural, God-given talent, but even with that we still had a starting place that bares no resemblance to who we are today.

I reflect on this fact every single day.

It keeps me grounded and it helps me to put myself in the shoes of every artist that comes to me with a lack of self-confidence, worry and confusion.

Don't be ashamed of where our work were today, maybe we feel we are inferior to many others just because we have only begun our journey, here, I don't want to talk about age.

Just keep one thing in mind, if you can always be better than the one you were yesterday, you are sure to become a professional.

July 29th 2017 Week 30th Saturday的更多相关文章

  1. July 28th 2017 Week 30th Friday

    If equal affection cannot be, let the more loving be me. 如果没有相等的爱,那就让我爱多一点吧. There is seldom equal a ...

  2. July 27th 2017 Week 30th Thursday

    A smile is the most charming part of a person forever. 微笑永远是一个人身上最好看的东西. Smile in the mirror, and yo ...

  3. July 26th 2017 Week 30th Wednesday

    A man can't ride your back unless it is bent. 你的腰不弯,别人就不能骑在你的背上. Have you ever ride a horse, or ride ...

  4. July 25th 2017 Week 30th Tuesday

    Everything is always more beautiful reflected in your eyes. 一切事物映在你的眼里都会变得更美. Looking in your eyes, ...

  5. July 24th 2017 Week 30th Monday

    The only limit to our realization of tomorrow will be our doubts of today. 实现明天理想的唯一障碍就是今天的疑虑. When ...

  6. July 23rd 2017 Week 30th Sunday

    Setting goals is the first step in turning the invisible into the visible. 设定目标是将实现梦想的第一步. If you wa ...

  7. July 15th 2017 Week 28th Saturday

    If I can't hear your heartbeat, you are too far away. 如果我听不见你的心跳,那是因为你离我太远了. Only when the two tight ...

  8. July 08th 2017 Week 27th Saturday

    You are never wrong to do the right thing. 坚持做对的事情,永远都不会错. I think the translation may be not precis ...

  9. July 01st 2017 Week 26th Saturday

    Kind hearts are more than coronets. 善良的心灵胜于显贵的地位. Some people say that this is a dog-eat-dog world, ...

随机推荐

  1. git删除远程主机没有的tag

    可以先删除所有本地tag,然后再拉取远程上的tag git tag -l | xargs git tag -d git fetch --tags 其他方法以及查询tag的命令请见:Remove loc ...

  2. 详解shuffle过程(转载)

    http://langyu.iteye.com/blog/992916 shuffle本意是洗牌的意思.在mapreduce中描述的是怎么将map task 的输出结果有效的传送到reduce tas ...

  3. Examples of GoF Design Patterns--摘录

    http://stackoverflow.com/questions/1673841/examples-of-gof-design-patterns You can find an overview ...

  4. javascript图形动画设计--画简单正弦波

        <!doctype html> <html> <head> <meta charset="utf-8"> <title ...

  5. flex的使用以及布局 转载

    转 : http://www.cnblogs.com/waisonlong/p/6055020.html flex的使用以及布局   1.添加flex属性后的区别 1 2 3 4 5 6 7 8 9 ...

  6. e.pageX、e.clientX、e.screenX、e.offsetX的区别以及元素的一些CSS属性

    e.pageX,e.pageY:返回的值是相对于文档的定位,文档的左上角为(0,0),向右为正,向下为正,IE不支持: e.clientX,e.clientY:返回的值是相对于屏幕可见区域的坐标,如果 ...

  7. [javaSE] 异常捕获

    异常:程序在运行时出现的不正常现象 Throwable |——Error |——Exception 严重级别:Error类和Exception类 异常的处理:try{}catch{}finally{} ...

  8. Apache Rewrite的主要功能

    #Apache Rewrite的主要功能 #就是实现URL的跳转和隐藏真实地址,基于Perl语言的正则表达式规范.#平时帮助我们实现拟静态,拟目录,域名跳转,防止盗链等 在httpd.conf中去掉下 ...

  9. xshell 中解决中文乱码问题

    点击菜单栏 文件 -> 属性 在属性对话框内点击终端, 选择 编码为 UTF-8 即可.

  10. WinFrom折线图

    using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; usin ...