Viewing profile — kahrensdd
kahrensdd
HN member- Joined
- Fri, Dec 20, 2019, 10:56 PM UTC
- HN karma
- 28
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About kahrensdd
No profile information was provided.
Recent public activity
-
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.
-
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 …
-
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…
-
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…
-
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…
-
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.
-
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…
-
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. …
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…