Ask HN: Has anybody built search on top of Anna's Archive?
289 points by neonate 6d ago 146 comments
Ask HN: Is there any demand for Personal CV/Resume website?
6 points by usercvapp 1d ago 16 comments
Ask HN: Privacy concerns when using AI assistants for coding?
6 Kholin 6 5/9/2025, 1:36:13 AM
I've recently seen some teams claim to use third-party AI assistants like Claude or ChatGPT for coding. Don't they consider it a problem to feed their proprietary commercial code into the services of these third-party companies?
If you feed the most critical parts of your project to an AI, wouldn't that introduce security vulnerabilities? The AI would then have an in-depth understanding of your project's core architecture. Consequently, couldn't other AI users potentially gain easy access to these underlying details and breach your security defenses?
Furthermore, couldn't other users then easily copy your code without any attribution, making it seem no different from open-source software?
So far I’ve decided to trust Anthropic and OpenAI with my code, but not Deepseek, for instance.
Yeah, we're not doing that.
Also moved our private git repos and CIs to self-managed.
If the only security you have it that your code / site structure is secret that’s not good.
God how I wish this were true