<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: AsyncBanana</title><link>https://news.ycombinator.com/user?id=AsyncBanana</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 01:40:37 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=AsyncBanana" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Making Postgres slower]]></title><description><![CDATA[
<p>Article URL: <a href="https://byteofdev.com/posts/making-postgres-slow/">https://byteofdev.com/posts/making-postgres-slow/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44704736">https://news.ycombinator.com/item?id=44704736</a></p>
<p>Points: 355</p>
<p># Comments: 39</p>
]]></description><pubDate>Sun, 27 Jul 2025 21:12:59 +0000</pubDate><link>https://byteofdev.com/posts/making-postgres-slow/</link><dc:creator>AsyncBanana</dc:creator><comments>https://news.ycombinator.com/item?id=44704736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44704736</guid></item><item><title><![CDATA[A Quick(ish) Introduction to Tuning Postgres]]></title><description><![CDATA[
<p>Article URL: <a href="https://byteofdev.com/posts/tuning-postgres-intro/">https://byteofdev.com/posts/tuning-postgres-intro/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44652832">https://news.ycombinator.com/item?id=44652832</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 22 Jul 2025 20:49:41 +0000</pubDate><link>https://byteofdev.com/posts/tuning-postgres-intro/</link><dc:creator>AsyncBanana</dc:creator><comments>https://news.ycombinator.com/item?id=44652832</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44652832</guid></item><item><title><![CDATA[New comment by AsyncBanana in "U.S. sues Apple, accusing it of maintaining an iPhone monopoly"]]></title><description><![CDATA[
<p>At this point, most people likely associated the word "phone" with something closer to a modern smartphone than a landline. Language can change. From my point of view, the problem is more that Apple set a precedent of these restrictions due to them being the first mover, and few mainstream phone companies have tried to break out of this idea (even though other phones are technically more flexible if you try hard enough).</p>
]]></description><pubDate>Fri, 22 Mar 2024 02:19:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=39786818</link><dc:creator>AsyncBanana</dc:creator><comments>https://news.ycombinator.com/item?id=39786818</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39786818</guid></item><item><title><![CDATA[New comment by AsyncBanana in "Paul Graham on NFTs"]]></title><description><![CDATA[
<p>True, although people need to make green NFTs more mainstream if they want NFTs to be more supported.</p>
]]></description><pubDate>Sun, 06 Feb 2022 20:19:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=30236582</link><dc:creator>AsyncBanana</dc:creator><comments>https://news.ycombinator.com/item?id=30236582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30236582</guid></item><item><title><![CDATA[State of the Web: Static Site Generators]]></title><description><![CDATA[
<p>Article URL: <a href="https://byteofdev.com/posts/static-site-generators/">https://byteofdev.com/posts/static-site-generators/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=30142558">https://news.ycombinator.com/item?id=30142558</a></p>
<p>Points: 161</p>
<p># Comments: 173</p>
]]></description><pubDate>Sun, 30 Jan 2022 23:47:43 +0000</pubDate><link>https://byteofdev.com/posts/static-site-generators/</link><dc:creator>AsyncBanana</dc:creator><comments>https://news.ycombinator.com/item?id=30142558</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30142558</guid></item><item><title><![CDATA[State of the Web: Bundlers and Build Tools]]></title><description><![CDATA[
<p>Article URL: <a href="https://byteofdev.com/posts/bundlers/">https://byteofdev.com/posts/bundlers/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=30050797">https://news.ycombinator.com/item?id=30050797</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 23 Jan 2022 21:47:14 +0000</pubDate><link>https://byteofdev.com/posts/bundlers/</link><dc:creator>AsyncBanana</dc:creator><comments>https://news.ycombinator.com/item?id=30050797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30050797</guid></item><item><title><![CDATA[New comment by AsyncBanana in "The fastest object diff library in JavaScript"]]></title><description><![CDATA[
<p>I agree it can be pretty easy to set up a basic version of this, but eliminating edge cases, optimizing, and unit testing can make it take significantly longer.</p>
]]></description><pubDate>Sat, 06 Nov 2021 18:20:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=29132527</link><dc:creator>AsyncBanana</dc:creator><comments>https://news.ycombinator.com/item?id=29132527</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29132527</guid></item><item><title><![CDATA[New comment by AsyncBanana in "The fastest object diff library in JavaScript"]]></title><description><![CDATA[
<p>Thanks for your interest! Currently, Microdiff does not have a patching functionality by default, and the API is different. If there is enough interest, though, I might make a compatibility layer to ease the differences, and it probably would not be hard to do yourself too.</p>
]]></description><pubDate>Sat, 06 Nov 2021 16:33:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=29131620</link><dc:creator>AsyncBanana</dc:creator><comments>https://news.ycombinator.com/item?id=29131620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29131620</guid></item><item><title><![CDATA[New comment by AsyncBanana in "The fastest object diff library in JavaScript"]]></title><description><![CDATA[
<p>For a bit of info on why it is often faster, you can look at <a href="https://github.com/AsyncBanana/microdiff/issues/2" rel="nofollow">https://github.com/AsyncBanana/microdiff/issues/2</a>. I will probably add something to the README about that soon too.</p>
]]></description><pubDate>Sat, 06 Nov 2021 16:29:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=29131580</link><dc:creator>AsyncBanana</dc:creator><comments>https://news.ycombinator.com/item?id=29131580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29131580</guid></item><item><title><![CDATA[The fastest object diff library in JavaScript]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/AsyncBanana/microdiff">https://github.com/AsyncBanana/microdiff</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=29130661">https://news.ycombinator.com/item?id=29130661</a></p>
<p>Points: 100</p>
<p># Comments: 44</p>
]]></description><pubDate>Sat, 06 Nov 2021 14:52:26 +0000</pubDate><link>https://github.com/AsyncBanana/microdiff</link><dc:creator>AsyncBanana</dc:creator><comments>https://news.ycombinator.com/item?id=29130661</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29130661</guid></item><item><title><![CDATA[New comment by AsyncBanana in "Study: Better sleep habits lead to better college grades (2019)"]]></title><description><![CDATA[
<p>This was not surprising, as many people already knew sleep helps your brain remember things. However, it is good data to back this up for people skeptical of the benefits and the "cutoff" time was interesting.</p>
]]></description><pubDate>Sat, 30 Oct 2021 13:05:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=29048452</link><dc:creator>AsyncBanana</dc:creator><comments>https://news.ycombinator.com/item?id=29048452</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29048452</guid></item><item><title><![CDATA[New comment by AsyncBanana in "[dead]"]]></title><description><![CDATA[
<p>Note: I am not affiliated with Cloudflare
Also, what do you think? Do you prefer other hosting providers, and why?</p>
]]></description><pubDate>Sat, 01 May 2021 14:27:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=27006580</link><dc:creator>AsyncBanana</dc:creator><comments>https://news.ycombinator.com/item?id=27006580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27006580</guid></item></channel></rss>