salotz

Results 42 comments of salotz

quasar isn't defunct, its just that the main author went off to work on project Loom for the JVM so that quasar actually has a purpose (unlike python "threads"). Syndicate...

As usual I have no code but more projects to compare to :P https://dotnet.github.io/orleans/Documentation/index.html Also the Akka documentation seems thorough and is in general I think a success story (albeit...

You might be interested in this as well: https://github.com/real-logic/aeron and the binary encoding it uses: https://github.com/real-logic/simple-binary-encoding Designed for extremely low latency trading systems. There is a C++ implementation, and there...

For the sake of interestingness, although its likely of no use to use is: https://kaitai.io/

Since then I've come up with some practical usages for the different tags. Ignoring alphas I make a series of `rc` releases to allow for usage and finding missed bugs....

Ok cool. You know me well to assign vaguely purposeful conversation :P re towncrier. I might suggest to just roll our own since basically their configuration is most of the...

This is a pretty good solution to the chunking deduplication problem. I've used it with success for backing things up: https://duplicacy.com/. If anything you could use the algorithm.

I redirected stdout to a file and was able to see it. I agree that this should be mentioned in docs.

This issue should be about being able to customize this. I don't like having this. In my scripting I have to parse lxd outputs to do anything with the container.

You are setting the prometheus source as the exporter. Prometheus reads from the exporters and then provides its data as inputs to grafana. So set the source as `ip.addr:9090` or...