When I type `4W*3hours` the result is `12 mWh`. Same with `12Wh/3hours = 4kW`
Show HN: I made a web-based notepad with a built in unit calculator
31–40 of 246 posts
Re: Show HN: I made a web-based notepad with a built in unit calculator
#32Minor bug report -
* 5 feet 8 inches to centimeters -> -171.72 cm
* 5 feet 8 inches to meters -> -0.7272 m
* 5 feet 8 inches to cms -> doesn't work
The conversion seems wrong in the case of cms, and I'm not sure why it's always negative.
Re: Show HN: I made a web-based notepad with a built in unit calculator
#33Nice - I'll give it props for: > 1 metre + 8 chain = 161.9344 m > 1 tonne + 1 short ton = 1.90718474 t > 1 tonne + 1 long ton = 2.0160469 t and give it a pass for not supporting pre 1963 UK | US historic weights and measures .. that's getting into a pretty specific use case where Standards nerds like to have a clear display of what conversion factors are in play and what provenance those factors have. Time Zone suppo…
Re: Show HN: I made a web-based notepad with a built in unit calculator
#34Re: Show HN: I made a web-based notepad with a built in unit calculator
#35This is awesome. Minor bug report - * 5 feet 8 inches to centimeters -> -171.72 cm * 5 feet 8 inches to meters -> -0.7272 m * 5 feet 8 inches to cms -> doesn't work The conversion seems wrong in the case of cms, and I'm not sure why it's always negative.
As in (distance from) 30 to 50 (is 20 == 50 - 30 )
Re: Show HN: I made a web-based notepad with a built in unit calculator
#36Re: Show HN: I made a web-based notepad with a built in unit calculator
#37This is great! Love Soulver too, but having it in the browser is fantastic. Well done!
Re: Show HN: I made a web-based notepad with a built in unit calculator
#38Re: Show HN: I made a web-based notepad with a built in unit calculator
#39This is awesome. Minor bug report - * 5 feet 8 inches to centimeters -> -171.72 cm * 5 feet 8 inches to meters -> -0.7272 m * 5 feet 8 inches to cms -> doesn't work The conversion seems wrong in the case of cms, and I'm not sure why it's always negative.
[0] https://jasper.monster/sharex/firefox_eXIffwiyBq.png
//EDIT
Ah yeah, replace "to" with "in" and you're good! [1]
Re: Show HN: I made a web-based notepad with a built in unit calculator
#40There is something wrong with the order of operations. When I type 2+2*2-6 i get -6 which should be 0.