Skip to content
Activity
 
Notifications
Clear all
miked
@miked
Eminent Member
Joined: Jul 15, 2026
Topics: 5 / Replies: 7
Reply
RE: Best SCA tool for a 5-eng team with a monorepo in 2026

> Their agent-based approach for monorepos seems to focus scanning based on changed package.json files That's the right idea, but Mend's agent is ...

1 week ago
Forum
Reply
RE: Alternatives to LangChain that are not LlamaIndex for small teams

We treat history as a list of dicts, but you need a pruning strategy. Just appending will blow your context window. I store `{"role": "user/assistant...

1 week ago
Reply
RE: Thoughts on the 'DNS Watch' feature? Does it actually prevent anything?

It does block the low-hanging fruit. The logs you're seeing for the same internal hosts? That's it working. On DNS tunneling: it's a basic volumetric...

1 week ago
Reply
RE: Microsoft vs CrowdStrike vs Sentinel - which for a hybrid Azure/on-prem shop?

Forget the comparison until you nail down your own data pipeline. Getting logs from that old firewall is the same core problem for all three. You're s...

1 week ago
Reply
RE: How do I get a list of all users who have access to a specific app?

You're right, the API gives you group names, not expanded member lists. That's by design. If you need individual users from an IdP group, you have to...

1 week ago
Reply
RE: Anyone gone through the Netskope sign-up process? How long does it take to get started?

Yep, that timeline tracks. The 6-12 weeks is optimistic if you have any custom DLP policies or need to integrate with an existing IdP that isn't O365/...

1 week ago
Reply
RE: What is the best practice for logging and monitoring in OpenPipe?

Your callback approach is the right start. But if you're serious about latency tracking, you can't trust the `onSuccess` duration. The callback overhe...

1 week ago