-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bbc522f
commit baa08ee
Showing
10 changed files
with
120 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Decisions | ||
|
||
|
||
## Methods | ||
|
||
### Consultitative individual decision making | ||
- asking for input from select individual to form the basis of a decision | ||
|
||
1. assess the situation and evaluate obvious options/choices | ||
2. go to 2-3 experts and get their opinions | ||
3. decide based on the feedback you received | ||
|
||
- + different perspectives and more technical knowledge can be included in the decision | ||
- - might exclude certain people and make them feel unimportant | ||
|
||
### Thumb of Evolution 👍 / 👎 | ||
- decide on a boolean question with thumbs up/down | ||
|
||
- + quick, better for small decisions | ||
- - does not allow for multiple alternatives | ||
|
||
### Fist to Five ✊ | ||
- veto decisions with a fist | ||
- rate decision from 1 to 5, with the highest rating being fully on board | ||
|
||
- - + levels of consensus | ||
- - requires discussion to reach final decision | ||
|
||
### Systemic Consensus | ||
- works for evaluating multiple options | ||
- *systemic condensing* - identify the proposal with minimal amount of resistance in the group | ||
|
||
1. Create a table to rank multiple options on a scale (1-5 or 0-10) with the highest value being the highest resistance score (opposite from fist to five) | ||
2. Tally the total resistance points for each (the highest score could be seen as a veto) | ||
3. Consider a **zero-option**, where no action is required | ||
|
||
| Team Member | Option 1 | Option 2 | Option 3 | | ||
| ----------- | -------- | -------- | -------- | | ||
| Alice | 4 | 10 | 3 | | ||
| Bob | 6 | 8 | 2 | | ||
| Dennis | 2 | 4 | 5 | | ||
| Total | 12 | 22 | 10 | | ||
-> Option 3 would win here, because it has the lowest total score | ||
|
||
|
||
## Resources | ||
- https://www.danielaschwarz.at/systemic-consensus/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Laziness Paradox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
--- | ||
date: 2021-12-19 | ||
tags: | ||
- storage | ||
- storage | ||
- hardware | ||
--- | ||
# Network Attached Storage | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters