From f57380339874eaf6a0919d1660a8b790fd6952c1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 22 Jan 2021 16:19:42 +0200 Subject: start GTD talk --- gtd.md | 244 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 gtd.md diff --git a/gtd.md b/gtd.md new file mode 100644 index 0000000..88c63d1 --- /dev/null +++ b/gtd.md @@ -0,0 +1,244 @@ +# GTD? Whut? + +i) a personal productivity and time management system, by David +Allen, originally from 2001. A bit of a fad and cult in the early +2000s. + +ii) a way to juggle eggs without dropping very many + +iii) a way to look and feel busy while fiddling with things + +----------------------------------------------------------------------------- + +# Goal of this talk + +An understanding of a bare-bones core of the GTD system that one can +build upon. + +\ + +Adaptation to your life and embellishments are for you to do, if you +want to. There are no rules. There is no "GTD police". There is no +right way and wrong way. Whatever works for you is good. + +----------------------------------------------------------------------------- + +# What is GTD for? + +Making sure you know when you can ~~write backup software~~ watch TV with worrying about work. + +\ + +Sleeping better, without worrying you forgot to pay your bills. + +\ + +When things go bad, staying calm by knowing exactly what you can defer +until later, to without making a bad situation worse. + +----------------------------------------------------------------------------- + +# What is GTD _not_ for? + +Impressing your employer by getting more things done than anyone else. + +Working every moment you're awake. + +\ + +\ + +\ + +_Caveat: Most people _think_ this is what GTD is actually for._ + +----------------------------------------------------------------------------- + +# Core concepts + +inbox – all new things land here (email, text messages, ...) + +next actions – one-step things you want to do + +projects – multi-step things you want to do + +waiting-for – things you're waiting for to happen + +someday/maybe – things you might want to + +----------------------------------------------------------------------------- + +# Additional parts + +calendar – for things tied to a time and/or date + +pending & support – things you may need for next actions, +current projects + +filing system – for reference + +----------------------------------------------------------------------------- + +~~~dot +digraph "xxx" { + + distraction [style=filled color="#eeeeee"] + email [style=filled color="#eeeeee"] + bill [style=filled color="#eeeeee"] + thought [style=filled color="#eeeeee"] + bug [style=filled color="#eeeeee" label="bug report"] + + inbox [shape=box style=filled color=green label="Inbox"] + projects [shape=folder style=filled color="#f1d592"] + pending [shape=folder style=filled color="#f1d592"] + filing [shape=folder style=filled color="#f1d592" label="Filing \n system"] + next [shape=note style=filled color=blue] + + wastebasket [shape=cylinder style=filled color="#aaaaaa"] + + someone [shape=octagon style=filled color=cyan label="Someone \n else"] + you [shape=octagon style=filled color=pink label="You"] + + distraction -> inbox + email -> inbox + bill -> inbox + thought -> inbox + bug -> inbox + + inbox -> you [label="do now"] + inbox -> next [label="defer"] + inbox -> projects + inbox -> wastebasket + inbox -> pending + inbox -> filing + inbox -> someone [label="delegate"] + + someone -> inbox + + projects -> next [label="plan"] + + next -> you [label="do"] +} +~~~ + +----------------------------------------------------------------------------- + +# Processing inboxes + +* for each item, what needs to be done? + + * nothing? file away, discard, or delegate + +* is it quick to do? + + * if so, do it at once + +* otherwise put in next actions, or amend project appropriately + + +----------------------------------------------------------------------------- + +# List of next actions + +* a _physical_ action ("write", not "think about") + + * thinking is part of planning! + * but "draft outline of plan for..." is an action + +* it's clear what you need to (which widget to crank) + +* duration fairly short; MUST be doable in one sitting + +* you're committed to doing it + +* does not depend on anything, can be done immediately + +* it's clear when it's done + +* it's clear which projects the action belongs to, if any + +* maybe split into "contexts" such as "at work", "at home", "errand" + if list gets long + +----------------------------------------------------------------------------- + + +* Draft five acceptance criteria for "scap apply-patches", put them in + the task, and ask Antoine, others in RelEng for feedback. + + - [`https://phabricator.wikimedia.org/T269153`](https://phabricator.wikimedia.org/T269153) + +----------------------------------------------------------------------------- + +# Project list + +A project is anything that takes more than one next action to finish, +but will be finished in a year. + +TIP: define criteria for when the project is finished, when it's +started. + +TIP: define projects by describing a world where it's finished. + +"When this project is finished, we own a house, it has been repaired, +and passed by a construction inspector, we've moved in, and have no +more access to the old place, and no longer pay rent for it." + + +----------------------------------------------------------------------------- + +# The weekly review + +* process all inboxes + +* review all projects, next actions, calendar, someday/maybe, + pending&support, journal entries, and everything else in your system + +* think deeply what you may be missing from your system: any new + projects that should be added? any persistent worries that keep + bothering you? + +* for each project, have at least one next action, possibly only one + +* an energetic sense of calm + + +----------------------------------------------------------------------------- + +# Getting started + +* Big bang: collect everything from everywhere into one big inbox + pile. + +* Slow start: Pick one project or start a next actions list. + + +----------------------------------------------------------------------------- + +# SEE ALSO + + +* [Getting Things + Done](https://en.wikipedia.org/wiki/Getting_Things_Done) (Wikipedia) + +* [Original GTD book](https://www.librarything.com/work/1844807) (LibraryThing) + +* [Making it all work: improved + sequel](https://www.librarything.com/work/5438958) (LibraryThing) + +* [GTD For Hackers](https://gtdfh.liw.fi/) (by Lars) + + +----------------------------------------------------------------------------- + +# Legalese + +FIXME. + + +--- +title: "Getting Things Done" +subtitle: "A productivity system" +author: "Lars Wirzenius" +date: "2021-02" +... -- cgit v1.2.1 From b55f30ec380d149680635746c88545d3510ef2a7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 2 Feb 2021 15:31:21 +0200 Subject: update GTD talk --- gtd.md | 59 ++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 23 deletions(-) diff --git a/gtd.md b/gtd.md index 88c63d1..c0188a6 100644 --- a/gtd.md +++ b/gtd.md @@ -1,12 +1,16 @@ +# Once upon a time + +----------------------------------------------------------------------------- + # GTD? Whut? -i) a personal productivity and time management system, by David -Allen, originally from 2001. A bit of a fad and cult in the early -2000s. +i) a personal productivity system, by David Allen, originally +from 2001. A bit of a fad and cult in the early 2000s. Now an object +of ridicule by fans of newer systems and approaches. -ii) a way to juggle eggs without dropping very many +ii) a way to juggle eggs without dropping most -iii) a way to look and feel busy while fiddling with things +iii) a way to look and feel busy while fiddling with unimportant things ----------------------------------------------------------------------------- @@ -17,9 +21,9 @@ build upon. \ -Adaptation to your life and embellishments are for you to do, if you -want to. There are no rules. There is no "GTD police". There is no -right way and wrong way. Whatever works for you is good. +Adaptation to your life and embellishments are for you to do, _if you +want to_. There are no rules. There is no "GTD police". There is no +right way and wrong way. _Whatever works for you is good._ ----------------------------------------------------------------------------- @@ -29,6 +33,10 @@ Making sure you know when you can ~~write backup software~~ watch TV with worryi \ +Remembering everything you've promised to do. + +\ + Sleeping better, without worrying you forgot to pay your bills. \ @@ -58,9 +66,9 @@ _Caveat: Most people _think_ this is what GTD is actually for._ inbox – all new things land here (email, text messages, ...) -next actions – one-step things you want to do +next actions – one-step things you've decided to do next -projects – multi-step things you want to do +projects – multi-step things you've decided to achieve waiting-for – things you're waiting for to happen @@ -75,7 +83,9 @@ calendar – for things tied to a time and/or date pending & support – things you may need for next actions, current projects -filing system – for reference +filing system – things you don't want to lose + +journal – things you want to remember ----------------------------------------------------------------------------- @@ -91,13 +101,13 @@ digraph "xxx" { inbox [shape=box style=filled color=green label="Inbox"] projects [shape=folder style=filled color="#f1d592"] pending [shape=folder style=filled color="#f1d592"] - filing [shape=folder style=filled color="#f1d592" label="Filing \n system"] - next [shape=note style=filled color=blue] + filing [shape=folder style=filled color="#f1d592" label="filing \n system"] + next [shape=note style=filled color="cyan" label="next \n actions"] - wastebasket [shape=cylinder style=filled color="#aaaaaa"] + wastebasket [shape=cylinder style=filled color="#ff0000"] - someone [shape=octagon style=filled color=cyan label="Someone \n else"] - you [shape=octagon style=filled color=pink label="You"] + someone [shape=octagon style=filled color="#eeeeee" label="Someone else \n does it"] + you [shape=octagon style=filled color=pink label="You do it"] distraction -> inbox email -> inbox @@ -105,17 +115,15 @@ digraph "xxx" { thought -> inbox bug -> inbox - inbox -> you [label="do now"] - inbox -> next [label="defer"] + inbox -> you + inbox -> next inbox -> projects inbox -> wastebasket inbox -> pending inbox -> filing - inbox -> someone [label="delegate"] - - someone -> inbox + inbox -> someone - projects -> next [label="plan"] + projects -> next next -> you [label="do"] } @@ -233,7 +241,12 @@ more access to the old place, and no longer pay rent for it." # Legalese -FIXME. +Copyright 2021 Wikimedia Foundation + +This content is licensed under the Creative Commons +Attribution-ShareAlike 4.0 International ([CC BY-SA 4.0][]) licence. + +[CC BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/ --- -- cgit v1.2.1 From 8f72a080ba2c5c4d594ecbc660bd1ba7748944d6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 10 Feb 2021 15:22:18 +0200 Subject: add cat pics --- gtd.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gtd.md b/gtd.md index c0188a6..0d816ee 100644 --- a/gtd.md +++ b/gtd.md @@ -1,5 +1,7 @@ # Once upon a time +![cat](Bancho.jpg) + ----------------------------------------------------------------------------- # GTD? Whut? @@ -19,11 +21,10 @@ iii) a way to look and feel busy while fiddling with unimportant things An understanding of a bare-bones core of the GTD system that one can build upon. -\ +You adapt GTD to your life, as you want. There are no rules. There is +no "GTD police". _Whatever works for you is good._ -Adaptation to your life and embellishments are for you to do, _if you -want to_. There are no rules. There is no "GTD police". There is no -right way and wrong way. _Whatever works for you is good._ +![cat](Box.jpg) ----------------------------------------------------------------------------- -- cgit v1.2.1 From a713519478c1e67d8a73f562b04530abf26571d9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Feb 2021 16:40:55 +0200 Subject: add image of my first inbox; tweak see also formatting --- gtd-first-inbox.jpg | Bin 0 -> 802612 bytes gtd.md | 16 +++++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 gtd-first-inbox.jpg diff --git a/gtd-first-inbox.jpg b/gtd-first-inbox.jpg new file mode 100644 index 0000000..5c586e8 Binary files /dev/null and b/gtd-first-inbox.jpg differ diff --git a/gtd.md b/gtd.md index 0d816ee..392c464 100644 --- a/gtd.md +++ b/gtd.md @@ -222,6 +222,11 @@ more access to the old place, and no longer pay rent for it." * Slow start: Pick one project or start a next actions list. +----------------------------------------------------------------------------- + +![](gtd-first-inbox.jpg) + + ----------------------------------------------------------------------------- # SEE ALSO @@ -229,14 +234,23 @@ more access to the old place, and no longer pay rent for it." * [Getting Things Done](https://en.wikipedia.org/wiki/Getting_Things_Done) (Wikipedia) + - [`https://en.wikipedia.org/wiki/Getting_Things_Done`](https://en.wikipedia.org/wiki/Getting_Things_Done) + +\ * [Original GTD book](https://www.librarything.com/work/1844807) (LibraryThing) + - [`https://www.librarything.com/work/1844807`](https://www.librarything.com/work/1844807) + +\ * [Making it all work: improved sequel](https://www.librarything.com/work/5438958) (LibraryThing) + - [`https://www.librarything.com/work/5438958`](https://www.librarything.com/work/5438958) -* [GTD For Hackers](https://gtdfh.liw.fi/) (by Lars) +\ +* [GTD For Hackers](https://gtdfh.liw.fi/) (by Lars) + - [`https://gtdfh.liw.fi`](https://gtdfh.liw.fi) ----------------------------------------------------------------------------- -- cgit v1.2.1 From 5cd2c8c43fdc16f8349ec000ecdd65bcfa2726ef Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Feb 2021 16:42:18 +0200 Subject: tweak wording --- gtd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtd.md b/gtd.md index 392c464..63ba2d3 100644 --- a/gtd.md +++ b/gtd.md @@ -10,7 +10,7 @@ i) a personal productivity system, by David Allen, originally from 2001. A bit of a fad and cult in the early 2000s. Now an object of ridicule by fans of newer systems and approaches. -ii) a way to juggle eggs without dropping most +ii) a way to juggle eggs without dropping most of them iii) a way to look and feel busy while fiddling with unimportant things -- cgit v1.2.1 From a1afaaf4c6905d4b96d8bd3447ba216a18418869 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Feb 2021 16:42:41 +0200 Subject: tweak wording --- gtd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtd.md b/gtd.md index 63ba2d3..a3ddccb 100644 --- a/gtd.md +++ b/gtd.md @@ -12,7 +12,7 @@ of ridicule by fans of newer systems and approaches. ii) a way to juggle eggs without dropping most of them -iii) a way to look and feel busy while fiddling with unimportant things +iii) a way to look busy while fiddling with unimportant things ----------------------------------------------------------------------------- -- cgit v1.2.1 From dfac564c1b69e7c542135e1dec122b33789da27f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Feb 2021 16:44:09 +0200 Subject: drop extra word --- gtd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtd.md b/gtd.md index a3ddccb..e25226b 100644 --- a/gtd.md +++ b/gtd.md @@ -43,7 +43,7 @@ Sleeping better, without worrying you forgot to pay your bills. \ When things go bad, staying calm by knowing exactly what you can defer -until later, to without making a bad situation worse. +until later, without making a bad situation worse. ----------------------------------------------------------------------------- -- cgit v1.2.1 From b4efc80cbd3350dd03da246a88297f30a2951691 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Feb 2021 16:46:00 +0200 Subject: core lists --- gtd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtd.md b/gtd.md index e25226b..13db17d 100644 --- a/gtd.md +++ b/gtd.md @@ -63,7 +63,7 @@ _Caveat: Most people _think_ this is what GTD is actually for._ ----------------------------------------------------------------------------- -# Core concepts +# Core concepts: lists of things inbox – all new things land here (email, text messages, ...) -- cgit v1.2.1 From 6bb6e1ec341d46fdf14a231503dc5d9fce6c8994 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Feb 2021 16:52:59 +0200 Subject: addmissingowrd --- gtd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtd.md b/gtd.md index 13db17d..6e85fd6 100644 --- a/gtd.md +++ b/gtd.md @@ -154,7 +154,7 @@ digraph "xxx" { * thinking is part of planning! * but "draft outline of plan for..." is an action -* it's clear what you need to (which widget to crank) +* it's clear what you need to do (which widget to crank) * duration fairly short; MUST be doable in one sitting -- cgit v1.2.1 From fa89749c36352b40cbcaac2ad74d1d38aa39f968 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Feb 2021 16:56:00 +0200 Subject: add words --- gtd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtd.md b/gtd.md index 6e85fd6..c6177d7 100644 --- a/gtd.md +++ b/gtd.md @@ -154,7 +154,7 @@ digraph "xxx" { * thinking is part of planning! * but "draft outline of plan for..." is an action -* it's clear what you need to do (which widget to crank) +* it's clear what you need to do (which widget to crank) * duration fairly short; MUST be doable in one sitting @@ -209,7 +209,7 @@ more access to the old place, and no longer pay rent for it." * for each project, have at least one next action, possibly only one -* an energetic sense of calm +* achieve an energetic sense of calm ----------------------------------------------------------------------------- -- cgit v1.2.1 From 99ea34726fd400cedc31522a01609afce165b5b3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Feb 2021 16:56:44 +0200 Subject: add words --- gtd.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gtd.md b/gtd.md index c6177d7..4eb7b90 100644 --- a/gtd.md +++ b/gtd.md @@ -217,9 +217,10 @@ more access to the old place, and no longer pay rent for it." # Getting started * Big bang: collect everything from everywhere into one big inbox - pile. + pile, and process that. -* Slow start: Pick one project or start a next actions list. +* Slow start: Pick one project or start a next actions list, and + expand as time goes by. ----------------------------------------------------------------------------- -- cgit v1.2.1 From 481c394933fc451423ae04b3d586ca72829b26e6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Feb 2021 16:59:36 +0200 Subject: add slide for demo --- gtd.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtd.md b/gtd.md index 4eb7b90..cbc4236 100644 --- a/gtd.md +++ b/gtd.md @@ -228,6 +228,10 @@ more access to the old place, and no longer pay rent for it." ![](gtd-first-inbox.jpg) +----------------------------------------------------------------------------- + +Demo of Lars's system. + ----------------------------------------------------------------------------- # SEE ALSO -- cgit v1.2.1 From 84db3a111065b4a82be18ed910d873719ce15337 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Feb 2021 17:16:47 +0200 Subject: change subtitle --- gtd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtd.md b/gtd.md index cbc4236..ff1a242 100644 --- a/gtd.md +++ b/gtd.md @@ -271,7 +271,7 @@ Attribution-ShareAlike 4.0 International ([CC BY-SA 4.0][]) licence. --- title: "Getting Things Done" -subtitle: "A productivity system" +subtitle: "egg juggling" author: "Lars Wirzenius" date: "2021-02" ... -- cgit v1.2.1 From 19f24b2ed83847c82a65b470715677e68208e67b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Feb 2021 17:20:07 +0200 Subject: split slide into two, for effect --- gtd.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/gtd.md b/gtd.md index ff1a242..09e1010 100644 --- a/gtd.md +++ b/gtd.md @@ -21,13 +21,28 @@ iii) a way to look busy while fiddling with unimportant things An understanding of a bare-bones core of the GTD system that one can build upon. -You adapt GTD to your life, as you want. There are no rules. There is -no "GTD police". _Whatever works for you is good._ ![cat](Box.jpg) ----------------------------------------------------------------------------- + +You adapt GTD to your life, as you want. + +\ + +There are no rules. + +\ + +There is no "GTD police". + +\ + +_Whatever works for you is good._ + +----------------------------------------------------------------------------- + # What is GTD for? Making sure you know when you can ~~write backup software~~ watch TV with worrying about work. -- cgit v1.2.1 From cd51186f47ef43fd366fdff4e7778e102cc5bc64 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Feb 2021 17:21:08 +0200 Subject: tweak more for effect --- gtd.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/gtd.md b/gtd.md index 09e1010..4bb73d7 100644 --- a/gtd.md +++ b/gtd.md @@ -22,21 +22,17 @@ An understanding of a bare-bones core of the GTD system that one can build upon. +You adapt GTD to your life, as you want. + ![cat](Box.jpg) ----------------------------------------------------------------------------- -You adapt GTD to your life, as you want. +There are no rules. There is no "GTD police". \ -There are no rules. - -\ - -There is no "GTD police". - \ _Whatever works for you is good._ -- cgit v1.2.1 From 6521a9a16b28b35f62b544daa07e10712a447de7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 1 Mar 2021 14:29:19 +0200 Subject: tweaks --- gtd.md | 45 ++++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/gtd.md b/gtd.md index 4bb73d7..2f557d7 100644 --- a/gtd.md +++ b/gtd.md @@ -147,13 +147,16 @@ digraph "xxx" { * for each item, what needs to be done? - * nothing? file away, discard, or delegate - -* is it quick to do? + * nothing? discard + + * do you want to keep it? if so, file it away + + * can you get someone else to do it? if so, delegate - * if so, do it at once + * is it quick to do, less than two minutes? if so, do it at once -* otherwise put in next actions, or amend project appropriately + * otherwise put in next actions, or add note about it to a project, + as appropriate ----------------------------------------------------------------------------- @@ -162,12 +165,12 @@ digraph "xxx" { * a _physical_ action ("write", not "think about") - * thinking is part of planning! + * thinking is part of planning, which is part of review * but "draft outline of plan for..." is an action * it's clear what you need to do (which widget to crank) -* duration fairly short; MUST be doable in one sitting +* duration fairly short: doable in one sitting * you're committed to doing it @@ -195,10 +198,8 @@ digraph "xxx" { A project is anything that takes more than one next action to finish, but will be finished in a year. -TIP: define criteria for when the project is finished, when it's -started. - -TIP: define projects by describing a world where it's finished. +TIP: define projects by describing a world where it's finished; do +this when starting a project "When this project is finished, we own a house, it has been repaired, and passed by a construction inspector, we've moved in, and have no @@ -249,24 +250,25 @@ Demo of Lars's system. * [Getting Things - Done](https://en.wikipedia.org/wiki/Getting_Things_Done) (Wikipedia) - - [`https://en.wikipedia.org/wiki/Getting_Things_Done`](https://en.wikipedia.org/wiki/Getting_Things_Done) + Done](https://en.wikipedia.org/wiki/Getting_Things_Done) (Wikipedia) + [`https://en.wikipedia.org/wiki/Getting_Things_Done`](https://en.wikipedia.org/wiki/Getting_Things_Done) \ -* [Original GTD book](https://www.librarything.com/work/1844807) (LibraryThing) - - [`https://www.librarything.com/work/1844807`](https://www.librarything.com/work/1844807) +* [Original GTD book](https://www.librarything.com/work/1844807) + (LibraryThing) + [`https://www.librarything.com/work/1844807`](https://www.librarything.com/work/1844807) \ * [Making it all work: improved - sequel](https://www.librarything.com/work/5438958) (LibraryThing) - - [`https://www.librarything.com/work/5438958`](https://www.librarything.com/work/5438958) + sequel](https://www.librarything.com/work/5438958) (LibraryThing) + [`https://www.librarything.com/work/5438958`](https://www.librarything.com/work/5438958) \ -* [GTD For Hackers](https://gtdfh.liw.fi/) (by Lars) - - [`https://gtdfh.liw.fi`](https://gtdfh.liw.fi) +* [GTD For Hackers](https://gtdfh.liw.fi/) (by Lars) + [`https://gtdfh.liw.fi`](https://gtdfh.liw.fi) ----------------------------------------------------------------------------- @@ -279,6 +281,11 @@ Attribution-ShareAlike 4.0 International ([CC BY-SA 4.0][]) licence. [CC BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/ +Cat images from `https://commons.wikimedia.org/wiki/` +`File:Banho_de_Sol_(2422073851).jpg` +`File:Cat_into_the_box.jpg` + + --- title: "Getting Things Done" -- cgit v1.2.1