From 02cc75d0da8de1919945e7bffca97108aa1dcf22 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 12 Mar 2021 20:38:43 +0100 Subject: [PATCH] Auto: misc. --- algorithm.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/algorithm.md b/algorithm.md index 30d824346..9263f339a 100644 --- a/algorithm.md +++ b/algorithm.md @@ -1,10 +1,11 @@ # Algorithm +- Underneath and above, enveloping and permeating an [[agora]] is an [[algorithm]]. - When in doubt, think of the algorithm. Consider the following questions. -- What am I supposed to be doing right now? According to whom? -- What is the most urgent thing I need to solve? Is there anything I would want to have done later today? Check my calendar now. -- Have I reviewed my [[daily]] routine? -- Am I concentrated? Am I unable to focus? + - What am I supposed to be doing right now? According to whom? + - What is the most urgent thing I need to solve? Is there anything I would want to have done later today? Check my calendar now. + - Have I reviewed my [[daily]] routine? + - Am I concentrated? Am I unable to focus? - Construct a [[dag]] that represents a set of activities that I will perform. - If there are circular dependencies, write down examples here. Unsure if circular dependencies come up in human-level tasks very often. - [[topological sort]] it. @@ -12,6 +13,8 @@ [//begin]: # "Autogenerated link references for markdown compatibility" +[agora]: agora "Agora" +[algorithm]: algorithm "Algorithm" [daily]: daily "Daily" [dag]: dag "Dag" [//end]: # "Autogenerated link references" \ No newline at end of file