Numi – Calculator app for Mac
141–150 of 185 posts
Re: Numi – Calculator app for Mac
#142I find that calculators remain weirdly unergonomic on most Operating Systems. There are so many times where I want to do some quick math but feel hobbled by the insistence of calculator software writers to ape physical calculator design -- Numi seems like a cool step in the right direction
If you're using OS X, try using Spotlight or Alfred directly (Keypirinha[0] is a reasonable Windows alternative) - just type in `1 + 2` and you get the answer without launching a special app. There are plugins for conversions as well. [0]. https://keypirinha.com/
Re: Numi – Calculator app for Mac
#143Soulver is a similar app for macOS, iOS, and iPadOS with shared documents in iCloud Drive. Check it out if you’re looking for something like this to go!
Re: Numi – Calculator app for Mac
#144Earlier quoted context omitted.
Spotlight correctly interprets numerical expressions, but it also treats them as search queries for the entire filesystem, resulting in an expensive retrieval process after every keystroke. It's the most convenient, so I use it anyways, but the end result is that cpu starts to overheat for a query as simple as 1 + 2.
Think Alfred may be more efficient here, since I've never noticed that issue at all.
Re: Numi – Calculator app for Mac
#145I would totally use this if it were an extension to Emacs. I keep lots of calculation results in text files, and edit them in emacs, but I don't want to use a totally separate app whenever I want to enter and calculate some math within a text file.
Check out calc (M-x calc RET). Full RPN calculator built into emacs, with matrix and symbolic solving capabilities. Best calculator I have ever used.
Re: Numi – Calculator app for Mac
#146I would totally use this if it were an extension to Emacs. I keep lots of calculation results in text files, and edit them in emacs, but I don't want to use a totally separate app whenever I want to enter and calculate some math within a text file.
Re: Numi – Calculator app for Mac
#147Thanks. This is sooo pleasurable. Now add a wolfram and a GPT-3 plugin
Re: Numi – Calculator app for Mac
#148Since others already mentioned many fantastic alternatives, let me share mine: https://bbodi.github.io/notecalc3/
What would it take to have this as a desktop app? As I see it it is rust and wasm. It would be nice to have some note about the architecture in the docs, maybe someone would pick it up to make a desktop app from it too.
However, in the next release I might provide a desktop version.
Re: Numi – Calculator app for Mac
#149Since others already mentioned many fantastic alternatives, let me share mine: https://bbodi.github.io/notecalc3/
How difficult would something like this be to port to Visual Studio? P.S. looks like a great app!
But providing a standalone desktop/terminal version is on the list.
Re: Numi – Calculator app for Mac
#150What is wrong with “bc” ;-) half joking, anybody else who uses bc? I am by no means an expert, just using the regular add/multiply and sometimes a variable. This looks way better though.