mmorse1217
No user record in our sample, but mmorse1217 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but mmorse1217 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Wow thats very clever with much better constants; thanks for this! I will need to give this a try.
Discretize the AABB with a certain length proportional to the morton code grid size so that each sample point will land in a distinct but continuous sequence of morton codes enclosing the AABB, compute the hash of each…
Yikes, that was too real
Hey Jeff, wherever you are: this is awesome work! I’ve wanted to try something like this for a while and was very excited for the RDMA over thunderbolt news. But I mostly want to say thanks for everything you do. Your…
Your comment motivated me to also comment :) I agree: Bézier curves and b-splines have a lot of rich geometry baked it, so it makes sense to use it, especially if you can avoid second derivatives. I think I…
This is a pretty good foundational reference for Bézier curves and b-splines https://www.sciencedirect.com/book/9780122490521/curves-and-...
The trick is that you only solve Newton on a single subcurve: you recursively find the closest control point on all subcurves, split that subcurve and repeat until the closest control point doesn’t move much, or just…
Hey, thanks for the nice post. I really enjoyed reading it; it’s good see this kind of thing on the front page. Since you’re interested in doing this on GPU, an approach that might be interesting to you (although not…
Probably vision language models.
“There are no facts, only interpretations.” - Nietzsche
This site is pretty helpful for me with this sort of thing. The style is more technical though. https://www.acsu.buffalo.edu/~adamcunn/probability/probabili...
Thanks for these references; I've been going down the research rabbit hole :) I check my A1C every six months and I'm ok. I'm in decent shape also: regularly powerlifting, running, etc. I have a suspicion that there is…
Sorry for the late reply, I pick up 99mg potassium + 200mg magnesium and had an unbelievable night's sleep and many symptoms improved dramatically. The second night was confounded by an evening workout, which can mess…
Thank you so much for sharing your experience and your research in the other comment. I understand that it's just a hypothesis, but I had almost given up and believed that this is just how life is now. I went to the ER…
I have every single one of your symptoms and arrived at almost the same conclusion: taking electrolytes tablets intended for workout recovery (just sodium, magnesium and potassium, no sugar) improves alleviates almost…
Awesome book; great reference in grad school.
[dead]
This implementation and associated paper improve the cache locality to make the algorithm more competitive https://github.com/dmalhotra/pvfmm They compare solving toy problems with different methods here…