Viewing profile — vedhant
vedhant
HN member- Joined
- Tue, Nov 11, 2025, 4:35 PM UTC
- HN karma
- 12
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About vedhant
No profile information was provided.
Recent public activity
-
story
Ask HN: How to track micro changes with coding agent?
I primarily use claude code and sometimes cursor. I keep prompting and the agent keeps coding. But git commits are done after meaningful changes, worst case 1 for a small feature. …
- story
-
comment
Comment #46959982
The sandboxing pain is real. Sadly, a new VM seems like the most simple and viable solution. I don't think the masses are doing any sandboxing at all. We really need a sandbox solu…
-
comment
Comment #46652842
Ofcourse it is not meant as a primary database. What baffles me is that people use it as log storage. As an application scales, storage and querying logs become the bottleneck if e…
-
comment
Comment #46195336
This actually makes a lot of sense. I have one question though. Why is having 2 microservices depend on a single service a problem?
-
comment
Comment #46080227
Even with periodoc rotation of credentials, attacker gets enough time to do sufficient damage. Imo, the best way to solve would be to not handle any sort of credentials at all at t…
-
comment
Comment #46039107
This is fun! I just posted about my startup and I loved the responses. They were criticizing a lot though, it was fun haha!
-
comment
Comment #46038055
This is true. Today its npm, tomorrow it could be some other language. Shouldnt we focus on solving it at the root?
-
comment
Comment #46037992
Whats the most full proof way of defending ourselves from such attacks? My opinion is that the applications should never deal with credentials at all. Sidecars can be run which can…
-
comment
Comment #46037971
Whats the most full proof way of defending ourselves from such attacks? My opinion is that the applications should never deal with credentials at all. Sidecars can be run which can…
-
comment
Comment #45897649
This looks amazing! I have a question. When we create a branch, are we cloning the entire production data? From what I understood was that neon runs a separate compute layer but th…
-
comment
Comment #45897462
I am working on a platform that simplifies access control in an enterprise. A lot of cybersecurity attacks happen because of stolen credentials. One big example is the supply chain…