Live data from Hacker News

Viewing profile — lukes386

lukes386

HN member
Joined
Thu, Jan 12, 2012, 9:13 PM UTC
HN karma
607
Public activity
31 items

About lukes386

No profile information was provided.

Recent public activity

  1. comment
    Comment #25284081

    Vector is designed to work well with systems like Kafka, not to replace them. While it does have a _very_ simple durable queue in the optional disk buffer feature, it is nowhere ne…

  2. comment
    Comment #25283978

    Yes, streaming k8s pod logs to Kafka and/or S3 is a great example of when you could use Vector. The "collect, transform, and route all your logs, metrics, and traces" bit is our mo…

  3. comment
    Comment #25280812

    Thanks for pointing this out! That limitation is largely a holdover from when the Kafka sink was written and our support for accepting multiple data types was not as good as it is …

  4. comment
    Comment #22841958

    I only mentioned it briefly at the end of the post, but metamorphic testing is a very interesting technique that addresses exactly this [0]. The basic idea is to start with some kn…

  5. story
  6. comment
    Comment #20339894

    I've looked into OpenCensus/OpenTracing/OpenTelemetry (and the apparently unaffiliated OpenMetrics?) a bit, but I'm not as familiar as I'd like to be. It does seem like they're foc…

  7. comment
    Comment #20339637

    Thanks for your interest! And please feel free to get in touch if you have any questions or feel there are things we could do to better support your use case: https://vector.dev/co…

  8. comment
    Comment #20338078

    Absolutely, Veneur is something we looked at quite a bit when it popped up. It's clear Stripe was feeling a lot of the same pain points we were when we started building Vector and …

  9. comment
    Comment #20337060

    Vector can act as a Splunk forwarder, but is designed to be much more flexible. In addition to forwarding to more storage systems (S3, Elasticsearch, syslog, etc), Vector can do th…

  10. comment
    Comment #20335966

    We really love the idea of mtail and think it's criminally underused. A big part of the reason we started building Vector was to integrate that kind of functionality into a larger …

  11. comment
    Comment #20335902

    Thank you! Very glad it looks useful to you. It's still slightly rough around the edges, but Vector can actually ingest metrics today in addition to deriving metrics from log event…

  12. comment
    Comment #20335635

    That's a good way to think about it! Heka was a big inspiration. The design isn't exactly the same, but we're aiming to solve a lot of the same problems.

  13. comment
    Comment #20335606

    Hi! I work on Vector. For a motivating example, let's say you have an application fronted by nginx. Using Vector would allow you to ingest your nginx logs off disk, parse them, exp…

  14. comment
    Comment #16595957

    https://github.com/carols10cents/rustlings

  15. comment
    Comment #13251895

    Yep, you're right, a plain FutureResult works fine in this case. I was aware of the general rule about boxing futures, but didn't realize it was unnecessary in this case. Thanks fo…

  16. story
  17. comment
    Comment #7162375

    Interesting post, but that much scaffolding around the tests is a bit of a red flag to me. I personally try to move as much logic as possible into easily testable, independent meth…

  18. comment
    Comment #6248728

    I've always wondered how difficult it would be to extract the vim "engine" into a library that could easily be reused by other programs. I can only assume the answer is "very diffi…

  19. comment
    Comment #6235270

    Yes, that's true. The approach has it's drawbacks though (validates_uniqueness_of being a prime example). As much as I like Rails, I sometimes wish it were designed with the databa…

  20. comment
    Comment #6235088

    On a somewhat related note, I'd love to see a more intermediate resource on how to really leverage PostgreSQL in your applications. As someone who primarily works with Rails, I fee…

  21. story
  22. comment
    Comment #6171252

    previous discussion here: https://news.ycombinator.com/item?id=5889477

  23. comment
    Comment #6170947

    Even easier would be to setup cloudflare in front of the site. All you have to do is set the cache control headers for your landing page to something like "max-age=300, public". Th…

  24. comment
    Comment #5418856

    Just so you know, the "Give it a go" link in the README gives: An error has occurred: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}

  25. story