Auto: misc.

This commit is contained in:
2021-03-12 20:38:43 +01:00
parent fd505d19bd
commit 02cc75d0da
+7 -4
View File
@@ -1,10 +1,11 @@
# Algorithm # Algorithm
- Underneath and above, enveloping and permeating an [[agora]] is an [[algorithm]].
- When in doubt, think of the algorithm. Consider the following questions. - When in doubt, think of the algorithm. Consider the following questions.
- What am I supposed to be doing right now? According to whom? - 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. - 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? - Have I reviewed my [[daily]] routine?
- Am I concentrated? Am I unable to focus? - Am I concentrated? Am I unable to focus?
- Construct a [[dag]] that represents a set of activities that I will perform. - 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. - If there are circular dependencies, write down examples here. Unsure if circular dependencies come up in human-level tasks very often.
- [[topological sort]] it. - [[topological sort]] it.
@@ -12,6 +13,8 @@
[//begin]: # "Autogenerated link references for markdown compatibility" [//begin]: # "Autogenerated link references for markdown compatibility"
[agora]: agora "Agora"
[algorithm]: algorithm "Algorithm"
[daily]: daily "Daily" [daily]: daily "Daily"
[dag]: dag "Dag" [dag]: dag "Dag"
[//end]: # "Autogenerated link references" [//end]: # "Autogenerated link references"