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. oracle 死锁

    oracle 死锁 --查用户名,查客户端机器 SELECT distinct s.username,s.MACHINE, s.sid||','||s.serial# FROM gv$session ...

  2. tomcat+apache的集群配置

    背景:项目比较大,用户较多,同一时间,用户在线人数较多,为此,整体架构是lvs(2台)+keepalived(2台)+apache(N台)+tomcat(N台) lvs负责分发请求,所有的web请求经 ...

  3. Python RabbitMQ 权重设置

    消费端recv设置   注:设置消费端处理完一条消息后再发另一条   channel.basic_qos(prefetch_count=1)   由于每一条机器的处理速度不同,所以我们这里就会对应,机 ...

  4. 详解 Nginx如何配置Web服务器

    概述 在高层次上,将NGINX配置作为Web服务器有一些问题需要了解,定义它处理哪些URL以及如何处理这些URL上的资源的HTTP请求. 在较低层次上,配置定义了一组控制对特定域或IP地址的请求的处理 ...

  5. JS设计模式(2)策略模式

    什么是策略模式? 定义:根据不同参数可以命中不同的策略 主要解决:在有多种算法相似的情况下,使用 if...else 所带来的复杂和难以维护. 何时使用:有许多种情况,而区分它们的只是他们直接的行为. ...

  6. Codeforces Round #503 (by SIS, Div. 2) Solution

    从这里开始 题目列表 瞎扯 Problem A New Building for SIS Problem B Badge Problem C Elections Problem D The hat P ...

  7. Codeforces Round #466 (Div. 2) -A. Points on the line

    2018-02-25 http://codeforces.com/contest/940/problem/A A. Points on the line time limit per test 1 s ...

  8. 初始Vue

    渐进式 JavaScript 框架 通过对框架的了解与运用程度,来决定其在整个项目中的应用范围,最终可以独立以框架方式完成整个web前端项目 走进Vue what -- 什么是Vue 可以独立完成前后 ...

  9. nyoj308-Substring

    #include<stdio.h> #include<string.h> #include<string> #include<math.h> #incl ...

  10. 微信端修改title

    function setTitle(t) { document.title = t; var i = document.createElement('iframe'); i.src = "i ...