【哈佛积极心理学笔记】第14讲 过犹不及

news2024/11/25 22:56:07

第14讲 过犹不及

Recap:

Stress is not the problem. The problem is lack of revovery.
level of stress -> chronic stress -> chronic anxiety -> depression

Recovery on different level:

  1. micro level 15 min break, lunch time
  2. mezzo level, full night sleep, the day off once a week at least
  3. vacation, longer period

Our nature dictates that we need recovery, we pay a price for it if we frustrate our psychological or physical need.
The key is to introduce these natural recovery periods into our lives.
The key is to focus on both work as well as recovery.

Quantity affects quality. Too much of good thing.

multi-task at the same time -10 points IQ
36 hours not sleep -10 points IQ

Doing less and when you do less, you get so much more done.
Creativity goes up. Productivity goes up. Work satisfaction goes up.

affluence 充裕

time affluence, which is the feeling that we have time, the feeling that we can savor the things that we are doing, that we are not constantly chasing our own shadow.

How do we choose what do we say no and what do we say yes to? By simply asking what do I really, really, really want to do.

The key though is to reach optimum levels of simplicity because we don’t want to simplify too much.
在这里插入图片描述

The law of gas applied to time management
But even if we have very little work, it well take up all of your time.

How do we need to simplify today, in the 21st century?
sustainable growth -> not to freeze the progress -> it means that it wants to grow, however, in a sustainable way.
“Let’s take out of the environment, what can be replenished naturally through our help.”

We are not talking about a stress-less life, when we don’t take out ourself, when we don’t push ourselves, when we don’t exert ourselves. What we are talking about sustainable growth is that we take out of ourselves, we exert, we stress ourselves and we replenish throught recovery just enough, so that it is sustainable.

Where do I in my life need to simplify? Where do I in my life need to do more?

Procrastination
Procrastinators, the world over, think that in order to act, they first need to be inspired.
We first need to start acting, behavior that will affect your attitude.
5 min take-off. And very often that the 5 minutes start an upward spiral. Not through mind. Not through heart. Through action.

threw my knapsack over the wall 破釜沉舟

Finally, permission to recreate, give yourself to be human, give yourself permission to procrastinate at time as well, give yourself premission to recover.
Because if we don’t respect nature, nature is not going to respect us, and we are going to pay a price, in term of our productivity, our creativity as well as our happiness-the ultimate currency.

reprieve 缓刑,暂缓 ecstatic 欣喜若狂的 ecstasy 欣喜 prevasive 普遍的

Perfectionism
All or nothing.
Now there is no perfectionist, there is no one person who is on this extreme, nor there is a person who’s on the excellence extreme.

  1. characteristics-what it means to be a perfectionist?
  2. the consequences.
  3. how it possible to be both successful and happy.
  4. the source of prefectionism
  5. how do we overcome it and how do we help other people overcome perfectionism?

courage is not about having fear, it’s about having fear and going ahead anyway.

learn to fail or fail to learn, there is no other way to learn.

Elbert Hubbard: “The greatest mistake a man can make is to be afraid of making one.”

Gandhi: “Freedom is not worth having if it does not connote freedom to err”

charisma 魅力 profusely 大量地 methodical 条理的
psychological safety for failure

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/643975.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

1.Apollo开发部署-linux

一.官方文档 https://www.apolloconfig.com/#/zh/deployment/quick-start-docker 二.环境准备 1.MySql 5.6.51.单独服务器192.168.2.13 https://downloads.mysql.com/archives/installer/ 2.JDK 1.8.X https://www.oracle.com/java/technologies/downloads/ 三.Apollo部署…

【JVM篇】垃圾回收算法

目录 1、前言 2、标记-清除算法 3、标记-整理算法 4、标记-复制算法 5、总结 1、前言 说起垃圾回收(Garbage Collection)(本文简称GC)。相信同时对C和Java有了解的小伙伴都知道,C在new完对象后,是需要…

【Linux】发展史浅谈

为什么要学Linux? LInux和微软的Windows在定位上都是一样的,即操作系统。而且LInux是一款雄霸服务端的操作系统,是在企业端被高频使用的后台操作系统。 科技发展的基本模式 所有的技术进步,本质都是为了促进更好的工具的发明&a…

【Python ORM】零基础也能轻松掌握的学习路线与参考资料

Python orm(Object-Relational Mapping)是一种模式,它将对象和关系型数据库之间的映射相互转换,使得应用程序可以通过面向对象的方式来操作数据库。Python orm 在开发大型 Web 应用程序中特别有用,使得与数据库的交互变…

【IMX6ULL驱动开发学习】08.IMX6ULL通过GPIO子系统函数点亮LED

通过GPIO子系统函数点亮LED 1、GPIO子系统函数 1.1 确定 led 的GPIO标号,查看内核中的gpiochip 查看 gpiochip ,以正点原子的IMX6ULL阿尔法开发板为例 [root100ask:/sys/class/gpio]# cat /sys/kernel/debug/gpio 查看原理图,发现led接的引…

Linux虚拟网络设备---之使用Veth pair连接linux网桥bridge

