<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: nshntarora</title><link>https://news.ycombinator.com/user?id=nshntarora</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 10 Aug 2026 13:27:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nshntarora" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nshntarora in "Ask HN: What are you working on? (August 2026)"]]></title><description><![CDATA[
<p>A free and open source chrome extension to help people review code - <a href="https://guidedreview.dev" rel="nofollow">https://guidedreview.dev</a><p>It upgrades your GitHub pull request review experience with a guided walkthrough of the PR optimized for reading.</p>
]]></description><pubDate>Sun, 09 Aug 2026 17:50:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49233671</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=49233671</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49233671</guid></item><item><title><![CDATA[Show HN: GuidedReview, a Chrome extension that helps review AI generated PRs]]></title><description><![CDATA[
<p>Every company I see has an automated code review agent set up in their repository. It doesn't solve the code review problem. The automated review agents cannot be trusted the same way coding agents cannot be trusted.<p>They're very useful for finding bugs and edge cases you've missed, but they lack something only you have — "taste."<p>You have more context. You know the people, the business, and the product better than any coding agent. You know when an abstraction is unnecessary. You know what needs a comment. You know where to break the rules.<p>And, for that...<p>Nothing beats "reading" the code.<p>Problem is, reading code is not easy. It's even harder if your tools are designed for storing code rather than reading it.<p>That's why I built Guided Review. It's a chrome extension that converts your Github PR into a guided walkthrough so you can actually read code in clustered changes (not just big scrollable list of file changes in alphabetical order).</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49179546">https://news.ycombinator.com/item?id=49179546</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 05 Aug 2026 07:09:39 +0000</pubDate><link>https://guidedreview.dev</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=49179546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49179546</guid></item><item><title><![CDATA[Show HN: Abstractions – Weekly newsletters explaining your codebase]]></title><description><![CDATA[
<p>I recently joined a new company and used Claude extensively to build my understanding of the large monolithic codebase. Being me, I was also curious to learn about how other parts of the codebase worked that I don't work on. So, I built this tool that doesn't depend on me asking questions to feed my curiosity.<p>Abstractions is an app that indexes your codebase and sends out a weekly newsletter to you and your team about how different functionalities or concepts work.<p>You might already ask Claude to answer your questions about your codebase. This works the same way, but it doesn't wait for you to ask. It understands the code, figures out a topic, and sends out a newsletter every week.<p>It's free for now as it is BYOK (supports Anthropic and OpenAI models) and simple compute is cheap.<p>The tool also doesn't store your actual code; it only stores embeddings and a high-level summary of the code.<p>I'm planning to open source this because I wouldn't give a random app on the internet access to my company's codebase, but I only want to spend time on it if it's interesting to people.<p>Would love to know what you think.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48743674">https://news.ycombinator.com/item?id=48743674</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 01 Jul 2026 08:14:54 +0000</pubDate><link>https://useabstractions.com</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=48743674</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48743674</guid></item><item><title><![CDATA[New comment by nshntarora in "Localsend: An open-source cross-platform alternative to AirDrop"]]></title><description><![CDATA[
<p>This is a great app! Simple and does the job.<p>The F1TV app is not available in my country on play store on my Google TV. The first time, I logged into the device using the android debugger to install the APK - I didn't want to use an ad-full app. Then I tried LocalSend, and it is now my default to send the APK from my mac to my android tv. Love the simple experience. Minor quirks in the UI, but gets the job done.</p>
]]></description><pubDate>Wed, 29 Apr 2026 07:38:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47945233</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=47945233</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47945233</guid></item><item><title><![CDATA[New comment by nshntarora in "Ask HN: What Are You Working On? (Nov 2025)"]]></title><description><![CDATA[
<p>This is good - I previously used Buffalo <a href="https://gobuffalo.io/" rel="nofollow">https://gobuffalo.io/</a> at my startup, but eventually decided to move off it. Go doesn't seem like the kind of language that could support a framework like rails (it's safety takes away from the flexibility).<p>Would love to see how this turns out though! Great work</p>
]]></description><pubDate>Tue, 11 Nov 2025 10:45:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=45885947</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=45885947</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45885947</guid></item><item><title><![CDATA[Show HN: Orbit GraphQL – An open source cache server for your GraphQL API]]></title><description><![CDATA[
<p>I've been working on an open source implementation of a Stellate (<a href="https://stellate.co" rel="nofollow">https://stellate.co</a>) like GraphQL cache service, and it's finally hit v0.1<p>TL,DR;<p>It is a cached proxy for your GraphQL API with automatic purging.<p>Deploy it in front of GraphQL API, and it will start caching all requests passing through it.
Your cache gets automatically invalidated if anything changes in your application (when you send a mutation)
Queries are only sent to origin if there is a cache MISS</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41728922">https://news.ycombinator.com/item?id=41728922</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 03 Oct 2024 09:32:19 +0000</pubDate><link>https://github.com/nshntarora/orbitgraphql</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=41728922</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41728922</guid></item><item><title><![CDATA[New comment by nshntarora in "Automate writing changelog using ChatGPT"]]></title><description><![CDATA[
<p>Hey! Yes, I'm one of the co-founders of Olvy. Should've mentioned in the earlier comment.</p>
]]></description><pubDate>Tue, 07 Mar 2023 05:52:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=35052051</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=35052051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35052051</guid></item><item><title><![CDATA[New comment by nshntarora in "Automate writing changelog using ChatGPT"]]></title><description><![CDATA[
<p>Hi! You can do that too. but Olvy already stores your user feedback and user requests to make the workflow easier. You also get a hosted changelog, a feedback management system and a lot more with it.</p>
]]></description><pubDate>Mon, 06 Mar 2023 16:13:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=35042748</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=35042748</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35042748</guid></item><item><title><![CDATA[Show HN: Olvy Feedback – Convert user feedback into user love]]></title><description><![CDATA[
<p>Article URL: <a href="https://beta.olvy.co/">https://beta.olvy.co/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=30695628">https://news.ycombinator.com/item?id=30695628</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 16 Mar 2022 05:28:52 +0000</pubDate><link>https://beta.olvy.co/</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=30695628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30695628</guid></item><item><title><![CDATA[New comment by nshntarora in "Show HN: Create an automated test in minutes for any app"]]></title><description><![CDATA[
<p>Hey! This looks great! Do you folks have automated API testing?<p>We're in the process of moving from a REST API to a GraphQL one, and I really want to do things right this time with an automated test suite.</p>
]]></description><pubDate>Wed, 02 Feb 2022 15:43:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=30179125</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=30179125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30179125</guid></item><item><title><![CDATA[New comment by nshntarora in "Skillsoft Buys Codecademy for $525M"]]></title><description><![CDATA[
<p>Since my university's curriculum was stuck in the 90s, I used Codecademy to teach myself JS, and Ruby. Thank you Zach, and everyone who has been part of the team!</p>
]]></description><pubDate>Thu, 23 Dec 2021 06:05:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=29659136</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=29659136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29659136</guid></item><item><title><![CDATA[New comment by nshntarora in "GitHub Broken Download URLs"]]></title><description><![CDATA[
<p>Gitlab is uniquely positioned to do this<p>Activity Pub integration issue on Gitlab: <a href="https://gitlab.com/gitlab-org/gitlab/-/issues/21582" rel="nofollow">https://gitlab.com/gitlab-org/gitlab/-/issues/21582</a></p>
]]></description><pubDate>Sun, 28 Nov 2021 14:55:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=29369339</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=29369339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29369339</guid></item><item><title><![CDATA[Show HN: Changelogs.gallery – Discover the best changelogs on the internet]]></title><description><![CDATA[
<p>Article URL: <a href="https://changelogs.gallery/">https://changelogs.gallery/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=28604033">https://news.ycombinator.com/item?id=28604033</a></p>
<p>Points: 16</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 21 Sep 2021 11:41:25 +0000</pubDate><link>https://changelogs.gallery/</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=28604033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28604033</guid></item><item><title><![CDATA[Maintain a Changelog]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.olvy.co/why-changelogs/">https://blog.olvy.co/why-changelogs/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=28603480">https://news.ycombinator.com/item?id=28603480</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 21 Sep 2021 09:57:38 +0000</pubDate><link>https://blog.olvy.co/why-changelogs/</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=28603480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28603480</guid></item><item><title><![CDATA[New comment by nshntarora in "Ask HN: How did you establish and maintain relationships with your first users?"]]></title><description><![CDATA[
<p>What worked for us:<p>We did something like this with our early users. Called the thing "The Builders Program"<p>For the medium, have one default you use but don't limit things to it. If one of your early users wants to use twitter to contact you and give you feedback, use that. We created a Discord server, had a group Twitter DM, used Email.<p>One thing you should do early on with these users is show them you are listening. Pick something they say and ship it as soon as you can. If they see you're listening, they'll be more active in sharing feedback.<p>In exchange for being part of the builders program we gave them lifetime free access to the product later on.</p>
]]></description><pubDate>Tue, 27 Jul 2021 07:15:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=27969537</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=27969537</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27969537</guid></item><item><title><![CDATA[Thoughts on Software Rewrites]]></title><description><![CDATA[
<p>Article URL: <a href="http://nishantarora.org/2021/04/12/on-software-rewrites/">http://nishantarora.org/2021/04/12/on-software-rewrites/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=27031685">https://news.ycombinator.com/item?id=27031685</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 03 May 2021 22:30:35 +0000</pubDate><link>http://nishantarora.org/2021/04/12/on-software-rewrites/</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=27031685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27031685</guid></item><item><title><![CDATA[Show HN: Olvy – Beautiful release notes that add joy to shipping software]]></title><description><![CDATA[
<p>Article URL: <a href="https://olvy.co">https://olvy.co</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=26283535">https://news.ycombinator.com/item?id=26283535</a></p>
<p>Points: 21</p>
<p># Comments: 5</p>
]]></description><pubDate>Sat, 27 Feb 2021 08:39:08 +0000</pubDate><link>https://olvy.co</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=26283535</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26283535</guid></item><item><title><![CDATA[New comment by nshntarora in "Libreselery: Solving the Donation Distribution Problem in Free Software"]]></title><description><![CDATA[
<p>This is a nice idea, and amazing execution on this. Really excited to see how this picks up.<p>But here are my concerns with the Git contributions to reward performance.<p>A company I interned at installed a Git history analysis tool, and used stats from that in 1:1s and performance reviews.<p>About a month after I joined, I had one such 1:1 with my manager. He was like, "Congratulations! You made 53% of all contributions to frontend last month. You're our star performer."<p>I wasn't. I was responsible for upgrading our frontend from React 15 to React 16. Most of the changes that happened were thanks to the Codemod, and a lot of find / replace magic.</p>
]]></description><pubDate>Thu, 03 Sep 2020 07:39:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=24361677</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=24361677</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24361677</guid></item><item><title><![CDATA[Ask HN: Do you use feature flags? What's the best tool for the job?]]></title><description><![CDATA[
<p>I'm currently evaluating tools to add feature flags to my application at work. Looking for open-source or SaaS tools you folks have used or are currently using.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=24361586">https://news.ycombinator.com/item?id=24361586</a></p>
<p>Points: 9</p>
<p># Comments: 17</p>
]]></description><pubDate>Thu, 03 Sep 2020 07:24:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=24361586</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=24361586</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24361586</guid></item><item><title><![CDATA[New comment by nshntarora in "Ask HN: What feature did you find after years of using macOS?"]]></title><description><![CDATA[
<p>Option + Click<p>And<p>Command + Option + Shift + Click<p>Works on most default OS things you can click on. Reveals a whole new set of amazing functionality.<p>Example: Doing so on the bluetooth icon on your menu bar, gives you the debug option for you to reset / restart bluetooth module.</p>
]]></description><pubDate>Sat, 08 Aug 2020 17:09:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=24093239</link><dc:creator>nshntarora</dc:creator><comments>https://news.ycombinator.com/item?id=24093239</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24093239</guid></item></channel></rss>