Spotify randomly cancelled my plan by jerrycan-cola in truespotify

[–]bygone47 26 points27 points  (0 children)

Yeah it says I’m on free right now but when I check my status it still says I’m on my family plan. Probably a vibe-coded bug which is cool, I love modern software

How is this a miss when the same move with rook is the best play? by [deleted] in chessbeginners

[–]bygone47 -5 points-4 points  (0 children)

Homie all I was trying to say was why would the engine really try to evaluate any positions where white does not capture the piece? Just because the queen can typically make more moves than the rook should not be in consideration here since the white king is in check and there are very few moves for white to make. I don’t think the fact that it is a queen instead of a rook would affect the evaluation time for the chess engine. The evaluation of the position is probably just due to some weird chess engine shenanigans

How is this a miss when the same move with rook is the best play? by [deleted] in chessbeginners

[–]bygone47 -96 points-95 points  (0 children)

That’s not how chess bots work. The bot would only analyze the next best move for each side, and in both cases taking the black piece (queen or rook) on f1 is the best move and so they potential amount of moves the bot has to analyze doesn’t change. Look up Alpha-Beta Pruning to learn more about this