<?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/"
	
	>
<channel>
	<title>
	Comments for Code crumbs, by Clément Pit-Claudel	</title>
	<atom:link href="http://pit-claudel.fr/clement/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://pit-claudel.fr/clement/blog</link>
	<description>Personal thoughts on maths and programming, often illustrated with code snippets</description>
	<lastBuildDate>Thu, 27 Jan 2022 10:47:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
	<item>
		<title>
		Comment on Generating uniformly random data from skewed input: biased coins, loaded dice, skew correction, and the Von Neumann extractor by Do imperfections in dice make them unsuitable to make really good bitcoin private keys? - Finance Money		</title>
		<link>https://pit-claudel.fr/clement/blog/generating-uniformly-random-data-from-skewed-input-biased-coins-loaded-dice-skew-correction-and-the-von-neumann-extractor/#comment-121212</link>

		<dc:creator><![CDATA[Do imperfections in dice make them unsuitable to make really good bitcoin private keys? - Finance Money]]></dc:creator>
		<pubDate>Thu, 27 Jan 2022 10:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://pit-claudel.fr/clement/blog/?p=410#comment-121212</guid>

					<description><![CDATA[[&#8230;] a description of the technique here. Note that it depends on the die rolls being independent and identically distributed, so you would [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] a description of the technique here. Note that it depends on the die rolls being independent and identically distributed, so you would [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How random is pseudo-random? Testing pseudo-random number generators and measuring randomness by Monte Carlo: what is a seed? - PhotoLens		</title>
		<link>https://pit-claudel.fr/clement/blog/how-random-is-pseudo-random-testing-pseudo-random-number-generators-and-measuring-randomness/#comment-121136</link>

		<dc:creator><![CDATA[Monte Carlo: what is a seed? - PhotoLens]]></dc:creator>
		<pubDate>Thu, 27 Jan 2022 04:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://pit-claudel.fr/clement/blog/?p=255#comment-121136</guid>

					<description><![CDATA[[&#8230;] Image taken from here [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Image taken from here [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Unscrambling shuffled text by Msot popele can undreatnsd tihs setennce		</title>
		<link>https://pit-claudel.fr/clement/blog/unscrambling-shuffled-text/#comment-107850</link>

		<dc:creator><![CDATA[Msot popele can undreatnsd tihs setennce]]></dc:creator>
		<pubDate>Sat, 21 Dec 2019 00:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://pit-claudel.fr/clement/blog/?p=9#comment-107850</guid>

					<description><![CDATA[[&#8230;] Steve Sachs set up a webpage for online garbling with AWK, and Clément Pit-Claudel offered Python code to ungarble garbled text. How would &#8220;ungarbler&#8221; do with the famous quote? See below. [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Steve Sachs set up a webpage for online garbling with AWK, and Clément Pit-Claudel offered Python code to ungarble garbled text. How would &#8220;ungarbler&#8221; do with the famous quote? See below. [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Willy Wonka&#8217;s golden tickets: certainly the most profitable marketing campaign of all times by John		</title>
		<link>https://pit-claudel.fr/clement/blog/willy-wonkas-golden-tickets-certainly-the-most-profitable-marketing-campaign-of-all-times/#comment-107762</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Sat, 15 Jun 2019 17:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://pit-claudel.fr/clement/blog/?p=360#comment-107762</guid>

					<description><![CDATA[Loved stumbling across this thanks Clément.

I was on the computer with my sons whilst doing a Google image search for charlie and golden ticket. I wondered similarly about Veruc&#039;s Dad&#039;s capacity in this - thanks for examining the issue!

Best,

John]]></description>
			<content:encoded><![CDATA[<p>Loved stumbling across this thanks Clément.</p>
<p>I was on the computer with my sons whilst doing a Google image search for charlie and golden ticket. I wondered similarly about Veruc&#8217;s Dad&#8217;s capacity in this &#8211; thanks for examining the issue!</p>
<p>Best,</p>
<p>John</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Modeling and measuring string comparison performance in C, C++, C# and Python. by Johnny Boy		</title>
		<link>https://pit-claudel.fr/clement/blog/modeling-and-measuring-string-comparison-performance-in-c-cpp-csharp-and-python/#comment-107640</link>

		<dc:creator><![CDATA[Johnny Boy]]></dc:creator>
		<pubDate>Sun, 01 Apr 2018 07:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://pit-claudel.fr/clement/blog/?p=458#comment-107640</guid>

					<description><![CDATA[If there are any C# programmers here who want to see how various methods stack up against other comparison methods, check out this blog post which benchmarks half a dozen ways:

http://cc.davelozinski.com/c-sharp/fastest-way-to-compare-strings

I like the &quot;thinking outside the box&quot; methods they tried like using HashSet keys (even though it isn&#039;t practical in every day code).]]></description>
			<content:encoded><![CDATA[<p>If there are any C# programmers here who want to see how various methods stack up against other comparison methods, check out this blog post which benchmarks half a dozen ways:</p>
<p><a href="http://cc.davelozinski.com/c-sharp/fastest-way-to-compare-strings" rel="nofollow ugc">http://cc.davelozinski.com/c-sharp/fastest-way-to-compare-strings</a></p>
<p>I like the &#8220;thinking outside the box&#8221; methods they tried like using HashSet keys (even though it isn&#8217;t practical in every day code).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Generating uniformly random data from skewed input: biased coins, loaded dice, skew correction, and the Von Neumann extractor by ray		</title>
		<link>https://pit-claudel.fr/clement/blog/generating-uniformly-random-data-from-skewed-input-biased-coins-loaded-dice-skew-correction-and-the-von-neumann-extractor/#comment-107639</link>

		<dc:creator><![CDATA[ray]]></dc:creator>
		<pubDate>Sat, 31 Mar 2018 16:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://pit-claudel.fr/clement/blog/?p=410#comment-107639</guid>

					<description><![CDATA[&quot; which I will discuss in a future article, take the rejection rate down to 1.5% for perfectly balanced dice&quot;

So I eagerly went to the home page to find this future article......only to discover that the blog ceased after only a few more articles.  Bummer.]]></description>
			<content:encoded><![CDATA[<p>&#8221; which I will discuss in a future article, take the rejection rate down to 1.5% for perfectly balanced dice&#8221;</p>
<p>So I eagerly went to the home page to find this future article&#8230;&#8230;only to discover that the blog ceased after only a few more articles.  Bummer.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Modeling and measuring string comparison performance in C, C++, C# and Python. by segovia		</title>
		<link>https://pit-claudel.fr/clement/blog/modeling-and-measuring-string-comparison-performance-in-c-cpp-csharp-and-python/#comment-107638</link>

		<dc:creator><![CDATA[segovia]]></dc:creator>
		<pubDate>Thu, 29 Mar 2018 21:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://pit-claudel.fr/clement/blog/?p=458#comment-107638</guid>

					<description><![CDATA[Thanks for posting this interesting blog. I was wondering what about calculating the similarity of two strings instead of merely compare two strings (and get an answer of True or False). Do you think C# or C++ will be faster than Python in that case as well?]]></description>
			<content:encoded><![CDATA[<p>Thanks for posting this interesting blog. I was wondering what about calculating the similarity of two strings instead of merely compare two strings (and get an answer of True or False). Do you think C# or C++ will be faster than Python in that case as well?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on An experimental estimation of the entropy of English, in 50 lines of Python code by Hermawan Wiwit		</title>
		<link>https://pit-claudel.fr/clement/blog/an-experimental-estimation-of-the-entropy-of-english-in-50-lines-of-python-code/#comment-107634</link>

		<dc:creator><![CDATA[Hermawan Wiwit]]></dc:creator>
		<pubDate>Fri, 24 Nov 2017 09:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://pit-claudel.fr/clement/blog/?p=691#comment-107634</guid>

					<description><![CDATA[Wow, that&#039;s a good article. What is the background of the problem?]]></description>
			<content:encoded><![CDATA[<p>Wow, that&#8217;s a good article. What is the background of the problem?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on An experimental estimation of the entropy of English, in 50 lines of Python code by XepherX		</title>
		<link>https://pit-claudel.fr/clement/blog/an-experimental-estimation-of-the-entropy-of-english-in-50-lines-of-python-code/#comment-106954</link>

		<dc:creator><![CDATA[XepherX]]></dc:creator>
		<pubDate>Fri, 17 Feb 2017 07:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://pit-claudel.fr/clement/blog/?p=691#comment-106954</guid>

					<description><![CDATA[Awesome post ... thank you.]]></description>
			<content:encoded><![CDATA[<p>Awesome post &#8230; thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on An experimental estimation of the entropy of English, in 50 lines of Python code by Mpho Kgoadi		</title>
		<link>https://pit-claudel.fr/clement/blog/an-experimental-estimation-of-the-entropy-of-english-in-50-lines-of-python-code/#comment-106867</link>

		<dc:creator><![CDATA[Mpho Kgoadi]]></dc:creator>
		<pubDate>Wed, 19 Oct 2016 17:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://pit-claudel.fr/clement/blog/?p=691#comment-106867</guid>

					<description><![CDATA[Hello

Thank you for giving a clear and concise explanation of information theory and especially the code. I am doing a final year project on information theory whilst trying to do the experiment for myself it somewhat harder to run as it is giving me an error 

Thank you]]></description>
			<content:encoded><![CDATA[<p>Hello</p>
<p>Thank you for giving a clear and concise explanation of information theory and especially the code. I am doing a final year project on information theory whilst trying to do the experiment for myself it somewhat harder to run as it is giving me an error </p>
<p>Thank you</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
