This file contains hidden or 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
## The Problem: | |
Top-down decision making and analytics | |
## Why: | |
So what if it's top-down?? | |
* -- Many times highly wasteful analytics(aka questions asked) that don't make sense from | |
viewpoint on the ground. | |
* -- A strong separation between decision-makers and executors | |
* -- Lack of skin-in-the game for the people who are the executioners of a decision and share the | |
biggest risk of executing it. |
This file contains hidden or 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
#! /bin/bash | |
set +x | |
set +o errtrace | |
set -e | |
#DATA=/data; | |
DATA=$HOME; | |
PLAYSPACE=$HOME/playspace; | |
SOURCES=$HOME/sources; |