Grant Sanderson
Grant Sanderson
This should be fixed now.
Hey Ellington, I wanted to apologize for this (and the various things we had discussed) slip through the cracks. I can all too easily get lost in the weeds of...
Thanks for contributing! A few comments: - I think a lot of the implementation computes what you would get with the simpler line Group(*mobjects).get_bounding_box() - I wonder if it would...
You'd want to use the method Mobject.replace_submobject instead of self.split().__setitem__. In general, you don't want to directly edit the submoject list, since restructuring a mobject often requires other things like...
It looks like it's trying to write the scene to file, which would be the case if you passed in the -w or -o flag. In those case, it would...
Hi Rob, this looks very interesting, I had not been familiar with symbolic dynamics before. And thanks for sharing all the links, those provide helpful context. Do you have any...
Hi, I'd be interested in hearing more about what you have in mind. Do you have any links to talks/articles you've written describing the kind of "physical meaning" you have...
Hi Ramiro, thank you for taking the time to write this up, and my apologies for being so late in replying to it! I have some more questions, but it...
Hi Rami, Dirichlet's theorem is indeed a very interesting topic, but getting it to be accessible might be a fun challenge. Can you add any details on exactly what approach...
That sounds pretty interesting, what are some other examples of error-correcting code and game pairs like this?