June 8. 2018 Week Week 23rd Friday
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的更多相关文章
- June 9. 2018, Week 23rd, Saturday
I know nothing except the fact of my ignorance. 除了自己的无知,我一无所知. Believe it or not, true wisdom exists ...
- June 7. 2018 Week 23rd Thursday
Half is worse than none at all. 一知半解比一无所知更痛苦. From Westworld. If we go looking for the truth, get th ...
- June 6. 2018 Week 23rd Wednesday
You are confined only by the walls you build yourself. 限制你的只有你自己筑起的墙. From Andrew Murphy. Let's repe ...
- June 5. 2018 Week 23rd Tuesday
Learn to let go and be clear of where you really want to head for. 学会放手,同时也要弄清楚自己的真正所爱. From Kissing ...
- June 4. 2018 Week 23rd Monday
Don't criticize what you can't understand. 不懂的,不要随意批判. From Bob Dylan. Don't criticize what you can' ...
- June 3. 2018 Week 23rd Sunday
You only get one shot; do not miss your chance to blow. 机会只有一次,不要错过. From Eminem, "Lose Yoursel ...
- June. 26th 2018, Week 26th. Tuesday
No affection but interests can be found in the world of animals. 在动物的世界里,只有利益,没有感情. From Animal Worl ...
- June. 21 2018, Week 25th. Thursday
Summertime is always the best of what might be. 万物最美的一面,总在夏季展现. From Charles Bowden. It was June, an ...
- June 30th. 2018, Week 26th. Saturday
Curiosity is the wick in the candle of learning. 如果学习是一根蜡烛,那好奇心就是烛芯. From William Arthur Ward. Pleas ...
随机推荐
- rsync+inotify实现全网自动化数据备份-技术流ken
rsync简介 “rsync是linux系统下的数据镜像备份工具.使用快速增量备份工具Remote Sync可以远程同步,支持本地复制,或者与其他SSH.rsync主机同步” rsync的功能和特点 ...
- Spring Cloud Config采用Git存储时两种常用的配置策略
由于Spring Cloud Config默认采用了Git存储,相信很多团队在使用Spring Cloud的配置中心时也会采用这样的策略.即便大家都使用了Git存储,可能还有各种不同的配置方式,本文就 ...
- 南大算法设计与分析课程OJ答案代码(4)--变位词、三数之和
问题 A: 变位词 时间限制: 2 Sec 内存限制: 10 MB提交: 322 解决: 59提交 状态 算法问答 题目描述 请大家在做oj题之前,仔细阅读关于抄袭的说明http://www.bi ...
- 如何扩展VS2017未安装的功能
扩展VS2017未安装的功能 我们在使用VS2017时,由于VS2017该ide功能过于强大,使用范围涵盖多个领域,我们在安装VS2017时很多时候只需要安装自己需要的某部分的功能即可,这个步骤在软件 ...
- 人工智能第三课:数据科学中的Python
我用了两天左右的时间完成了这一门课<Introduction to Python for Data Science>的学习,之前对Python有一些基础,所以在语言层面还是比较顺利的,这门 ...
- [PHP]算法-堆排序的PHP实现
1.堆(二叉堆):可以视为一棵完全的二叉树,除了最底层之外,每一层都是满的,这使得堆可以利用数组来表示,每一个结点对应数组中的一个元素 2.给出某个结点的下标,可以计算出父结点的和孩子结点的下标; p ...
- 【Redis】2、CentOS 7 上安装 redis3.2.3安装与配置
一.redis源码安装 [更正]现在最新稳定的版本已经到了3.2.8 截至到2016.8.11,redis最新稳定版本为3.2.3.本篇文章我们就以此版本为基础,进行相关的讲解. 下载redis源码, ...
- Object类型转换成自定义类型(向下转型)
Object类型转换成自定义类型 场景: 从数据库或者别的途径接收对象的时候用Object,但是用的时候怎么object点(方法提示 | alt+'/'),都点不出自定义类型的方法. 比如,数据库查询 ...
- eclipse编写js代码没有提示
安装插件 点击Help,选择Eclipse Marketplace... 搜索js,安装AngularJS Eclipse 重启eclipse,右键项目,选择Configure(配置),选择Conve ...
- linux查看用户、创建用户、设置密码、修改用户、删除用户命令
查看用户 /etc/passwd /etc/shadow id alex ' |passwd --stdin alex # 设置密码,不需要交互 [root@localhost ~]# tail -l ...