Hacker News new | past | comments | ask | show | jobs | submit | eddyparkinson's comments login

The book learned optimism covers the value of both optimism and pessimism. He wrote the book to help people become more optimistic.

The main thing I learned from the book, is knowing when it is good to be optimistic or pessimistic. There is a time and a place for each. But, on average, optimists tend to win, because they keep trying longer.


Formula calculation speed.

I am interested in talking, as I work on ethercalc.

The big issue I have seen is formula calculation speed. I understand render speed is also an issue. I don't know your use case, but the use cases I see tend to have formulas. It is hard to makes formulas fast enough with JS.

The main speed problems with ethercalc are loading the data from the server and calculating the formulas. I did strip down the code to remove these problems to make web apps work.

Web apps as simple as spreadsheets. My aim is to make it easy to add a UI to a spreadsheet. Spreadsheets often have a UI bottle neck. I have seen many spreadsheets that would be much more valuable to business if it had a UI, as more people could use it. So I added UI formulas to ethercalc http://sheet.cellmaster.com.au/examples

Eddy.


UI formulas - to build web apps http://sheet.cellmaster.com.au/examples

I added these :)


A JSFiddle example would be handy. A record and replay example.


Very much like these two:

https://assembly.com/gridspree (github hosted. a bit more plug and play in style. I did write a bit of code for this)

https://plugins.jquery.com/sheetrock/ (just source for putting on your server)

Or

www.cellmaster.com.au (mine)


Looks good, lots of details all in one place.

Lots of stack overflow posts one this, but most answers are in snippet form. Would be good to have a single place to point people to for answers.

Guess you have seen this python version that gives javascript read/write access: https://assembly.com/gridspree



Not quite the same as gridspree, but has a lot in common.

blockspring has SQL like commands in the client. gridspree has data formatting in the client.

https://assembly.com/gridspree


Send e-mail with formulas: Demo

https://radiant-bastion-1152.herokuapp.com/i3pqpufosc

Many people want to send e-mail with a spreadsheet. Requests get posted on spreadsheet forums all the time. The same question is posted again and again, week after week. So I decided to create some formulas for it.

Not sure is a big pain point, not sure people would pay, but happy to finish it off if anyone can think of a way to cover costs.


Hello again. Why are you into spreadsheets?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: