L328 What Is Millennial Burnout?
What Is Millennial Burnout?
Do you often feel stressed? Does the pace of life make you feel like you're continually on the go or at the end of your rope? Are you often so wiped out by work that you struggle to switch off? And are you a member of the millennial generation, who, according to the Pew Research Center, were born between 1981 and 1996? If your answer to these questions is 'yes', maybe you suffer from 'millennial burnout'.
Millennial burnout is a term first popularised by BuzzFeed writer Anne Helen Petersen. Unlike 'regular' burnout, which leaves sufferers feeling physically and emotionally frazzled, run into the ground and overwhelmed, millennial burnout also adds, among other things, 'errand paralysis'. This is when minor tasks, such as cleaning the car, or sending a parcel in the mail, feel impossible. "It's not as if I were slacking in the rest of my life," she wrote. "But when it came to the stuff that wouldn't make my job easier or my work better, I avoided it." So it doesn't get done, which leads to a backlog of tasks and feelings of shame.
In the UK, 74% of us feel so stressed that we are coming apart at the seams, mentalhealth.org reports. So why are millennials tearing their hair out? Millennials feel their problems are 'exacerbated by social media, because of the constant pressure to be living up to your best life,' British psychotherapist Beverly Hills told the BBC. This pressure is made worse when the definition of 'success' seems to have changed. It used to be about earning money, but now it's things like being passionate about work, being super-healthy, holidaying and having amazing experiences, etc. That's a lot to have on your plate and the 'failure' to cope leaves many feeling guilty, ashamed and at their wits' end.
However, the concept of millennial burnout has not gone unchallenged. Many have said that it's merely a form of entitled laziness or the result of poor choices – for example, trying to do too much. After all, as psychoanalyst Josh Cohen writes for NBC, this isn't the first generation to suffer from overwork and exhaustion, nor is it the first to have to adapt to new forms of technology and culture. Could the answer simply be that millennial ambition reaches too far?
The jury is still out on whether millennial burnout is real or not – though it isn't a recognised medical condition. Whether it will become one is unknown. So for the time being, try not to stress about it.
L328 What Is Millennial Burnout?的更多相关文章
- English Learning -- 0611--When Burnout Is a Sign You Should Leave Your Job
I like the following article from Harvard Business Review, as I ever experienced burnout at work. Ve ...
- How to recover from 'programmers burnout(转)
程序员这个压力大,节奏快,任务繁重,所以很容易令人感觉倦怠,令人感觉烦躁,郁闷,疲惫不堪. 本文将介绍的是程序员如何克服可怕的“职业倦怠”. 丰盛的早餐——身处高科技产业漩涡的我们常常会熬夜到凌晨两三 ...
- 【转载学习前辈的经验】-- Mistakes I made (as a developer) 我(作为一名开发者)所犯过的错误
我 2006 年开始工作,至今已经 10 年.10 年是个里程碑,我开始回顾自己曾经犯过的错误,以及我希望从同行那里得到什么类型的忠告.一切都在快速改变,10 年了,我不能确定这些秘诀是否还有用. 不 ...
- phpize 动态添加 PHP 扩展的错误及解决方案
使用phpize 动态添加 PHP 扩展是开发中经常需要做的事情,但是在 macOS 中,首次使用该功能必然会碰到一些错误,本文列出了这些错误的解决方法. 问题一: 执行 phpize 报错如下: $ ...
- Mod_python: The Long Story
mod_python: the long story - Grisha Trubetskoy Mod_python: The Long Story Oct 25th, 2013 | Comments ...
- 详解Linux2.6内核中基于platform机制的驱动模型 (经典)
[摘要]本文以Linux 2.6.25 内核为例,分析了基于platform总线的驱动模型.首先介绍了Platform总线的基本概念,接着介绍了platform device和platform dri ...
- Networked Graphics: Building Networked Games and Virtual Environments (Anthony Steed / Manuel Fradinho Oliveira 著)
PART I GROUNDWORK CHAPTER 1 Introduction CHAPTER 2 One on One (101) CHAPTER 3 Overview of the Intern ...
- 100-days: twenty-two
Title: Why urban millennials love Uniqlo(优衣库) urban adj.都市的:具有城市或城市生活特点的; 市内; millennial n.千禧世代 mill ...
- (24)How generational stereotypes hold us back at work
https://www.ted.com/talks/leah_georges_how_generational_stereotypes_hold_us_back_at_work/transcript ...
随机推荐
- [转载]Javascript .then()这个方法是什么意思?
then()方法是异步执行. 意思是:就是当.then()前的方法执行完后再执行then()内部的程序,这样就避免了,数据没获取到等的问题. 语法:promise.then(onCompleted, ...
- GO流程控制
Go语言中最常用的流程控制有if和for,而switch和goto主要是为了简化代码.降低重复代码而生的结构,不常用,属于扩展类的流程控制. if else if基本写法 if 表达式1 { 分支1 ...
- java微信开发之地图定位
页面代码: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEnc ...
- Spring IOC 注入方式详解 附代码
引言 Spring框架作为优秀的开源框架之一,深受各大Java开发者的追捧,相信对于大家来说并不陌生,Spring之所以这么流行,少不了他的两大核心技术IOC和IOP.我们这里重点讲述Spring框架 ...
- 【python游戏编程04--加载位图与常用的数学函数】
一.pygame中常用的数学函数 首先介绍两个角度和弧度转换的函数 math.degress()和math.radians()用法很简单,只要将数值传进去然后接受返回值就可以 math.cos(ang ...
- ant__property标签的含义与使用
property标记用于设置属性 属性是键值对,其中每个值都与键相关联,属性用于设置可在构建文件中的任务位置访问的值,设置属性后无法更改 Apache Ant属性类型有两种:内置属性 / 用户定义的属 ...
- P4248 [AHOI2013]差异
思路 SAM 后缀自动机parent树的LCA就是两个子串的最长公共后缀 现在要求LCP 所以把字符串反转一下 然后每个点的贡献就是endpos的大小,dfs一遍求出贡献就可以了 代码 #includ ...
- 拦截导弹nlogn解法
题目 题目描述 某国为了防御敌国的导弹袭击,发展出一种导弹拦截系统.但是这种导弹拦截系统有一个缺陷:虽然它的第一发炮弹能够到达任意的高度,但是以后每一发炮弹都不能高于前一发的高度.某天,雷达捕捉到敌国 ...
- IOS 应用发布流程
发布流程总结成三个步骤: iOS应用发布流程(一)------相关app证书的申请.下载以及安装 http://blog.csdn.net/ys371277787/article/details/50 ...
- 误操作yum导致error: rpmdb
error: cannot open Packages index using db5 - (-30973) error: cannot open Packages database in /var ...