July 29th 2017 Week 30th Saturday
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的更多相关文章
- July 28th 2017 Week 30th Friday
If equal affection cannot be, let the more loving be me. 如果没有相等的爱,那就让我爱多一点吧. There is seldom equal a ...
- July 27th 2017 Week 30th Thursday
A smile is the most charming part of a person forever. 微笑永远是一个人身上最好看的东西. Smile in the mirror, and yo ...
- 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 ...
- July 25th 2017 Week 30th Tuesday
Everything is always more beautiful reflected in your eyes. 一切事物映在你的眼里都会变得更美. Looking in your eyes, ...
- July 24th 2017 Week 30th Monday
The only limit to our realization of tomorrow will be our doubts of today. 实现明天理想的唯一障碍就是今天的疑虑. When ...
- July 23rd 2017 Week 30th Sunday
Setting goals is the first step in turning the invisible into the visible. 设定目标是将实现梦想的第一步. If you wa ...
- July 15th 2017 Week 28th Saturday
If I can't hear your heartbeat, you are too far away. 如果我听不见你的心跳,那是因为你离我太远了. Only when the two tight ...
- July 08th 2017 Week 27th Saturday
You are never wrong to do the right thing. 坚持做对的事情,永远都不会错. I think the translation may be not precis ...
- July 01st 2017 Week 26th Saturday
Kind hearts are more than coronets. 善良的心灵胜于显贵的地位. Some people say that this is a dog-eat-dog world, ...
随机推荐
- PHP之mb_convert_variables使用
mb_convert_variables (PHP 4 >= 4.0.6, PHP 5, PHP 7) mb_convert_variables - Convert character code ...
- 深入理解java集合框架之---------Arraylist集合 -----构造函数
ArrayList有三个构造方法 ArrayList有三个常量 1.private transient Object[] elementData (数组); 2.private int size (元 ...
- 快捷键 -- windows
win+数字 : 打开任务栏第n个图标 Win+D :快速显示桌面 Win+R :快速运行打开软件 例如 cmd services,msc Win+E:打开资源管理器 Win+L:快速锁定计算机 ...
- R语言提取字符串的一部分substring函数
这个函数提取字符串的一部分. 语法 substring()函数的基本语法是: substring(x,first,last) 以下是所使用的参数的说明: x - 是字符向量输入. first - 是第 ...
- [转]Http请求中Content-Type讲解以及在Spring MVC中的应用
本文转自:http://blog.csdn.net/blueheart20/article/details/45174399 引言: 在Http请求中,我们每天都在使用Content-type来指定不 ...
- SQL 之连接查询
概述:INNER JOIN.LEFT JOIN.LIGHT JOIN.FULL JOIN. 一.INNER JOIN INNER JOIN 关键字在表中存在至少一个匹配时返回行. 语法: select ...
- django中的验证码
from django.shortcuts import renderfrom PIL import Imagefrom PIL import ImageDrawfrom PIL import Ima ...
- 集合框架以及Map(一)
集合又称容器,编程思想中对其的定义为持有对象 我们在使用集合或者数组时得到最多的异常就是数组下表越界异常 Java.lang.ArrayIndexOutOfBoundsException这篇文章我们不 ...
- jquery特效:无缝向上循环滚动列表
效果呈现 整个列表间隔设定的时间向上移动一个item的高度 html结构: <div class="slide-title"> <span>title1&l ...
- Typescript中一些不理解的概念解释(泛型、断言、解构、枚举)
新的项目想使用typescript,因此又对其概念及使用过一遍,本文主要记录下对之前一些概念不太理解的地方. 1.泛型 定义: 在定义函数.接口或者类的时候,不预先指定具体的类型,而是在使用的时候再指 ...