Leon Wright

Results 76 comments of Leon Wright

#52 Covers off a lot of discussion about ZMQ3/4. I read through ZMQ.pm at the time and it had taken into consideration the differences (I think the big one is...

Looking at the doco, this may actually be [expected behavior](http://zguide.zeromq.org/page:all#Getting-the-Message-Out)! > There is one more important thing to know about PUB-SUB sockets: you do not know precisely when a subscriber...

I've been sporadically doing quite a lot of reading about this issue and pondering ways to solve it. Overall ZMQ appears to have been designed for messaging performance, so the...

Submitted #57 that appears to reliably fix this on localhost. However it may require some further testing over a latent link. Though Exobrain's current design is for local connections, so...

Had a bit of a chat with @domm regarding this issue. Setting up some sort of message acknowledgement could add a whole bunch of different things to think about, along...

Did you complete, 'exobrain setup' first off to setup the core? Though they both look to use perls built in 'mkdir', which doesn't handle making a path.

Well I'm seeing that on initial config. ``` bash leon@gandalf:~$ exobrain setup given is experimental at /home/leon/perl5/lib/perl5/File/XDG.pm line 92. when is experimental at /home/leon/perl5/lib/perl5/File/XDG.pm line 93. when is experimental at...

I've made a bit of a start with Exobrain::Logger and a script that watches the Bus. It's been running nicely on my instance for a while. Is there a list...

There is already logic to take a sample of readings and discard the outliers. Depending on the [accuracy of the load cell](https://www.adminstrumentengineering.com.au/determining-load-cell-accuracy) fluctuating 10/15g is pretty good without redesigning the...