<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: vedhant</title><link>https://news.ycombinator.com/user?id=vedhant</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 27 Aug 2026 19:58:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=vedhant" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Ask HN: How to track micro changes with coding agent?]]></title><description><![CDATA[
<p>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. I check critical code myself and whenever the agent messes the code, i need it to revert the changes to a previous change it made (most of the times to the previous prompt). These micro changes is not generally comitted in git. This revert is a headache for me and prompting the agent to revert last change has messed up (it did git revert a few times). I want to know any sane method for solving this and not drive myself crazy…</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48462813">https://news.ycombinator.com/item?id=48462813</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 09 Jun 2026 15:58:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48462813</link><dc:creator>vedhant</dc:creator><comments>https://news.ycombinator.com/item?id=48462813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48462813</guid></item><item><title><![CDATA[New comment by vedhant in "Eight more months of agents"]]></title><description><![CDATA[
<p>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 the user with allow/deny requests. It has to be intelligent and keep up with the llm agents.</p>
]]></description><pubDate>Tue, 10 Feb 2026 14:15:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46959982</link><dc:creator>vedhant</dc:creator><comments>https://news.ycombinator.com/item?id=46959982</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46959982</guid></item><item><title><![CDATA[New comment by vedhant in "Elasticsearch was never a database"]]></title><description><![CDATA[
<p>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 afford only 1 week of log retention!</p>
]]></description><pubDate>Fri, 16 Jan 2026 22:05:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46652842</link><dc:creator>vedhant</dc:creator><comments>https://news.ycombinator.com/item?id=46652842</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46652842</guid></item><item><title><![CDATA[New comment by vedhant in "Microservices should form a polytree"]]></title><description><![CDATA[
<p>This actually makes a lot of sense. I have one question though. Why is having 2 microservices depend on a single service a problem?</p>
]]></description><pubDate>Mon, 08 Dec 2025 17:48:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46195336</link><dc:creator>vedhant</dc:creator><comments>https://news.ycombinator.com/item?id=46195336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46195336</guid></item><item><title><![CDATA[New comment by vedhant in "GitLab discovers widespread NPM supply chain attack"]]></title><description><![CDATA[
<p>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 handle only very short lived tokens. Let there be a sidecar (for example) that does the actual credential injection.</p>
]]></description><pubDate>Fri, 28 Nov 2025 16:43:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46080227</link><dc:creator>vedhant</dc:creator><comments>https://news.ycombinator.com/item?id=46080227</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46080227</guid></item><item><title><![CDATA[New comment by vedhant in "Show HN: I built an interactive HN Simulator"]]></title><description><![CDATA[
<p>This is fun! I just posted about my startup and I loved the responses. They were criticizing a lot though, it was fun haha!</p>
]]></description><pubDate>Mon, 24 Nov 2025 20:48:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46039107</link><dc:creator>vedhant</dc:creator><comments>https://news.ycombinator.com/item?id=46039107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46039107</guid></item><item><title><![CDATA[New comment by vedhant in "Shai-Hulud Returns: Over 300 NPM Packages Infected"]]></title><description><![CDATA[
<p>This is true. Today its npm, tomorrow it could be some other language. Shouldnt we focus on solving it at the root?</p>
]]></description><pubDate>Mon, 24 Nov 2025 19:22:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46038055</link><dc:creator>vedhant</dc:creator><comments>https://news.ycombinator.com/item?id=46038055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46038055</guid></item><item><title><![CDATA[New comment by vedhant in "Shai-Hulud Returns: Over 300 NPM Packages Infected"]]></title><description><![CDATA[
<p>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 under tight surveillance against such attacks. After all, application code is the most volatile in an organization.</p>
]]></description><pubDate>Mon, 24 Nov 2025 19:18:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46037992</link><dc:creator>vedhant</dc:creator><comments>https://news.ycombinator.com/item?id=46037992</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46037992</guid></item><item><title><![CDATA[New comment by vedhant in "Shai-Hulud Returns: Over 300 NPM Packages Infected"]]></title><description><![CDATA[
<p>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 under tight surveillance against such attacks. After all, application code is the most volatile in an organization.</p>
]]></description><pubDate>Mon, 24 Nov 2025 19:16:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46037971</link><dc:creator>vedhant</dc:creator><comments>https://news.ycombinator.com/item?id=46037971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46037971</guid></item><item><title><![CDATA[New comment by vedhant in "Branching with or Without PII: The Future of Environments"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Wed, 12 Nov 2025 08:24:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45897649</link><dc:creator>vedhant</dc:creator><comments>https://news.ycombinator.com/item?id=45897649</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45897649</guid></item><item><title><![CDATA[New comment by vedhant in "Ask HN: What Are You Working On? (Nov 2025)"]]></title><description><![CDATA[
<p>I am working on a platform that simplifies access control in an enterprise.<p>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 sprawl is a huge issue and figuring out who (people, services, ai agents) has access to to what systems is a paramount task.<p>At <a href="https://gearsec.io" rel="nofollow">https://gearsec.io</a>, we are building a platform where accesses are created via policies. The result is that, the enterprise doesnt deal with credentials anymore. They only need to define policies and nothing more.<p>I would love to know if you faced this problem and how are you solving them at your workplace!</p>
]]></description><pubDate>Wed, 12 Nov 2025 07:57:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=45897462</link><dc:creator>vedhant</dc:creator><comments>https://news.ycombinator.com/item?id=45897462</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45897462</guid></item></channel></rss>