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, ...
随机推荐
- Maven项目版本继承 – 我必须指定父版本?
问题描述 我有两个项目:父项目:A,子项目:B 在A /pom.xml中: <groupId>com.dummy.bla</groupId> <artifactId> ...
- MYSQL数据库的日志文件
日志文件:用来记录MySQL实例对某种条件做出响应时写入的文件.如错误日志文件.二进制日志文件.慢查询日志文件.查询日志文件等. 错误日志 show variables like 'log_error ...
- javascript图形动画设计--以简单正弦波轨迹移动
<!doctype html> <html> <head> <meta charset="utf-8"> <title> ...
- IDEA搭建普通java项目
初始化配置: 第一步:
- java map常用的4种遍历方法
public static void main(String[] args) { Map<String, String> map = new HashMap<String, Stri ...
- Redis-SDS
Redis 的简单动态字符串 (simple dynamic string,SDS) SDS的结构: struct sdshdr { int len; //保存的字符串长度. int free; ...
- Django中用Jquery实现不刷新页面进行身份验证和计算器功能
1.下载jquery http://www.jq22.com/jquery-info122 下载解压之后加入工程中的static文件夹中 2.路由分发. """Djang ...
- javascript中闭包最简单的简绍
javascript中闭包是什么 JavaScript 变量可以是局部变量或全局变量.私有变量可以用到闭包.闭包就是将函数内部和函数外部连接起来的一座桥梁. 函数的闭包使用场景:比如我们想要一个函数来 ...
- JS求一个数组元素的最小公倍数
求几个数的最小公倍数就是先求出前两个数的最小公倍数,然后再把这个最小公倍数跟第三个数放在一起来求最小公倍数,如此类推... var dbList = []; //两个数的最小公倍数 function ...
- [SDOI2014]旅行解题报告
题目描述 S国有N个城市,编号从1到N.城市间用N-1条双向道路连接,满足从一个城市出发可以到达其它所有城市.每个城市信仰不同的宗教,如飞天面条神教.隐形独角兽教.绝地教都是常见的信仰. 为了方便,我 ...