Math is not terribly precise I'm afraid :) > 1111111111111111111111111111111*9 > 10,000,000,000,000,000,000,000,000,000,000
That doesn’t seem like a floating point inaccuracy. What’s going on there?
Show HN: I made a web-based notepad with a built in unit calculator
121–130 of 246 posts
Re: Show HN: I made a web-based notepad with a built in unit calculator
#122Interesting! Thank you... I was trying to divide an area by a smaller area to get the number of widgets, and it insists on making that into a percentage. Is there a way to make it report a raw number instead of percentages when the two quantities are the same unit?
Re: Show HN: I made a web-based notepad with a built in unit calculator
#123Can you add bit and byte values, as well as units per unit of time please? Base 10 (GB for example) and base 2 (GiB) would be very handy. Full words as an alias as well, so GB -> gigabyte, and GiB -> gibibyte. That way you can do something like: 1GB / 40MB/s in minutes 1GB to Gib 1GB to bits 50 bits to bytes
Re: Show HN: I made a web-based notepad with a built in unit calculator
#124This looks pretty cool. I've long been looking for something similar to Soulver ( https://soulver.app/ ) that I can use on Linux. This seems promising. One small criticism: In my opinion, no web-based writing app is useful unless the tab key inserts a tab. The default behavior of most browsers to move focus to the next field is tremendously infuriating in this context. Unfortunately, that's what happens here, at leas…
Re: Show HN: I made a web-based notepad with a built in unit calculator
#125Re: Show HN: I made a web-based notepad with a built in unit calculator
#126Re: Show HN: I made a web-based notepad with a built in unit calculator
#127Earlier quoted context omitted.
Might not be as comprehensive as Soulver, but here's something I've been using in a browser to fiddle with: https://cruncher.io/ .
Gosh, everyone has made one of these haven't they?
Re: Show HN: I made a web-based notepad with a built in unit calculator
#128When starting a new line, and the first character is 'e', it gets evaluated to the euler constant. Would be cool if you could find a way to prevent that. :)
Re: Show HN: I made a web-based notepad with a built in unit calculator
#1291. the copyright notice
2. the text itself that explains that you/others have this permission/obligation
Currently, it looks like NumPad isn't doing either.
From comments here, NumPad is evidently also using decimal.js, which has similar terms.
Re: Show HN: I made a web-based notepad with a built in unit calculator
#130This is awesome! Some feature requests: it would be great though if you could have multiple sessions/tabs in stead of 1. Also a clear button would be nice.
Can’t you just select all then hit backspace? Asking for a friend...