Viewing profile — hhuuggoo
hhuuggoo
HN member- Joined
- Wed, Jul 03, 2013, 4:32 PM UTC
- HN karma
- 58
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About hhuuggoo
No profile information was provided.
Recent public activity
- story
-
comment
Comment #6773327
I wanted to point out one important distinction between Bokeh and anything that's currently out there - we have a full blow python/js object bridge that synchronizes client side mo…
-
comment
Comment #6773068
Well, we'll be able to do that without sending the data to the client, not sure if our implementation right now will work without loading the data into memory, though long term tha…
-
comment
Comment #6771307
This doesn't directly answer your question, but in regards to seaborn, our goal is to support enough of the mpl API so we can get seaborn to work with bokeh. Either that or we woul…
-
comment
Comment #6771303
January - but probably only support for abstract rendering for scatter plots and line plots. we'll have to roll it out incrementally, but the good thing is 90% of plots are scatter…
-
comment
Comment #6770073
Part of the 0.4 release is to incorporate the concept of abstract rendering - which means you render on the server, and then send the necessary information over to the client on de…
-
comment
Comment #6769224
We're actually using canvas. http://bokeh.pydata.org/plot_gallery/iris.html That has a selection tool you can play around with.
-
comment
Comment #6470905
wouldn't js -> llvm be an easier approach?
-
comment
Comment #6405014
agreed, disco is really great becuase you can easily get access to the file descriptor which has your data, then you can load it however way you want
-
comment
Comment #6396416
hope you all don't mind. little self plug on the subject - I also have an open source outliner here is the source http://github.com/hhuuggoo/efficiently and the demo: https://eff.i…
- comment
- story
-
comment
Comment #6211292
I realize there are other entries in this space, but here is mine. Just launched with credit card payments for non-free accounts
- story
-
comment
Comment #6102589
I took a really boring job, and it was a terrible experience but I came away with 2 lessons 1. python can be just as terrible or worse than java when written by ex-java programmers…
-
comment
Comment #6102457
I use nosql stores for the same reason that I use a dynamically typed language (python) I like the flexibility and agility. I don't use nosql stores for performance
-
comment
Comment #6094510
we've been discussing this a bit at Continuum, the motivation for me is that we're building some data viz stuff in the browser, and so access to some numerics in the browser would …