头图

Use GTD to optimize your work and life

It’s been four years since I started working, and I started using TODO tools, such as OneNote, Wunderlist (now called Microsoft TODO), and tick list. However, many TODOs in the process of use are still TODOs until the end of the project.

Until recently I met GTD, which opened the door to a new world.

Things Done ( the Getting Things Done / GTD ), is a method of behavior management, but also David Allen write the title of a book.

The main principle of GTD is that a person needs to take out various tasks in his mind by recording. In this way, the mind can focus on what is being done without being filled with all kinds of things that need to be done.

Empty the brain

The first step of GTD is to empty the brain. Yes, it needs to be empty. Only after emptying can you focus on an event, so that you can get twice the result with half the effort.

If your brain is empty and always in a state where everything is ready, then it will open the door to everything.

We often have too many things in our minds, so we can't fully concentrate when doing one thing, and we are still thinking about another thing in our heart. Sometimes the A project is halfway through, and suddenly the product comes to you to help modify a style problem of the B project. Multiple unresolved problems surround you, making you feel powerless.

The human brain is like the CPU of a computer. It is a computing device that processes information, not a storage device. You can only consider two or three things at the same time each time. Just like letting the CPU run at high speed, it is necessary to ensure that there are as few tasks queued in the memory as possible, instead of filling the memory and overwhelming it. Therefore, we need to reduce the tasks in the CPU cache as much as possible.

The way to empty the brain is to pour out all the things in the head, regardless of the priority or whether it is in progress. Collect all the things, you can use sticky notes, notebooks, or directly record in the memo on the phone. Of course, you can also use professional tools, such as the reminders that come with mac.

Next, I will use the reminder mac to demonstrate the GTD process, modify the default list of reminders to the collection box, and then pour all the things in your mind to do.

Sort things out

After putting all the things in the collection box, we need to deal with these things and classify them according to a scientific method. GTD provides such a methodology, you only need to answer "Yes" or "No" to quickly classify.

GTD

Take out the things that were put in the collection box before, and check them one by one:

  • Buy an iPhone 13
  • Go donate blood
  • Refactoring personal blog
  • Issue proof of income
  • Credit card
  • Added internal beta review in the management background
  • Meeting in meeting room 202 at four o'clock in the afternoon
  • A thousand skipping ropes

Buying an iPhone 13 Internet, which led me to this idea, and the iPhone 13 has not been released yet, so this matter is currently not available. This is the time The possible list put in the matter, wait for the release of iPhone 13 and then think about it.

to donate blood : I saw a blood donation cart on the way to the company in the morning, so I had the idea of donating blood in my mind. Then I consulted my doctor friend and found that high myopia is not allowed to donate blood. Then I cannot act on this matter, and there will be no way to act in the future. At this time, I can only delete this matter (or put it in Recycle Bin).

Refactoring my personal blog : I can do this currently, but obviously it cannot be done all at once. Therefore, I will create a new project list and plan how to refactor.

income certificate : This requires an application to be submitted in the company's internal OA, and then the company's administrative review, so this is not something I can complete alone, and I need to wait for the administrative review. Therefore, this matter needs to be put on the waiting list.

credit card : China Merchants Bank sent me a text message today to remind me: Today is the repayment day. This matter only needs to take out the mobile phone, and the operation can be completed in the App very quickly, so I can finish this matter immediately, and then directly mark it as completed.

16114729e45312 Newly added internal management background: This is the requirement given to me by the product today and needs to be completed by me today. Obviously this is not a requirement that can be completed within two minutes. I may use two hours in the afternoon to complete this requirement. , So this is a thing to be executed, I need to put this thing in the execution list.

4:00 PM 202 meeting in the conference room : This event has a clear time, we can directly set the time of this event in the reminder, then it will take the initiative to remind. Of course, if you fill out things in accordance with the software's specifications, it will take the initiative to suggest you a time.

However, I have a meeting at four o'clock and remind you at four o'clock. It doesn't seem to be smart enough. You can only manually advance the time by ten minutes🤔.

到点进行提醒

