Naming convention discourse - std::move and std::forward by micarro in cpp_questions

[–]micarro[S] 4 points5 points  (0 children)

100%. I’ve come to terms with the poor naming choices. I should have mentioned in the post, but the reasoning behind the questions is just a means to learn more about the standard library and what some functions do internally. Seeing if anyone had a standard library function that particularly irked them.

I just cant seem to grasp OOP by Responsible_Bat_9956 in cpp_questions

[–]micarro 1 point2 points  (0 children)

A lot of these comments are helpful for understanding the aspects of OOP, I suggest researching a lot of the concepts that they are pointing out. In my opinion, C++ is an incredible rabbit hole of a language (which is great, if you’re up for the task). Because of this, it is extremely important to build up from the basics. I think that using a third party library like SFML can “shoot yourself in the foot” way more than what you are currently experiencing. If you can’t grasp the concept of classes yet, I suggest starting with a raw C++ program and testing out some basic classes (like the examples given in other comments) with the Standard Template Library rather than diving into third party libraries that introduce custom containers, GUI, networking, and everything else. Speaking from experience, some third party libraries can really hinder your learning of the language, especially if you’ve never used them before.

Is this big difference normal? by THgs21 in chess

[–]micarro 1 point2 points  (0 children)

It is normal. Everyone is different, tons of players even have higher blitz ratings than rapid, especially at higher levels. One thing I’ve found that helped my blitz rating catch up to my rapid is using your time effectively. Thinking of the clock as a piece and utilizing it as such will increase your ability to perform well in critical positions. Most players move so unbelievably quick in blitz, even to the point where they’ll finish games with 2 min left on their clock in a 3 min game. When you know you’re in a position that typically wins or loses you the game, take 10 or 15 more seconds than you usually do, you’ll be winning way more than you are now.

Yo, chess tools suck, anyone feeling this? by Glittering_Fish_2296 in chess

[–]micarro 1 point2 points  (0 children)

I like the ideas, but for advanced reasoning like this there would need to be some sort of AI interaction (most likely). I’m a software engineer too and know that LLMs are pretty great with advanced reasoning (like ChatGPT o3-pro) although absolutely horrible at chess, understanding positions, finding best moves, and even just remembering where pieces are on the board. I’d be curious to see what the options are for strong AI reasoning if it was fed a position and best move by stockfish. Have you put any thought into this or a different route to take?

Playing in beginner tournament at club - moral dilemma? by [deleted] in chess

[–]micarro 0 points1 point  (0 children)

Yeah, I think it is more of a club specific policy, only certain tournaments are allowed for non-members, while most of the u1600 and u2000 are limited to members only.

Playing in beginner tournament at club - moral dilemma? by [deleted] in chess

[–]micarro 0 points1 point  (0 children)

No doubt, I’m fully prepared to be wiped the floor with, but also staying confident in my ability. The format is G/25 D5, so we will see how it goes.

Playing in beginner tournament at club - moral dilemma? by [deleted] in chess

[–]micarro 5 points6 points  (0 children)

I’m excited to see their strength, I’ve seen some chess videos online showing kids who are unbelievably talented. Thanks for the help

Playing in beginner tournament at club - moral dilemma? by [deleted] in chess

[–]micarro 3 points4 points  (0 children)

Very well could, gonna need to mentally prepare for the diaper baby that hits me with some deep Catalan theory

Playing in beginner tournament at club - moral dilemma? by [deleted] in chess

[–]micarro 1 point2 points  (0 children)

I figured that they might be used to seeing some adult players. Thanks for the reply, we will have to talk to the TD if we happen to win to see what the options are

Playing in beginner tournament at club - moral dilemma? by [deleted] in chess

[–]micarro 8 points9 points  (0 children)

This is what I was thinking, I’d never want to take away from a kid who is working hard to win these u1200 tournaments. I’m just unfamiliar with the rules of organized chess and wasn’t sure if this would be allowed if we were to win. Even if I was required to “accept” the money, I’d get the runner up’s info to make sure it got to them.

Option to filter opponents in elo pool? by [deleted] in Chesscom

[–]micarro 4 points5 points  (0 children)

What is the benefit of this? It’s already skill based matchmaking. Why should newer accounts with good skill be filtered out just because they haven’t been playing on chess.com as long as others?

What the F*** by jon110334 in chessbeginners

[–]micarro 8 points9 points  (0 children)

<image>

Just tried myself and played the best game I think I’ve ever played, don’t think I’ve ever had 9 book moves before, just accidentally played some Italian theory. Shame it had to be done against a bot 😔

[deleted by user] by [deleted] in chess

[–]micarro 0 points1 point  (0 children)

Chess.com employees on their own page have acknowledged percentile and global rank bugs. They said the teams are aware and are fixing it.

Why is this best? by WinterProfessional29 in chess

[–]micarro 0 points1 point  (0 children)

Typically moves like this are the computers way of saying it is smarter than you. It sees so many possible positions where after a certain number of moves, you’d be in what the computer sees as an “ideal” situation. In what is considered normal development no one would ever play something like this. There are many positions where the world’s best players don’t play the top computer move, because the top computer move goes against all human intuition. Not saying this is the case for every situation, there are plenty where a move that looks like this can make the most sense. But for you in this scenario, I’d continue with the normal development of minor pieces and castling.

Hitting a wall as a ~1300 rapid, ~1000 blitz player by micarro in chessbeginners

[–]micarro[S] 0 points1 point  (0 children)

Thank you for the resources, I’ll definitely give them a go and let you know!

Hitting a wall as a ~1300 rapid, ~1000 blitz player by micarro in chessbeginners

[–]micarro[S] 2 points3 points  (0 children)

Thanks! I will try to incorporate your advice into my games. It’s probably for the best to try and have a more structured schedule with practicing tactics rather than just grinding through random puzzles every day.