A real loser is somebody that's so afraid of not winning, they don't even try.

真正的失败者,是那些因为害怕不能成功,就连试都不敢试的人。

It seems that this sentence comes from a movie named ' Little Miss Sunshine.'

In the movie, it goes as following:

What is a real loser?

A real loser is somebody that's so afraid of not winning, they don't even try.

That's true. If we don't try, we would have no chance to win. But if we try, even though we might fail times and times again, there's still some possibilty of success.

And even when we fail many times, we still can get something back from those previous failures, at least we know what doesn't work, by analying the reasons of failures, we may find out the right ones.

Remember, the edge of failure often has the shortcut that can help us access to success.

Don't lose hope, and never stop trying.

But, can someone let me know whether there is chance of success on my way? If I know, I would be more willing to try to reach some bigger goal even though I would fail many times before I get there.

The rational and the irrational complement each other. Individually they are far less powerful.

理性和非理性是互补的,两者分开的话,力量就会小很多。

From House of Cards.

The rational and the irrational, or the emotional, are quite different from each other, both in the ways of thinking and action.

For example, the rational thinking and action may be based on reason logic, while the irrational ones may be just based on our emotions, or momentary impulses.

For those who behave in rational ways, they would pay more attention to the factual basis, and analyze the possible outcomes of the situation and the corresponding responses, then they would take right and proper actions.

For those who behave in irrational ways, they would be overwhelmed by their emotions and make some decisions which have no logical basis, here I must point out that such decisions also can be helpful when tackling with some difficult situation.

Please behave in the combined ways. Because the irrational ones can inspire us, and the rational ones can make things feasible and more practical.

May 26th, 2019. Week 22nd, Sunday的更多相关文章

  1. May 27. 2018 Week 22nd Sunday

    All things come to those who wait. 苍天不负有心人. It is said that those who are patient can see what their ...

  2. May 28th 2017 Week 22nd Sunday

    Behind every beautiful thing, there's some kind of pain. 美丽背后,必有某种努力. No pains, no gains. Maybe we n ...

  3. October 06th, 2019. Week 41st, Sunday

    Life is very capricious. 生命无常. Is life capricious? Maybe. But we can still make life a little more c ...

  4. August 18th, 2019. Week 34th, Sunday

    Fear doesn't shut you down, it wakes you up. 恐惧不会消磨你的意志,它能激发你的潜能. We all know that fear is powerful, ...

  5. August 11th, 2019. Week 33rd, Sunday

    Worry does not empty tomorrow of its sorrow. It empties today of its strength. 忧虑不会消除明天的痛苦,它只会削弱今天的力 ...

  6. August 04th, 2019. Week 32nd, Sunday

    Making peace with what you don't have, that's what it's all about. 人生在世,不如意者十之八九,保持平常心,命里无时莫强求. Ever ...

  7. July 7th, 2019. Week 27th, Sunday

    We laughed and kept syaing "see you soon", but inside we both knew we would never see each ...

  8. June 16th, 2019. Week 25th, Sunday.

    I can fly higher than an eagle, for you are the wind beneath my wings. 我之所以能飞得比鹰还高,是因为有你做我羽翼下的风. You ...

  9. June 09th, 2019. Week 24th, Sunday

    The beauty you see in me is a reflection of you. 你在我身上看到的美,正是你的倒影. From Jalaluddin Rumi. What we see ...

随机推荐

  1. spingboot 2.1.3 与 elasticsearch7 兼容问题

    pom 加入 elasticsearch7  的依赖, <dependency> <groupId>org.elasticsearch</groupId> < ...

  2. UWP 利用VisualTreeHelper查找页面中的元素

    一般我们在展示数据的时候,都会采用DataTemplate的预先设置数据模板,再使用Set ItemsSource的方式进行数据绑定 这样就能满足大部分的需求. 不过有时候需要对页面已经展示出来的元素 ...

  3. Python高级特性——迭代器

    可以直接用for循环的数据类型有: 集合数据类型,如:list.tuple.dict.set.str等: 生成器generator,包括生成器和带yield的generator function. 以 ...

  4. pillow模块Image.crop()函数切割图片方法,参数说明

    使用Image.crop()方法对图片进行切割. 参数: Image.crop(left, up, right, below) left:与左边界的距离 up:与上边界的距离 right:还是与左边界 ...

  5. SpringCloud服务配置中心

    SpringCloud Config简介 Spring Cloud Config 是 Spring Cloud 团队创建的一个全新项目,用来为分布式系统中的基础设施和微服务应用提供集中化的外部配置支持 ...

  6. Effect:Mobile ocd

    Satisfy the following two Keep your phone at all times Check your phone even if there's no news Alwa ...

  7. Vue之富文本tinymce爬坑录

    前言 最近因业务需求在项目中嵌入了tinymce这个富文本编辑器,用于满足平台给用户编辑各类新闻内容什么的业务需求,前后也花了不少时间体验和对比了市面上各类开源编辑器. *案例demo版本:vue-t ...

  8. Caused by: com.rabbitmq.client.ShutdownSignalException: channel error; protocol method: #method<channel.close>(reply-code=406, reply-text=PRECONDITION_FAILED - inequivalent arg 'type' for exchange 'me

    在启动RabbitMQ消费端的时候报错:Caused by: com.rabbitmq.client.ShutdownSignalException: channel error; protocol ...

  9. 快速查看本地IP地址

    1. 新建Windows批处理文件(*.bat) @echo off echo 本机IP ipconfig|find "IPv4" echo. echo 电脑名 hostname ...

  10. java 初学 :求 s=a+aa+aaa+aaaa+aa...a 的值,其中 a 是一个数字。几个 数相加由键盘控制。

    import java.util.Scanner; public static void main(String[] args) {       Scanner input=new Scanner(S ...