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 ...
随机推荐
- uWSGI和Gunicorn
因为nginx等优秀的开源项目,有不少本来不是做服务器的同学也可以写很多服务器端的程序了.但是在聊天中会发现,大家虽然写了不少代码,但是对wsgi是什么,gunicorn是什么,反向代理又是什么并不了 ...
- js传输图片路径
数据库中存储数据/commons/img/***.jpg格式的图片路径. "<a onclick=\"showImg(\'"+dataEle.imgPath.rep ...
- CF1129C Morse Code
pro: 维护一个01字符串,支持在结尾动态加字符. 每一个长度<=4的01串可以对应一个字母(有几个特例除外) 每次操作后询问,这个字符串的所有子串一共可以对应出多少种本质不同的字符串. so ...
- Python编码处理和文件路径处理
#变量编码格式化 a='我是中文' print(u'%s'%a)------------------ 结果:我是中文 引用网址 #变量编码格式化 a='我是中文' print(a.encode('ut ...
- php 字符编码转换
<?php/** * Created by PhpStorm. * User: yxp * Date: 2016/11/8 * Time: 16:47 */ /** * 将非GBK字符集的编码转 ...
- 使用antd-mobile的ImagePicker组件实现图片的上传
这篇文章主要是记录一下在开发钉钉微应用时,实现图片上传及显示功能的过程. 这个项目用的dingyou-dingtalk-mobile这个脚手架,可直接在NowaGui上创建.这是一个关于钉钉微应用的脚 ...
- hdu-4819-线段树套线段树
http://acm.hdu.edu.cn/showproblem.php?pid=4819 给出一个N*N的矩阵,每次询问一个m*m的子矩阵里的floor((maxv+minv)/2)并把中间的元素 ...
- 用一个开发案例详解Oracle临时表
用一个开发案例详解Oracle临时表 2016-11-14 bisal ITPUB  一.开发需求 最近有一个开发需求,大致需要先使用主表,或主表和几张子表关联查询出ID(主键)及一些主表字段 ...
- Caused by: java.io.FileNotFoundException: class path resource [spring/springmvc.xml] cannot be opene
Caused by: java.io.FileNotFoundException: class path resource [spring/springmvc. ...
- loj 10117 简单题(cqoi 2006)
题目来源:CQOI 2006 有一个 n 个元素的数组,每个元素初始均为 0.有 m条指令,要么让其中一段连续序列数字反转——0变 1,1 变 0(操作 1),要么询问某个元素的值(操作 2). 例如 ...