One outstanding 'todo' was textures!
Then I wanted to make ASCII art automatically from any picture, so I played around and made this: http://ascii.pixelweasel.com/ (again, playing with javascript)
On mobile, I tried recording to /c/PepTalk, but after recording my voice, none of the buttons ('save', 'play' or 'stop') did anything. So I wasn't sure if it had actually uploaded.
Then when I went back to the /c/PepTalk channel to check I had a popup saying something like 'failed to fetch waves' (sorry, I don't recall the exact error message!).
I'll keep an eye on this ongoing though, as I adore the concept.
I work at Anaplan, and the most common way that our biggest customers discover us is when they've been bitten by spreadsheets as they've scaled, and now they have users emailing spreadsheets around and someone with a full time job collating them.
We've modelled the product around the flexibility, but rigor and scale on top of it.
this formula defines a function U(x). This means that it gives a recipe that takes a number x and produces a number U(x). The recipe depends on an already prepared set of ingredients: a set of numbers x1, x2, ..., xt, k, and another function f. Now, given a number x, to compute U(x), you first compute all the numbers f(xi)-k*|x-xi|, and then you pick the smallest one. This smallest value is then U(x).
The graph below the formula displays its interpretation. The graph of the function f is the red curve, the points (xi, f(xi)) are the black dots, and U(x) is in green.