HackerTrans
TopNewTrendsCommentsPastAskShowJobs

beansbeansbeans

no profile record

Submissions

Gaussian integration is cool

rohangautam.github.io
202 points·by beansbeansbeans·anno scorso·44 comments

SDFs and the Fast sweeping algorithm in Jax

rohangautam.github.io
39 points·by beansbeansbeans·anno scorso·7 comments

comments

beansbeansbeans
·anno scorso·discuss
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
·anno scorso·discuss
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
·anno scorso·discuss
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
·anno scorso·discuss
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
·anno scorso·discuss
[dead]
beansbeansbeans
·anno scorso·discuss
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
·anno scorso·discuss
[dead]
beansbeansbeans
·anno scorso·discuss
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.