diff --git a/algorithm.md b/algorithm.md new file mode 100644 index 000000000..30d824346 --- /dev/null +++ b/algorithm.md @@ -0,0 +1,17 @@ +# 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? +- 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. + - Move on through the sorted list through the day. + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[daily]: daily "Daily" +[dag]: dag "Dag" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/dag.md b/dag.md new file mode 100644 index 000000000..f4f5c2df5 --- /dev/null +++ b/dag.md @@ -0,0 +1,10 @@ +# Dag + +- See also: [[directed acyclic graph]]. +- [[go]] https://en.wikipedia.org/wiki/Directed_acyclic_graph + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[directed-acyclic-graph]: directed-acyclic-graph "Directed Acyclic Graph" +[go]: go "Go" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/directed-acyclic-graph.md b/directed-acyclic-graph.md new file mode 100644 index 000000000..cc2a08828 --- /dev/null +++ b/directed-acyclic-graph.md @@ -0,0 +1,9 @@ +# Directed Acyclic Graph + +- Love these. +- [[301]] [[dag]] + +[//begin]: # "Autogenerated link references for markdown compatibility" +[301]: 301 "301" +[dag]: dag "Dag" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/journal/2020-11-24.md b/journal/2020-11-24.md index 7abf28bbd..826fae6a5 100644 --- a/journal/2020-11-24.md +++ b/journal/2020-11-24.md @@ -4,6 +4,7 @@ - "In Germany, dick pics are often just pictures of body-positive people." - I wonder if this is offensive. - [[bendini-fettuccini]] +- when in doubt, think of the [[algorithm]]. [//begin]: # "Autogenerated link references for markdown compatibility" [offline-twitter]: ../offline-twitter "Offline Twitter"