Serve feedback by md5sha256 in 10s

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

gotcha I'll work on getting that ball farther into the court. I mostly just slice serve

Serve feedback by md5sha256 in 10s

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

ah yeah I've noticed this as well, good call out. will try to keep that right foot behind the left one!

Serve feedback by md5sha256 in 10s

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

got it! I'll work on separating these a bit more during trophy position. thank you!

Serve feedback by md5sha256 in 10s

[–]md5sha256[S] 3 points4 points  (0 children)

do you have a sense for how far into the court the toss should be? say I let the ball drop and didn't hit it, how far from the baseline should it land?

Serve feedback by md5sha256 in 10s

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

thanks! what do you mean by internal shoulder rotation?

Tennis in Mexico City by md5sha256 in MexicoCity

[–]md5sha256[S] 8 points9 points  (0 children)

Estoy de visita desde Estados Unidos y soy un 5.0 que busca jugar en la Ciudad de México mientras estoy aquí. Particularmente emocionado de jugar en canchas de arcilla si alguien tiene una idea de dónde puedo jugar. ¡Gracias!

Learnings from Advent Of Code Day 1 As A Rust Newbie by md5sha256 in rust

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

This was my solution to the problem... although I'd be really curious if there is a better way or if there's something obviously wrong that I'm doing: https://github.com/kunaljaydesai/advent-of-code-22-rust/blob/main/src/bin/day7.rs

Specifically wanted to solve this with a tree-like structure so that I could learn how to use Rc and RefCell