POLIR-Society-Organization-Politics-Self- Identity:Qualities + Habits:To-Be List + Behaviors:To-Do List + Prioritize: ProblemsResolving
POLIR-Society-Organization-Political
Habits:To-Be List Behaviors:To-Do List
when it comes to habits, when it comes to behavioral change,
and overcoming the blocks that keeping you stuck and stagnant,
we want to create a To-Be list.
And when we are thinking about our To-Be list,
this is about the qualities that we want to embody,
- to be considerate,
- to be compassionate,
- to be honest,
- to be optimistic,
- to be pushing boundaries of what's possible,
- to be bringing out the best in others,
When you really clear on what identity you want
to have your To-Be list and To-Do list.
it's so much easier to align your behaviors behind that**.
Noise for Identity
Don't allow your Identity to be attached to what your did, instead of who you are created to be.
And the problem with that is, you know,
so much of our life circumstances make up our identity. our relationships, our accolades, our prizes, etc.
but then those things are all temporary.
so where does that leave your identity when you are rooted in things that are temporary?
Our identity is often shaped by our life circumstances, prizes and accolades.
But those things are all temporary.
In A Crown that lasts, i walk readers through how to discover(or rediscover) your eternal identity.
one that won't send you into a crisis or on an emotional rollercoaster!
get your copy today. available everywhere you get your books.
Prioritize: ProblemsResolving
$\large \text{Problems are not stop signs, they are guidelines - Robert Shure} $
If you are struggling right now, try this.
Flash to the future and ask yourself,
will whatever I am going through right now still bother me in a month ? a year ?
If it won't Then ask is worrying about it now helping ? 现在考虑它有何帮助?
Is it going to change anything ?When we worry about something,
we are essentially using our imagination to conjure(召唤) up some horrible future that hasn't happened.
We get stuck(陷入) in rumination(沉思) and overthinking, and we tend to catastrophize.
it can be challenging in the moment to snap ourselves out of it.
But you can try consciously shifting your thoughts,- going for a walk,
- listening to calming music,
- meditating or doing exercise to your favorite soundtrack.
What's your best tip to stop worrying ?
let me know in the comments
POLIR-Society-Organization-Politics-Self- Identity:Qualities + Habits:To-Be List + Behaviors:To-Do List + Prioritize: ProblemsResolving的更多相关文章
- TRANSFORM YOUR HABITS
TRANSFORM YOUR HABITS3rd EditionNote from James Clear:I wrote Transform Your Habits to create a free ...
- Xcode 之自己编译静态库
今天介绍下,如何利用Xcode,新建一个静态库,以及如何编译成i386.armv7.armv7s 等平台架构. 开发环境:MAC OS X 10.9.4 + Xcode 5.0.2 背景知识:库分两种 ...
- [Windows Azure] What is Windows Azure Active Directory?
What is Windows Azure Active Directory? Windows Azure Active Directory is a service that provides id ...
- X.509证书生成
创建数字证书 用户对数字证书的认可决定于对证书颁发机构的信任,所以证书颁发机构决定了数字证书的可用范围.由于官方认可的数字证书颁发机构,比如VeriSign.Thawte(OpenSSL),具有普遍的 ...
- 自定义WCF的配置文件
原文地址:http://www.cnblogs.com/shanyou/archive/2008/12/02/1346298.html WCF的承载既可以通过编码实现,也能够通过配置实现.而且使用配置 ...
- WCF如何使用X509证书 z
WCF如何使用X509证书 如何创建证书: makecert.exe -sr LocalMachine -ss My -a sha1 -n CN=JiangServer -sky exchange - ...
- WCF如何使用X509证书
如何创建证书: makecert.exe -sr LocalMachine -ss My -a sha1 -n CN=JiangServer -sky exchange -pe (服务端证书) ...
- Federated Identity Pattern 联合身份模式
Delegate authentication to an external identity provider. This pattern can simplify development, min ...
- 架构模式对象与关系结构模式之:标识域(Identity Field)
一:标识域(Identity Field) 标识域(Identity Field)可以理解为主键.使用领域模型和行数据入口的时候,就要使用标识域,因为这两个对象代表的是唯一存在的那个数据记录.事务脚本 ...
- Claim-Based Identity for Windows: Technologies and Scenarios
Claim-Based Identity for Windows: Technologies and Scenarios Active Diretory Federation Services 2.0 ...
随机推荐
- 痞子衡嵌入式:在含多个i.MXRT的主从系统中共享一颗Flash启动的方法与实践(上篇)
大家好,我是痞子衡,是正经搞技术的痞子.今天痞子衡给大家介绍的是多个i.MXRT共享一颗Flash启动的方法. 有些特殊的客户应用会采用多颗 i.MXRT 芯片设计一主多从的硬件架构(目的不一,或仿多 ...
- chatGPT:清理 master 分支的文件,并让这个分支只有一个提交
Q 我的开发工作都在 master 分支上做的,master 分支有很多的开发的时候产生的临时文件.我想清空 master 分支的历史记录.并且只保留 README.md 和 main.py A 你可 ...
- 【记录】PDF|中英文PDF扫描版目录提取(一、QQ+GPT)
需求: 1)从PDF里快速提取目录: 2)不想下载任何软件. 文章目录 一.用现有常用软件直接导出目录 1 (推荐指数☆)QQ OCR文字识别 2 (推荐指数0星)GPT4 图像识别 3 (推荐指数0 ...
- 【MOOC】北京理工大学Python网络爬虫与信息提取慕课答案-综合挑出了一些很难评的慕课测验题
1 Requests库中的get()方法最常用,下面哪个说法正确? ...
- CLion打开VS创建的GBK编码格式的项目中文乱码问题的解决方法
在 CLion 中设置 GBK 编码用于编译代码时,如果输出的 message 乱码,通常是由于控制台编码与代码文件的编码不匹配导致的.以下是解决问题的步骤: 1. 设置文件编码为 GBK 确保你的源 ...
- django笔记(3)-数据库操作
一:路由系统 url 1.url(r'^index/', views.index),url(r'^home/',views.Home.as_view()), 一个url对应一个函数或一个类 ...
- @FeignClient注解配置局部超时时间、OkHttp长连接和SocketTimeoutException异常解决办法
问题描述:open feign配置OKhttp调用远程API,连续调用次数较少时,一切正常,次数非常多时(例如,连续请求600次)就抛出java.net.SocketTimeoutException: ...
- gRPC-go的一些tips
1.请注意,在 gRPC-Go 中,RPC 以阻塞/同步模式运行,这意味着 RPC 调用等待服务器响应,并且将返回响应或错误. Note that in gRPC-Go, RPCs operate i ...
- React-native之Flexbox
本文总结: 我们学到了 React Native 的 Flexbox 布局,它让写样式变得更方便啦! Flexbox 就像一个有弹性的盒子,有主轴和交叉轴(行或列). 在 RN 里写样式要用 Styl ...
- Java如何实现多线程
JAVA里面 JVM(java虚拟机) 就是 一个进程 进程与进程之间是绝对互相独立 我们运行多个main方法,代表有多个JAVA进程 进程里面有线程; 一个进程里面,允许有多个线程叫 ...