L255 Learning to say no brings a thrill of freedom
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的更多相关文章
- (转) Deep learning architecture diagrams
FastML Machine learning made easy RSS Home Contents Popular Links Backgrounds About Deep learning ar ...
- IMS Global Learning Tools Interoperability™ Implementation Guide
Final Version 1.1 Date Issued: 13 March 2012 Latest version: http://www.imsglobal ...
- Practical Machine Learning For The Uninitiated
Practical Machine Learning For The Uninitiated Last fall when I took on ShippingEasy's machine learn ...
- (转) Deep Learning in a Nutshell: Reinforcement Learning
Deep Learning in a Nutshell: Reinforcement Learning Share: Posted on September 8, 2016by Tim Dettm ...
- Machine and Deep Learning with Python
Machine and Deep Learning with Python Education Tutorials and courses Supervised learning superstiti ...
- (转) Deep Reinforcement Learning: Pong from Pixels
Andrej Karpathy blog About Hacker's guide to Neural Networks Deep Reinforcement Learning: Pong from ...
- The Promise of Deep Learning
The Promise of Deep Learning By Yoshua Bengio Humans have long dreamed of creating machines that thi ...
- 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? ...
- Python Tools for Machine Learning
Python Tools for Machine Learning Python is one of the best programming languages out there, with an ...
随机推荐
- n!的位数 斯特林公式
#include<iostream> #include<cstring> #include<string> #include<cstdio> #incl ...
- Spring Boot 针对 Java 开发人员的安装指南
Spring Boot 可以使用经典的开发工具或者使用安装的命令行工具.不管使用何种方式,你都需要确定你的 Java 版本为 Java SDK v1.8 或者更高的版本.在你开始安装之前,你需要确定你 ...
- P2375 [NOI2014]动物园
考虑kmp. 这个题的主要问题就在于怎样使复杂度是正确的O(n). 可以先预处理一个数组cnt[]表示不考虑不能相交这个限制,有多少个border. 这个东西其实也就是fail树上的深度. 然后考虑怎 ...
- 漏洞复现——apache文件解析漏洞
漏洞描述: 我们可以上传一个文件名末尾包含换行符的文件,以此绕过它的黑名单 影响版本: apache 2.4.0-2.4.29 漏洞分析: <FilesMath "\.(?i:php| ...
- 了解一下express中间件的意思以及next()
app.use()就是通常所说的使用中间件 一个请求发送到服务器后,它的生命周期是 先收到request(请求),然后服务端处理,处理完了以后发送response(响应)回去,而这个服务端处理的过程就 ...
- BigDecimal 类型数据比较大小
public static void main( String[] args ) { BigDecimal a=new BigDecimal(-1); if(a.compareTo(BigDecima ...
- oracle分区表(附带按照月自动分区、按天自动分区)
--list_range 示例 drop table list_range_tab purge; create table list_range_tab(n1 number,n2 date)pa ...
- Analytic Functions in Oracle
Contents Overview and IntroductionHow Analytic Functions WorkThe SyntaxExamplesCalculate a running T ...
- html 巧用data-for藏自定义属性
<div class="form-ele"> <label for="week" class="label col-1"& ...
- spring context 继承
<web-app> <display-name>Archetype Created Web Application</display-name> <conte ...