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. 关于js中定时器的返回值问题

    在js中,我们常常会用到定时器来处理各种各样的问题,当我们需要清除定时器的时候,我们常常会定义一个值来接受定时器的返回值,然后再把定义好的这个值写到清除定时器的括弧后面,如: var times = ...

  2. java Log4j封装,程序任何位置调用

    一般写log4j,每个类都会定义一个logger 明显这样太麻烦了, 然后封装了一下,明显好用多了. package tools; import java.io.IOException; import ...

  3. LeetCode——Single Number II

    Description: Given an array of integers, every element appears three times except for one. Find that ...

  4. 使用CDN的网络访问过程

    CDN是指内容分发网络,在网络各处架设节点服务器,当用户访问时,CDN系统会根据网络流量.到用户的距离等因素将请求导向离用户最近的节点上. 访问过程是: 1.用户向浏览器提供要访问的域名. 2.浏览器 ...

  5. SenchaTouch 的一些问题记录

    1 : textfield 的 focus事件在手机上会被触发很多次,原因不明,在pc上测试无问题

  6. sort排序和uniq统计命令

    author:headsen chen date: 2018-08-13  11:08:09 1,sort:排序的功能,默认安装ASCII码来排序,-n 安装数值排,-r 按照倒序来排 [root@b ...

  7. 什么是runtime?什么是webgl?

    一 什么是Runtime? Egret官方解释:https://www.egret.com/products/runtime.html 二.什么是WebGL渲染? egret官方解释:http://d ...

  8. windows dos 常用命令行

    有关某个命令的详细信息,请键入 HELP 命令名 dir (directory) :列出当前目录下的文件以及文件夹 md (make directory): 创建目录 rd (remove direc ...

  9. Laravel 5.7 No 'Access-Control-Allow-Origin' header is present on the request resource

    前后端项目跨域访问时会遇到此问题,解决方法如下: 创建一个中间件 php artisan make:middleware EnableCrossRequestMiddleware 该中间件的文件路径为 ...

  10. 2.5 – Garbage Collection 自动垃圾回收 Stop-the-world vs. incremental vs. concurrent 垃圾回收策略

    2.5 – Garbage Collection  自动垃圾回收 Lua 5.3 Reference Manual http://www.lua.org/manual/5.3/manual.html# ...