<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: gautamcgoel</title><link>https://news.ycombinator.com/user?id=gautamcgoel</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 19 Apr 2026 09:42:07 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gautamcgoel" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gautamcgoel in "New Washington state law bans noncompete agreements"]]></title><description><![CDATA[
<p>Wait, I'm confused. Do you mean Boston should have made non-compete agreements illegal?</p>
]]></description><pubDate>Mon, 30 Mar 2026 19:12:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47578461</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=47578461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47578461</guid></item><item><title><![CDATA[New comment by gautamcgoel in "Voyager 1 runs on 69 KB of memory and an 8-track tape recorder"]]></title><description><![CDATA[
<p>I assume OP means that a probe launched today would take decades to exit the solar system.</p>
]]></description><pubDate>Sun, 29 Mar 2026 19:01:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47566067</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=47566067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47566067</guid></item><item><title><![CDATA[New comment by gautamcgoel in "How to defer US taxes"]]></title><description><![CDATA[
<p>The thing I don't understand with these loan arguments is: don't you eventually need to pay taxes in the income you use to repay the loan? It seems to me that folks who take out such loans are just kicking the can down the road.</p>
]]></description><pubDate>Thu, 19 Mar 2026 18:44:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47443975</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=47443975</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47443975</guid></item><item><title><![CDATA[New comment by gautamcgoel in "Microsoft's 'unhackable' Xbox One has been hacked by 'Bliss'"]]></title><description><![CDATA[
<p>Just wanted to say this is an amazing technical writeup, thanks for sharing.</p>
]]></description><pubDate>Tue, 17 Mar 2026 23:30:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47419766</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=47419766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47419766</guid></item><item><title><![CDATA[New comment by gautamcgoel in "Loon: A functional lang with invisible types, safe ownership, and alg. effects"]]></title><description><![CDATA[
<p>Looks amazing. However, I'm confused about some of the examples in the ownership section. Consider this example:<p><pre><code>  [fn consume [xs]
  [println [str "got " [len xs] " items"]]]
  [let items #[1 2 3]]
  [consume items]
  ; items has been moved — using it here is a compile error
</code></pre>
This is described as an example of a setting where the variable 'items' has been moved, so it can no longer be used. However, the consume function does not mutate its argument, so I don't see why 'items' can no longer be used. In addition, it seems to me that the term 'moved' is being used to mean 'mutated'. Is that correct, or do I have it wrong?<p>Another example from the website is the following:<p><pre><code>  [fn length [xs] [len xs]]

  [let items #[1 2 3]]
  [println [length items]]
  [println [length items]]  ; items not consumed
</code></pre>
The website explains this example as follows: "If the compiler can prove that a reference will not outlive the owner, it passes a borrow instead of moving." However, there are no references in this example, only the original variable 'items'. Am I missing something? I think the language is cool, but the explanations of the semantics could be improved.</p>
]]></description><pubDate>Sun, 22 Feb 2026 01:26:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47107099</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=47107099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47107099</guid></item><item><title><![CDATA[New comment by gautamcgoel in "The C3 Programming Language"]]></title><description><![CDATA[
<p>What old features would you like to dispose of in a modern redesign of D? What would this new edition look like?</p>
]]></description><pubDate>Sun, 04 Jan 2026 14:27:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46488241</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=46488241</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46488241</guid></item><item><title><![CDATA[New comment by gautamcgoel in "John Varley has died"]]></title><description><![CDATA[
<p>Mammoth and Red Thunder are both masterpieces.</p>
]]></description><pubDate>Mon, 15 Dec 2025 05:44:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=46270870</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=46270870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46270870</guid></item><item><title><![CDATA[New comment by gautamcgoel in "Anthropic taps IPO lawyers as it races OpenAI to go public"]]></title><description><![CDATA[
<p>How would this work, given that Anthropic is a public benefit corporation?</p>
]]></description><pubDate>Wed, 03 Dec 2025 19:51:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46139139</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=46139139</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46139139</guid></item><item><title><![CDATA[New comment by gautamcgoel in "New gel restores dental enamel and could revolutionise tooth repair"]]></title><description><![CDATA[
<p>Whoa! Any references?</p>
]]></description><pubDate>Thu, 06 Nov 2025 19:29:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45839238</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=45839238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45839238</guid></item><item><title><![CDATA[New comment by gautamcgoel in "New gel restores dental enamel and could revolutionise tooth repair"]]></title><description><![CDATA[
<p>Been using Boks for a couple months, haven't noticed much difference. Maybe some reduced sensitivity.</p>
]]></description><pubDate>Thu, 06 Nov 2025 18:52:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=45838847</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=45838847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45838847</guid></item><item><title><![CDATA[New comment by gautamcgoel in "EVs are depreciating faster than gas-powered cars"]]></title><description><![CDATA[
<p>Which car + how do you like it?</p>
]]></description><pubDate>Sat, 18 Oct 2025 04:59:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=45625036</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=45625036</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45625036</guid></item><item><title><![CDATA[New comment by gautamcgoel in "Bitcoin Whale Shorted $1.1B Right Before Tariffs"]]></title><description><![CDATA[
<p>I'm confused: why would you short BTC if you knew in advance that additional tariffs would be announced? Wouldn't you expect that to increase the dollar value of BTC due to depreciation of the dollar?</p>
]]></description><pubDate>Sun, 12 Oct 2025 02:23:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45554598</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=45554598</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45554598</guid></item><item><title><![CDATA[New comment by gautamcgoel in "Daniel Kahneman opted for assisted suicide in Switzerland"]]></title><description><![CDATA[
<p>Sorry to hear that, that is completely unacceptable behavior.</p>
]]></description><pubDate>Sat, 11 Oct 2025 20:19:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45552337</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=45552337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45552337</guid></item><item><title><![CDATA[New comment by gautamcgoel in "Why I chose Lua for this blog"]]></title><description><![CDATA[
<p>You are correct that 1-based indexing is the norm among mathematicians, but none of the creators of Lua is a mathematician, AFAIK. You can read about the early history of Lua here:<p><a href="https://www.lua.org/history.html" rel="nofollow">https://www.lua.org/history.html</a></p>
]]></description><pubDate>Fri, 03 Oct 2025 04:43:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45459065</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=45459065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45459065</guid></item><item><title><![CDATA[New comment by gautamcgoel in "How older parents divorce affects their adult children"]]></title><description><![CDATA[
<p>What were the benefits?</p>
]]></description><pubDate>Sun, 14 Sep 2025 21:18:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=45243327</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=45243327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45243327</guid></item><item><title><![CDATA[New comment by gautamcgoel in "New research reveals longevity gains slowing, life expectancy of 100 unlikely"]]></title><description><![CDATA[
<p>What British values do you think have been abandoned in favor of American values?</p>
]]></description><pubDate>Sun, 31 Aug 2025 08:37:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=45081521</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=45081521</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45081521</guid></item><item><title><![CDATA[New comment by gautamcgoel in "Writing Speed-of-Light Flash Attention for 5090 in CUDA C++"]]></title><description><![CDATA[
<p>Do you have a source for that B200 price?</p>
]]></description><pubDate>Sat, 23 Aug 2025 19:35:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=44998515</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=44998515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44998515</guid></item><item><title><![CDATA[New comment by gautamcgoel in "Review of Anti-Aging Drugs"]]></title><description><![CDATA[
<p>Simple solution: take an antacid, like Tums.</p>
]]></description><pubDate>Sun, 17 Aug 2025 21:05:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=44934937</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=44934937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44934937</guid></item><item><title><![CDATA[New comment by gautamcgoel in "Toothpaste made with keratin may protect and repair damaged teeth: study"]]></title><description><![CDATA[
<p>Any upcoming advances for gum disease?</p>
]]></description><pubDate>Sat, 16 Aug 2025 18:55:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=44926002</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=44926002</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44926002</guid></item><item><title><![CDATA[New comment by gautamcgoel in "New treatment eliminates bladder cancer in 82% of patients"]]></title><description><![CDATA[
<p>So sorry to hear this, I wish him the best.</p>
]]></description><pubDate>Wed, 13 Aug 2025 18:57:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44892379</link><dc:creator>gautamcgoel</dc:creator><comments>https://news.ycombinator.com/item?id=44892379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44892379</guid></item></channel></rss>