Rougue Code by Mark Russinovich was a novel I enjoyed about a HFT heist.
HN user
yangcanvas
I made a free online photoshop thing:
Haha very true. Considering that YinYangPaint hasn't been received so well as a simple product, perhaps opensourcing is a good idea.
At this point, I'd be happy to settle for "good enough for people to look at the code" even if it isn't "good enough for people to use as intended."
Sorry, but not now. I still have hope of making some money from this, since I'm not really aware of any HTML5 image editor which outclasses my app.
Even though it doesn't earn me anything right now, I am just a little hesitant to share all the details about how it works. A lot of the specific canvas techniques I had figure out myself, and I'd rather not share all my tricks for free right away.
I did want to share some of the techniques I used in the form of blog articles however. I wrote one already on how to connect a series of points to draw a smooth curve: http://yangcanvas.com/smoothcurves
Thanks! I obviously worked my ass off on this thing, and as many features as there are, there are still many more that I would like to add and tweak.
But I probably won't put more work into this code in the near future. So far it hasn't retained any regular returning users, and I don't want to invest any more of myself in this software if it is just going to collect dust.
I've seen/played a couple of your earlier games as well as this one. They all have a good look and feel and are pretty legit mini-games.
I'll also take the opportunity to plug my HTML5 game collection:
Really nice work. A flash-like canvas animation is due gain popularity in the near future.
Your fill-bucket tool is a little freezy, as I'm sure you are aware. I made an HTML5 static image editor http://yangcanvas.com/paint and I found a good fill-bucket tool hard to implement too. Your tools does fill ranges perfectly, which is really nice. Good luck making that work more efficiently without sacrificing precision as I did.
Perhaps he was included in 'Her' because he has become popular recently.
I'd imagine that the most common use cases will be the ones where people are already using excel, where the python is definitely an improvement over python, the default and only other programming language integrated with excel.
I used it to validate my an algorithm written in python, which was basically a many-step series of matrix multiplications
datanitro basically served as a debugger, letting me 'show my work' at each step in the algorithm, outputting matrices to excel spreadsheets as it ran. Excel provides a pretty good set for validating that the output at each step matched expectations, like conditional formatting where you can color cells based on their value and other math and graphing functionality
I can say for sure that I prefer using python with excel to using VBA, the only other previous option.