Laura Vanderkam: How to gain control of your free time

1、我们总是不缺乏时间去做重要的事情,即便我们再忙; “我没时间” 的同义词是“我不想做”。

2、感觉是同类文:逃避是问题,是因为你并不真的理解自己

Mandy Len Catron: A better way to talk about love

This is the real madness, because there is no cosmic rule that says that great suffering equals great reward, but we talk about love as if this is true.

To reconcile this, we need to either change our culture or change our expectations. So, imagine if we were all less passive in love. If we were more assertive, more open-mined, more generous and instead of falling in love, we stepped into love. I know that this is asking a lot, but I'm not actually the first person to suggest this. In their book, "Metaphors We Live By," linguists Mark Johnson and George Lakoff suggest a really interesting solution to this dilemma, which is to change our metaphors. They argue that metaphors really do shape the way we experience the world, and that they can even act as a guide for future actions, like self-fulfilling prophecies.

Johnson and Lakoff suggest a new metaphor for love: love as a collaborative work of art. I really like this way of thinking about love. Linguists talk about metaphors as having entailments, which is essentially a way of considering all the implications of, or ideas contained within, a given metaphor. And Johnson and Lakoff talk about everything that collaborating on a work of art entails: effort, compromise, patience, shared goals. These ideas align nicely with our cultural investment in long-term romantic commitment, but they also work well for other kinds of relationships -- short-term, casual, polyamorous, non-monogamous, asexual -- because this metaphor brings much more complex ideas to the experience of loving someone.

So if love is a collaborative work of art, then love is an aesthetic experience. Love is unpredictable, love is creative, love requires communication and discipline, it is frustrating and emotionally demanding. And love involves both joy and pain. Ultimately, each experience of love is different.

This version of love is not about winning or losing someone's affection. Instead, it requires that you trust your partner and talk about things when trusting feels difficult, which sounds so simple, but is actually a kind of revolutionary, radical act. This is because you get to stop thinking about yourself and what you're gaining or losing in your relationship, and you get to start thinking about what you have to offer. This version of love allows us to say things like, "Hey, we're not very good collaborators. Maybe this isn't for us." Or, "That relationship was shorter than I had planned, but it was still kind of beautiful."

TED #01#的更多相关文章

  1. 2016第16本:TED演讲的秘密

    花0.01元抢购了<得到APP>中的<成甲说书:TED演讲的秘密>,不到30分钟的音频,感觉全是干货,基本不用看原书了.如果在以后的演讲中随便应用几条都可以让演讲水平提升一大截 ...

  2. D02 TED Elon Mulsk The future we're building — and boring

    摘要:精选TED. 每个音频不超过2分钟,学英语和吸收伟大思想两不误 音频: https://n1audio.hjfile.cn/st/de745862-d5f4-4ef4-9218-d79361ca ...

  3. 01.SQLServer性能优化之----强大的文件组----分盘存储

    汇总篇:http://www.cnblogs.com/dunitian/p/4822808.html#tsql 文章内容皆自己的理解,如有不足之处欢迎指正~谢谢 前天有学弟问逆天:“逆天,有没有一种方 ...

  4. 用Kotlin创建第一个Android项目(KAD 01)

    原文标题:Create your first Android project using Kotlin (KAD 01) 作者:Antonio Leiva 时间:Nov 21, 2016 原文链接:h ...

  5. Java企业实训 - 01 - Java前奏

    前言: 虽然个人专攻.NET方向,不过由于个人是干教育行业的,方方面面的东西,不能说都必须精通,但肯定多少都会涉及到. 一个菜鸟学员,从啥都不会,经过一步步学习,最后到企业上手掌管一个模块甚至一个项目 ...

  6. Node.js 教程 01 - 简介、安装及配置

    系列目录: Node.js 教程 01 - 简介.安装及配置 Node.js 教程 02 - 经典的Hello World Node.js 教程 03 - 创建HTTP服务器 Node.js 教程 0 ...

  7. 0042 MySQL学习笔记-入门--01

    基本概念: 数据库DB(database): 数据的仓库,数据的集合,是数据的一种结构化的存储 数据库管理系统DBMS(database management system): 管理数据库的一套软件 ...

  8. Android快乐贪吃蛇游戏实战项目开发教程-01项目概述与目录

    一.项目简介 贪吃蛇是一个很经典的游戏,也很适合用来学习.本教程将和大家一起做一个Android版的贪吃蛇游戏. 我已经将做好的案例上传到了应用宝,无病毒.无广告,大家可以放心下载下来把玩一下.应用宝 ...

  9. ArtifactTransferException: Failure to transfer org.apache.openejb:javaee-api:jar:5.0-1

    最近在myeclipse上创建maven类型的web项目的时候,出现了一个错误. ArtifactTransferException: Failure to transfer org.apache.o ...

随机推荐

  1. PyQt4颜色对话框QColorDialog

    QColorDialog提供了用于显示颜色的对话框. #!/usr/bin/python # -*- coding: utf-8 -*- import sys from PyQt4 import Qt ...

  2. 【PHPstudy】安装Composer

    1 正确安装phpstudy,启动,右下角 右键选择 cms命令行 2 输入以下命令, 查看是否正确输出版本号. php -v 3 打开命令行并依次执行下列命令安装最新版本的 Composer: ph ...

  3. 【Android M】获取屏幕锁定的相关信息:“无”,“滑动”,“PIN码”,"图案","密码"

    ENV: Android M 6.0.1 import android.os.UserHandle;         import com.android.internal.widget.LockPa ...

  4. Windows Phone 自定义一个启动画面

    1.新建一个UserControl <UserControl x:Class="LoadingPage.PopupSplash" xmlns="http://sch ...

  5. Nginx配置文件(nginx.conf)配置详解[转]

    转自:http://blog.csdn.net/tjcyjd/article/details/50695922 重新学习,发觉这篇文章写得很详细就摘录了! Nginx的配置文件nginx.conf配置 ...

  6. EF批量添加,删除,修改的扩展

    在EF各版本中,没有相应批量的添加,删除,修改,在用ORM 处理数据时直有个尴尬.在网上,也接到了很多网友的询问这方面的情况,特此今天把这方面的相关扩展分享一下,(这里只做批量删除的例子,添加和修改的 ...

  7. Page Control

  8. Day22 文件上传下载和javaMail

    day22总结 文件上传概述   1 文件上传的作用 例如网络硬盘!就是用来上传下载文件的. 在智联招聘上填写一个完整的简历还需要上传照片呢.   2 文件上传对页面的要求 上传文件的要求比较多,需要 ...

  9. GlobeMapper生成Google瓦片

    GlobeMapper真牛,生成自己的瓦片叠在GoogleMap的地图上,效果如下:

  10. PhotoSwipe中文API(一)

    入门 您应知道之前先做起事情: 1. PhotoSwipe不是一个简单的jQuery插件,至少基本的JavaScript知识才能安装. 2. PhotoSwipe需要预定义的图像尺寸(更多关于这一点) ...