chore: add files from master-wiki repo

This commit is contained in:
Alexander Navarro 2024-11-20 20:00:35 -03:00
parent f99a9ae2ac
commit 1847f6bf28
315 changed files with 1047341 additions and 0 deletions

View file

@ -0,0 +1,17 @@
```mermaid
flowchart TB
A([Free time]) --> B{Energy level?}
B-- Low --> C{Mentally fatigue?}
B-- Middle --> D{Want to be productive?}
B-- High ---> E(["`Work on _doing_ of some project`"])
C-- Yes --> G([Watch something])
C-- No --> F([Read])
C-- A little --> H
D-- No -->H([Play])
D-- Yes -->I([Update docs])
D-- Yes -->J(["ˋTackle _read later_ˋ"])
```