[nodejs] Re: New Streaming API from Plotly

2014-03-29 Thread Postlethwaite
? something like stream = plotly.stream('my_bubble_chart'); stream.on('data', function (data) { // data is an object describing the current state of the bubbles data.chartType data.bubbles // etc. }) On Thursday, 27 March 2014 15:21:13 UTC+1, Postlethwaite wrote: It depends

[nodejs] Re: New Streaming API from Plotly

2014-03-27 Thread Postlethwaite
: If this is real time data streaming, it is pretty fast. Impressive. Never see something working smoothly like this before. How much data in bytes do you send each time. On Tuesday, March 25, 2014 11:28:26 PM UTC+7, Postlethwaite wrote: We at Plotly have just released our Streaming API (our

[nodejs] New Streaming API from Plotly

2014-03-25 Thread Postlethwaite
We at Plotly have just released our Streaming API (our infrastructure is 100% Nodejs) and are looking for feedback. Check out this examplehttps://plot.ly/~streaming-demos/6/to see what our realtime data streaming looks like. As part of the release we have released an early candidate module to

[nodejs] Re: Our Contribution To Node Community, Introducing NodeJS Console

2013-05-05 Thread Postlethwaite
Really cool - I agree, has potential for a jsfiddle like application. Though with a node_modules folder and a little NPM command bar in one of your N-E-S-W panes it would suddenly become a recursive PAAS - which is even more cool. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

[nodejs] If it looks like a stream should it just be a stream?

2013-05-01 Thread Postlethwaite
I have a simple library, levelnethttps://github.com/bpostlethwaite/levelnet, that takes an API and reproduces it remotely using mux-demuxhttps://github.com/dominictarr/mux-demuxand dnode https://github.com/substack/dnode. I am trying to settle on an API for the setup phase and was looking for

[nodejs] Re: Non-OO eventEmitter code and namespace confusion. what

2013-03-21 Thread Postlethwaite
Excellent thank you On Wednesday, 20 March 2013 21:58:21 UTC-7, Postlethwaite wrote: I have a little code question for you. *code:* var EventEmitter = require('events').EventEmitter function buildEmitters(name) { var self = new EventEmitter function sayWhat () { self.emit

[nodejs] Non-OO eventEmitter code and namespace confusion. what

2013-03-20 Thread Postlethwaite
I have a little code question for you. *code:* var EventEmitter = require('events').EventEmitter function buildEmitters(name) { var self = new EventEmitter function sayWhat () { self.emit('what') } self.on('what', function () { console.log(name + ' says what') })

Re: [nodejs] Open Science with Node.js

2013-01-25 Thread Postlethwaite
Yes. In fact, I learned programming primarily for implementing/using numerical methods when I was an engineering major. ;) I have a similar story, my learning to program was modeling systems and such in the Sciences. Have you looked at Julia http://julialang.org/? It offers an

Re: [nodejs] Open Science with Node.js

2013-01-25 Thread Postlethwaite
. :) But of course, it's a little bit more programming. A little bit, but you should be able to find the equations on wikipedia, no? --Josh On Sat, Jan 26, 2013 at 12:10 AM, Harald Hanche-Olsen han...@math.ntnu.no javascript: wrote: [Postlethwaite post.b...@gmail.com javascript: (2013-01

[nodejs] Open Science with Node.js

2013-01-24 Thread Postlethwaite
Love science and love node.js? What are some of your favourite tools and libraries for doing science with Javascript and Node? I know of Brainhttps://github.com/harthur/brainwhich is awesome, anything else? I am interested in putting together some hands-on tools for exploring math and science

[nodejs] Re: What Editor / OS / Dev enviroment do you use?

2012-09-23 Thread Postlethwaite
Arch Linux eats the cake off Ubuntu (I was an Ubuntu user for a while but became frustrated for many of the same reasons I grew frustrated with Win). I am using Emacs + its infinite modes for all my dev, but am trying to migrate to something more modern. Cloud9 has saved me before but HAS NO