I am not sure who came up with that thing about never saying yes to something in the distant future that you wouldn’t want to do tomorrow, but it is excellent advice. I’d like to buy that person a drink – and I hope they’d refuse.

I am a sufferer of the fairly common affliction of people-pleasing; feeling that I should say yes to everything. Sometimes saying yes is a problem because I know it will be to my detriment, but sometimes it is just agreeing to things that I don’t really want to do. One could argue this has been my entire life until now: many therapists have.

The good thing about getting slightly older, is that one starts to give less of a damn. I have begun saying no, not only to things that would be detrimental, but also to things that actually may be advantageous (to my career, to my personal life) but that I just don’t feel comfortable or enjoy doing. For instance, I no longer agree to spend 45 minutes in midday city-centre traffic travelling to a studio to do a 90-second TV spot, talking about something I only vaguely care about, to “advance” my career or boost my profile. Sure, I am OK to sweat under bright lights and have a heavy-mic pack permanently misshape the waistband of a skirt, but, reader, only if it’s worth it.

I no longer appease men in random bars, or at bus stops, or walking in the street who chat me up, because I somehow feel they are entitled to my time. I swerve events that will bore me; parties where I know I will end up drinking too much, or taking drugs, and then feel awful the next day. If I get 10 minutes into a TV show and find it excruciatingly dull, I will say no, even if the arts pages and social media tell me I must watch it. I will abandon a book if it is awful, when in the past I felt it some kind of failure to not crack a spine fully.

I cannot tell you the change that swapping “OK” for “no” can make. This isn’t about turning into someone selfish, or hermetic, or rude. We must all occasionally do things we wouldn’t otherwise choose to: in order to be a good friend, to be professional, to survive. But saying no is about paying attention to the physical and psychological effects of our commitments. It’s about guarding against burnout, low self-esteem and regret.

Saying no will at first seem a big thing. But, as with anything, practice makes it easier. It brings the quiet confidence of control, the thrill of self-care. A pride in putting oneself first. It is the joy of freedom, even if it’s simply the freedom of proclaiming that that brunch place is awful, you have always hated it, and you will never, ever set foot in there again.

L255 Learning to say no brings a thrill of freedom的更多相关文章

  1. (转) Deep learning architecture diagrams

    FastML Machine learning made easy RSS Home Contents Popular Links Backgrounds About Deep learning ar ...

  2. IMS Global Learning Tools Interoperability™ Implementation Guide

    Final Version 1.1 Date Issued:            13 March 2012 Latest version:         http://www.imsglobal ...

  3. Practical Machine Learning For The Uninitiated

    Practical Machine Learning For The Uninitiated Last fall when I took on ShippingEasy's machine learn ...

  4. (转) Deep Learning in a Nutshell: Reinforcement Learning

    Deep Learning in a Nutshell: Reinforcement Learning   Share: Posted on September 8, 2016by Tim Dettm ...

  5. Machine and Deep Learning with Python

    Machine and Deep Learning with Python Education Tutorials and courses Supervised learning superstiti ...

  6. (转) Deep Reinforcement Learning: Pong from Pixels

    Andrej Karpathy blog About Hacker's guide to Neural Networks Deep Reinforcement Learning: Pong from ...

  7. The Promise of Deep Learning

    The Promise of Deep Learning By Yoshua Bengio Humans have long dreamed of creating machines that thi ...

  8. How do I learn machine learning?

    https://www.quora.com/How-do-I-learn-machine-learning-1?redirected_qid=6578644   How Can I Learn X? ...

  9. Python Tools for Machine Learning

    Python Tools for Machine Learning Python is one of the best programming languages out there, with an ...

随机推荐

  1. MYSQL 总结——1

    目录 数据类型 1.数值型 2.日期/时间型 3.文本型 数据库 1.创建数据库 2.删除数据库 数据表 1.创建数据表 create 2.删除数据表 drop 3.修改数据表 4.修改表名 5.dr ...

  2. python基础之函数名的使用,闭包以及迭代器

    内容梗概: 1. 函数名的使⽤用以及第⼀一类对象 2. 闭包 3. 迭代器 1.函数名一. 函数名的运⽤.函数名是一个变量, 但它是⼀个特殊的变量, 与括号配合可以执行函数的变量.1.1 函数名的内存 ...

  3. 树莓派 CSI摄像头 No data received from sensor. Check all connections, including the Sunny one on the camera board

    不知道为什么摄像头在包里放了两天旧坏了,中间完全没用过摄像头的功能,查了资料,原因大概有两种 1)sunny烧了 2)试摄像头传感器坏了 这两天没有插拔过摄像头,可能是树莓派漏电了,也可能是它被压坏了 ...

  4. python FileNotFoundError: [WinError 2] 系统找不到指定的文件。

    D:\Test\TestSWP\Scripts\python.exe D:/Test/SWP/TestSWP/chorme/chorme.pyTraceback (most recent call l ...

  5. Python while循环实现重试

    try: pass#要执行的代码 except: 状态=True while 状态==True: try: winsound.Beep(800, 1000)#报警提示音 循环=300 while 循环 ...

  6. Ubuntu 14.04(64位)+GTX970+CUDA8.0+Tensorflow配置 (双显卡NVIDIA+Intel集成显卡) ------本内容是长时间的积累,有时间再详细整理

    (后面内容是本人初次玩GPU时,遇到很多坑的问题总结及尝试解决办法.由于买独立的GPU安装会涉及到设备的兼容问题,这里建议还是购买GPU一体机(比如https://item.jd.com/396477 ...

  7. nodejs 修改端口号 process.env.PORT(window环境下)

    各个环境下,nodejs设置process.env.PORT的值的命令,如下1.linux环境下: PORT= node app.js 使用上面命令每次都需要重新设置,如果想设置一次永久生效,使用下面 ...

  8. Swagger 路径过滤 -PreSerializeFilters

    Swagger 默认显示所有api, 如果要做路径过滤,可以这样做. //过滤,只显示部分api app.UseSwagger(c=> { c.PreSerializeFilters.Add(( ...

  9. sublime text 3 笔记 简单配置

    一.首先我们去sublime text 3 去下载(http://www.sublimetext.com/) 下载完成后,打开页面 二.汉化 1.如图所示,点击菜单栏中“preferences”,弹出 ...

  10. Java集合list,map,set区别及遍历

    1.1 List.Set.Map基本区别 1.List,Set都是继承Collection接口,Map不是. 2.List:LinkedList.ArrayList.Vector Set :HashS ...