thousand skipping ropes : The last one can't be done right away. I need to do it after work and have free time at home. Of course, other things may interrupt my plan. According to my idea, I usually put this matter in the execution list, and then set a time, such as 8 o'clock in the evening, so that the reminder time can pop up a notification to remind me.

Review often

When using GTD, you need to often put the things in your mind into the collection box, and then organize the collection box at a fixed time, and classify the collection box according to the previous process. It sounds cumbersome, but it actually solved a lot of problems in my life and work, so that many things have been planned, and I will not be forgotten by me in a corner because of something. When I suddenly come, I will be in a hurry.

In addition to sorting out the collection box, you also need to review your own list regularly. In the possible list, is there anything that might be taken out and done, or check whether the things in the waiting list have been processed. NS.

According to my experience, retrospectives are often more difficult to persist than the previous records and classifications. If there is no regular review, all the TODOs recorded before will become meaningless.

Mac reminders are easier to get started, but they still lack some intelligent functions. I recommend the 16114729e45408 tick list that I have used for two years , but also supports a series of functions such as tags, calendar, clocking, and Pomodoro (PS: not an advertisement, I have confiscated the money 🤣).

Summarize

I have only learned a little bit of GTD, and many things are still in the process of exploring and iterating. GTD's methodology may not be suitable for everyone, and some people may feel that doing these things will be more cumbersome and even delay their own time. However, I still suggest you to try. After all, you are still so young and the cost of trial and error is very low. What if it helps you?


自然醒的笔记本
学习过程中的一些总结和沉淀,欢迎关注公众号「自然醒的笔记本」
3.9k 声望
6.8k 粉丝
0 条评论
推荐阅读
详解 Webpack devtools
最近在开发一个低代码平台,主要用于运营搭建 H5 活动。这中间涉及到第三方组件的开发,而第三方组件想要接入平台,需要经过我们特定的打包工具来 build。构建之后的组件,会合并成单个的 js 文件,而且代码会被...

Shenfq阅读 856

涨姿势了,有意思的气泡 Loading 效果
今日,群友提问,如何实现这么一个 Loading 效果:这个确实有点意思,但是这是 CSS 能够完成的?没错,这个效果中的核心气泡效果,其实借助 CSS 中的滤镜,能够比较轻松的实现,就是所需的元素可能多点。参考我们...

chokcoco20阅读 2.1k评论 2

在前端使用 JS 进行分类汇总
最近遇到一些同学在问 JS 中进行数据统计的问题。虽然数据统计一般会在数据库中进行,但是后端遇到需要使用程序来进行统计的情况也非常多。.NET 就为了对内存数据和数据库数据进行统一地数据处理,发明了 LINQ (L...

边城17阅读 1.9k

封面图
你可能不需要JS!CSS实现一个计时器
CSS现在可不仅仅只是改一个颜色这么简单,还可以做很多交互,比如做一个功能齐全的计时器?样式上并不复杂,主要是几个交互的地方数字时钟的变化开始、暂停操作重置操作如何仅使用 CSS 来实现这样的功能呢?一起...

XboxYan21阅读 1.6k评论 1

封面图
「彻底弄懂」this全面解析
当一个函数被调用时,会创建一个活动记录(有时候也称为执行上下文)。这个记录会包含函数在 哪里被调用(调用栈)、函数的调用方法、传入的参数等信息。this就是记录的其中一个属性,会在 函数执行的过程中用到...

wuwhs17阅读 2.4k

封面图
学会这些 Web API 使你的开发效率翻倍
随着浏览器的日益壮大,浏览器自带的功能也随着增多,在 Web 开发过程中,我们经常会使用一些 Web API 增加我们的开发效率。本篇文章主要选取了一些有趣且有用的 Web API 进行介绍,并且 API 可以在线运行预览。C...

九旬13阅读 1.5k

封面图
用了那么久的 SVG,你还没有入门吗?
其实在大部分的项目中都有 直接 或 间接 使用到 SVG 和 Canvas,但是在大多数时候我们只是选择 简单了解 或 直接跳过,这有问题吗?没有问题,毕竟砖还是要搬的!

熊的猫17阅读 1.5k评论 2

封面图
3.9k 声望
6.8k 粉丝
宣传栏