HackerTrans
トップ新着トレンドコメント過去質問紹介求人

beansbeansbeans

no profile record

投稿

Gaussian integration is cool

rohangautam.github.io
202 ポイント·投稿者 beansbeansbeans·昨年·44 コメント

SDFs and the Fast sweeping algorithm in Jax

rohangautam.github.io
39 ポイント·投稿者 beansbeansbeans·昨年·7 コメント

コメント

beansbeansbeans
·昨年·議論
This is amazing. Congrats on the project! I initially started learning rust a few years ago specifically for it's support for compiling to webassembly, as I found it so interesting. This project and the discussion on the post makes me want to get back to it :D
beansbeansbeans
·昨年·議論
I see, that's strange. Yeah, feel free to share the details/logs with me - you can open an issue on my blog's repo with the relevant details and system info.

However, I'm still suspecting it's something specific to your antivirus not knowing what to do with WASM code(which is used on this page). I found something similar on Reddit: https://www.reddit.com/r/eaglercraft/s/heVtPy60lG. I wonder if that's the issue.
beansbeansbeans
·昨年·議論
Yeah - I totally agree. Some others on the thread pointed it out as well. I ended up replacing it with a table additionally having the error percentages. Thanks for the fair critique! I've also mentioned your username in the edit logs at the end of the blog if you don't mind.
beansbeansbeans
·昨年·議論
That's a major claim. The only thing different in this blog post from my others is that I've embedded an executable python notebook in an iframe. It's a marimo notebook that runs code using WASM in your browser. That project is open source too, with no exploit as far as I know.

The code for my blog is here : https://github.com/RohanGautam/rohangautam.github.io

If you could point to anything specific to support that claim, would be nice.
beansbeansbeans
·昨年·議論
[dead]
beansbeansbeans
·昨年·議論
You're totally correct, my writeup in that section definitely was not clear. I've updated the blog, hopefully it's better. I've also given you a shoutout in the end of the post in my edit log, if that's cool with you
beansbeansbeans
·昨年·議論
[dead]
beansbeansbeans
·昨年·議論
Thats a cool algorithm!! I couldnt find resources on how it might be used to compute distance functions (though it seems like it can). It seems to be for approximating voronoi diagrams.