mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
Auto: misc.
This commit is contained in:
@@ -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"
|
||||||
@@ -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"
|
||||||
@@ -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"
|
||||||
@@ -4,6 +4,7 @@
|
|||||||
- "In Germany, dick pics are often just pictures of body-positive people."
|
- "In Germany, dick pics are often just pictures of body-positive people."
|
||||||
- I wonder if this is offensive.
|
- I wonder if this is offensive.
|
||||||
- [[bendini-fettuccini]]
|
- [[bendini-fettuccini]]
|
||||||
|
- when in doubt, think of the [[algorithm]].
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
[offline-twitter]: ../offline-twitter "Offline Twitter"
|
[offline-twitter]: ../offline-twitter "Offline Twitter"
|
||||||
|
|||||||
Reference in New Issue
Block a user