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. Confluence 6 查看所有空间

    有下面 2 种方法在 Confluence 中查看空间: 空间目录(The space directory) – 在 Confluence 的头部选择 空间(Spaces )> 空间目录(Spa ...

  2. SVN入门使用

    1.安装客户端:TortoiseSVN-1.9.7.27907-x64-svn-1.9.7     2.安装服务器:Setup-Subversion-1.8.5.msi 下载地址:http://sou ...

  3. Maximum Questions CodeForces - 900E (字符串,dp)

    大意:给定长$n$的字符串$s$, 只含'a','b','?', '?'可以替换为任意字符, 在给定长$t$的字符串, "ababab...", 求替换尽量少的'?', 使得$s$ ...

  4. HTML(form标签)、CSS选择器一

    一.表单标签<form> 功能:表单用于向服务器传输数据,从而实现用户与Web服务器的交互. 表单能够包含input系列标签,比如文本字段.复选框.单选框.提交按钮等等. 表单还可以包含t ...

  5. 使用SetInterval时函数不能传参问题

    无论是window.setTimeout还是window.setInterval,在使用函数名作为调用句柄时都不能带参数,而在许多场合必须要带参数,这就需要想方法解决.经网上查询后整理如下:例如对于函 ...

  6. IIS Web 服务器/ASP.NET 运行原理基本知识概念整理 转

    转http://www.cnblogs.com/loongsoft/p/7272830.html IIS Web 服务器/ASP.NET 运行原理基本知识概念整理  前言:      记录 IIS 相 ...

  7. [洛谷 P2508] 圆上的整点

    题目描述 求一个给定的圆(x^2+y^2=r^2),在圆周上有多少个点的坐标是整数. 输入输出格式 输入格式: r 输出格式: 整点个数 输入输出样例 输入样例#1: 4 输出样例#1: 4 说明 n ...

  8. 微信小程序页面无法跳转

    推荐网址:https://www.jianshu.com/p/e56b55334585 1.无法跳转原因分析 要跳转的路径在app.js里未注册过或路径写错   要跳转的路径是否位于TabBar中 页 ...

  9. PyCharm+QTDesigner+PyUIC使用教程

    我们在PyCharm安装配置Qt Designer+PyUIC教程中已配置好了PyCharm+QTDesigner+PyUIC环境 这里在此基上我们演示如何使用这些工具,编写一个图形界面程序: 程序主 ...

  10. makefile文件写法解析

    一.makefile文件示例 makefile文件并不难写,一个makefile模版如下所示,所有makefile文件在此基上稍微修改就可以了. # this is a makefile #这一行是注 ...