Live data from Hacker News

Viewing profile — kahrensdd

kahrensdd

HN member
Joined
Fri, Dec 20, 2019, 10:56 PM UTC
HN karma
28
Public activity
14 items

About kahrensdd

No profile information was provided.

Recent public activity

  1. comment
    Comment #48556373

    Thank you for sharing this project. I've been a big fan of WireMock for a long time, going to try this out shortly.

  2. comment
    Comment #24655642

    I love the idea of instrumenting my clusters with less work. Signed up for the BETA and starting to get data out of one of my GKE clusters right away. Also I like how the cli just …

  3. comment
    Comment #24067174

    It looks like the issue was opened against the tooling project of nodejs, so perhaps the author is trying to start with JavaScript. It is incredible how many of these files you get…

  4. comment
    Comment #24066414

    Yes, I really like goreplay and it was an early inspiration for our sidecar. It uses gopacket (like tcpdump) to collect data, we currently use the TCP proxy route because we can us…

  5. comment
    Comment #24064871

    Reverse engineering protocols has morphed from a hobby to a full time job. I've spent a lot of time going through logs, looking at data and knowing that I am not looking at the TCP…

  6. comment
    Comment #24064841

    Thank you Billy, we are very excited to be making progress with Speedscale. I miss seeing you and the rest of the crew from the ATL Web Performance meetup.

  7. comment
    Comment #24064083

    One of our early inspirations was a video game company that would replay recorded gameplay against new builds of a game server. And our proxy assembles each request and response in…

  8. comment
    Comment #24062985

    Yes I recently went through a similar use case with one of my alpha users. They wanted to run the reverse proxy and playback as docker containers spread through their environment. …

  9. comment
    Comment #24062367

    For one thing we look at both inbound and outbound traffic and we treat it separately. That use case looks different if we are trying to "test" TODO or if the TODO service is a bac…

  10. comment
    Comment #24061965

    You can run it in your own environment. If you're running Kubernetes we provide an operator that orchestrates the test runs. If you are using docker we give you containers that you…

  11. comment
    Comment #24061755

    For a little background story on the satellite antenna. I was building a monitoring device driver for an Antenna Control Unit (ACU). It's like a 4 rack-unit computer with special h…

  12. comment
    Comment #24061462

    Awesome thank you for the note. Fortunately there was a "stop antenna" button which saved the day lol. We've been down the path of stateful services before and actually reflect the…

  13. comment
    Comment #24061155

    For sure we see a lot of synergy with the CI systems. One of our alpha customers is using CircleCI (no surprise there). They have an issue where devs deploy services on top of each…

  14. comment
    Comment #23517346

    There are lots of variations depending upon your use case. For unit testing and CI you may want mock objects that are implemented in the same language as your code. Google search f…