<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>Fublag</title>
	<atom:link href="https://fublag.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://fublag.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 15 Mar 2010 00:16:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">5443526</site><cloud domain='fublag.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s2.wp.com/i/webclip.png</url>
		<title>Fublag</title>
		<link>https://fublag.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://fublag.wordpress.com/osd.xml" title="Fublag" />
	<atom:link rel='hub' href='https://fublag.wordpress.com/?pushpress=hub'/>
	<item>
		<title>Google Public Data</title>
		<link>https://fublag.wordpress.com/2010/03/14/google-public-data/</link>
					<comments>https://fublag.wordpress.com/2010/03/14/google-public-data/#respond</comments>
		
		<dc:creator><![CDATA[Daedalus]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 00:16:44 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://fublag.wordpress.com/?p=243</guid>

					<description><![CDATA[Last week, Google unveiled their new Public Data Explorer. If you&#8217;ve ever seen Gapminder, this is very similar. In fact, Google bought the Trendalyzer software from Gapminder and applied it to data from Eurostat, the US Census Bureau and many other sources: Datasets For me, the main question with Google is where they&#8217;ll next head [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Last week, Google <a href="http://googleblog.blogspot.com/2010/03/statistics-for-changing-world-google.html">unveiled</a> their new <a href="http://www.google.com/publicdata/home">Public Data Explorer</a>. If you&#8217;ve ever seen Gapminder, this is very similar.</p>
<p>In fact, Google bought the Trendalyzer software from Gapminder and applied it to data from Eurostat, the US Census Bureau and many other sources: <a href="http://www.google.com/publicdata/directory">Datasets</a></p>
<p>For me, the main question with Google is where they&#8217;ll next head in their persistent quest for market share and eventually world domination. Chrome, Android, Google Maps, YouTube, all added to their repertoire and threatened the competitors in those fields. When was the last time you used Mapquest?</p>
<p>With Public Data, the main target seems to be <a href="http://www.wolframalpha.com/">Wolfram Alpha</a> with its database of everything from the lethal dosage of caffeine to algorithms for solving differential equations. Granted, Google is mostly sticking to Gapminder&#8217;s domain: global population statistics. But with their tendency to obsessively add new functionality (also last week: bike routes on Google Maps!), it&#8217;s only a matter of time.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fublag.wordpress.com/2010/03/14/google-public-data/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">243</post-id>
		<media:content url="https://1.gravatar.com/avatar/4708a67c70dafb683d31b2334732d66f753acdb7e791dc5021d2ce75fe30adeb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fublag</media:title>
		</media:content>
	</item>
		<item>
		<title>Bizarre Fact About Factors</title>
		<link>https://fublag.wordpress.com/2010/03/06/bizarre-factor/</link>
					<comments>https://fublag.wordpress.com/2010/03/06/bizarre-factor/#respond</comments>
		
		<dc:creator><![CDATA[Daedalus]]></dc:creator>
		<pubDate>Sat, 06 Mar 2010 19:50:37 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://fublag.wordpress.com/?p=236</guid>

					<description><![CDATA[For any integers B and x greater than 1, where B is not a multiple of any factors of x: There exists a positive integer n such that (B^n)-1 is divisible by x. In other words: 999&#8230;.9999 is a multiple of any given number, except for evens and multiples of 5 (base 10). You just [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>For <em>any</em> integers B and x greater than 1, where B is not a multiple of any factors of x: There exists a positive integer n such that (B^n)-1 is divisible by x.</p>
<p>In other words: 999&#8230;.9999 is a multiple of any given number, except for evens and multiples of 5 (base 10). You just need the right number of nines.<br />
In binary, 1111&#8230;111 has the same property.</p>
<p>I won&#8217;t write out a formal proof, but here&#8217;s a simple explanation:<br />
The decimal expansion of 1/x is a repeating decimal.<br />
Therefore, it&#8217;s a fraction over B^n-1.<br />
Inverting both sides of the equation, B^n-1 is a multiple of x.</p>
<p>This doesn&#8217;t actually work if x is a multiple of 2 or 5 (in decimal), or in general any of the factors of the radix, because the repeating decimal will have a number of zeroes before it. But it works in all other cases.</p>
<p>Example:<br />
99999999999999999999999999999999999999999999999999999999999999999<br />
99999999999999999999999999999999999999999999999999999999999999999<br />
99999999999999999999999999999999999999999999999999999999999999999<br />
99999999999999999999999999999999999999999999999999999999999999999<br />
99999999999999999999999999999999999999999999999999999999999999999<br />
99999999999999999999999999999999999999999999999999999999999999999<br />
99999999999999999999999999999999999999999999999999999999999999999<br />
99999999999999999999999999999999999999999999999999999999999999999<br />
99999999999999999999999999999999999999999999999999 is a multiple of 1,337. That&#8217;s 570 nines.</p>
<p>Hey, I never said n had to be small.</p>
<p>EDIT: After poking around Wikipedia and playing with Wolfram|Alpha a bit, it seems that an upper bound on N is x-1. A better upper bound, however, is LCM(a,b,c&#8230;) where a,b,c are the prime factors of x, minus one.</p>
<p>1337 = 7*191.<br />
LCM(6,190) is &#8212; guess what? &#8212; 570.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fublag.wordpress.com/2010/03/06/bizarre-factor/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">236</post-id>
		<media:content url="https://1.gravatar.com/avatar/4708a67c70dafb683d31b2334732d66f753acdb7e791dc5021d2ce75fe30adeb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fublag</media:title>
		</media:content>
	</item>
		<item>
		<title>Jolk Etymology</title>
		<link>https://fublag.wordpress.com/2010/02/09/jolk-etymology/</link>
					<comments>https://fublag.wordpress.com/2010/02/09/jolk-etymology/#respond</comments>
		
		<dc:creator><![CDATA[Daedalus]]></dc:creator>
		<pubDate>Tue, 09 Feb 2010 19:58:10 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://fublag.wordpress.com/?p=230</guid>

					<description><![CDATA[The computer mouse is not, as many people assume, named after the similar-looking rodent. In fact, the term derives from the original model number Douglas Engelbart used: J-97. Engelbart and his team at ARC used a simple code to label prototypes: &#8220;n&#8221; for nonworking (a wooden model, for example) and &#8220;w&#8221; for working (a fully-functional [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The computer mouse is not, as many people assume, named after the similar-looking rodent.<br />
In fact, the term derives from the original model number Douglas Engelbart used: J-97.</p>
<p>Engelbart and his team at ARC used a simple code to label prototypes: &#8220;n&#8221; for nonworking (a wooden model, for example) and &#8220;w&#8221; for working (a fully-functional test version). The first mouse that really succeeded was the third working model; he planned to announce this via a memo titled &#8220;J97w3 device ready for patent.&#8221;</p>
<p>History was made when he accidentally typed the first word with his fingers a row too far down on the keyboard: &#8220;Mouse device ready for patent.&#8221;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fublag.wordpress.com/2010/02/09/jolk-etymology/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">230</post-id>
		<media:content url="https://1.gravatar.com/avatar/4708a67c70dafb683d31b2334732d66f753acdb7e791dc5021d2ce75fe30adeb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fublag</media:title>
		</media:content>
	</item>
		<item>
		<title>Nerdy Comic!</title>
		<link>https://fublag.wordpress.com/2010/02/01/nerdy-comic/</link>
					<comments>https://fublag.wordpress.com/2010/02/01/nerdy-comic/#comments</comments>
		
		<dc:creator><![CDATA[Daedalus]]></dc:creator>
		<pubDate>Tue, 02 Feb 2010 04:20:56 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://fublag.wordpress.com/?p=215</guid>

					<description><![CDATA[I&#8217;m shameless, but at least I can use LaTeX. (My renderer of choice is the Wikipedia sandbox.) EDIT: WordPress isn&#8217;t any better with fractions:]]></description>
										<content:encoded><![CDATA[<p><a href="https://fublag.wordpress.com/wp-content/uploads/2010/02/hate-love.png"><img data-attachment-id="226" data-permalink="https://fublag.wordpress.com/2010/02/01/nerdy-comic/hate-love-2/" data-orig-file="https://fublag.wordpress.com/wp-content/uploads/2010/02/hate-love4.png" data-orig-size="168,48" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Of course, zero isn&amp;#8217;t really a vowel&amp;#8230;" data-image-description="" data-image-caption="" data-large-file="https://fublag.wordpress.com/wp-content/uploads/2010/02/hate-love4.png?w=168" src="https://fublag.wordpress.com/wp-content/uploads/2010/02/hate-love4.png?w=455" alt="" title="Of course, zero isn&#39;t really a vowel..."   class="aligncenter size-full wp-image-226" srcset="https://fublag.wordpress.com/wp-content/uploads/2010/02/hate-love4.png 168w, https://fublag.wordpress.com/wp-content/uploads/2010/02/hate-love4.png?w=150&amp;h=43 150w" sizes="(max-width: 168px) 100vw, 168px" /></a></p>
<p>I&#8217;m shameless, but at least I can use LaTeX. (My renderer of choice is the Wikipedia sandbox.)</p>
<p><p>
<em>EDIT: WordPress isn&#8217;t any better with fractions:</em></p>
<p><img src="https://s0.wp.com/latex.php?latex=%5Cbegin%7Bbmatrix%7D+H+%26+A+%5C%5C+T+%26+E+%5Cend%7Bbmatrix%7D+%3D+%5Cbegin%7Bbmatrix%7D+%5Cfrac%7B1%7D%7BL%7D+%26+0+%5C%5C+%5Cfrac%7B-V%7D%7BLE%7D+%26+%5Cfrac%7B1%7D%7BE%7D+%5Cend%7Bbmatrix%7D&#038;bg=ffffff&#038;fg=414141&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=%5Cbegin%7Bbmatrix%7D+H+%26+A+%5C%5C+T+%26+E+%5Cend%7Bbmatrix%7D+%3D+%5Cbegin%7Bbmatrix%7D+%5Cfrac%7B1%7D%7BL%7D+%26+0+%5C%5C+%5Cfrac%7B-V%7D%7BLE%7D+%26+%5Cfrac%7B1%7D%7BE%7D+%5Cend%7Bbmatrix%7D&#038;bg=ffffff&#038;fg=414141&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=%5Cbegin%7Bbmatrix%7D+H+%26+A+%5C%5C+T+%26+E+%5Cend%7Bbmatrix%7D+%3D+%5Cbegin%7Bbmatrix%7D+%5Cfrac%7B1%7D%7BL%7D+%26+0+%5C%5C+%5Cfrac%7B-V%7D%7BLE%7D+%26+%5Cfrac%7B1%7D%7BE%7D+%5Cend%7Bbmatrix%7D&#038;bg=ffffff&#038;fg=414141&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="&#92;begin{bmatrix} H &amp; A &#92;&#92; T &amp; E &#92;end{bmatrix} = &#92;begin{bmatrix} &#92;frac{1}{L} &amp; 0 &#92;&#92; &#92;frac{-V}{LE} &amp; &#92;frac{1}{E} &#92;end{bmatrix}" class="latex" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://fublag.wordpress.com/2010/02/01/nerdy-comic/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">215</post-id>
		<media:content url="https://1.gravatar.com/avatar/4708a67c70dafb683d31b2334732d66f753acdb7e791dc5021d2ce75fe30adeb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fublag</media:title>
		</media:content>

		<media:content url="https://fublag.wordpress.com/wp-content/uploads/2010/02/hate-love4.png" medium="image">
			<media:title type="html">Of course, zero isn&#039;t really a vowel...</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8216;Tis the season (for Google Live Updates)</title>
		<link>https://fublag.wordpress.com/2009/12/14/tis-the-season-for-google-live-updates/</link>
					<comments>https://fublag.wordpress.com/2009/12/14/tis-the-season-for-google-live-updates/#comments</comments>
		
		<dc:creator><![CDATA[Daedalus]]></dc:creator>
		<pubDate>Mon, 14 Dec 2009 21:48:18 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[discover]]></category>
		<category><![CDATA[exabyte]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google updates]]></category>
		<category><![CDATA[hanukkah]]></category>
		<category><![CDATA[holiday]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[web 2.0]]></category>
		<guid isPermaLink="false">http://fublag.wordpress.com/?p=213</guid>

					<description><![CDATA[&#8216;Tis also the season for Christmas carols on the radio (already? Really, guys?) and animated snow on WordPress&#8217;s login page. (I swear to God I&#8217;ll switch over to Blogger if they pull that next year.) Google recently unveiled their Updates feature, which is pretty if not spectacularly useful. An impressive demonstration is the results for [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>&#8216;Tis also the season for Christmas carols on the radio (already? Really, guys?) and animated snow on WordPress&#8217;s login page. (I swear to God I&#8217;ll switch over to Blogger if they pull that next year.)</p>
<p>Google recently unveiled their Updates feature, which is pretty if not spectacularly useful.<br />
An impressive demonstration is the results for <a href="http://www.google.com/search?hl=en&amp;sa=X&amp;tbo=1&amp;output=search&amp;q=Christmas&amp;tbs=mbl:1">Christmas</a>. I think this, better than any Internet-stats page I&#8217;ve ever seen, shows the sheer size of the Web, and specifically Twitter. People are tweeting about Christmas as fast as I can read it, and there&#8217;s still more than a week to go. (So seriously, cut it out with the carols.)</p>
<p><a href="http://discovermagazine.com/2009/may/78-exabytes-of-facebook-porn-and-more">78 exabytes</a> is a big number (thanks, Discover!), but it doesn&#8217;t drive home the personal aspect as well as the buzz of live Twitter updates does.  Of course, it&#8217;ll be noisier still as the week progresses&#8230;</p>
<p>Fun fact: I&#8217;m actually Jewish, but <a href="http://www.google.com/search?hl=en&amp;tbo=1&amp;tbs=mbl%3A1&amp;q=Hanukkah&amp;aq=f&amp;oq=&amp;aqi=g10">Hanukkah</a> doesn&#8217;t generate quite the same buzz for some reason.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fublag.wordpress.com/2009/12/14/tis-the-season-for-google-live-updates/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">213</post-id>
		<media:content url="https://1.gravatar.com/avatar/4708a67c70dafb683d31b2334732d66f753acdb7e791dc5021d2ce75fe30adeb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fublag</media:title>
		</media:content>
	</item>
		<item>
		<title>SI units: because 9,192,631,770 is such a round number</title>
		<link>https://fublag.wordpress.com/2009/12/06/si-units-because-9192631770-is-such-a-round-number/</link>
					<comments>https://fublag.wordpress.com/2009/12/06/si-units-because-9192631770-is-such-a-round-number/#comments</comments>
		
		<dc:creator><![CDATA[Daedalus]]></dc:creator>
		<pubDate>Mon, 07 Dec 2009 03:38:07 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[meter]]></category>
		<category><![CDATA[mole]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[SI]]></category>
		<category><![CDATA[silly]]></category>
		<category><![CDATA[units]]></category>
		<guid isPermaLink="false">http://fublag.wordpress.com/?p=208</guid>

					<description><![CDATA[(Click for full 1024&#215;768 image) Note: The kilogram is technically defined only from the ridiculous lump of metal in a vault in France. The thing with water is the traditional, imprecise definition, but I included it for the sake of explanation (maybe the second&#8217;s definition as a fraction of a day should be in there, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://fublag.wordpress.com/wp-content/uploads/2009/12/base-units.png"><img data-attachment-id="209" data-permalink="https://fublag.wordpress.com/2009/12/06/si-units-because-9192631770-is-such-a-round-number/base-units/" data-orig-file="https://fublag.wordpress.com/wp-content/uploads/2009/12/base-units.png" data-orig-size="1024,768" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="base units" data-image-description="" data-image-caption="" data-large-file="https://fublag.wordpress.com/wp-content/uploads/2009/12/base-units.png?w=455" src="https://fublag.wordpress.com/wp-content/uploads/2009/12/base-units.png?w=455&#038;h=341" alt="Base units." title="Poor Kelvin. He looks cold and lonely out there." width="455" height="341" class="alignnone size-full wp-image-209" srcset="https://fublag.wordpress.com/wp-content/uploads/2009/12/base-units.png?w=455&amp;h=341 455w, https://fublag.wordpress.com/wp-content/uploads/2009/12/base-units.png?w=910&amp;h=683 910w, https://fublag.wordpress.com/wp-content/uploads/2009/12/base-units.png?w=150&amp;h=113 150w, https://fublag.wordpress.com/wp-content/uploads/2009/12/base-units.png?w=300&amp;h=225 300w, https://fublag.wordpress.com/wp-content/uploads/2009/12/base-units.png?w=768&amp;h=576 768w" sizes="(max-width: 455px) 100vw, 455px" /></a><br />
(Click for full 1024&#215;768 image)</p>
<p>Note: The kilogram is technically defined only from the ridiculous lump of metal in a vault in France. The thing with water is the traditional, imprecise definition, but I included it for the sake of explanation (maybe the second&#8217;s definition as a fraction of a day should be in there, but ah well.) I used the American spelling of<br />
&#8220;meter&#8221;, but the quotes (both from Wikipedia) use the official international spelling.</p>
<p>Interestingly, the main complaint with the SI system seems to be that &#8220;amount of substance&#8221; isn&#8217;t a proper physical quantity.<br />
What&#8217;s the matter, guys? I thought you liked arbitrary big numbers?</p>
<p>Hmm. I should note, too, that it&#8217;s still a far better system than anything else out there, before the powers-that-be force me to use Furlong/Firkin/Fortnight instead.</p>
<p>I want a t-shirt with &#8220;Fuck the International Prototype Kilogram&#8221;.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fublag.wordpress.com/2009/12/06/si-units-because-9192631770-is-such-a-round-number/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">208</post-id>
		<media:content url="https://1.gravatar.com/avatar/4708a67c70dafb683d31b2334732d66f753acdb7e791dc5021d2ce75fe30adeb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fublag</media:title>
		</media:content>

		<media:content url="https://fublag.wordpress.com/wp-content/uploads/2009/12/base-units.png" medium="image">
			<media:title type="html">Poor Kelvin. He looks cold and lonely out there.</media:title>
		</media:content>
	</item>
		<item>
		<title>Chickens, turkeys and raptors, oh my!</title>
		<link>https://fublag.wordpress.com/2009/11/29/chickens-turkeys-and-raptors-oh-my/</link>
					<comments>https://fublag.wordpress.com/2009/11/29/chickens-turkeys-and-raptors-oh-my/#respond</comments>
		
		<dc:creator><![CDATA[Daedalus]]></dc:creator>
		<pubDate>Sun, 29 Nov 2009 19:15:59 +0000</pubDate>
				<category><![CDATA[xkcd]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[Google Trends]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[random]]></category>
		<guid isPermaLink="false">http://fublag.wordpress.com/?p=194</guid>

					<description><![CDATA[Take a look at this graph: (via Google: Insights for Search, slightly modified) Which bird wins? Well, the chicken (red) has the best overall search volume, but Thanksgiving pushes turkeys (blue) right up to the top. This makes sense. Thanksgiving is more closely associated with turkey than with gratitude. But what of that yellow line? [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Take a look at this graph: (via Google: Insights for Search, slightly modified)</p>
<p><a href="https://fublag.wordpress.com/wp-content/uploads/2009/11/happy_turkey_day2.png"><img data-attachment-id="202" data-permalink="https://fublag.wordpress.com/2009/11/29/chickens-turkeys-and-raptors-oh-my/happy_turkey_day-3/" data-orig-file="https://fublag.wordpress.com/wp-content/uploads/2009/11/happy_turkey_day2.png" data-orig-size="518,230" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Happy turkey day!" data-image-description="" data-image-caption="" data-large-file="https://fublag.wordpress.com/wp-content/uploads/2009/11/happy_turkey_day2.png?w=455" src="https://fublag.wordpress.com/wp-content/uploads/2009/11/happy_turkey_day2.png?w=455&#038;h=202" alt="" title="Happy turkey day!" width="455" height="202" class="alignnone size-full wp-image-202" srcset="https://fublag.wordpress.com/wp-content/uploads/2009/11/happy_turkey_day2.png?w=455&amp;h=202 455w, https://fublag.wordpress.com/wp-content/uploads/2009/11/happy_turkey_day2.png?w=150&amp;h=67 150w, https://fublag.wordpress.com/wp-content/uploads/2009/11/happy_turkey_day2.png?w=300&amp;h=133 300w, https://fublag.wordpress.com/wp-content/uploads/2009/11/happy_turkey_day2.png 518w" sizes="(max-width: 455px) 100vw, 455px" /></a></p>
<p>Which bird wins? Well, the chicken (red) has the best overall search volume, but Thanksgiving pushes turkeys (blue) right up to the top.</p>
<p>This makes sense. Thanksgiving is more closely associated with turkey than with gratitude.</p>
<p>But what of that yellow line? Raptors deserve more attention. I tell ya, birds these days got no respect for their heritage.</p>
<p>Just imagine if xkcd used chickens.</p>
<p><a href="https://fublag.wordpress.com/wp-content/uploads/2009/11/goto_chickens.png"><img loading="lazy" data-attachment-id="204" data-permalink="https://fublag.wordpress.com/2009/11/29/chickens-turkeys-and-raptors-oh-my/goto_chickens/" data-orig-file="https://fublag.wordpress.com/wp-content/uploads/2009/11/goto_chickens.png" data-orig-size="740,201" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Maybe if we ask him nicely?" data-image-description="" data-image-caption="" data-large-file="https://fublag.wordpress.com/wp-content/uploads/2009/11/goto_chickens.png?w=455" src="https://fublag.wordpress.com/wp-content/uploads/2009/11/goto_chickens.png?w=455&#038;h=123" alt="" title="Maybe if we ask him nicely?" width="455" height="123" class="alignnone size-full wp-image-204" srcset="https://fublag.wordpress.com/wp-content/uploads/2009/11/goto_chickens.png?w=455&amp;h=124 455w, https://fublag.wordpress.com/wp-content/uploads/2009/11/goto_chickens.png?w=150&amp;h=41 150w, https://fublag.wordpress.com/wp-content/uploads/2009/11/goto_chickens.png?w=300&amp;h=81 300w, https://fublag.wordpress.com/wp-content/uploads/2009/11/goto_chickens.png 740w" sizes="(max-width: 455px) 100vw, 455px" /></a><br />
(from <a href="http://xkcd.com/292/">xkcd</a>)<br />
(chicken from <a href="http://commons.wikimedia.org/wiki/File:LA2-Blitz-Minorka.png">Wikimedia Commons</a>)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fublag.wordpress.com/2009/11/29/chickens-turkeys-and-raptors-oh-my/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">194</post-id>
		<media:content url="https://1.gravatar.com/avatar/4708a67c70dafb683d31b2334732d66f753acdb7e791dc5021d2ce75fe30adeb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fublag</media:title>
		</media:content>

		<media:content url="https://fublag.wordpress.com/wp-content/uploads/2009/11/happy_turkey_day2.png" medium="image">
			<media:title type="html">Happy turkey day!</media:title>
		</media:content>

		<media:content url="https://fublag.wordpress.com/wp-content/uploads/2009/11/goto_chickens.png" medium="image">
			<media:title type="html">Maybe if we ask him nicely?</media:title>
		</media:content>
	</item>
		<item>
		<title>Fublag is back!</title>
		<link>https://fublag.wordpress.com/2009/11/29/fublag-is-back/</link>
					<comments>https://fublag.wordpress.com/2009/11/29/fublag-is-back/#respond</comments>
		
		<dc:creator><![CDATA[Daedalus]]></dc:creator>
		<pubDate>Sun, 29 Nov 2009 18:46:08 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[excuses]]></category>
		<category><![CDATA[meta]]></category>
		<guid isPermaLink="false">http://fublag.wordpress.com/?p=192</guid>

					<description><![CDATA[So, it&#8217;s been a busy 7 months, and this blog sort of quietly died. The twitter feed lasted another month before trailing off. Eventually, the combined pressure of all my unblogged ideas and the hundreds of angry fans on my front lawn convinced me to start posting again. I&#8217;ll have a new post up immediately [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>So, it&#8217;s been a busy 7 months, and this blog sort of quietly died. The twitter feed lasted another month before trailing off.</p>
<p>Eventually, the combined pressure of all my unblogged ideas and the hundreds of angry fans on my front lawn convinced me to start posting again. I&#8217;ll have a new post up immediately following this one, and then posts roughly every week (but no guarantees).</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fublag.wordpress.com/2009/11/29/fublag-is-back/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192</post-id>
		<media:content url="https://1.gravatar.com/avatar/4708a67c70dafb683d31b2334732d66f753acdb7e791dc5021d2ce75fe30adeb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fublag</media:title>
		</media:content>
	</item>
		<item>
		<title>Fublag has a Twitter</title>
		<link>https://fublag.wordpress.com/2009/04/22/fublag-has-a-twitter/</link>
					<comments>https://fublag.wordpress.com/2009/04/22/fublag-has-a-twitter/#respond</comments>
		
		<dc:creator><![CDATA[Daedalus]]></dc:creator>
		<pubDate>Wed, 22 Apr 2009 13:07:27 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CNN]]></category>
		<category><![CDATA[excuses]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[microblogging]]></category>
		<category><![CDATA[twitter]]></category>
		<guid isPermaLink="false">http://fublag.wordpress.com/?p=188</guid>

					<description><![CDATA[There are several reasons for this: 1. I use Facebook in a very Twitteresque way, and often about impersonal things I could say anonymously. 2. I have random ideas that don&#8217;t make it onto the site, and I&#8217;d hate to deprive my dozens of readers of the thoughts that occur to me at 1 in [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>There are several reasons for this:</p>
<p>1. I use Facebook in a very Twitteresque way, and often about impersonal things I could say anonymously.<br />
2. I have random ideas that don&#8217;t make it onto the site, and I&#8217;d hate to deprive my dozens of readers of the thoughts that occur to me at 1 in the morning.<br />
3. Much like CNN, I figured I might as well see what the buzz is about.</p>
<p><a href="http://www.twitter.com/fublag">twitter.com/fublag</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://fublag.wordpress.com/2009/04/22/fublag-has-a-twitter/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">188</post-id>
		<media:content url="https://1.gravatar.com/avatar/4708a67c70dafb683d31b2334732d66f753acdb7e791dc5021d2ce75fe30adeb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fublag</media:title>
		</media:content>
	</item>
		<item>
		<title>The &#8220;Hello World&#8221; from Hell, with exponential backslashes!</title>
		<link>https://fublag.wordpress.com/2009/04/21/the-hello-world-from-hell-with-exponential-backslashes/</link>
					<comments>https://fublag.wordpress.com/2009/04/21/the-hello-world-from-hell-with-exponential-backslashes/#comments</comments>
		
		<dc:creator><![CDATA[Daedalus]]></dc:creator>
		<pubDate>Wed, 22 Apr 2009 00:35:21 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backslashes]]></category>
		<category><![CDATA[escape artist]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[xkcd]]></category>
		<guid isPermaLink="false">http://fublag.wordpress.com/?p=180</guid>

					<description><![CDATA[print eval("\"He\"+eval(\"\\\"ll\\\"+eval(\\\"\\\\\\\"o \\\\\\\"+eval(\\\\\\\"\\\\\\\\\\\\\\\"Wo\\\\\\\\\\\\\\\"\\\\\\\")+\\\\\\\"r\\\\\\\"\\\")+\\\"l\\\"\")+\"d\"") All those backslashes are escaping each other, in order to escape the &#8220;. To explain: in Python, the eval() statement evaluates a string as source code. eval(&#8220;5&#8221;) returns 5. Of course, this leads to messiness when you nest eval()s. For example: eval(&#8220;[5, eval(\&#8221;4\&#8221;)]&#8221;) returns [5, 4]. Further reading: &#8220;Escape Artist&#8221; by our [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><code>print eval("\"He\"+eval(\"\\\"ll\\\"+eval(\\\"\\\\\\\"o \\\\\\\"+eval(\\\\\\\"\\\\\\\\\\\\\\\"Wo\\\\\\\\\\\\\\\"\\\\\\\")+\\\\\\\"r\\\\\\\"\\\")+\\\"l\\\"\")+\"d\"")</code></p>
<p>All those backslashes are escaping each other, in order to escape the &#8220;.</p>
<p>To explain: in Python, the eval() statement evaluates a string as source code. eval(&#8220;5&#8221;) returns 5. Of course, this leads to messiness when you nest eval()s. For example: eval(&#8220;[5, eval(\&#8221;4\&#8221;)]&#8221;) returns [5, 4].<br />
Further reading: <a href="http://xkcd.com/234/">&#8220;Escape Artist&#8221;</a> by our good friend xkcd.</p>
<p>But look at that code at the top of the post. Couldn&#8217;t we automate the process of typing up all those backslashes?<br />
Sure!<br />
<span id="more-180"></span><br />
<a href="http://pastie.org/454063"><br />
http://pastie.org/454063</a></p>
<p>Note the two print statements at the bottom. With the first uncommented, as it is now, the program prints:</p>
<p><a href="http://pastie.org/454512">http://pastie.org/454512</a> (note the tiny horizontal scrollbar)</p>
<p>With the first line commented out, and the second commented, you get the above mess interpreted as source code:<br />
<code>Hello World</code></p>
<p>Oh, the difference that an eval() makes.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fublag.wordpress.com/2009/04/21/the-hello-world-from-hell-with-exponential-backslashes/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">180</post-id>
		<media:content url="https://1.gravatar.com/avatar/4708a67c70dafb683d31b2334732d66f753acdb7e791dc5021d2ce75fe30adeb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fublag</media:title>
		</media:content>
	</item>
	</channel>
</rss>
