<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Posts tagged meta  - Entropy and Ecstasy</title><link>http://aaron.maenpaa.ca/blog/tags/meta/</link><description>The most recent ranting and ravings of a madman.</description><lastBuildDate>Sun, 22 May 2016 05:32:35 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>die Frequenz der Blog</title><link>http://aaron.maenpaa.ca/blog/entries/2010/12/07/die_frequenz_der_blog/</link><description>&lt;div class="section" id="post-frequency-by-month"&gt;
&lt;h3&gt;Post Frequency by Month&lt;/h3&gt;
&lt;img alt="/blog/entries/2010/12/07/die_frequenz_der_blog/by_month-6c41c7b46f47.min.png" src="/blog/entries/2010/12/07/die_frequenz_der_blog/by_month-6c41c7b46f47.min.png"/&gt;
&lt;p&gt;This nicely illustrates that my blogging attention span is kind of bursty. There is a cluster of posts during the first half of 2008, another one in the first half of 2009 and then a giant dead spot from the middle of 2009 until last month. It's actually kind of funny that pretty much all of my blog posts have been written in tree bursts of attention separated by big swaths of neglect.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="histogram-of-post-frequency"&gt;
&lt;h3&gt;Histogram of Post Frequency&lt;/h3&gt;
&lt;img alt="/blog/entries/2010/12/07/die_frequenz_der_blog/by_count-103df219d0cf.min.png" src="/blog/entries/2010/12/07/die_frequenz_der_blog/by_count-103df219d0cf.min.png"/&gt;
&lt;p&gt;... and the runaway winner is zero! Mostly explained by the fact that there have been streches of five or six months where I haven't posted a single thing (like, for instance, the first half of 2010). November 2010 deserves special mention as it is a crazy outlier on the the complete other end of the scale with four more posts then then next most prolific month.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="making-tufte-proud"&gt;
&lt;h3&gt;Making Tufte Proud&lt;/h3&gt;
&lt;p&gt;I used &lt;a class="reference external" href="http://code.google.com/p/flot/"&gt;flot&lt;/a&gt; to generate the histograms and while it does a good job at producing nice looking graphs it has the annoying habit of adding lots of &lt;em&gt;stuff&lt;/em&gt; to your plots which reduces the percentage of pixels in your plot that convey data (&lt;a class="reference external" href="http://www.amazon.com/Visual-Display-Quantitative-Information-2nd/dp/0961392142/"&gt;data ink&lt;/a&gt;). It took a surprising amount of fiddling to turn off all of the exta stuff, most of which was accomplished by setting the color of the grid lines and frame to white:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span class="nx"&gt;$&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;plot&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;$&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;#plot&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;data&lt;/span&gt;&lt;span class="p"&gt;],&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nx"&gt;bars&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="nx"&gt;show&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="p"&gt;},&lt;/span&gt;
    &lt;span class="nx"&gt;grid&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
        &lt;span class="nx"&gt;backgroundColor&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;&amp;quot;#ffffff&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
        &lt;span class="nx"&gt;borderColor&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;&amp;quot;#ffffff&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
        &lt;span class="nx"&gt;tickColor&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;&amp;quot;#ffffff&amp;quot;&lt;/span&gt;
    &lt;span class="p"&gt;},&lt;/span&gt;
    &lt;span class="nx"&gt;yaxis&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="nx"&gt;ticks&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt;
&lt;span class="p"&gt;});&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
</description><guid isPermaLink="true">http://aaron.maenpaa.ca/blog/entries/2010/12/07/die_frequenz_der_blog/</guid><pubDate>Tue, 07 Dec 2010 21:44:28 GMT</pubDate></item></channel></rss>