states
Table of Contents
there are lots of states a person could be in. Notation of those states can be enumerating predicates, variable’s possible values or defined just-in-time.
1. list of states
here is a list of common states:
- socialized state a very benefitial state to be in. when you and community knows what is on each other’s mind lately
- clear mind state often induced by meditation
- quick reference state where reference is at your finger tip;where physical cheatsheet is near or you can pull a digital one very quick
- active discussion state often induced by discussing
- feeling awesome is a generally performance-enhencing state
- - when I’m fused with hot tea
Backlinks
warm-up to induce state
states could be induced with warm-up of primitives often associated with them. Namely, a few reps of dominant primitive should get you to a place closer to the state, and make you want to do those primitives more.
old index
(Mindset and lifestyle - useful stuff)
- ditch volume control
- attention counts
- think of reward
- growth mindset
- dopamine schedule
- low information diet
- attending and slipping
- solidify = repetition
- human cycle
- Quality vs. Duration
- one-shot job
- equality as in shared access
- physical mental environment
- wired
- time for waking up
- graph and text as primitive actions in state space of ideas
- output patterns as primitive for understanding
- states
confident
mental state of being sure
of your action/knowledge, whatever reason or objective.
The mathematical model of intelligent agent’s confidence is a good example: if you have an agent predicting weather, it will be confident about its prediction that tomorrow will rain if from the prediction, 90% of the chances it will rain tomorrow; if you have an agent driving car, it will be confident about turning right if it have a .9 confidence on the action “turn right”. The reason or objective is irrelevent; What is relevent is consistency, safety and stability.
Therefore, the shakier your action/knowledge is, the less confident you will be.
Often, the components of confident are:
- somewhere up the line - a set of assumptions (faith)
- a reasoning system - algorithm of weather prediction; action policy(observation -> confidence of a series of actions), which allows you to get a confidence score on your action or knowledge (by reasoning on their truthfulness, stochastically or deterininstically)
- a set of options - for knowledge, possible right answers (tommrow: rainy, sunny, windy, code, hot…); for action, considered actions (to run, to exercise, to open computer, to drink water, to read book, to play game, to open music, to open youtube…)
And a series of tricks working each component could help you establish the confident state:
- perfecting reasoning system
- if you have a better algorithm, of course you’d be confident about your results - they deliver
- narrow options
- do not consider much options, and concentrate the whole option space each time you cut something out: for example, when you decided to go to the gym(which here is a random thought), you cut “start video game” out of the action space, then you only have 1 action to do, “go to gym”, and there’s nothing you can be not confident about it, as the option space only have 1 item, your confidence is 100%.
- bring assumption closer to options, to reduce work needed for reasoning system
- If your assumption includes “[you should] go to gym every 2 days, alternating exerces set A and B”, or better, “[you should] never drink alcohol”, there’s not much reasoning needed: you are just 100% sure you are going to gym now doing exercise set A with a look on the calendar, or when someone handed you a drink, just 100% sure you are not drinking it.