It looks neat but I wish it had physics calculations - I want to be able to write something like 10m * 1000kg * 9.8m/s^2 in kWh and see a correct result
Soulver – Notepad, meet calculator
101–110 of 186 posts
Re: Soulver – Notepad, meet calculator
#102Re: Soulver – Notepad, meet calculator
#103I personally use Numi, which is very similar. I like the ability to assign variables and reuse them (and change the value of the variable on the fly, instantly redoing all other calculations). https://numi.io/
Re: Soulver – Notepad, meet calculator
#104I wrote https://dedo.io/ as a web version of this, since there's no good equivalent for linux
Re: Soulver – Notepad, meet calculator
#105It looks neat but I wish it had physics calculations - I want to be able to write something like 10m * 1000kg * 9.8m/s^2 in kWh and see a correct result
Re: Soulver – Notepad, meet calculator
#106I personally use Numi, which is very similar. I like the ability to assign variables and reuse them (and change the value of the variable on the fly, instantly redoing all other calculations). https://numi.io/
Re: Soulver – Notepad, meet calculator
#107Soulver is great, but there's one feature that seriously makes me hate using it. I often open up "scratchpad" text documents. I Paste some text, edit it, Select All, then Cut. I press CMD-W to close the window. Because the document is blank, I'm not prompted to save the unsaved File. If I try to do the same thing with Soulver, when I close the (blank) window the app pops up a modal dialog asking me where I want to sa…
Re: Soulver – Notepad, meet calculator
#108A paid, Mac only app which could fairly easily be implemented as a plugin to any popular text editor... I'm not sure I understand the appeal - what am I missing here, please? :)
Probably joy of having good looking and easy to use specialized apps. Of course “emasc can do anything” is ages old argument, but should it?
I don't care if it's literally Emacs, but I want all my data in one place. Half my programming career was spent taking one dumb format and converting it into another dumb format because the systems were incompatible, and for no good reason.
People complain about needing "dongles" (i.e., adapters) with Apple's new laptops, but there's a simple and obvious fix (buy one), and we can see the endgame (everything USB-C) where even that won't be required.
Programmers spend all day building custom software "dongles", with no end in sight. Why aren't they angry about that?
Re: Soulver – Notepad, meet calculator
#109The problem I have with this type of app is that I am never sure what will work and what will not. It's "natural language" only after you learn which subset of language the app actually understands. I still can't find anything that beats my HP 50g (either physical or running in one of the emulators) for just about any kind of computation involving several pieces of data. For more data, a spreadsheet is really hard to…
For me, the go-to for multi-line calculations is Octave. At that point I can annotate to my hearts desire, plus I've always preferred Octave plotting over spreadsheet functions.
The ability to share your calculations nearly universally, though, is the major advantage of spreadsheets.