Hacker News new | ask | show | jobs
by austinlyons 3691 days ago
Or maybe just show a spinner to communicate "doing some intense computation"?
1 comments

In my experience spinners work great for async calls, but not so great for blocking synchronous computations. There is probably something that could be done though with a little bit of creativity though...