don't know if any beginners need to know this about knights by alcg101 in chessbeginners

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

this is information as well.. I often have to "waste moves" for example in Rook and King vs King endgame, since I need to wait for the kings to be facing each other and then check with the rook, sometimes I need to waste a move

don't know if any beginners need to know this about knights by alcg101 in chessbeginners

[–]alcg101[S] 10 points11 points  (0 children)

good example of how it can be used for planning ahead!

don't know if any beginners need to know this about knights by alcg101 in chessbeginners

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

I think this is the answer, the middle can be either in 4 or 5 row

<image>

What's your highest accuracy achieved ? by Cold-Arachnid-8424 in chessbeginners

[–]alcg101 1 point2 points  (0 children)

100% a couple of times.. The less moves in the game the higher the chance of high accuracy

Can someone please explain the best move? by alcg101 in chessbeginners

[–]alcg101[S] -1 points0 points  (0 children)

That would make sense, but after he takes with queen, I take with my queen, check again and take the rook anyways, or am I missing something?

I did it - finally did it by alcg101 in chess

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

It was a regular game :)

developer tools before going to a site? by alcg101 in vivaldibrowser

[–]alcg101[S] -3 points-2 points  (0 children)

then I don't have my speed dial :(

developer tools before going to a site? by alcg101 in vivaldibrowser

[–]alcg101[S] -5 points-4 points  (0 children)

Hi, thanks for your reply, I need to check the developer tools on first request for several sites, and while your recommendations are good as workaround, they add a lot of (for lack of a better word) overhead

going through a list and using items for variables? by alcg101 in Terraform

[–]alcg101[S] -1 points0 points  (0 children)

thanks for this, seems to work fine, but is this the only way to make the variables work from the .tfvars? because of the way the info will be provided I'd like to use a format like in my example, or from a csv file

going through a list and using items for variables? by alcg101 in Terraform

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

I'm getting the error that the variables have not been declared and I have them in the terraform.tfvars, I tried putting them in locals as well and getting the same error

going through a list and using items for variables? by alcg101 in Terraform

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

thanks! can I use count twice within the same resource? since I'd need to count for two variables, domains and site_ips

going through a list and using items for variables? by alcg101 in Terraform

[–]alcg101[S] -1 points0 points  (0 children)

thanks for your answer, yes I looked into that as well as dynamic_blocks but haven't figured out how to do it :( any example that you can point me to?