本文目录 1、我们可以用以下命令来创建veth pair: veth0----veth12、创建五个命名空间namespaces后,可以用以下命令将veth设备对的一端移入namespaces命名空间,并开启veth2、将veth设备对的另外一端连接到linux网桥,并将所有namespaces命名空…

【Redis应用】UV统计(四)

🚗Redis应用学习第四站~ 🚩本文已收录至专栏:Redis技术学习 一.引入 首先我们要搞懂两个概念: UV:全称Unique Visitor,也叫独立访客量,是指通过互联网访问、浏览这个网页的自然人。1天内同一个…

【动态规划】斐波那契数列模型

冻龟算法系列之斐波那契数列模型 文章目录 【动态规划】斐波那契数列模型1. 第N个泰波那契数1.1 题目解析1.2 算法原理1.2.1 状态表示1.2.2 状态转移方程1.2.3 初始化1.2.4 填表顺序1.2.5 返回值 1.3 编写代码1.4 空间优化 2. 三步问题2.1 题目解析2.2 算法原理2.2.1 状态表示2…

解决Centos安装时找不到磁盘:未选择任何磁盘(no diks selected),本地标准磁盘为空

文章目录 问题描述问题原因解决办法 问题描述 笔者最近又买了一台新电脑,并打算在上面安装 Linux 来充当一个新的服务器结点。但很不幸的是,每次笔者略微尝试新事物时,都要踩很多坑。笔者在使用 U 盘刻录 CentOS 8 镜像之后,准备在…

公平锁/非公平锁/可重入锁/自旋锁

在JAVA中我们知道有很多加锁的方式,比如常见的 通过synchronized关键字,还有Lock,还有之前说原子CAS操作时有看到过的死循环方式的自旋锁。 借此来说一下锁的分类: 公平锁: 是指多个线程按照申请的顺序来获取锁,每次获取锁时会…

dp算法篇Day1

"多希望有人来陪我,度过末日啊~" 讲讲我为什么突然想更新这篇栏目。 想想自己也算 "系统" 接触计算机这个学科也有差不多一年了,回想起当初下定决心要全身心投入到这个专业或者说行业中来,现在到了这样的地步&#xff0c…

CSS基础学习--10 margin(外边距)

一、定义: CSS margin(外边距)属性定义元素周围的空间。 二、margin margin 清除周围的(外边框)元素区域。margin 没有背景颜色,是完全透明的。 margin 可以单独改变元素的上,下,左,右边距&a…

今天面了个35k字节跳动出来,真是砂纸擦屁股,给我露了一手...

​2023年春招已经结束,很多小伙伴收获不错,拿到了心仪的 offer。 各大论坛和社区里也看见不少小伙伴慷慨地分享了常见的面试题和八股文,为此咱这里也统一做一次大整理和大归类,这也算是划重点了。 俗话说得好,他山之石…

AI 绘画(0):导论

文章目录 导论感谢人员Ai绘画前期准备软件环境硬件条件 Ai绘画介绍Ai绘画简单流程介绍Ai绘画软件介绍参数输入介绍 Ai绘画公约 导论 Ai绘画是最近比较热门的绘画方式,以干掉原画师为口号,引起了激烈的讨论。Ai绘画能否取代人工我们先不谈,但…

一个专科生的 Python 转行之路

自学之路 正式开始学编程是在十月底的样子, 那时候在知乎 flask 话题下看到一个问题 「有多少人按萧井陌大神给出的PythonFlask路线找到工作了?」。就觉得自己也可以啊, 就开始辞职自学 Python,。 刚开始的那一个月确实能够做到每天 10 个小时写代码, 学了大概一个…

java设计模式之:外观模式

前言 举个现实生活中例子,泡茶和去茶馆喝茶的区别,如果是自己泡茶需要自行准备茶叶、茶具和开水,而去茶馆喝茶,最简单的方式就是跟茶馆服务员说想要一杯什么样的茶,是铁观音、碧螺春还是西湖龙井?正因为茶…

互斥锁、自旋锁、读写锁、悲观锁、乐观锁的应用场景

多线程访问共享资源的时候,避免不了资源竞争而导致数据错乱的问题,所以我们通常为了解决这一问题,都会在访问共享资源之前加锁。 最常用的就是互斥锁,当然还有很多种不同的锁,比如自旋锁、读写锁、乐观锁等&#xff0…

数据结构——树和二叉树

文章目录 **一 数的基本概念****1 定义****2 基本术语****3 树的性质** **二 二叉树的概念****1 二叉树的定义和特性****1.1 定义****1.2 特殊的二叉树****1.3 二叉树的性质** **2 二叉树的存储结构****2.1 顺序存储结构****2.2 链式存储结构** **三 二叉树的遍历和线索二叉树*…

Spark SQL数据源的基本操作(更新ing)

文章目录 一、基本操作二、默认数据源(一)默认数据源Parquet(二)案例演示读取Parquet文件1、在Spark Shell中演示练习1、将student.txt文件转换成student.parquet练习2、读取student.parquet文件得到学生数据帧,并显示…

K8S minikube本地安装

一. mac安装K8S 1.brew安装 brew install kubectl 2.查看版本 kubectl version --outputjson { "clientVersion": { "major": "1", "minor": "27", "gitVersion": "v1.27.2", &…