|
9 | 9 | <link>https://fezcode.com</link> |
10 | 10 | </image> |
11 | 11 | <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> |
13 | 13 | <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> |
15 | 15 | <copyright><![CDATA[2026 Ahmed Samil Bulbul]]></copyright> |
16 | 16 | <language><![CDATA[en]]></language> |
17 | 17 | <managingEditor><![CDATA[samil.bulbul@gmail.com (Ahmed Samil Bulbul)]]></managingEditor> |
18 | 18 | <webMaster><![CDATA[samil.bulbul@gmail.com (Ahmed Samil Bulbul)]]></webMaster> |
19 | 19 | <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'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> |
20 | 33 | <item> |
21 | 34 | <title><![CDATA[gobake: The Build Orchestrator Go Was Missing]]></title> |
22 | 35 | <description><![CDATA[[object Object]]]></description> |
|
0 commit comments