Soulver – Notepad, meet calculator
111–120 of 186 posts
Re: Soulver – Notepad, meet calculator
#112It 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
#113In another project, I wrote a preprocessor for TeX- somewhat like Markdown, so that you can make TeX documents with an easier syntax. One of its features is a built-in calculator/spreadsheet. The idea is that \{1+2+3} is expanded with 6. You can also assign and reference variables \{a=3}. If these appear in a table, you can reference other cells: \{RRD+7} "Get first expression from cell two to the Right Right one Down and add 7 to it".
https://github.com/jhallen/joes-sandbox/tree/master/doc/nice...
Anyway, I'd like this capability in the editor, will add it someday..
Re: Soulver – Notepad, meet calculator
#114My editor JOE has a built-in calculator equivalent to a Casio scientific: for example it can do statistics (sum, count, average, standard deviation) on a block of numbers you select in the edit buffer. I use this all the time. In another project, I wrote a preprocessor for TeX- somewhat like Markdown, so that you can make TeX documents with an easier syntax. One of its features is a built-in calculator/spreadsheet. T…
Re: Soulver – Notepad, meet calculator
#115Earlier quoted context omitted.
>excluding some costs So, not really then? From the same article: >The company also posted a narrower net loss of $7.7 million Dropbox is still not profitable.
I'm sitting here laughing like how can they report a profit, excluding some costs? what? Thanks for pointing this out
> Dropbox has demonstrated impressive growth since 2015, roughly doubling the number of paying users and revenue. Dropbox became cash-flow positive in 2016, but recorded a loss of $111 million that year after pouring money back into its product development efforts.
https://qz.com/1214822/dropbox-is-filing-for-a-500-million-i...
Re: Soulver – Notepad, meet calculator
#116My editor JOE has a built-in calculator equivalent to a Casio scientific: for example it can do statistics (sum, count, average, standard deviation) on a block of numbers you select in the edit buffer. I use this all the time. In another project, I wrote a preprocessor for TeX- somewhat like Markdown, so that you can make TeX documents with an easier syntax. One of its features is a built-in calculator/spreadsheet. T…
Is this the same JOE editor I was using when I first started using Linux around 1999?
Re: Soulver – Notepad, meet calculator
#117A 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?
Re: Soulver – Notepad, meet calculator
#118Org-mode: Notepad, meet calculator, spreadsheet, mind map, literate programming tool, blogging/Web CMS, presentation builder...
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.
Re: Soulver – Notepad, meet calculator
#119Re: Soulver – Notepad, meet calculator
#120you can build your own reactive editor or content with data streams using TagleJS: http://worrydream.com/Tangle/ and it is open source. :) Not just calculator.