summaryrefslogtreecommitdiff
path: root/public/post/index.xml
diff options
context:
space:
mode:
authorAmir Saeid <amir@glgdgt.com>2026-02-18 21:25:00 +0000
committerAmir Saeid <amir@glgdgt.com>2026-02-18 21:25:00 +0000
commit32e0e105f663ace08896f22ab4079521070b0cac (patch)
treea40cad3ef73d76241f285d263c2574cf1e80c8d6 /public/post/index.xml
parent3e3b3596b4e0d720c68a2d3a3538055dae41a694 (diff)
Change the theme and add a new post
Diffstat (limited to 'public/post/index.xml')
-rw-r--r--public/post/index.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/public/post/index.xml b/public/post/index.xml
index bd08f3a..85cb7be 100644
--- a/public/post/index.xml
+++ b/public/post/index.xml
@@ -6,9 +6,16 @@
<description>Recent content in Posts on </description>
<generator>Hugo</generator>
<language>en</language>
- <lastBuildDate>Tue, 22 Aug 2017 00:00:00 +0000</lastBuildDate>
+ <lastBuildDate>Tue, 17 Feb 2026 20:59:41 +0000</lastBuildDate>
<atom:link href="https://blog.gluegadget.com/post/index.xml" rel="self" type="application/rss+xml" />
<item>
+ <title>Fairstream</title>
+ <link>https://blog.gluegadget.com/post/fairstream/</link>
+ <pubDate>Tue, 17 Feb 2026 20:59:41 +0000</pubDate>
+ <guid>https://blog.gluegadget.com/post/fairstream/</guid>
+ <description>&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Backtracking&#34;&gt;Backtracking&lt;/a&gt; is a versatile approach for solving search problems by building solutions incrementally. If a partial solution cannot be extended, it is discarded and the process returns to a previous step to explore an alternative path. This method is generally more efficient than brute-force searching due to pruning: stopping exploration of a branch as soon as it violates a constraint, which eliminates entire sections of the search space.&lt;/p&gt;&#xA;&lt;p&gt;Strictly speaking, fair backtracking is not required for all search problems. A fair strategy guarantees all branches make progress, preventing any single branch from starving the others. The List monad handles non-deterministic computation well, and within a finite search space it produces the same results as a fair stream. When the search space is infinite, or when one branch may produce unbounded results, fairness becomes essential to ensure completeness.&lt;/p&gt;</description>
+ </item>
+ <item>
<title>ThinkPad E470</title>
<link>https://blog.gluegadget.com/post/2017-08-22-thinkpad-e470/</link>
<pubDate>Tue, 22 Aug 2017 00:00:00 +0000</pubDate>