Show HN: All desktop software calculators are wrong, so I had to build my own
131–140 of 169 posts
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#132I still use the python repl in a terminal for my desktop calculator. Its a good choice since usually im already in the terminal anyways.
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#133Earlier quoted context omitted.
I’m sure it’s not ideal, but for my purposes cmd-space (random math) is generally sufficient. But I’m also not a mathematician so I do maths with numbers and not letters :)
Even with numbers only, it can still be useful to know how wrong the result is. Chalk keeps track of every inaccuracy when dealing with decimal numbers.
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#134Earlier quoted context omitted.
I second the usefulness of the calculator built into Emacs. Even if I didn't use Emacs for anything else, I'd keep an alias around for starting calc.
I agree, but as good as it is, this is not where people would like to find a good calculator.
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#135Earlier quoted context omitted.
We have calculators open on our machine label computers. Those computers don't have a keyboard only a touch screen. Without the keypad these computers could not use the windows calculator. That said this is an unusual use case.
If someone was trying to enter text into a running application on that machine, wouldn't an on-screen keyboard pop up? (Unless that's been disabled, of course.)
Anything other than day to day use is done via remote connection.
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#136My current desktop calculator is actually the PopOS launcher. Support constants, every function I need and even unit conversion.
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#1371: Wikipedia entry: https://en.wikipedia.org/wiki/Reverse_Polish_notation
2: Google search: https://www.google.com/search?q=rpn%20calculator%20online
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#138I see that you mention it's open source, but for the life of me I cannot find the link to a repo anywhere on the site. Is it on GitHub? Am I missing something?
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#139If you enjoy skeumorphic calculators with their data interfaces, and haven't already, look into the RPN[1] notation used in (most, I believe) scientific/programmable calculators. Once you go there, you stay there. Just Google[2] or DDG[3] for it to play around. 1: Wikipedia entry: https://en.wikipedia.org/wiki/Reverse_Polish_notation 2: Google search: https://www.google.com/search?q=rpn%20calculator%20online 3: DDG:…
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#140Halfway through your article and I 100% agree with all your complaints. I compulsively carry my T1-84 calculator everywhere since it feels like such an annoyance to have to resort to using any generic desktop calculator. ETA: I am very impressed by your calculator so far. I thought my tmux + ipython setup was good, but this shows that I just didn't think about the possibilities of what a proper calculator app could b…