Show HN: Insect – a high-precision scientific calculator with physical units
1–10 of 205 posts
Re: Show HN: Insect – a high-precision scientific calculator with physical units
#2Old discussion: https://news.ycombinator.com/item?id=13909631
Re: Show HN: Insect – a high-precision scientific calculator with physical units
#3Something I wish I'd had when I was studying Physics.
Re: Show HN: Insect – a high-precision scientific calculator with physical units
#4Hi HN! This has been posted a few months ago (by someone else), but it wasn't really finished back then. The feedback I got here last time has helped a lot to improve all sorts of things. Looking forward to your comments! Old discussion: https://news.ycombinator.com/item?id=13909631
I have only one minor issue: the REPL scrolling conflicts with the default scrolling acceleration on macOS. So just a very small movement on the trackpad and it scrolls all the way up or down. I believe this is due the "jquery-mousewheel" plugin [1].
Re: Show HN: Insect – a high-precision scientific calculator with physical units
#5If not, is the conversion logic in an npm package?
Re: Show HN: Insect – a high-precision scientific calculator with physical units
#6Re: Show HN: Insect – a high-precision scientific calculator with physical units
#7 ≫ sqrt(1/(eps0 mu0)) ->m/s
sqrt(1 / (eps0 × mu0)) -> m / s
= 299833000 m/s
≫ sqrt(mu0/eps0) ->ohm
sqrt(mu0 / eps0) -> Ω
= 377.031 ΩRe: Show HN: Insect – a high-precision scientific calculator with physical units
#8 3 5
which was interpreted as 3 * 5. Seems a bit risky to me :) Otherwise looks neat.Re: Show HN: Insect – a high-precision scientific calculator with physical units
#9This is pretty cool, it's one of the rare applications I've used where the things I've tried "just work". For example "10 kg to g", "c", "c to km s^(-1)", "c to km/s" all work intuitively. It's great it works at the command line too. Something I wish I'd had when I was studying Physics.
Re: Show HN: Insect – a high-precision scientific calculator with physical units
#10Still, it's pretty good.