Viewing profile — mmorse1217
mmorse1217
HN member- Joined
- Fri, Jan 21, 2022, 1:25 AM UTC
- HN karma
- 58
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About mmorse1217
No profile information was provided.
Recent public activity
-
comment
Comment #47208031
Wow thats very clever with much better constants; thanks for this! I will need to give this a try.
-
comment
Comment #47184127
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 enclos…
-
comment
Comment #46842156
Yikes, that was too real
-
comment
Comment #46320215
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 s…
-
comment
Comment #45633789
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 sec…
-
comment
Comment #45631358
This is a pretty good foundational reference for Bézier curves and b-splines https://www.sciencedirect.com/book/9780122490521/curves-and-...
-
comment
Comment #45631273
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 cont…
-
comment
Comment #45630774
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…
-
comment
Comment #44573059
Probably vision language models.
-
comment
Comment #44093569
“There are no facts, only interpretations.” - Nietzsche
-
comment
Comment #43878557
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...
-
comment
Comment #42768222
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,…
-
comment
Comment #42768133
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 …
-
comment
Comment #42752515
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 …
-
comment
Comment #42749278
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,…
-
comment
Comment #41198189
Awesome book; great reference in grad school.
-
comment
Comment #40735105
[dead]
- comment
-
comment
Comment #32191398
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…