Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vedhant
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Ask HN: How to track micro changes with coding agent?
1 points
by
vedhant
3mo ago
|
0 comments
2.
▲
by
vedhant
7mo ago
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 solution that is sort of dynamic and doesn't pester th
3.
▲
by
vedhant
8mo ago
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 elasticsearch is used. I was dealing with a system that could
4.
▲
by
vedhant
9mo ago
This actually makes a lot of sense. I have one question though. Why is having 2 microservices depend on a single service a problem?
5.
▲
by
vedhant
10mo ago
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 the application layer! If at all the application must only ha
6.
▲
by
vedhant
10mo ago
This is fun! I just posted about my startup and I loved the responses. They were criticizing a lot though, it was fun haha!
7.
▲
by
vedhant
10mo ago
This is true. Today its npm, tomorrow it could be some other language. Shouldnt we focus on solving it at the root?
8.
▲
by
vedhant
10mo ago
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 inject credentials in real time. These sidecars can be unde
9.
▲
by
vedhant
10mo ago
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 inject credentials in real time. These sidecars can be unde
10.
▲
by
vedhant
10mo ago
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 the storage is the same.
11.
▲
by
vedhant
10mo ago
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 attack, Shai Hulud. In a lot of enterprises, credential spr