Live data from Hacker News

Soulver – Notepad, meet calculator

soulver.app

171–180 of 186 posts

Re: Soulver – Notepad, meet calculator

#171

Earlier quoted context omitted.

I really can't find a good way to recreate what I have with something like soulver. With tables I don't see the formulas at glance. Only alternative would be a real programming language but than something like time is a pain again.

You can evaluate emacs lisp everywhere in the editor with C-x C-e. C-u C-x C-e pastes into the buffer. IDK if that fits your use case or not but I hope it's helpful.

what does this correspond to? I'm on spacemacs

Re: Soulver – Notepad, meet calculator

#172
Like the concept, but I'm on Windows so I'll try out some of the alternatives mentioned in these comments.

My solution for Windows has been the NppCalc plugin for Notepad++. It is not quite as advanced, but does have a lot of functions that the alternatives don't (like some common encryption algorithms which came in useful recently)

https://sourceforge.net/p/nppcalc/wiki/Home/

Re: Soulver – Notepad, meet calculator

#173

Earlier quoted context omitted.

You can evaluate emacs lisp everywhere in the editor with C-x C-e. C-u C-x C-e pastes into the buffer. IDK if that fits your use case or not but I hope it's helpful.

what does this correspond to? I'm on spacemacs

eval-last-sexp, which I believe is , e s in Spacemacs. Also, most Emacs defaults like that are carried over to Spacemacs so you can try SPC h d k C-x C-e and get info that way.

Re: Soulver – Notepad, meet calculator

#174

Earlier quoted context omitted.

> I almost never buy an app from the Mac App Store when it's also available directly. Unpopular opinion, but I always try to buy Apps from the Mac App Store. It is easy to purchase and with buyer protection. You can easily install the app on another Mac and it updates automatically and all my apps are in the same place with just one account. But most importantly, Mac App Store Apps must run in a sandbox which is much…

Ha-ha. ))) C' mon man! So superficial about Belarus. )) I just don't want to bother with MAS, so it's much easier to automate all stuff. Btw all recent updates are notarized.

> I just don't want to bother with MAS, so it's much easier to automate all stuff.

That might sound good to you, but not to your users. Please put it in a sandbox and on the MAS. There is no reason for a calculator to _not_ run in a sandbox. Discoverability and sales will probably improve as well on the App Store. I for one, would purchase in an instance, whereas now the only purchase option is a paddle (sic) preorder button.

> Btw all recent updates are notarized.

That is nice.

Re: Soulver – Notepad, meet calculator

#175
It's funny that in the very first image showing how it works, they have a wage calculation for four days worked, but there are five days.

"There are two hard problems in programming: naming, cache maintenance, and off-by-one errors."

Not just in programming.

Re: Soulver – Notepad, meet calculator

#176
post #49

The 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…

I've been using v2 for years, and unless 3 changed significantly, the syntax is truly minimal. More importantly it only is introduced where it makes sense, ie not forced. It's also very succinctly documented in a well organized help menu item.

Eg "what % of 198 is 22" You can still calculate this the normal way, but this syntax sugar is natural enough and easier to remember.

Or the other big example somebody already posted is currency conversion. "1 USD to GBP"

Even if you don't use any of that, the ability to have a readable notebook, variables, and other features make it far better than a traditional calculator. I could never go back.

Re: Soulver – Notepad, meet calculator

#177
post #97

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

Not as polished as Soulver and Numi, but maybe Frink is something for you: https://frinklang.org/

As a student project, I once prototyped a Soulver-like interface that used Frink for its calculations: https://github.com/roryokane/CalcuDoc/wiki/About-CalcuDoc. You can see screenshots and get the code from that link.

I didn’t continue working on it after the class finished, though – I lost all interest after I realized that the Frink programming language, despite being free, is not open source.

Re: Soulver – Notepad, meet calculator

#178

This looks neat, but I'm struggling with the landing page. There are a bunch of animated gifs that show off how Soulver works - great! But just as they finish the exercise and show the result, they immediately blank and restart. I don't get any time to figure out what just happened. It's incredibly frustrating. Put a 5s pause at the "complete" frame.

It’s also annoying that each example on the landing page only fades in when it is scrolled almost to the top of the window. I have enough vertical space to see two examples at once, but it always hides the bottom one to look “mysterious”. This is especially disorienting when scrolling up or down a page at a time.

Apple’s marketing pages do this type of fade-in better – the fade-in happens quickly as soon as the page is scrolled to a certain point, and after that, the faded-in item doesn’t fade out again unless you refresh the page.

Re: Soulver – Notepad, meet calculator

#179
post #81

Soulver 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…

In the save confirmation dialog of any Mac app, the keyboard shortcut Command-Delete (⌘⌫) chooses Delete for you. I found such dialogs much less annoying after I learned that.

So when you want to close a window without saving:

1. Hit ⌘W

2. Wait a moment for the dialog to open

3. Hit ⌘⌫

Re: Soulver – Notepad, meet calculator

#180
post #82

I'm using a thing called microMath+ on Android (available on F-Droid) but it's kind of clumsy. I haven't tried hacking on it yet to improve the UI, but I'm wondering if there might be something else out there that's already better. (Not proprietary software, obviously.)

I don’t see the app on F-Droid – the listing on https://www.f-droid.org/en/packages/32/index.html skips from “Microchip” to “Microphone”. I can’t find the app’s website or code by searching the web either – all I found was this C++ project from 2012: https://github.com/candycode/micromath.
Post reply on HN