Hacker News new | ask | show | jobs
by megameter 1777 days ago
Another way to frame the dichotomy for the CS-inclined is greedy versus backtracking solutions. A penny-pincher is taking the best locally optimal choice at each step, just like a greedy matcher. A "backtracker", while not always able to exhaustively explore, approximates it by testing alternatives when given multiple runs.

In the realm of direct interpersonal credit, greedy solving often seems like "the answer:" you study for the test if you want to pass it, follow the polite mannerisms of your society, and take logical steps presented to you by your environment(like following signs and signals to navigate traffic). Situationally, it can work. And top performers in competitive fields are extreme examples of the greedy solution working: monastically training to be the best at what you do with regular drills, harsh lifestyle modifications and risky medicine does get results.

But everyone who's lived long enough without losing their head knows that the greedy path falls off a cliff eventually. You can't "just" follow the advice of professionals and scholars to be healthy, wealthy and wise. And neither does getting the gold medal give you the happy end. But as the article points out, there isn't an easy story to apply to a complex framing of life.