You'll have bad times, but it'll always wake you up to the good stuff you weren't paying attention to.

每个人都会经历低谷,但也正是这些低谷会让你注意到平时注意不到的东西。

From Good Will Hunting.

Experience in bad times may also have some positive effects on our personal growth, as long as we haven't been defeated by those awful feelings brought by bad times.

When things are bad, if we can accept them as they are, we can learn a lot so as to prepare for the coming of good times.

To cope with some darkest moments in life, we have to know what we are up against.

Accept the reality, it is grim, but it isn't all grim, when we hit the bottom, we also reach the end of the line, that is, bad times sometimes mean that good times are coming.

If we know that, really know it in our hearts, then we can get through anything.

We can get on with the act of living life, past the nastiness of an unpleasant, present situation.

We can see the good that is still out there waiting for us, not the invented good of the optimist, but the true goodness of what is yet to come.

That is the vision that can help us hold on for the ride.

So if in bad times, please be optimistic, take stock, deal, and move on, it is the right way to live.

Rare as is true love, true friendship is rarer.

就像真爱很难得一样,真正的友谊更难得。

With the days of having hundreds or thousands of wechat "friends" upon us, true friendships built on respects, a common bond, and shared memories seem to be fewer and far between in the modern world.

We can instantly connect with anyone online, but does that make them a tried and true friend?

On the other hand, the friends we thought we could count on in real life turned out to be just as distant, flaky, and unreliable ones.

Some studies show that even if we have thousands of social-network friends, we usually only maintain close relationships with a few of them in real life.

So, how can we make sure that these friendships we have invested so much in emotionally are actually authentic?

True friendship involves recognition or familiarity with each other.

As friends, we often share likes and dislikes, interests, pursuits, and passion.

True friendship involves action, doing something for someone else while expecting nothing in return, sharing thoughts and feelings without fear of judgement or negative criticism.

True friendship involves realtionship, takes time, time to get know each other, time to build shared memories, time to invest in each other's growth.

So, am I a true friend for someone else?

June 8. 2018 Week Week 23rd Friday的更多相关文章

  1. June 9. 2018, Week 23rd, Saturday

    I know nothing except the fact of my ignorance. 除了自己的无知,我一无所知. Believe it or not, true wisdom exists ...

  2. June 7. 2018 Week 23rd Thursday

    Half is worse than none at all. 一知半解比一无所知更痛苦. From Westworld. If we go looking for the truth, get th ...

  3. June 6. 2018 Week 23rd Wednesday

    You are confined only by the walls you build yourself. 限制你的只有你自己筑起的墙. From Andrew Murphy. Let's repe ...

  4. June 5. 2018 Week 23rd Tuesday

    Learn to let go and be clear of where you really want to head for. 学会放手,同时也要弄清楚自己的真正所爱. From Kissing ...

  5. June 4. 2018 Week 23rd Monday

    Don't criticize what you can't understand. 不懂的,不要随意批判. From Bob Dylan. Don't criticize what you can' ...

  6. June 3. 2018 Week 23rd Sunday

    You only get one shot; do not miss your chance to blow. 机会只有一次,不要错过. From Eminem, "Lose Yoursel ...

  7. June. 26th 2018, Week 26th. Tuesday

    No affection but interests can be found in the world of animals. 在动物的世界里,只有利益,没有感情. From Animal Worl ...

  8. June. 21 2018, Week 25th. Thursday

    Summertime is always the best of what might be. 万物最美的一面,总在夏季展现. From Charles Bowden. It was June, an ...

  9. June 30th. 2018, Week 26th. Saturday

    Curiosity is the wick in the candle of learning. 如果学习是一根蜡烛,那好奇心就是烛芯. From William Arthur Ward. Pleas ...

随机推荐

  1. 华为交换机以 LACP 模式实现链路聚合

    LACP 链路聚合模式简介 以太网链路聚合是指将多条以太网物理链路捆绑在一起成为一条逻辑链路,从而实现增加链路带宽的目的.链路聚合分为手工模式和LACP模式. LACP模式需要有链路聚合控制协议LAC ...

  2. #if 与 #ifdef 之间的区别

    先来看个例子: #define TARGET_LITTLE_ENDINA 1 #define TARGET_BIG_ENDINA 0 #ifdef TARGET_LITTLE_ENDINA call ...

  3. [PHP] php + phpstudy + phpstrom + xdebug + postman开启调试

    主体 php + phpstudy + phpstrom + xdebug + postman + vue + chrome 使用的是前后端分离的开发方式,vue 在 webpack 通过代理进行请求 ...

  4. 南大算法设计与分析课程复习笔记(3)L3 - Recursion

    一.递归方程 按照分治的思想,可以将一个递归的复杂度写成递归方程 一.解递归方程--猜然后证明 该方法又称为代入法,步骤如下: 1.猜解的形式 2.数学归纳法证明正确 例子: 我们假设有如下递归式: ...

  5. [转]VirtualBox安装CentOS7

    本文转自:http://www.cnblogs.com/xyinjie/p/9437049.html 一:.下载CentOS7的镜像 下载地址:https://www.centos.org/downl ...

  6. C#窗体加载和控件加载不同步导致控件闪烁

    窗体加载和控件加载不同步导致的控件闪烁现象:// 代码块加在父窗体中的任意位置,解决窗体加载和控件加载不同步导致的控件闪烁问题        protected override CreatePara ...

  7. C#中try catch finally的执行顺序

    1.首先明确一点,就是不管怎样,finally一定会执行,即使程序有异常,并且在catch中thorw 了 ,finally还是会被执行. 2.当try和catch中有return时,finally仍 ...

  8. LeNet训练MNIST

    jupyter notebook: https://github.com/Penn000/NN/blob/master/notebook/LeNet/LeNet.ipynb LeNet训练MNIST ...

  9. Vue2+VueRouter2+webpack 构建项目实战(五):配置子路由

    前言 通过前面几章的实战,我们已经顺利的构建项目,并且从API接口获取到数据并且渲染出来了.制作更多的页面,更复杂的应用,就是各位自己根据自己的项目去调整的事情了. 本章讲一下如何配置子路由,因为我们 ...

  10. 小tips:JS语法之标签(label)

    JavaScript语言允许,语句的前面有标签(label),相当于定位符,用于跳转到程序的任意位置,标签的格式如下. label: statement 标签可以是任意的标识符,但是不能是保留字,语句 ...