Skip to content

Commit ea669a3

Browse files
committed
fix: react-snap page render issue for quadtree
1 parent b86150e commit ea669a3

File tree

3 files changed

+101
-76
lines changed

3 files changed

+101
-76
lines changed

public/rss.xml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,27 @@
99
<link>https://fezcode.com</link>
1010
</image>
1111
<generator>RSS for Node</generator>
12-
<lastBuildDate>Fri, 20 Feb 2026 22:23:04 GMT</lastBuildDate>
12+
<lastBuildDate>Sat, 21 Feb 2026 17:23:39 GMT</lastBuildDate>
1313
<atom:link href="https://fezcode.com/rss.xml" rel="self" type="application/rss+xml"/>
14-
<pubDate>Fri, 20 Feb 2026 22:23:04 GMT</pubDate>
14+
<pubDate>Sat, 21 Feb 2026 17:23:39 GMT</pubDate>
1515
<copyright><![CDATA[2026 Ahmed Samil Bulbul]]></copyright>
1616
<language><![CDATA[en]]></language>
1717
<managingEditor><![CDATA[samil.bulbul@gmail.com (Ahmed Samil Bulbul)]]></managingEditor>
1818
<webMaster><![CDATA[samil.bulbul@gmail.com (Ahmed Samil Bulbul)]]></webMaster>
1919
<ttl>60</ttl>
20+
<item>
21+
<title><![CDATA[The Quadtree: Solving the O(N^2) Spatial Nightmare]]></title>
22+
<description><![CDATA[[object Object]]]></description>
23+
<link>https://fezcode.com/blog/quadtree-algorithm-spatial-indexing</link>
24+
<guid isPermaLink="false">https://fezcode.com/blog/quadtree-algorithm-spatial-indexing</guid>
25+
<dc:creator><![CDATA[Ahmed Samil Bulbul]]></dc:creator>
26+
<pubDate>Sat, 21 Feb 2026 00:00:00 GMT</pubDate>
27+
<content:encoded><![CDATA[<blockquote>
28+
<p>This analysis was built by a Software Engineer who once tried to simulate 10,000 particles and watched his CPU melt into a puddle of $O(N^2)$ regret.
29+
If the recursion depth makes your head spin, just imagine you&#39;re looking at a very organized square pizza.</p>
30+
</blockquote>
31+
<p><a href="https://fezcode.com/blog/quadtree-algorithm-spatial-indexing">Read more...</a></p>]]></content:encoded>
32+
</item>
2033
<item>
2134
<title><![CDATA[gobake: The Build Orchestrator Go Was Missing]]></title>
2235
<description><![CDATA[[object Object]]]></description>

0 commit comments

Comments
 (0)