<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: mayank</title><link>https://news.ycombinator.com/user?id=mayank</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 00:38:14 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mayank" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mayank in "Colossal Cave Adventure (1976)"]]></title><description><![CDATA[
<p>Indeed! It’s a form of a branch table: <a href="https://en.m.wikipedia.org/wiki/Branch_table" rel="nofollow">https://en.m.wikipedia.org/wiki/Branch_table</a></p>
]]></description><pubDate>Sat, 26 Apr 2025 05:42:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=43801211</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=43801211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43801211</guid></item><item><title><![CDATA[New comment by mayank in "Technical debt vs. technical assets: What's the difference?"]]></title><description><![CDATA[
<p>Got a source for this? Because it’s brilliant.</p>
]]></description><pubDate>Sat, 21 Dec 2024 04:25:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=42477543</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=42477543</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42477543</guid></item><item><title><![CDATA[New comment by mayank in "Comparison of Claude Sonnet 3.5, GPT-4o, o1, and Gemini 1.5 Pro for coding"]]></title><description><![CDATA[
<p>Agreed and flagged, this almost seems LLM written, not a bit of data.</p>
]]></description><pubDate>Sun, 24 Nov 2024 21:49:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=42230930</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=42230930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42230930</guid></item><item><title><![CDATA[New comment by mayank in "Launch HN: Fresco (YC F24) – AI Copilot for Construction Superintendents"]]></title><description><![CDATA[
<p>This seems odd. If your scribe can lie in complex and sometimes hard to detect ways, how do you not see some form of risk? What happens when (not if) your scribe misses something and real world damages ensue as a result? Are you expecting your users to cross check every report? And if so, what’s the benefit of your product?</p>
]]></description><pubDate>Thu, 21 Nov 2024 19:57:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=42207976</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=42207976</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42207976</guid></item><item><title><![CDATA[New comment by mayank in "Slack AI Training with Customer Data"]]></title><description><![CDATA[
<p>> They need to reword this. Whoever wrote it is a liability<p>Sounds like it’s been written specifically to avoid liability.</p>
]]></description><pubDate>Fri, 17 May 2024 00:25:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=40385031</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=40385031</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40385031</guid></item><item><title><![CDATA[New comment by mayank in "The lifecycle of a code AI completion"]]></title><description><![CDATA[
<p>Very interesting! I wonder to what extent this assumption is true in tying completions to traditional code autocomplete.<p>> One of the biggest constraints on the retrieval implementation is latency<p>If I’m getting a multi line block of code written automagically for me based on <i>comments</i> and the like, I’d personally value quality over latency and be more than happy to wait on a spinner. And I’d also be happy to map separate shortcuts for when I’m prepared to do so (avoiding the need to detect my intent).</p>
]]></description><pubDate>Sun, 07 Apr 2024 20:19:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=39963540</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=39963540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39963540</guid></item><item><title><![CDATA[New comment by mayank in "How to find the AWS account ID of any S3 bucket"]]></title><description><![CDATA[
<p>> aws s3 bucket needs to match the domain for website hosting.<p>This is outdated information, and not required anymore when using CloudFront.<p>And even in the past, you could use the S3 API to implement a reverse proxy without matching bucket and domain names.</p>
]]></description><pubDate>Mon, 26 Feb 2024 18:45:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=39515229</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=39515229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39515229</guid></item><item><title><![CDATA[New comment by mayank in "The One Billion Row Challenge"]]></title><description><![CDATA[
<p>> the minimal runtime is typically the best estimator<p>Depends what you’re estimating. The minimum is usually not representative of “real world” performance, which is why we use measures of central tendency over many runs for performance benchmarks.</p>
]]></description><pubDate>Thu, 04 Jan 2024 09:17:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=38864869</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=38864869</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38864869</guid></item><item><title><![CDATA[New comment by mayank in "The One Billion Row Challenge"]]></title><description><![CDATA[
<p>This is a pretty standard measure called the Trimmed Mean: <a href="https://statisticsbyjim.com/basics/trimmed-mean/" rel="nofollow">https://statisticsbyjim.com/basics/trimmed-mean/</a></p>
]]></description><pubDate>Thu, 04 Jan 2024 08:35:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=38864597</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=38864597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38864597</guid></item><item><title><![CDATA[New comment by mayank in "UK plan to digitise wills and destroy paper originals "insane" say experts"]]></title><description><![CDATA[
<p>Very debatable, if both are done right.</p>
]]></description><pubDate>Tue, 19 Dec 2023 21:07:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=38701576</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=38701576</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38701576</guid></item><item><title><![CDATA[New comment by mayank in "Vector Search with OpenAI Embeddings: Lucene Is All You Need"]]></title><description><![CDATA[
<p>It is in industry, but you may be shocked if you read “research code”</p>
]]></description><pubDate>Sun, 03 Sep 2023 20:14:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=37374026</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=37374026</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37374026</guid></item><item><title><![CDATA[New comment by mayank in "Show HN: We are building an open-source IDE powered by AI"]]></title><description><![CDATA[
<p>> You don't actually write code with e2b. You write technical specs and then collaborate with an AI agent.<p>If I want to change 1 character of a generated source file, can I just go do that or will I have to figure out how to prompt the change in natural language?</p>
]]></description><pubDate>Tue, 04 Apr 2023 17:02:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=35442703</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=35442703</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35442703</guid></item><item><title><![CDATA[New comment by mayank in "Google Cloud now lets you suspend and resume VMs"]]></title><description><![CDATA[
<p>> Because there are many services (each with their own readiness criteria), a cold boot takes a long time until all services stabilize (worst case I've seen was over 30 minutes). With hibernation they can resume where they started off within a couple of minutes.<p>This is exactly what we use hibernation for in conjunction with EC2 Warm Pools -- fast autoscaling of services that have long boot times. There's an argument to be made that fixing slow boots should be the "correct" solution, but in large enough organizations, hibernated instances are a convenient workaround to buy you some time to navigate the organizational dynamics (and technical debt) that lead to the slow boot times in the first place.</p>
]]></description><pubDate>Fri, 24 Mar 2023 02:58:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=35284504</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=35284504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35284504</guid></item><item><title><![CDATA[New comment by mayank in "Building ClickHouse Cloud from scratch in a year"]]></title><description><![CDATA[
<p>This is a wonderful article, architecture, and project. Can anyone from Clickhouse comment on any non-technical factors that allowed such a rapid pace of development, e.g. team size, structure, etc.?</p>
]]></description><pubDate>Tue, 21 Mar 2023 13:02:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=35245542</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=35245542</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35245542</guid></item><item><title><![CDATA[New comment by mayank in "JDK 20 and JDK 21: What we know so far"]]></title><description><![CDATA[
<p>All modern languages heavily borrow from each other’s latest iterations. In the case of Java though, playing catch up is by design since it’s intended to be a conservative/stable language.</p>
]]></description><pubDate>Thu, 09 Mar 2023 19:15:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=35085333</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=35085333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35085333</guid></item><item><title><![CDATA[New comment by mayank in "Tell HN: Twitter Is Down"]]></title><description><![CDATA[
<p>Wow....confirmed!<p>`{"errors":[{"message":"Your current API plan does not include access to this endpoint, please see <a href="https://developer.twitter.com/en/docs/twitter-api" rel="nofollow">https://developer.twitter.com/en/docs/twitter-api</a> for more information","code":467}]}`</p>
]]></description><pubDate>Mon, 06 Mar 2023 17:23:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=35043869</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=35043869</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35043869</guid></item><item><title><![CDATA[New comment by mayank in "Premium .dev domain with Google costs $850"]]></title><description><![CDATA[
<p>Can you comment on a reply below that claims there was promotional pricing in 2019 at launch?<p><a href="https://news.ycombinator.com/item?id=33929132" rel="nofollow">https://news.ycombinator.com/item?id=33929132</a></p>
]]></description><pubDate>Sat, 10 Dec 2022 03:01:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=33929400</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=33929400</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33929400</guid></item><item><title><![CDATA[New comment by mayank in "Ask HN: How would software look if hardware had stopped improving long ago?"]]></title><description><![CDATA[
<p>Exactly! Hashcash was proposed in 1997: <a href="https://en.m.wikipedia.org/wiki/Hashcash" rel="nofollow">https://en.m.wikipedia.org/wiki/Hashcash</a> similar mechanics for a different use case</p>
]]></description><pubDate>Tue, 25 Oct 2022 02:43:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=33325541</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=33325541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33325541</guid></item><item><title><![CDATA[New comment by mayank in "Ask HN: Nested Resources in REST/HTTP API URLs?"]]></title><description><![CDATA[
<p>> - /organizations/:id<p>> - /blogs/:id<p>The pragmatic, large-company-only counterpoint is the narrow edge case where:<p>- :id must be human-readable for "SEO reasons"<p>- there are many competing organizations and blogs to the point where there may be a name collision.<p>Although in that case, I'd still suggest:<p>/:organization-name/:blog-name</p>
]]></description><pubDate>Fri, 19 Aug 2022 03:30:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=32517344</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=32517344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32517344</guid></item><item><title><![CDATA[New comment by mayank in "Programming breakthroughs we need"]]></title><description><![CDATA[
<p>There's a hierarchical modeling paradigm/tools called C4 that (while being boxes and lines) helps with the zoom-in/zoom-out nature of understanding systems: <a href="https://c4model.com/" rel="nofollow">https://c4model.com/</a></p>
]]></description><pubDate>Wed, 17 Aug 2022 20:00:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=32501022</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=32501022</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32501022</guid></item></channel></rss>