From 13a0212c8b5067d8a6faa5bb59389c683c6ccbe2 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 24 Nov 2020 17:22:37 +0100 Subject: [PATCH] Auto: misc. --- algorithm.md | 17 +++++++++++++++++ dag.md | 10 ++++++++++ directed-acyclic-graph.md | 9 +++++++++ journal/2020-11-24.md | 1 + 4 files changed, 37 insertions(+) create mode 100644 algorithm.md create mode 100644 dag.md create mode 100644 directed-acyclic-graph.md 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"