Ask HN: What are your fav/goto decision making hacks/heuristics?
1–10 of 12 posts
Re: Ask HN: What are your fav/goto decision making hacks/heuristics?
#2Re: Ask HN: What are your fav/goto decision making hacks/heuristics?
#3Gut feeling + risk assessment
Re: Ask HN: What are your fav/goto decision making hacks/heuristics?
#4- Say yes (for activities with friends / colleagues; cf. "The Yes Man" with Jim Carrey)
Re: Ask HN: What are your fav/goto decision making hacks/heuristics?
#5- When in doubt, save money / do the cheaper thing (mostly for consumption, vacation planning) - Say yes (for activities with friends / colleagues; cf. "The Yes Man" with Jim Carrey)
Re: Ask HN: What are your fav/goto decision making hacks/heuristics?
#6Re: Ask HN: What are your fav/goto decision making hacks/heuristics?
#7For example: should I go to gyms in the morning or afternoon? Why spend 30 minutes thinking about that, you can just change next week and see what works. I get into these mental traps.
Similarly, many times implementing both options (software) is cheap and you can just test instead of mentally elaborating on what would be better... once its done, its obvious. Also goes for undoing changes with git.
Re: Ask HN: What are your fav/goto decision making hacks/heuristics?
#8Re: Ask HN: What are your fav/goto decision making hacks/heuristics?
#9- I see flowers at the store. Should I buy some for my $specialPerson ? Yes.
- What will happen if I make this same choice 1,000 days (or more) in a row?
- What I do now is what I always do. (This has two senses. First, it reminds me that I'm primed to act in a certain way now because I have been consistent in doing the same thing in the past — so it helps me remember that I'm a creature of habit, but I can also choose something else, which will take more effort because it's not a habit yet. And second, it reminds me of the foregoing in that making a certain choice now will make it easier to make the same choice later, and will build a habit too. In other words, every choice is part of the habit-building process, and I should strive to live consistently.)
Re: Ask HN: What are your fav/goto decision making hacks/heuristics?
#10Some of my favorite heuristics / decision algorithms: - I see flowers at the store. Should I buy some for my $specialPerson ? Yes. - What will happen if I make this same choice 1,000 days (or more) in a row? - What I do now is what I always do. (This has two senses. First, it reminds me that I'm primed to act in a certain way now because I have been consistent in doing the same thing in the past — so it helps me reme…