andriosr

↗ HN profile [ 100 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN, we built an extension to Envoy proxy that parses and sends contents of requests to an LLM at runtime. We do that by adding a deterministic SQL parser, gGRPC payload inspection and LLM analysis of the payload…

  2. Hi HN, I'm Andrios, founder of hoop.dev (YC W21), we build runtime controls for agents. We just released Alcatraz. We built it because our product is written in Go and we do real time Data Masking, but we were using MS…

  3. Hi everyone, I'm Andrios, founder of hoop.dev (YC W21). 2 weeks ago, I told our eng team they could spend 20% of their week on side projects. The result: They came out with 3 open source projects. Tools we're using…

  4. Hi HN, I’m the founder of an open-source infra access gateway. I’ve always been frustrated by how our users were missing the cool data generated by our tool. Think a list of all actions devs perform on infrastructure:…

  5. Hey HN! I'm Andrios, founder of Hoop.dev, an OSS layer-7 gateway for infra access. We just released a new integration: put LLMs between devs' or agents' actions and databases or Kubernetes. The model gives a more…

  6. Recall Socat (hoop.dev)
  7. Hi everyone, We've been building an access gateway for the past few years. The first version was built in Clojure, and we rewrote it in Golang. But that's a whole other story. The gateway has a new type of architecture…

  8. Teleport changed their license and paying isn't viable for many teams. Because of that we're making paid features of tools like Teleport and Cyberark part of our free plan. Why? Teleport is great, paved the way for…

  9. Copilot has proven quite handy as a "smarter Intellisense" tool for me. It often accurately predicts the arguments I need for functions, including their types. Occasionally, when I start typing `a.map(`, it…