<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	
	>
<channel>
	<title>
	Comments for Hype Cycles	</title>
	<atom:link href="https://hypecycles.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://hypecycles.com</link>
	<description>Things that catch my eye; open source, photography, technology, and more</description>
	<lastBuildDate>Fri, 22 May 2026 10:38:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>
		Comment on Stylistic Forensics: Detecting AI Influence in Serial Publication by Venkataraman		</title>
		<link>https://hypecycles.com/2026/05/18/stylistic-forensics-detecting-ai-influence-in-serial-publication/#comment-124852</link>

		<dc:creator><![CDATA[Venkataraman]]></dc:creator>
		<pubDate>Fri, 22 May 2026 10:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=4647#comment-124852</guid>

					<description><![CDATA[&lt;!-- wp:paragraph --&gt;
&lt;p&gt;Hey, this is a brilliant, eye-opening essay. &lt;em&gt;&quot;The author who prompts well is still authoring. The author who prompts lazily is not collaborating with AI — he is being replaced by it.&quot;&lt;/em&gt; - sums up the message superbly. As a person wanting to write on stuff that I care about but am lazy of late, this concluding message is instructive as well as a helpful tip. Thanks much!&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;]]></description>
			<content:encoded><![CDATA[<p class="wp-block-paragraph">Hey, this is a brilliant, eye-opening essay. <em>&#8220;The author who prompts well is still authoring. The author who prompts lazily is not collaborating with AI — he is being replaced by it.&#8221;</em> &#8211; sums up the message superbly. As a person wanting to write on stuff that I care about but am lazy of late, this concluding message is instructive as well as a helpful tip. Thanks much!</p>
<p id="comment-like-124852" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2026/05/18/stylistic-forensics-detecting-ai-influence-in-serial-publication/?like_comment=124852&#038;_wpnonce=8a377ea0dc" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-124852" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on The Legal Heir Certificate Game: A Points-Based Guide to Bureaucratic Survival in Tamil Nadu by Vinod		</title>
		<link>https://hypecycles.com/2025/09/30/the-legal-heir-certificate-game-a-points-based-guide-to-bureaucratic-survival-in-tamil-nadu/#comment-124851</link>

		<dc:creator><![CDATA[Vinod]]></dc:creator>
		<pubDate>Fri, 06 Mar 2026 07:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=2836#comment-124851</guid>

					<description><![CDATA[&lt;!-- wp:image {&quot;sizeSlug&quot;:&quot;medium&quot;} --&gt;
&lt;figure class=&quot;wp-block-image size-medium&quot;&gt;&lt;img src=&quot;Vinod mehra &quot; alt=&quot;&quot; /&gt;&lt;/figure&gt;
&lt;!-- /wp:image --&gt;]]></description>
			<content:encoded><![CDATA[<figure class="wp-block-image size-medium"><img src="Vinod mehra " alt="" /></figure>
<p id="comment-like-124851" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2025/09/30/the-legal-heir-certificate-game-a-points-based-guide-to-bureaucratic-survival-in-tamil-nadu/?like_comment=124851&#038;_wpnonce=2aabf31984" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-124851" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Optimizing k-NN search &#8211; Making Vector Search Faster with Batched Early Abort by Sruthi Sathyamoorthy		</title>
		<link>https://hypecycles.com/2026/02/14/optimizing-k-nn-search-making-vector-search-faster-with-batched-early-abort/#comment-124850</link>

		<dc:creator><![CDATA[Sruthi Sathyamoorthy]]></dc:creator>
		<pubDate>Sat, 28 Feb 2026 08:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=2905#comment-124850</guid>

					<description><![CDATA[&lt;!-- wp:paragraph --&gt;
&lt;p&gt;I ran the Lucene implementation on my Apple M1 Max (32 GB RAM, ARM-based architecture) and observed significantly faster KNN search times.&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;Benchmark: KnnSearchBenchmark (numVectors = 100000, k = 100) &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;=== knnBatchedWithAbort === &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;dims=512 → 2.530 ± 0.008 ms/op &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;dims=1024 → 2.995 ± 1.350 ms/op &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;dims=1536 → 3.524 ± 0.686 ms/op &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;dims=1792 → 3.478 ± 0.870 ms/op &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;dims=2048 → 2.907 ± 0.436 ms/op &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;=== knnStandard === &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;dims=512 → 20.593 ± 15.860 ms/op &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;dims=1024 → 39.701 ± 0.199 ms/op &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;dims=1536 → 52.882 ± 0.177 ms/op &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;dims=1792 → 58.277 ± 1.214 ms/op &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;dims=2048 → 71.940 ± 0.061 ms/op&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;]]></description>
			<content:encoded><![CDATA[<p class="wp-block-paragraph">I ran the Lucene implementation on my Apple M1 Max (32 GB RAM, ARM-based architecture) and observed significantly faster KNN search times.</p>
<p class="wp-block-paragraph">
<p class="wp-block-paragraph">Benchmark: KnnSearchBenchmark (numVectors = 100000, k = 100) </p>
<p class="wp-block-paragraph">=== knnBatchedWithAbort === </p>
<p class="wp-block-paragraph">dims=512 → 2.530 ± 0.008 ms/op </p>
<p class="wp-block-paragraph">dims=1024 → 2.995 ± 1.350 ms/op </p>
<p class="wp-block-paragraph">dims=1536 → 3.524 ± 0.686 ms/op </p>
<p class="wp-block-paragraph">dims=1792 → 3.478 ± 0.870 ms/op </p>
<p class="wp-block-paragraph">dims=2048 → 2.907 ± 0.436 ms/op </p>
<p class="wp-block-paragraph">=== knnStandard === </p>
<p class="wp-block-paragraph">dims=512 → 20.593 ± 15.860 ms/op </p>
<p class="wp-block-paragraph">dims=1024 → 39.701 ± 0.199 ms/op </p>
<p class="wp-block-paragraph">dims=1536 → 52.882 ± 0.177 ms/op </p>
<p class="wp-block-paragraph">dims=1792 → 58.277 ± 1.214 ms/op </p>
<p class="wp-block-paragraph">dims=2048 → 71.940 ± 0.061 ms/op</p>
<p id="comment-like-124850" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2026/02/14/optimizing-k-nn-search-making-vector-search-faster-with-batched-early-abort/?like_comment=124850&#038;_wpnonce=3d26e7da02" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-124850" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Optimizing k-NN search &#8211; Making Vector Search Faster with Batched Early Abort by Sruthi Sathyamoorthy		</title>
		<link>https://hypecycles.com/2026/02/14/optimizing-k-nn-search-making-vector-search-faster-with-batched-early-abort/#comment-124849</link>

		<dc:creator><![CDATA[Sruthi Sathyamoorthy]]></dc:creator>
		<pubDate>Sat, 28 Feb 2026 08:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=2905#comment-124849</guid>

					<description><![CDATA[&lt;!-- wp:paragraph --&gt;
&lt;p&gt;These optimizations are pretty cool and I enjoyed reading your blog, especially the benchmark numbers at 2048 dims.&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;However I noticed in your benchmarking tests you only tested pre-normalized vectors, was that intentional?&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;Correct me if I’m wrong but I think the correctness of the early abort optimization only holds if the vectors are normalized right?&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;One edge case where I think the early abort would abort wrongly when it shouldn’t is the pessimistic bound in squareDistanceBatched for cases where a vector that belongs in the top-K gets silently skipped.&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;Here&#039;s an example with unit vectors where I think the early abort wouldn’t work right?&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;// Two identical unit vectors — actual L2² = 0, should never be aborted &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;float[] v1 = new float[32]; &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;float[] v2 = new float[32]; &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;float val = 0.25f; // 16 × 0.0625 = 1.0 → unit norm &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;for (int i = 16; i &#060; 32; i++) &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;{ &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;v1[i] = val; v2[i] = val; &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;// Returns -2.0f (abort) instead of 0.0f — even though these are identical vectors VectorUtil.squareDistanceBatched(v1, v2, 16, 1.0f);&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;To make sure my doubt/question was on the right track I asked AI to confirm or deny if my reasoning is correct and explain why and it seemed to agree:&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;AI Response:&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;“ &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;After the first 16 dims (all zero), partialDot = 0, so pessimistic L2Sq = 2*(1-0) = 2.0 &#062; threshold. The optimization aborts. But the entire similarity lives in the second batch. The bound 2*(1 - partialDot) is only a valid lower bound on the final L2² if remaining dimensions contribute non-negatively to the dot product and that isn&#039;t guaranteed even for unit vectors when their similarity happens to be concentrated beyond the first batch. Real embedding spaces don&#039;t promise anything about dimension ordering.&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;There&#039;s also a secondary issue in EUCLIDEAN.compareWithThreshold specifically: it routes through squareDistanceBatched, which uses the 2*(1 - dot) formula — valid only for unit-norm vectors. EUCLIDEAN makes no such guarantee, so passing a non-unit vector like [3, 4, 0, ...] produces a negative &quot;distance&quot; and a completely wrong similarity score. &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;“&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;I think if there was a method/APi name that explicitly mentions the optimization and that it only works for the linear algebra constraints the Ai mentioned then it’s good right, but currently that pre-normalization assumption doesn’t exist for the EUCLIDEAN class right?&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;]]></description>
			<content:encoded><![CDATA[<p class="wp-block-paragraph">These optimizations are pretty cool and I enjoyed reading your blog, especially the benchmark numbers at 2048 dims.</p>
<p class="wp-block-paragraph">
<p class="wp-block-paragraph">However I noticed in your benchmarking tests you only tested pre-normalized vectors, was that intentional?</p>
<p class="wp-block-paragraph">
<p class="wp-block-paragraph">Correct me if I’m wrong but I think the correctness of the early abort optimization only holds if the vectors are normalized right?</p>
<p class="wp-block-paragraph">
<p class="wp-block-paragraph">One edge case where I think the early abort would abort wrongly when it shouldn’t is the pessimistic bound in squareDistanceBatched for cases where a vector that belongs in the top-K gets silently skipped.</p>
<p class="wp-block-paragraph">
<p class="wp-block-paragraph">Here&#8217;s an example with unit vectors where I think the early abort wouldn’t work right?</p>
<p class="wp-block-paragraph">
<p class="wp-block-paragraph">// Two identical unit vectors — actual L2² = 0, should never be aborted </p>
<p class="wp-block-paragraph">float[] v1 = new float[32]; </p>
<p class="wp-block-paragraph">float[] v2 = new float[32]; </p>
<p class="wp-block-paragraph">float val = 0.25f; // 16 × 0.0625 = 1.0 → unit norm </p>
<p class="wp-block-paragraph">for (int i = 16; i &lt; 32; i++) </p>
<p class="wp-block-paragraph">{ </p>
<p class="wp-block-paragraph">v1[i] = val; v2[i] = val; </p>
<p class="wp-block-paragraph">}</p>
<p class="wp-block-paragraph">
<p class="wp-block-paragraph">// Returns -2.0f (abort) instead of 0.0f — even though these are identical vectors VectorUtil.squareDistanceBatched(v1, v2, 16, 1.0f);</p>
<p class="wp-block-paragraph">
<p class="wp-block-paragraph">To make sure my doubt/question was on the right track I asked AI to confirm or deny if my reasoning is correct and explain why and it seemed to agree:</p>
<p class="wp-block-paragraph">
<p class="wp-block-paragraph">AI Response:</p>
<p class="wp-block-paragraph">“ </p>
<p class="wp-block-paragraph">After the first 16 dims (all zero), partialDot = 0, so pessimistic L2Sq = 2*(1-0) = 2.0 &gt; threshold. The optimization aborts. But the entire similarity lives in the second batch. The bound 2*(1 &#8211; partialDot) is only a valid lower bound on the final L2² if remaining dimensions contribute non-negatively to the dot product and that isn&#8217;t guaranteed even for unit vectors when their similarity happens to be concentrated beyond the first batch. Real embedding spaces don&#8217;t promise anything about dimension ordering.</p>
<p class="wp-block-paragraph">
<p class="wp-block-paragraph">There&#8217;s also a secondary issue in EUCLIDEAN.compareWithThreshold specifically: it routes through squareDistanceBatched, which uses the 2*(1 &#8211; dot) formula — valid only for unit-norm vectors. EUCLIDEAN makes no such guarantee, so passing a non-unit vector like [3, 4, 0, &#8230;] produces a negative &#8220;distance&#8221; and a completely wrong similarity score. </p>
<p class="wp-block-paragraph">“</p>
<p class="wp-block-paragraph">I think if there was a method/APi name that explicitly mentions the optimization and that it only works for the linear algebra constraints the Ai mentioned then it’s good right, but currently that pre-normalization assumption doesn’t exist for the EUCLIDEAN class right?</p>
<p id="comment-like-124849" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2026/02/14/optimizing-k-nn-search-making-vector-search-faster-with-batched-early-abort/?like_comment=124849&#038;_wpnonce=d86f55feb1" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-124849" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on AI comes to LinkedIn spam by Lewis Bruck		</title>
		<link>https://hypecycles.com/2025/09/22/ai-comes-to-linkedin-spam/#comment-124848</link>

		<dc:creator><![CDATA[Lewis Bruck]]></dc:creator>
		<pubDate>Sat, 11 Oct 2025 00:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=2825#comment-124848</guid>

					<description><![CDATA[&lt;!-- wp:paragraph --&gt;
&lt;p&gt;Its almost an actual sonnet; it&#039;s got the rhyme form but not quite hitting iambic pentameter <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f605.png" alt="😅" class="wp-smiley" style="height: 1em; max-height: 1em;" />&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;]]></description>
			<content:encoded><![CDATA[<p class="wp-block-paragraph">Its almost an actual sonnet; it&#8217;s got the rhyme form but not quite hitting iambic pentameter 😅</p>
<p id="comment-like-124848" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2025/09/22/ai-comes-to-linkedin-spam/?like_comment=124848&#038;_wpnonce=6579036396" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-124848" class="comment-like-feedback">Liked by <a href="#" class="view-likers" data-like-count="1">1 person</a></span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Geiger counters and Radon detection by amrith		</title>
		<link>https://hypecycles.com/2022/01/02/geiger-counters-and-radon-detection/#comment-124841</link>

		<dc:creator><![CDATA[amrith]]></dc:creator>
		<pubDate>Fri, 18 Oct 2024 18:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=2498#comment-124841</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://hypecycles.com/2022/01/02/geiger-counters-and-radon-detection/#comment-124840&quot;&gt;Enis&lt;/a&gt;.

&lt;!-- wp:paragraph --&gt;
&lt;p&gt;I don&#039;t think so, unfortunately.&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://hypecycles.com/2022/01/02/geiger-counters-and-radon-detection/#comment-124840">Enis</a>.</p>
<p class="wp-block-paragraph">I don&#8217;t think so, unfortunately.</p>
<p id="comment-like-124841" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2022/01/02/geiger-counters-and-radon-detection/?like_comment=124841&#038;_wpnonce=fa44ef9db9" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-124841" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Geiger counters and Radon detection by Enis		</title>
		<link>https://hypecycles.com/2022/01/02/geiger-counters-and-radon-detection/#comment-124840</link>

		<dc:creator><![CDATA[Enis]]></dc:creator>
		<pubDate>Fri, 04 Oct 2024 10:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=2498#comment-124840</guid>

					<description><![CDATA[&lt;!-- wp:paragraph --&gt;
&lt;p&gt;Dear Amrith&lt;br /&gt;&lt;br /&gt;Thank you for the post&lt;br /&gt;I&#039;ve just bought and old home and I want to make sure I&#039;m safe.&lt;br /&gt;I see what you&#039;re saying about not being able to know what the source is of the radiation.&lt;br /&gt;&lt;br /&gt;However it seems to me using a Geiger counter is a lot simpler than testing for Radon.&lt;br /&gt;So can the Geiger counter maybe inform if a Radon test is necessary? I imagine if there is very little radioactivity there is also little cause for concern?&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;]]></description>
			<content:encoded><![CDATA[<p class="wp-block-paragraph">Dear Amrith</p>
<p>Thank you for the post<br />I&#8217;ve just bought and old home and I want to make sure I&#8217;m safe.<br />I see what you&#8217;re saying about not being able to know what the source is of the radiation.</p>
<p>However it seems to me using a Geiger counter is a lot simpler than testing for Radon.<br />So can the Geiger counter maybe inform if a Radon test is necessary? I imagine if there is very little radioactivity there is also little cause for concern?</p>
<p id="comment-like-124840" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2022/01/02/geiger-counters-and-radon-detection/?like_comment=124840&#038;_wpnonce=490a5ac0bc" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-124840" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Addressing a common misconception regarding OpenStack Trove security by Architectural nuances of OpenStack. Databases as a Service, Trove Implementation - TechBurst Magazine		</title>
		<link>https://hypecycles.com/2017/01/05/addressing-a-common-misconception-regarding-openstack-trove-security/#comment-124835</link>

		<dc:creator><![CDATA[Architectural nuances of OpenStack. Databases as a Service, Trove Implementation - TechBurst Magazine]]></dc:creator>
		<pubDate>Sun, 11 Feb 2024 21:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=2001#comment-124835</guid>

					<description><![CDATA[[&#8230;] of components with keys K1, K2, K3. Diagram of Blog one of the developers, where he explains the security [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] of components with keys K1, K2, K3. Diagram of Blog one of the developers, where he explains the security [&#8230;]</p>
<p id="comment-like-124835" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2017/01/05/addressing-a-common-misconception-regarding-openstack-trove-security/?like_comment=124835&#038;_wpnonce=d89db7a5e4" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-124835" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Look Ma! NoSQL! by Frenchy and Stupid		</title>
		<link>https://hypecycles.com/2009/08/05/look-ma-nosql/#comment-124821</link>

		<dc:creator><![CDATA[Frenchy and Stupid]]></dc:creator>
		<pubDate>Tue, 26 Dec 2023 14:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.wordpress.com/?p=293#comment-124821</guid>

					<description><![CDATA[Loved reading this thaank you]]></description>
			<content:encoded><![CDATA[<p>Loved reading this thaank you</p>
<p id="comment-like-124821" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2009/08/05/look-ma-nosql/?like_comment=124821&#038;_wpnonce=23390b2b33" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-124821" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Everything you wanted to know about GPG &#8211; but were scared to ask by Tudo o que você queria saber sobre GPG – mas tinha medo de perguntar &#8211; linux-BR.org		</title>
		<link>https://hypecycles.com/2023/01/01/everything-you-wanted-to-know-about-gpg-but-were-scared-to-ask/#comment-124499</link>

		<dc:creator><![CDATA[Tudo o que você queria saber sobre GPG – mas tinha medo de perguntar &#8211; linux-BR.org]]></dc:creator>
		<pubDate>Sun, 27 Aug 2023 07:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=2609#comment-124499</guid>

					<description><![CDATA[[&#8230;] Fonte: https://hypecycles.com/2023/01/01/everything-you-wanted-to-know-about-gpg-but-were-scared-to-ask/ [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Fonte: <a href="https://hypecycles.com/2023/01/01/everything-you-wanted-to-know-about-gpg-but-were-scared-to-ask/" rel="ugc">https://hypecycles.com/2023/01/01/everything-you-wanted-to-know-about-gpg-but-were-scared-to-ask/</a> [&#8230;]</p>
<p id="comment-like-124499" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2023/01/01/everything-you-wanted-to-know-about-gpg-but-were-scared-to-ask/?like_comment=124499&#038;_wpnonce=8b45d39b5c" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-124499" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Battery Power Drives Screen Size by Best Chisinau		</title>
		<link>https://hypecycles.com/2012/06/06/battery-power-drives-screen-size/#comment-123439</link>

		<dc:creator><![CDATA[Best Chisinau]]></dc:creator>
		<pubDate>Sun, 28 May 2023 13:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pizzaandcode.com/?p=1639#comment-123439</guid>

					<description><![CDATA[Very nice poost]]></description>
			<content:encoded><![CDATA[<p>Very nice poost</p>
<p id="comment-like-123439" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2012/06/06/battery-power-drives-screen-size/?like_comment=123439&#038;_wpnonce=9b8ef8b231" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-123439" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Hello dynamodb-shell by Satya		</title>
		<link>https://hypecycles.com/2023/01/25/hello-dynamodb-shell/#comment-123342</link>

		<dc:creator><![CDATA[Satya]]></dc:creator>
		<pubDate>Fri, 19 May 2023 05:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=2684#comment-123342</guid>

					<description><![CDATA[Wow... great article on DynamoDB (DDB) shell.


Satya
https://satya-dba.blogspot.com/2023/04/ddbsh-dynamodb-shell-aws.html
]]></description>
			<content:encoded><![CDATA[<p>Wow&#8230; great article on DynamoDB (DDB) shell.</p>
<p>Satya<br />
<a href="https://satya-dba.blogspot.com/2023/04/ddbsh-dynamodb-shell-aws.html" rel="nofollow ugc">https://satya-dba.blogspot.com/2023/04/ddbsh-dynamodb-shell-aws.html</a></p>
<p id="comment-like-123342" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2023/01/25/hello-dynamodb-shell/?like_comment=123342&#038;_wpnonce=f207e53355" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-123342" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Hello dynamodb-shell by Query data with DynamoDB Shell – a command line interface for Amazon DynamoDB &#124; AWS Database Blog		</title>
		<link>https://hypecycles.com/2023/01/25/hello-dynamodb-shell/#comment-122544</link>

		<dc:creator><![CDATA[Query data with DynamoDB Shell – a command line interface for Amazon DynamoDB &#124; AWS Database Blog]]></dc:creator>
		<pubDate>Sat, 18 Feb 2023 00:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=2684#comment-122544</guid>

					<description><![CDATA[[&#8230;] can get a quick introduction to ddbsh from Hello DynamoDB shell, and dive a little deeper into creating and querying global secondary indexes in Getting started [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] can get a quick introduction to ddbsh from Hello DynamoDB shell, and dive a little deeper into creating and querying global secondary indexes in Getting started [&#8230;]</p>
<p id="comment-like-122544" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2023/01/25/hello-dynamodb-shell/?like_comment=122544&#038;_wpnonce=1f9e18ace7" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-122544" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on It is 2010 and RAID5 still works &#8230; by Shannon D		</title>
		<link>https://hypecycles.com/2010/03/06/raid-recovery/#comment-122349</link>

		<dc:creator><![CDATA[Shannon D]]></dc:creator>
		<pubDate>Sun, 29 Jan 2023 19:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.wordpress.com/?p=780#comment-122349</guid>

					<description><![CDATA[Thanks for sharing thiss]]></description>
			<content:encoded><![CDATA[<p>Thanks for sharing thiss</p>
<p id="comment-like-122349" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2010/03/06/raid-recovery/?like_comment=122349&#038;_wpnonce=e4603564f4" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-122349" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Hello dynamodb-shell by Getting started with dynamodb-shell &#8211; Hype Cycles		</title>
		<link>https://hypecycles.com/2023/01/25/hello-dynamodb-shell/#comment-122299</link>

		<dc:creator><![CDATA[Getting started with dynamodb-shell &#8211; Hype Cycles]]></dc:creator>
		<pubDate>Thu, 26 Jan 2023 05:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=2684#comment-122299</guid>

					<description><![CDATA[[&#8230;] I posted a quick introduction to dynamodb-shell. Let&#8217;s go a little bit further today. ddbsh has quit a [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] I posted a quick introduction to dynamodb-shell. Let&#8217;s go a little bit further today. ddbsh has quit a [&#8230;]</p>
<p id="comment-like-122299" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2023/01/25/hello-dynamodb-shell/?like_comment=122299&#038;_wpnonce=81f7d0e3ca" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-122299" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on All you ever wanted to know about the CAP Theorem but were scared to ask! by Dana R		</title>
		<link>https://hypecycles.com/2011/10/27/all-you-ever-wanted-to-know-about-the-cap-theorem-but-were-scared-to-ask/#comment-118665</link>

		<dc:creator><![CDATA[Dana R]]></dc:creator>
		<pubDate>Tue, 19 Jul 2022 07:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.pizzaandcode.com/?p=1427#comment-118665</guid>

					<description><![CDATA[Thhanks for writing this]]></description>
			<content:encoded><![CDATA[<p>Thhanks for writing this</p>
<p id="comment-like-118665" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2011/10/27/all-you-ever-wanted-to-know-about-the-cap-theorem-but-were-scared-to-ask/?like_comment=118665&#038;_wpnonce=a438bbd3d0" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-118665" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Of residential radon tests, and sensors by Geiger counters and Radon detection &#8211; Hype Cycles		</title>
		<link>https://hypecycles.com/2021/10/03/of-residential-radon-tests-and-sensors/#comment-111266</link>

		<dc:creator><![CDATA[Geiger counters and Radon detection &#8211; Hype Cycles]]></dc:creator>
		<pubDate>Sun, 02 Jan 2022 18:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=2441#comment-111266</guid>

					<description><![CDATA[[&#8230;] It is that time of the year, and I&#8217;ve been in touch with a number of people who I&#8217;ve not spoken with in months (in some cases since the same time last year). And a few asked me about Geiger counters, and radon detection that I&#8217;d written about in the last few posts. [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] It is that time of the year, and I&#8217;ve been in touch with a number of people who I&#8217;ve not spoken with in months (in some cases since the same time last year). And a few asked me about Geiger counters, and radon detection that I&#8217;d written about in the last few posts. [&#8230;]</p>
<p id="comment-like-111266" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2021/10/03/of-residential-radon-tests-and-sensors/?like_comment=111266&#038;_wpnonce=b41ad30754" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-111266" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on DIY Geiger Counters by Geiger counters and Radon detection &#8211; Hype Cycles		</title>
		<link>https://hypecycles.com/2021/10/09/diy-geiger-counters/#comment-111265</link>

		<dc:creator><![CDATA[Geiger counters and Radon detection &#8211; Hype Cycles]]></dc:creator>
		<pubDate>Sun, 02 Jan 2022 18:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=2474#comment-111265</guid>

					<description><![CDATA[[&#8230;] And a few asked me about Geiger counters, and radon detection that I&#8217;d written about in the last few [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] And a few asked me about Geiger counters, and radon detection that I&#8217;d written about in the last few [&#8230;]</p>
<p id="comment-like-111265" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2021/10/09/diy-geiger-counters/?like_comment=111265&#038;_wpnonce=aa5cc9288e" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-111265" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Of Radon, Radon tests, and home ownership by Of residential radon tests, and sensors &#8211; Hype Cycles		</title>
		<link>https://hypecycles.com/2021/10/03/of-radon-radon-tests-and-home-ownership/#comment-108381</link>

		<dc:creator><![CDATA[Of residential radon tests, and sensors &#8211; Hype Cycles]]></dc:creator>
		<pubDate>Mon, 04 Oct 2021 02:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=2412#comment-108381</guid>

					<description><![CDATA[[&#8230;] the last blog post, I started to describe how radon comes into houses, and the radioactive decay that causes it. [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] the last blog post, I started to describe how radon comes into houses, and the radioactive decay that causes it. [&#8230;]</p>
<p id="comment-like-108381" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2021/10/03/of-radon-radon-tests-and-home-ownership/?like_comment=108381&#038;_wpnonce=f29e87a09b" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-108381" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Running your IRC bouncer on a Raspberry Pi by amrith		</title>
		<link>https://hypecycles.com/2017/07/28/running-your-irc-bouncer-on-a-raspberry-pi/#comment-75553</link>

		<dc:creator><![CDATA[amrith]]></dc:creator>
		<pubDate>Wed, 09 Sep 2020 11:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://hypecycles.com/?p=2220#comment-75553</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://hypecycles.com/2017/07/28/running-your-irc-bouncer-on-a-raspberry-pi/#comment-75380&quot;&gt;hoober&lt;/a&gt;.

Make sure that the command you executed is

sudo -u znc /usr/bin/znc -- datadir=/var/lib/znc --makeconf

that&#039;s two &#039;-&#039; (hyphens) before datadir, and makeconf.

Read the readme for the correct command if you want to copy/paste.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://hypecycles.com/2017/07/28/running-your-irc-bouncer-on-a-raspberry-pi/#comment-75380">hoober</a>.</p>
<p>Make sure that the command you executed is</p>
<p>sudo -u znc /usr/bin/znc &#8212; datadir=/var/lib/znc &#8211;makeconf</p>
<p>that&#8217;s two &#8216;-&#8216; (hyphens) before datadir, and makeconf.</p>
<p>Read the readme for the correct command if you want to copy/paste.</p>
<p id="comment-like-75553" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://hypecycles.com/2017/07/28/running-your-irc-bouncer-on-a-raspberry-pi/?like_comment=75553&#038;_wpnonce=5fcd3e883d" class="comment-like-link needs-login" rel="nofollow" data-blog="8347020"><span>Like</span></a><span id="comment-like-count-75553" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>