> the player who committed more blunders lost 86% of the time In some sense this is almost tautological. While finding an exact definition for a chess blunder isn't straightforward, here is one example from the Lichess UI: https://github.com/lichess-org/lila/blob/b527746b179cdde6438... Basically, if you make a move which decreases your winning probability more than 14% over the best move, that's a blunder. But winnin…
Avoid blundering: 80% of a winning strategy
91–100 of 228 posts
Re: Avoid blundering: 80% of a winning strategy
#92Earlier quoted context omitted.
This leads to analysis paralysis. Building things helps you think clearer.
I’ve learned at Amazon that writing about what you want to build, and why, and why not do something else - in a way that others can clearly comprehend, and before ever touching a line of code - helps you think even more clearly.
Re: Avoid blundering: 80% of a winning strategy
#93Earlier quoted context omitted.
link please
Not GP, but perhaps this is the post: https://longform.asmartbear.com/two-big-things/
But is having a good marriage a blunder compared to having a great career? I don't think he's saying that.
Re: Avoid blundering: 80% of a winning strategy
#94Re: Avoid blundering: 80% of a winning strategy
#95Earlier quoted context omitted.
I’ve learned at Amazon that writing about what you want to build, and why, and why not do something else - in a way that others can clearly comprehend, and before ever touching a line of code - helps you think even more clearly.
I am interested, is there some public material about this method?
I suppose if you're not actually showing it to anybody it becomes rubber ducking via design document.
Re: Avoid blundering: 80% of a winning strategy
#96So it's not "ok to fail" this week?
Let's say I'm a programmer. I try an approach. It doesn't work. I realize it doesn't work and back out my changes. That's a failure.
Let's say instead I try an approach. It' doesn't work. I keep trying to force it to work, distorting the overall architecture and still leaving an unreliable, unmaintainable mess. That's a blunder.
Re: Avoid blundering: 80% of a winning strategy
#97Avoiding blunders only works at chess at the lowest levels. It's the same for tennis. Complete amateurs can win just by returning the ball but at higher amateur levels you will have a bad time if you try this.
Re: Avoid blundering: 80% of a winning strategy
#98Earlier quoted context omitted.
This leads to analysis paralysis. Building things helps you think clearer.
I’ve learned at Amazon that writing about what you want to build, and why, and why not do something else - in a way that others can clearly comprehend, and before ever touching a line of code - helps you think even more clearly.
Re: Avoid blundering: 80% of a winning strategy
#99Earlier quoted context omitted.
Creating code is the lowest level of programming. Deleting code is much more refined. Preventing code is sublime.
This leads to analysis paralysis. Building things helps you think clearer.
Re: Avoid blundering: 80% of a winning strategy
#100https://ericsink.com/articles/Game_Afoot.html
"The thing I find most interesting about Ping Pong is that you can often win without doing anything fancy or aggressive. A lot of players think the way to win is to slam the ball really hard. The problem with this strategy is that a slam is a high-risk/high-reward shot. If you do it right, you almost certainly score a point when your opponent fails to return the ball. If you do it wrong, you give your opponent a point.
Modesty aside, I consider myself a "pretty good" Ping Pong player. I can slam the ball when necessary, but I hardly ever do. I can beat most other players by simply returning every shot with a little backspin. Hitting the ball hard simply isn't necessary. All I need to do is wait for the other player to make 21 mistakes.
How software is similar
You can beat a lot of competitors by simply not beating yourself. Most companies go out of business because of their own stupid mistakes, not because of the brilliance or strength of their competitor. Stay conservative, and stay in business. Watch the years go by, and you'll be surprised how many of your competitors come and go."