I wish there were more apps like this which let you just type text and make/do things. Just make everything a sort of real-time coding. It's often much faster to do stuff with text and keyboard than any fancy GUI. Other examples: sequencediagram.net, SwiftUI and React to some extent, vim directory managers (e.g. some let you rename files just by editing text and delete them just by deleting lines) The only issue is,…
Show HN: Figr.app – a multi-user, notepad style calculator (desktop app)
21–30 of 92 posts
Re: Show HN: Figr.app – a multi-user, notepad style calculator (desktop app)
#22Re: Show HN: Figr.app – a multi-user, notepad style calculator (desktop app)
#23Re: Show HN: Figr.app – a multi-user, notepad style calculator (desktop app)
#24Re: Show HN: Figr.app – a multi-user, notepad style calculator (desktop app)
#25Re: Show HN: Figr.app – a multi-user, notepad style calculator (desktop app)
#26Thanks for sharing! It looks slick. Can you address the elephant in the room: why use Figr instead of Excel?
Thanks! I'm not the best designer (my background is dev) though am happy people seem to like it! Why Excel? I feel there's a gap between a "desktop calculator" (like the default calculator in most OSes) and Excel. E.g. Desktop calculators I can say, "calculate tax for a single item", but sometimes I need to calculate tax or multiple sums in a list. You can probably break out Excel at this point - though I feel there'…
Re: Show HN: Figr.app – a multi-user, notepad style calculator (desktop app)
#27I played around with porting my Numi sheets over, and the only thing that's tripped me up so far is using underscores as numerical separators, eg: 1_000_000 for 1000000. All my Numi values are written this way, so that's my only feature request. I guess I could just use commas in this context.
Great work!
Edit: And dark mode :)
Re: Show HN: Figr.app – a multi-user, notepad style calculator (desktop app)
#28Thanks for the work! Waiting for a Linux version :) (Flathub autoupdates, if you were thinking of appimages)
Re: Show HN: Figr.app – a multi-user, notepad style calculator (desktop app)
#29I wish there were more apps like this which let you just type text and make/do things. Just make everything a sort of real-time coding. It's often much faster to do stuff with text and keyboard than any fancy GUI. Other examples: sequencediagram.net, SwiftUI and React to some extent, vim directory managers (e.g. some let you rename files just by editing text and delete them just by deleting lines) The only issue is,…
The hard thing about plain-text is that you quickly run into domains/problems that are too complicated to easily represent as plain-text. When that happens, you run into problems: the text representation becomes really verbose (e.g. XML) or exhaustingly terse/unergonomic (e.g. LaTeX, IMO), and you can only build anemic tooling.
Re: Show HN: Figr.app – a multi-user, notepad style calculator (desktop app)
#30I love apps like this. I currently use Numi daily for running financial-related tracking and scenarios. It has a few annoying UI quirks, so I'm super open for alternatives (especially with cloud syncing). I played around with porting my Numi sheets over, and the only thing that's tripped me up so far is using underscores as numerical separators, eg: 1_000_000 for 1000000. All my Numi values are written this way, so t…