Viewing profile — nonsequitarian
nonsequitarian
HN member- Joined
- Tue, Apr 30, 2013, 7:32 PM UTC
- HN karma
- 58
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About nonsequitarian
Recent public activity
-
comment
Comment #30728060
I don't know how many folks will see this, and of those that do I don't expect many will necessarily be moved by what I say here. I'm going to say it anyways, however, and then I m…
-
comment
Comment #15697912
While it's true that Mozilla pays its people well (necessary, to compete for high end tech talent) and we (I work for Mozilla) are in no way free from commercial concerns, I think …
- story
-
comment
Comment #7389737
It's maybe a bit silly having a conversation about tone on Hacker News, but generally people tend to respond better when you don't state opinions, especially critical ones, as thou…
-
comment
Comment #7389098
Well stated.
-
comment
Comment #7388474
Snark aside, I added a bit to clarify that the first example is contrived, implemented as such for illustrative purposes, and a mutex would actually be a better choice in the trivi…
-
comment
Comment #7388384
Thanks for explaining to me the error of my ways.
-
comment
Comment #7388266
Sorry, where's the part where I complained that the language is broken? I said that Go doesn't protect you from mutating shared state across multiple concurrent goroutines. Not a v…
-
comment
Comment #7388237
Absolutely true. And if I were writing this for actual real world use then I would have done so. The main technique I was trying to get to was tightly coupling a struct w/ an inter…
- story
-
comment
Comment #5639583
Unfortunately, the diagram you linked to is misleading; we don't have all of those plugins built yet. We've got a (quite rich) Python client ( https://github.com/mozilla-services/h…
-
comment
Comment #5639527
Not really. Piwik is focused on web traffic analytics. You could build a piwik-type system using Heka, but Heka is a lower level tool w/ a wider focus.
-
comment
Comment #5635425
It's certainly not available out-of-box, and it would take a bit of work, but it should be possible to build something like this with Heka. You could write a dynamic filter plugin …
-
comment
Comment #5635389
Actually, there is a fair amount of overlap between collectd and Heka. And Heka provides mechanisms for in-flight data processing and graphing output, in addition to logging and ro…
-
comment
Comment #5635312
Heka and Circus have very different goals. Heka is about generic data gathering, processing, and routing. Circus is about task and process monitoring and management. There's some o…
-
comment
Comment #5635001
Another member of the Heka team here. Yes, there are a lot of options for managing Python deployments. But none of Python's stories are as nice as "Here's a single binary, put this…