Remix.run Logo
JKCalhoun 7 hours ago

Deep dive, for sure. I suspect Cliff Stoll is enjoying this site.

I played with creating a logarithmic slider thing [1] in Javascript that I hoped I could package up as a kind of "widget" people could use on their web pages. But I don't really know Javascript that well—or rather how to make an API out of a Javascript thing.

Anyway, to test it I tried to make an Ohm's Law calculator [2].

I would love to see a site like the one in this post have some kind of interactive slide rule on the web page itself.

[1] https://github.com/EngineersNeedArt/SlideRule

[2] https://www.engineersneedart.com/ohmslaw/index.html (the yellow slider is not directly user-moveable in this example)