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?的更多相关文章

  1. 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 ...

  2. How to recover from 'programmers burnout(转)

    程序员这个压力大,节奏快,任务繁重,所以很容易令人感觉倦怠,令人感觉烦躁,郁闷,疲惫不堪. 本文将介绍的是程序员如何克服可怕的“职业倦怠”. 丰盛的早餐——身处高科技产业漩涡的我们常常会熬夜到凌晨两三 ...

  3. 【转载学习前辈的经验】-- Mistakes I made (as a developer) 我(作为一名开发者)所犯过的错误

    我 2006 年开始工作,至今已经 10 年.10 年是个里程碑,我开始回顾自己曾经犯过的错误,以及我希望从同行那里得到什么类型的忠告.一切都在快速改变,10 年了,我不能确定这些秘诀是否还有用. 不 ...

  4. phpize 动态添加 PHP 扩展的错误及解决方案

    使用phpize 动态添加 PHP 扩展是开发中经常需要做的事情,但是在 macOS 中,首次使用该功能必然会碰到一些错误,本文列出了这些错误的解决方法. 问题一: 执行 phpize 报错如下: $ ...

  5. Mod_python: The Long Story

    mod_python: the long story - Grisha Trubetskoy Mod_python: The Long Story Oct 25th, 2013 | Comments ...

  6. 详解Linux2.6内核中基于platform机制的驱动模型 (经典)

    [摘要]本文以Linux 2.6.25 内核为例,分析了基于platform总线的驱动模型.首先介绍了Platform总线的基本概念,接着介绍了platform device和platform dri ...

  7. 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 ...

  8. 100-days: twenty-two

    Title: Why urban millennials love Uniqlo(优衣库) urban adj.都市的:具有城市或城市生活特点的; 市内; millennial n.千禧世代 mill ...

  9. (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 ...

随机推荐

  1. mybites

    [mybatis-spring] http://www.mybatis.org/spring/zh/index.html 使用spring mybatis 中间件 方便使用 mybatis [myba ...

  2. Python自然语言处理笔记【一】文本分类之监督式分类

    一.分类问题 分类是为了给那些已经给定的输入选择正确的标签. 在基本的分类任务中,每个输入都被认为与其他的输入是隔离的.每个类别的标签集是预先定义好的(只有把类别划分好了,才能给输入划分类别). 分类 ...

  3. oracle ora-12514解决办法

    原来配置好的数据库监听用plsql登陆报错ORA-12514 TNS 监听程序当前无法识别连接描述符中请求服务 网上说的改listener.ora 添加如下配置 SID_LIST_LISTENER = ...

  4. Docker Kubernetes 创建管理 Pod

    Docker Kubernetes 容器扩容与缩容 环境: 系统:Centos 7.4 x64 Docker版本:18.09.0 Kubernetes版本:v1.8 管理节点:192.168.1.79 ...

  5. 搭建Elasticsearch平台

    https://cloud.tencent.com/developer/article/1189282 https://blog.csdn.net/qq_34021712/article/detail ...

  6. Pandas 基础(8) - 用 concat 组合 dataframe

    以各个城市的天气为例, 先准备下面的数据: 印度天气的相关信息: import pandas as pd india_weather = pd.DataFrame({ 'city': ['mumbai ...

  7. RabbitMQ(4) TopicExchange

    topic 是RabbitMQ中最灵活的一种方式,可以根据routing_key自由的绑定不同的队列 生产者工程 package com.example.demo.rabbitMq.exchange. ...

  8. Practical Node.js (2018版) 第10章:Getting Node.js Apps Production Ready

    Getting Node.js Apps Production Ready 部署程序需要知道的方面: Environment variables Express.js in production So ...

  9. ubantu下git的连接和使用

    目录 操作命令 创建仓库,并提交一个readme文件. 文件改动怎么办 版本回退 版本库(Repository) 撤销修改 删除文件 远程仓库 添加远程库 本地有一个仓库,想要在GitHub上同步这个 ...

  10. Confluence 6 安装指南

    在你开始之前 在你开始安装 Confluence 之前,请确定你的安装环境满足 最小系统安装要求和支持的平台. 如果你计划将你的 Confluence 运行到虚拟环境下,请参考 Running Con ...