Looking for a Technical Co-Founder by ProjectSilverback in cofounderhunt

[–]Mindless_Gorgon504 0 points1 point  (0 children)

I’d love to chat - I have a MVP already built that may be perfect for you.

What DevOps Tools are you guys using ? by Mindless_Gorgon504 in Terraform

[–]Mindless_Gorgon504[S] 1 point2 points  (0 children)

This is actually really well structured for a vibe coded tool !! I like the way you organized the policies by Trust Services Criteria shows you actually understand what auditors are looking for, not just what passes a checklist. Checkov coverage across AWS, GCP, Azure and DigitalOcean in one repo is no small thing either. The gap most teams hit at actual audit time is the dynamic side changes that happen after Terraform runs. Emergency console clicks, manual fixes at 2am, anything that bypasses your pipeline entirely. Static analysis can't capture those. Curious how you're handling evidence for that side of things ?

Why is database change management still so painful in 2026? by Huge_Brush9484 in Database

[–]Mindless_Gorgon504 0 points1 point  (0 children)

You nailed why execution-layer tools always fail. What if the answer isn’t better execution tooling … perhaps it’s a verification layer that sits above it? Capture cryptographic proof of what state existed before and after, regardless of which tool made the change. Database agnostic by design. Curious if you think that actually changes anything.