Does it bug anyone else not to have the analytic solution?
Fun story. I was in college taking differential equations. And I was faithfully attempting to apply what I'd learned in class, and having a somewhat hard time at it (this was before I realized how useful matlab was). When I was doing some research on the side, and I learned that the vast majority of differential equations are unsolvable, you can only approximate an answer. After that, I was thouroughly annoyed at was…
Show HN: A basketball hoop to maximize shots that go in [video]
41–50 of 172 posts
Re: Show HN: A basketball hoop to maximize shots that go in [video]
#42"Who is Monte Carlo?" Monte Carlo is for Europe what Las Vegas is for the US. The first name that comes to mind when you think gambling. Monte Carlo method is repeated random sampling to obtain numerical results. Monte Carlo algorithms are heuristic algorithms that solve problems with random process that can give wrong answers. Las Vegas algorithms are algorithms that solve problems with randomness but get always cor…
Monte Carlo Algorithm: Always fast, probably correct.
Las Vegas Algorithm: Probably fast, always correct.
Atlantic City Algorithm: Probably fast, probably correct.
Re: Show HN: A basketball hoop to maximize shots that go in [video]
#43Does it bug anyone else not to have the analytic solution?
Fun story. I was in college taking differential equations. And I was faithfully attempting to apply what I'd learned in class, and having a somewhat hard time at it (this was before I realized how useful matlab was). When I was doing some research on the side, and I learned that the vast majority of differential equations are unsolvable, you can only approximate an answer. After that, I was thouroughly annoyed at was…
Re: Show HN: A basketball hoop to maximize shots that go in [video]
#44Nope, expected something interesting, but this is based on a boring brute-force simulation. He did hint at using a parabolic shape, like in satellite dishes. Why not use some actual calculus and differential equations to figure out the optimal parabolic-like shape here?
A much better pattern than "Nope, expected something interesting" is to first affirm something that the author got right or did well, and then build on that with suggestions for refinement, further development, learning. There's plenty of opportunity to show how much you know that way, plus you won't also come across as an internet jerk.
Keep in mind that project creators and authors are often reading these threads, and one nasty comment makes more of an impression than the rest of a thread put together. A single bee sting is more memorable than a field of butterflies. It's too bad that it doesn't work the other way around, but the pattern is super clear. Even the thread the other day with the C Committee guys, which was one of the best technical threads HN has ever hosted, made this impression on them: "Wow, I had no idea people were so mad about locales" (not a direct quote). I hadn't noticed, and when I found the comments they didn't even seem that mad.
Re: Show HN: A basketball hoop to maximize shots that go in [video]
#45Who uses the back board? This doesn't help at all with "nothin' but net"
Re: Show HN: A basketball hoop to maximize shots that go in [video]
#46Is this not something that just an optics equation in Physics would give you? Specially if not taking the radius of the ball into effect.
Depends on the importance of a couple effects that light is immune to (at least for an optics equation) 1) gravity post impact with backboard 2) impact angle for a given (start, backboard) tuple depend on velocity and launch angle for a basketball, but are always the same for light. Also the impact angle for the basketball and light are very different
Re: Show HN: A basketball hoop to maximize shots that go in [video]
#47Is this not something that just an optics equation in Physics would give you? Specially if not taking the radius of the ball into effect.
Re: Show HN: A basketball hoop to maximize shots that go in [video]
#48It's not the hoop, it's the shape of the backboard, which is a reflector formed to focus the ball on the target.
Now, the really cool thing would to build a flat backboard with controlled bounce properties. Interesting 3D printing problem. That would look like an ordinary backboard but still focus bounces.
Re: Show HN: A basketball hoop to maximize shots that go in [video]
#49The first 10 seconds pretty much covers the subject. It's not the hoop, it's the shape of the backboard, which is a reflector formed to focus the ball on the target. Now, the really cool thing would to build a flat backboard with controlled bounce properties. Interesting 3D printing problem. That would look like an ordinary backboard but still focus bounces.
Re: Show HN: A basketball hoop to maximize shots that go in [video]
#50Is this not something that just an optics equation in Physics would give you? Specially if not taking the radius of the ball into effect.
Maybe, but as he explains a normal parabola (like a satellite dish) wouldn't work, since the shots themselves are arced because of pesky gravity. I thought using a Monte Carlo analysis and finding a fixed point was actually a very clever way to solve it.
Also a paraboloid would work only for rays that are parallel to one another.