I've re-visited the game multiple times but really have trouble engaging with the game. I've tried to read a couple of tutorials here and there on some simple strategies, but it doesn't seem like anything "sticks," and I always feel so clueless after the first few moves as to what I should do. Any suggestions from the HN crowd on what may have provided you an "ah ha!" moment for chess strategy in general?
Chess is booming and our servers are struggling
101–110 of 132 posts
Re: Chess is booming and our servers are struggling
#102I've re-visited the game multiple times but really have trouble engaging with the game. I've tried to read a couple of tutorials here and there on some simple strategies, but it doesn't seem like anything "sticks," and I always feel so clueless after the first few moves as to what I should do. Any suggestions from the HN crowd on what may have provided you an "ah ha!" moment for chess strategy in general?
1. Choose a chess opening and stick to it. That means you'll always know how to react at the beginning of the game. 2. Counting. If your piece has more defenders than attackers, it's safe. If you're attacking your opponent's piece more times than it's defended, you can control that square. One of the biggest issues I had when starting out was literally just miscounting attackers and defenders. 3. Basic tactics. There are three fundamental tactics in chess: pins, forks, and skewers.
Other than that, watching chess Youtubers is pretty helpful. Some good examples are Aman Hambleton's beginner videos[1], and Daniel Naroditsky's "speedruns"[2]. The latter can be slightly more advanced but still very understandable imo. There are other good channels like Hikaru Nakamura's, Gotham Chess, chessbrah, and Eric Rosen but I think the two I suggested are the best.
[1] https://www.youtube.com/watch?v=axRvksIZpGc [2] https://www.youtube.com/watch?v=sfjI4jEY58s&list=PLT1F2nOxLH...
Re: Chess is booming and our servers are struggling
#103Chess is something I can open on my app and I can play on the bus or before bed. While it's not the most value adding thing in my life I am enjoying it for now.
By the way, I suck at chess. I struggle to beat 900 rated players. Any tips?
Re: Chess is booming and our servers are struggling
#104I've re-visited the game multiple times but really have trouble engaging with the game. I've tried to read a couple of tutorials here and there on some simple strategies, but it doesn't seem like anything "sticks," and I always feel so clueless after the first few moves as to what I should do. Any suggestions from the HN crowd on what may have provided you an "ah ha!" moment for chess strategy in general?
Replacing chess with go. :P
Re: Chess is booming and our servers are struggling
#105Lichess.org does everything Chess.com does but more, without needing to pay.
Re: Chess is booming and our servers are struggling
#106The problem is that this only fuels the cycle. Casual players are scared away from lichess, possibly extending the rift between both sites...
Re: Chess is booming and our servers are struggling
#107> What does that mean? 250,000+ new accounts are being created each day. People are playing games (16,000 chess moves per second on average) I remember reading how Dropbox and other file sharing sites used hashing to create single instances of popular files and then just used pointers from accounts with that file to save disk space. I would imagine a LOT of chess games probably start out the same and you can therefor…
I don't play chess, but my finger in the air estimate is that the whole record of the game weighs a few kb at most. I'd venture a guess that all players data and their avatars take more space. Or maybe less, but not much.
Re: Chess is booming and our servers are struggling
#108Earlier quoted context omitted.
Bad at the game, bad at engineering, but good at marketing. There's a lesson in here. Similar to how most of the software that runs the internet is poorly written and has bad fundamentals.
Is the lesson Berkson’s fallacy?
For the uninitiated, the idea is that a product needs good engineering + good marketing to be successful. Products with only one of them will fail. The idea of Berkson’s fallacy is that even though it seems that good marketing is negatively correlated with engineering (and vice-versa) it’s actually because the baseline level of engineering and marketing is low, and products which happen to excel in one don’t need to excel in the other.
Re: Chess is booming and our servers are struggling
#109Re: Chess is booming and our servers are struggling
#110> What does that mean? 250,000+ new accounts are being created each day. People are playing games (16,000 chess moves per second on average) I remember reading how Dropbox and other file sharing sites used hashing to create single instances of popular files and then just used pointers from accounts with that file to save disk space. I would imagine a LOT of chess games probably start out the same and you can therefor…
I don't play chess, but my finger in the air estimate is that the whole record of the game weighs a few kb at most. I'd venture a guess that all players data and their avatars take more space. Or maybe less, but not much.
SCID uses 1 byte per move which is close to optimal (it splits it into 2^4 for piece and 2^4 for direction, with some edge cases).
SCID vs PC is a fantastic tool for chess players, I maintain a massive database of master games using it.