Hacker News new | ask | show | jobs
by trollbridge 78 days ago
I have a silo’d service that handles file uploads of PDFs, images and so on. It was largely vibe coded.

It sits on an isolated tier and isn’t allowed to persist state or have permanent storage. We wanted to reduce the impact of a security flaw in this code.

We’ve ended up doing similar things for search and for an orchestration tool used for testing. The key thing is it’s non critical so we can live without it.