TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I made a web-based notepad with a built in unit calculator

488 点作者 tonyonodi将近 3 年前
Hi HN<p>It also supports percentages, dates and variables.<p>I&#x27;ve been working on this alone for a few years now, so would love to get some feedback.

94 条评论

bww将近 3 年前
This looks pretty cool. I&#x27;ve long been looking for something similar to Soulver (<a href="https:&#x2F;&#x2F;soulver.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;soulver.app&#x2F;</a>) that I can use on Linux. This seems promising.<p>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&#x27;s what happens here, at least for Firefox.<p>(Related: key combinations that normally perform cursor movements but which are often used by browser for navigation.)
评论 #32499803 未加载
评论 #32505636 未加载
评论 #32496901 未加载
评论 #32586303 未加载
评论 #32494686 未加载
评论 #32495583 未加载
评论 #32494671 未加载
评论 #32497556 未加载
评论 #32501497 未加载
评论 #32494487 未加载
评论 #32535036 未加载
defrost将近 3 年前
Nice - I&#x27;ll give it props for:<p>&gt; 1 metre + 8 chain = 161.9344 m<p>&gt; 1 tonne + 1 short ton = 1.90718474 t<p>&gt; 1 tonne + 1 long ton = 2.0160469 t<p>and give it a pass for not supporting pre 1963 UK | US historic weights and measures .. that&#x27;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.<p>Time Zone support (on your About ToDo) will be interesting, historic computations with daytime savings support will be a quagmnire :-)<p>The SHARE DOC URLs seem a bit long - something like &quot;base64 full text of doc as an URL&quot; I guess.<p>Will this hit a URL length limit if widespread use becomes a thing?<p>jq play : <a href="https:&#x2F;&#x2F;jqplay.org&#x2F;s&#x2F;f1r-BZ5xYd2" rel="nofollow">https:&#x2F;&#x2F;jqplay.org&#x2F;s&#x2F;f1r-BZ5xYd2</a><p>regex101 : <a href="https:&#x2F;&#x2F;regex101.com&#x2F;r&#x2F;OqojJl&#x2F;1" rel="nofollow">https:&#x2F;&#x2F;regex101.com&#x2F;r&#x2F;OqojJl&#x2F;1</a><p>do server side storage and doc hash .. which has issues of its own.
评论 #32494395 未加载
评论 #32494272 未加载
评论 #32497349 未加载
xerxesaa将近 3 年前
Super cool. I wish this was open source so I could see how you did some things, but I understand you&#x27;ve decided to keep it closed. Just to satisfy my curiosity, would you mind sharing how you did parsing at a high level? Did you use some publicly available parser&#x2F;lexer or did you just implement pattern matching yourself with something like regex or other token splitting measures?
评论 #32498650 未加载
评论 #32497999 未加载
spiffytech将近 3 年前
Very cool!<p>This reminds me of the open source NoteCalc: <a href="https:&#x2F;&#x2F;bbodi.github.io&#x2F;notecalc3&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bbodi.github.io&#x2F;notecalc3&#x2F;</a><p>It was discussed on HN, you might look there for inspiration: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25495393" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25495393</a>
评论 #32496997 未加载
评论 #32494245 未加载
pwdisswordfish0将近 3 年前
The docs say that this is using CodeMirror. The CodeMirror license says that you&#x27;re allowed to use CodeMirror for your stuff, but that stuff has to in turn include:<p>1. the copyright notice<p>2. the text itself that explains that you&#x2F;others have this permission&#x2F;obligation<p>Currently, it looks like NumPad isn&#x27;t doing either.<p>From comments here, NumPad is evidently also using decimal.js, which has similar terms.
评论 #32496638 未加载
评论 #32497783 未加载
llimllib将近 3 年前
It would be cool if &quot;6 minutes &#x2F; 1 mile in min&#x2F;km&quot; showed `3:44` instead of (in addition to?) `3.7268`<p>I wrote my own little calculator, much less general than this, to answer running time questions like &quot;to run an 18 minute 5k, what would my mile pace be&quot;? and it would be neat if that were cleanly solvable in a tool like this
评论 #32496635 未加载
samwillis将近 3 年前
I like how you are using a Gist for the exchange rates (<a href="https:&#x2F;&#x2F;gist.github.com&#x2F;tonyonodi&#x2F;e154f529180b1f0f475966d333f5dec4&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;tonyonodi&#x2F;e154f529180b1f0f475966d333...</a>), do you have a GitHub action setup to automatically update that?
评论 #32497841 未加载
layer8将近 3 年前
This is really neat, but you need to rethink the date&#x2F;time&#x2F;duration arithmetics. You’re equating 12 months with 365.25 days, which gives rise to results like “1 month - 31 days” giving “-0.0184804928 months”. At the same time, “30th January + 1 month” gives “28 Feb 2022 at 12:00:00” (why “2022”, and why “at 12:00:00”? — this is only a date calculation without reference to a year or to a time of day), while “30th January + 30 days” gives “1 Mar 2022 at 12:00:00”, although “1 month in days” gives “30.4375 days”.<p>In reality, months&#x2F;years are simply not convertible to days&#x2F;weeks arithmetically, and you can’t sensibly add months to certain dates, and sometimes also not years (for February 29th). The former should give “Incompatible units”, and the latter should result in something like “Undefined” for incompatible dates.
huhtenberg将近 3 年前
Math is not terribly precise I&#x27;m afraid :)<p><pre><code> &gt; 1111111111111111111111111111111*9 &gt; 10,000,000,000,000,000,000,000,000,000,000</code></pre>
评论 #32494983 未加载
xaduha将近 3 年前
I&#x27;m surprised no one mentioned <a href="https:&#x2F;&#x2F;insect.sh" rel="nofollow">https:&#x2F;&#x2F;insect.sh</a> yet.
doerig将近 3 年前
Very nice! Reminds me a lot of numi (<a href="https:&#x2F;&#x2F;numi.app" rel="nofollow">https:&#x2F;&#x2F;numi.app</a>). Similar, but MacOS only (and paid).
评论 #32501199 未加载
staz将近 3 年前
I find it pretty cool.<p>Some feedback: I tried to convert m&#x2F;s in km&#x2F;h and it wouldn&#x27;t works, finally found how to do it, you need to specify `hour` in full letters<p>I assumed it was something like an etherpad that you could edit collaboratively but apparently not
评论 #32494708 未加载
评论 #32511805 未加载
reaktivo将近 3 年前
One thing that I haven&#x27;t found supported in other calculators is returning the min or max between two values
评论 #32503590 未加载
alexcosan将近 3 年前
Nice work on getting this out. I think it looks pretty neat and simple to use.<p>I’ve had some issues when using it though: - on mobile, moving the cursor in a calculation doesn’t work very well; - More important, multiplying “200 * 10%” results in “2000%”, I believe the result should be “20”; <a href="https:&#x2F;&#x2F;www.wolframalpha.com&#x2F;input?i=200+*+10%25" rel="nofollow">https:&#x2F;&#x2F;www.wolframalpha.com&#x2F;input?i=200+*+10%25</a>
评论 #32494558 未加载
评论 #32495010 未加载
sandgiant将近 3 年前
This is great! Love Soulver too, but having it in the browser is fantastic. Well done!
评论 #32494293 未加载
seligman99将近 3 年前
Along the same lines, I made a command line calculator that does basic unit conversions, and has a few other tricks up it&#x27;s sleeve<p><a href="https:&#x2F;&#x2F;github.com&#x2F;seligman&#x2F;human_calc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;seligman&#x2F;human_calc</a><p>I find it surprisingly useful. It&#x27;s probably one of those things that has an audience of one, but I find it useful.
评论 #32498011 未加载
elcritch将近 3 年前
Looks nice! Making the result blocks non-text is handy. Any plans to open source this or sell a desktop version? I&#x27;ve long been a fan of <a href="http:&#x2F;&#x2F;calca.io" rel="nofollow">http:&#x2F;&#x2F;calca.io</a> but it doesn&#x27;t run on Linux. There&#x27;s some other versions out there but they tend to be flaky.
评论 #32494057 未加载
joeframbach将近 3 年前
I&#x27;m trying to figure out how many &quot;miles per hour&quot; I get while charging my vehicle. I have a 3.3KW charger and I average 3.1 miles per KWh while driving. I expect that I am charging at a rate of 10.23 miles per hour.<p>So<p><pre><code> 3.3 KW * 3.1 miles per KWh </code></pre> Says &quot;3.3&quot;. The math is wrong and the units are gone.<p>Actually, it doesn&#x27;t seem to understand the concept of a KW. I&#x27;ll try &quot;kilowatt&quot; and &quot;kilowatt-hour&quot; respectively.<p><pre><code> 3.3 kilowatt * 3.1 miles per kilowatt-hour </code></pre> Says &quot;Incompatible units&quot;.<p>The closest I got was<p><pre><code> 3.3 kilowatt * 3.1 miles per kiloWh </code></pre> Says &quot;10.23 kW mi&quot;.<p>insect.sh is able to do that last one.<p><pre><code> 3.3 kilowatt * 3.1 miles per kiloWh 3.3 kW × (3.1 mi &#x2F; kW·h) = 10.23 mi&#x2F;h</code></pre>
评论 #32506862 未加载
shreyshnaccount将近 3 年前
THIS IS AMAZING. the next step is adding variables and assignments and conditionals, and you have something very powerful that can be used by just about anybody to do really interesting things. provided you have a way to integrate with other services that a lot of people use
评论 #32494562 未加载
评论 #32494357 未加载
unnouinceput将近 3 年前
One thing it&#x27;s missing which is trivial to implement. Have a little checkbox adjacent to line numbers, default true, that when unchecked would simply not parse the calculations, just leave it as simple text.<p>This way writing &quot;and here is a little example of 9^9^9&quot; and simply copy paste that to next line would allow me to not have it evaluate on text, but only on next line. OF course, a little more complicated to implement would be next step of actually select the text and within the pop-up have &quot;Don&#x27;t evaluate&quot;. This way writing a documentation without having always calculation be in your way would be very easy.<p>Other than that, this looks great ma&#x27; dude. Keep it up!
flanbiscuit将近 3 年前
Looks good! I love the idea of the embedded calculator<p>I noticed that it doesn&#x27;t handle remainder&#x2F;modulo (%) equations:<p>&quot;10 % 2&quot; results in: &quot;Left hand side of addition cannot be a percentage.&quot;<p>It does look like decimal.js can handle that: <a href="https:&#x2F;&#x2F;mikemcl.github.io&#x2F;decimal.js&#x2F;#mod" rel="nofollow">https:&#x2F;&#x2F;mikemcl.github.io&#x2F;decimal.js&#x2F;#mod</a><p><a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;JavaScript&#x2F;Reference&#x2F;Operators&#x2F;Remainder" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;JavaScript&#x2F;Refe...</a>
评论 #32497744 未加载
评论 #32497754 未加载
carapace将近 3 年前
See also Frink: <a href="https:&#x2F;&#x2F;frinklang.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;frinklang.org&#x2F;</a><p>&gt; Frink is a practical calculating tool and programming language designed to make physical calculations simple, to help ensure that answers come out right, and to make a tool that&#x27;s really useful in the real world. It tracks units of measure (feet, meters, kilograms, watts, etc.) through all calculations, allowing you to mix units of measure transparently, and helps you easily verify that your answers make sense. It also contains a large data file of physical quantities...
nudpiedo将近 3 年前
Why limit it to arithmetic?<p>Looks much like the original idea behind lighttable IDE which is basically a REPL plugin that allows to evaluate certain lines within it. There are several similar projects around.
评论 #32494130 未加载
xixixao将近 3 年前
I also made one of these, still working on it now with a focus on including support for accuracy&#x2F;measurement errors.<p>This is impressively close to what I have in my desired spec (but already more future proof). Congratz!<p><a href="https:&#x2F;&#x2F;github.com&#x2F;xixixao&#x2F;recomputer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xixixao&#x2F;recomputer</a><p><a href="https:&#x2F;&#x2F;xixixao.github.io&#x2F;recomputer&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xixixao.github.io&#x2F;recomputer&#x2F;</a>
评论 #32495007 未加载
tiagod将近 3 年前
Hey, great tool!<p>Just a little bug: I found that if I click a number to copy, then click it again, I&#x27;ll get the original string in my clipboard concatenated with &quot; Copied!&quot;
评论 #32494139 未加载
评论 #32511871 未加载
bkazez将近 3 年前
Very cool! Some ideas:<p>1. Doesn&#x27;t seem to support area conversions (tried 400 square meters, 400 m^2, and abbreviations in between).<p>2. If I only give a time, it would be more useful if it gave a time-only result rather than defaulting to the current date - unless it rolls over to a different date. (E.g. in Soulver, &quot;2:30pm + 20hr&quot; gives &quot;Tomorrow at 10:30&quot;.)<p>3. It would be nice to support multiple abbreviations for minutes (mn&#x2F;min are both used in various countries).
评论 #32494705 未加载
评论 #32494499 未加载
SimonWaldherr将近 3 年前
Funny, almost at the same time I published a similar tool on github. <a href="https:&#x2F;&#x2F;github.com&#x2F;SimonWaldherr&#x2F;liveCalc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SimonWaldherr&#x2F;liveCalc</a> Mine is released under the MIT license and is mostly based on math.js. Suggestions for improvement and pull requests are very welcome.
mjaniczek将近 3 年前
Very nice! Bookmarked.<p>I found a small bug: `5 hours 20 minutes` will give you `5 hr 19 min 60 s`. This only happens with some numbers in the minutes slot.
skeoh将近 3 年前
Super cool and congrats on shipping! Something I&#x27;d love to see is the ability to embed a document on other sites via iframes a la GitHub Gist embeds. That way I could, say, write a blog post describing an algorithm, embed an example of the calculations, and allow visitors to tweak the values and see how they affect the output. Well done!
OJFord将近 3 年前
This is great, I use `bc` a lot at work (particularly when away from desk and my actual calculator) but I&#x27;ll probably bookmark this to use instead.<p>One bit of very minor feedback:<p>`x^y tonnes` errors &#x27;exponent must be unitless&#x27;. The more expected (IMO) grouping `(x^y) tonnes` works, so why not have the non-error grouping be the implied one, when no parens given?
评论 #32494432 未加载
0xRusty将近 3 年前
It&#x27;s very nicely done, but I&#x27;m afraid I don&#x27;t &quot;get it&quot; with things like this and written out calculators in general. Why would I type out something long like:<p>&quot; Alice&#x27;s food = £30 Bob&#x27;s food = £25 VAT = 20% Alice&#x27;s food + Bob&#x27;s food + VAT &quot;<p>Rather than just punch (30+25)*1.2 straight into a calculator?
评论 #32496783 未加载
评论 #32510395 未加载
评论 #32494928 未加载
harpiaharpyja将近 3 年前
Very cool! Any plans to support vector&#x2F;matrix operations? I occasionally do some work with 2D&#x2F;3D graphics or physics and having some basic linalg would be nice.<p>I can see myself using this a lot as a scratch pad to hash out ideas while implementing stuff. The ability to define custom functions would be very helpful for that.
评论 #32499473 未加载
kretaceous将近 3 年前
There are a few bugs as people have mentioned but the currency support is a huge win for me. Thanks for making this!
评论 #32508198 未加载
swah将近 3 年前
Congrats! I&#x27;d say it makes no sense to post here before doing hex,bin,dec conversion and bitwise operations ;)
ascar将近 3 年前
Minor bug report: for whatever reason entering a space on my Android keyboard enters the next suggestion on your editor. That&#x27;s a feature I explicitly disabled, but is active on your website. On top of that if that enters an unrenderable character I see a red dot that&#x27;s undeletable.
badcppdev将近 3 年前
Mini feedback: The difference between a defined variable and an undefined variable could be clearer. And should an expression with an undefined variable still give a value?<p>So if you had: Alice&#x27;s food + Bob&#x27;s foood = £30 then I think there should be more to highlight the typo.<p>P.S. This is an awesome thing
评论 #32494978 未加载
brospars将近 3 年前
There is something wrong with the order of operations. When I type 2+2*2-6 i get -6 which should be 0.
评论 #32494313 未加载
评论 #32494328 未加载
评论 #32494791 未加载
评论 #32494308 未加载
评论 #32494333 未加载
suntuba将近 3 年前
Nice app - I like the workspace sharing feature.<p>It would be nice if &quot;1 mm &#x2F; inch&quot; would be returned as a unitless number. I know that you can enter &quot;1 mm in inch&quot; but there are cases where it would help to have the calculator reduce the units for you.
评论 #32502164 未加载
nonoesp将近 3 年前
I have a side project slightly similar to the functionality your tool offers focused on expense tracking (or other measures) over time, adding date parsing to the equation in order to plot metrics into a graph and with tags and locations for filtering.
评论 #32494204 未加载
评论 #32494084 未加载
shash将近 3 年前
Interesting! Thank you...<p>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?
评论 #32495556 未加载
GauntletWizard将近 3 年前
I would really appreciate if there were units for si prefixes, common orders of magnitude, and compute, i.e. &quot;G&quot;, &quot;M&quot;, &quot;billion&quot; &quot;million&quot;, &quot;megabytes&quot; and &quot;gigabytes&quot;
Severian将近 3 年前
Can you add bit and byte values, as well as units per unit of time please?<p>Base 10 (GB for example) and base 2 (GiB) would be very handy. Full words as an alias as well, so GB -&gt; gigabyte, and GiB -&gt; gibibyte.<p>That way you can do something like:<p>1GB &#x2F; 40MB&#x2F;s in minutes<p>1GB to Gib<p>1GB to bits<p>50 bits to bytes
评论 #32495580 未加载
majkinetor将近 3 年前
On srelated note, I use Markdown Excel:<p>* <a href="https:&#x2F;&#x2F;github.com&#x2F;cescript&#x2F;MarkdownFormula" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cescript&#x2F;MarkdownFormula</a><p>Its totally awesome, although it needs some more work.
owl110将近 3 年前
Looks very interesting. I think there is some ambiguity with respect to currency symbols, $ converts to USD and £ to GBP. However, depending on user location those symbols can be used to mean very different currencies.
评论 #32494491 未加载
ivolimmen将近 3 年前
This looks really useful for a quick calculation. Thanks for the bookmark!
ohadpr将近 3 年前
Fantastic, thank you for implementing one of my future side projects. I was planning to build a web-based version of Soulver with sharing&#x2F;collaboration. I hope this can fill that spot for me.
vhanda将近 3 年前
This is awesome.<p>Minor bug report -<p>* 5 feet 8 inches to centimeters -&gt; -171.72 cm<p>* 5 feet 8 inches to meters -&gt; -0.7272 m<p>* 5 feet 8 inches to cms -&gt; doesn&#x27;t work<p>The conversion seems wrong in the case of cms, and I&#x27;m not sure why it&#x27;s always negative.
评论 #32494307 未加载
评论 #32494453 未加载
评论 #32494283 未加载
Lanrei将近 3 年前
Inline whitespace summation at the same time as mathematical operations seems like a problem. I don&#x27;t think that there&#x27;s a standard order of operation for that sort of thing.
amitheonlyone将近 3 年前
This is really cool. I usually end up doing some weird math during development and I usually use the browser developer tools which is a bit cumbersome. This might help me replace it.
MrGilbert将近 3 年前
Really cool. Minor user pain:<p>When starting a new line, and the first character is &#x27;e&#x27;, it gets evaluated to the euler constant. Would be cool if you could find a way to prevent that. :)
ghjm将近 3 年前
Maybe there&#x27;s already a way to do this, but it seems to me that it would be useful to be able to refer to the answer on a previous line, like the Ans key on a TI calculator. So:<p>2 + 3 (=4)<p>Ans * 2 (=8)
评论 #32498306 未加载
XCSme将近 3 年前
That&#x27;s really cool!<p>Anyone knows if there&#x27;s a way to have this feature in Joplin[0] ?<p>[0]: <a href="https:&#x2F;&#x2F;joplinapp.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;joplinapp.org&#x2F;</a>
tonfreed将近 3 年前
Very cool idea, would love to see it work with recipes if you could manage it. I always have to look it up when I see a cup of butter listed in the ingredients of a cake
spectaclepiece将近 3 年前
This is an excellent tool, would be good to have some simple rounding functionality. Perhaps a generic visible decimal points settings or a round() method of some sort.
sjinta将近 3 年前
This is awesome! Some feature requests: it would be great though if you could have multiple sessions&#x2F;tabs in stead of 1. Also a clear button would be nice.
评论 #32494339 未加载
akino_germany将近 3 年前
TIL that it is convention in the English language to place the euro sign in front of the amount and not after it, like in most other European languages.
评论 #32494589 未加载
评论 #32494420 未加载
runxel将近 3 年前
Really cool! Only missing a &quot;sum&quot; function.
评论 #32494804 未加载
AbraKdabra将近 3 年前
I tried converting USD to ARS and it didn&#x27;t work, I guess you should make a list of how units are named so I can use the correct one.
ttoinou将近 3 年前
Nice. Could this be done with a VS Code extension ?
评论 #32494110 未加载
评论 #32494116 未加载
amelius将近 3 年前
For the next step, maybe you can build an editor&#x2F;autocomplete with a search-engine in it (you can use an existing search engine).
majkinetor将近 3 年前
There is a bug with unintendend addition if word starts with the variable name<p><pre><code> e2foo 4.7182818285 pi-hole 3.1415926536</code></pre>
jbaczuk将近 3 年前
Nice! What is the long term goal with numpad?
hidelooktropic将近 3 年前
This is a great demonstration of a feature I feel is greatly missing from modern note taking applications like Notion.
adamddev1将近 3 年前
I like this! One thing that would be nice is a time zone converter. For example:<p>8:00pm 24 Aug Toronto time in Dubai time<p>And have the conversion show up.
评论 #32494494 未加载
barroomhero将近 3 年前
This is fantastic. I never realized how much I wanted this. Thank you for opening my eyes.<p>Now we need to port to Obsidian.md! haha.
dabedee将近 3 年前
Looks awesome! Well done! It would be great to have a similar UI for LaTeX or maybe even a REPL. Cheers!
评论 #32494019 未加载
dskloet将近 3 年前
On my Android phone I can&#x27;t see the last letter of some lines and I&#x27;m unable to zoom out.
评论 #32494766 未加载
infinityio将近 3 年前
on a similar note - QALC in vscode offers a similar experience for file types of your choosing
seper8将近 3 年前
Love it! This kind of stuff should be added to notepad on Windows (in an opt-in manner)!
评论 #32494327 未加载
zwog将近 3 年前
When I type `4W*3hours` the result is `12 mWh`. Same with `12Wh&#x2F;3hours = 4kW`
评论 #32494250 未加载
dgmltn将近 3 年前
This is awesome! I&#x27;d love to use it on the command line, or as a json API!
dubcanada将近 3 年前
Small bug report<p>23 USD to CAD = -28.875332087 CAD<p>$23 USD to CAD = -30.174259569 CAD<p>It does not appear to like the USD&#x2F;CAD stuff
t0rchlight将近 3 年前
Thanks! I&#x27;ve been looking for numi alternative for my Windows desktop.
bflesch将近 3 年前
Found an error:<p><pre><code> 20mm * 30mm * 7mm in m^3 -&gt; incompatible units</code></pre>
FpUser将近 3 年前
This is actually very useful app and done very nicely. Congratulations.
supernes将近 3 年前
&quot;Right hand side of subtraction cannot be a date or time.&quot; :(
lazylion2将近 3 年前
&quot;Share Doc&quot; doesn&#x27;t work if you edit a shared doc
dailyplanet将近 3 年前
The feet to meters conversion, or vice versa, doesn&#x27;t work.
mixcocam将近 3 年前
I wonder when Google docs will introduce this type of feature.
评论 #32494470 未加载
euos将近 3 年前
Looks so cool and clean. Stealing the design for my project
botinko将近 3 年前
2+2 -&gt; 4 ok 2+2<i>2 -&gt; 6 ok 2+2</i>2-3 -&gt; 0 What?
评论 #32498670 未加载
felipelalli将近 3 年前
It would be nice to be an emacs extension. :)
mkrishnan将近 3 年前
Love it. Thank you! Thank you! Thank you!.
menthena将近 3 年前
how do you do<p>great work, bookmarked.<p>&quot;Share doc&quot; is not clear imo. Why not &quot;Save &amp; Share&quot;?
botinko将近 3 年前
2+2*2-3 calculated as 0. WAT?
anthropodie将近 3 年前
Can I self host this?
评论 #32497329 未加载
kiemrong08将近 3 年前
love it, i bookmarked
jackphilson将近 3 年前
how expensive was that domain name lol
评论 #32494515 未加载
wisdomseeker_将近 3 年前
Looks good!
benecollyridam将近 3 年前
1=2<p>1+1 &#x2F;&#x2F; = 4<p>Really nice project though<p><a href="https:&#x2F;&#x2F;numpad.io?#text&#x2F;IwXgTAUMDUxA" rel="nofollow">https:&#x2F;&#x2F;numpad.io?#text&#x2F;IwXgTAUMDUxA</a>
评论 #32494822 未加载
评论 #32511847 未加载
评论 #32494819 未加载
ajsnigrutin将近 3 年前
Fun idea, but:<p>10^900=∞ :)
评论 #32494500 未加载
terminal_d将近 3 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;printfn&#x2F;fend" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;printfn&#x2F;fend</a><p>Similar tool for people who prefer to use the terminal.<p>Emacs&#x27; calc is also pretty much the same thing.
stephc_int13将近 3 年前
I really like it, except the fact that it is not an app but something on the web.<p>I wish it could be something lightweight and launched as a native app.
JacobSeated将近 3 年前
I would love to have a plain text &quot;notepad&quot; for iOS, because the built in app is horrendous and converts links to clickable hyperlinks. Etc. Hate that piss shit.