I see some chess players so I want to plug the chess coaching app [0] I'm building. I don't know many chess players and could use feedback, but I had been paying for chess.com premium and tried some others and it's always game-level feedback which is insane to me because it's really not that helpful (as evidenced by my abysmal rating.) I'm running games through stockfish/lc0/Maia and doing some analysis of patterns a…
The chess bot on Delta Air Lines will destroy you (2024) [video]
101–110 of 352 posts
Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#102Sometimes the airlines chess app gives you the option to play another passenger, but even after waiting for half an hour I've never been hooked up with another player. Has anyone else been able to?
The best part about this is sneaking a look at your opponents screen if you are lucky enough to sit behind them.
Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#103I see some chess players so I want to plug the chess coaching app [0] I'm building. I don't know many chess players and could use feedback, but I had been paying for chess.com premium and tried some others and it's always game-level feedback which is insane to me because it's really not that helpful (as evidenced by my abysmal rating.) I'm running games through stockfish/lc0/Maia and doing some analysis of patterns a…
Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#104Is this really true? I played a few games with it in August. It's not very good. It's one of those old programs where 95% of the moves are pretty strong. But if you just do nothing and sit back it will occasionally make a random blunder and then you grind it out. I figured it's how they were able to weaken a chess engine back in the day; can't adjust the overall strength, so add random blunders. I'm only about 2000 o…
1. Uh, isn't 2000 like extremely fucking good? 2. I played a chess bot on Delta on easy and it was really bad, felt like random moves. I beat it trivially and I am actually bad at chess, ~1000 on chess.com. I wonder if this one is different?
Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#105Earlier quoted context omitted.
Depends. How’s the Amtrak chess bot?
Underfunded and constantly side-tracked by cargo bots.
Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#106I see some chess players so I want to plug the chess coaching app [0] I'm building. I don't know many chess players and could use feedback, but I had been paying for chess.com premium and tried some others and it's always game-level feedback which is insane to me because it's really not that helpful (as evidenced by my abysmal rating.) I'm running games through stockfish/lc0/Maia and doing some analysis of patterns a…
But to ask, did you consider "chessfriend" instead of "chessfiend" for branding? "fiend" can carry a negative connotation, which I'm not particularly lining up with in your product.
Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#107Earlier quoted context omitted.
Depends. How’s the Amtrak chess bot?
I think the Amtrak way is to bring a physical chess board and challenge human strangers over a nice cup of coffee in the observation car.
Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#108Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#109Earlier quoted context omitted.
AFAIK the only reason Chess even ships at all anymore is as a burn utility. They'll set it to AI vs AI at max difficulty to stress the system and make sure the cooling/power management works.
Never heard that one (it may indeed be used that way, but if it were the only reason Apple would probably keep it in the Apple internal parts of their OS installs). It would also be of limited use, as the engine is purely CPU based; it is single threaded and does not even use SIMD AFAIK, let alone GPU features or the neural engines.
Re: The chess bot on Delta Air Lines will destroy you (2024) [video]
#110I wonder if they gave the chess bot X seconds of thinking time in an era when computers were slower? The way you set difficulty for turn based game ai is that you limit how far ahead the algorithm searches. If you set the lookahead based on compute time your difficulties will be way out of line if someone upgrades the CPU.
Elo gains for engines tend to come from better evaluation, better pruning, and better search heuristics. That's not to say that longer search time or a stronger CPU doesn't help, it just doesn't magically make a weak engine into a strong engine.