<?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>mindful omnivore</title>
	<atom:link href="http://fratermus.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fratermus.wordpress.com</link>
	<description>Meatless Mondays. Preparedness. Open source geekery.</description>
	<lastBuildDate>Tue, 21 Feb 2012 15:51:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='fratermus.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>mindful omnivore</title>
		<link>http://fratermus.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://fratermus.wordpress.com/osd.xml" title="mindful omnivore" />
	<atom:link rel='hub' href='http://fratermus.wordpress.com/?pushpress=hub'/>
		<item>
		<title>podcasters, beg-a-thons, and bandwidth</title>
		<link>http://fratermus.wordpress.com/2012/02/21/podcasters-beg-a-thons-and-bandwidth/</link>
		<comments>http://fratermus.wordpress.com/2012/02/21/podcasters-beg-a-thons-and-bandwidth/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 09:14:26 +0000</pubDate>
		<dc:creator>fratermus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://fratermus.wordpress.com/?p=277</guid>
		<description><![CDATA[NPR is famous for beg-a-thons, wherein they lament the high cost of production and distribution and, oh yeah, solicit funds.  It&#8217;s more pronounced now that they have started podcasting.  More popular podcasts (particularly those who are making a go at &#8230; <a href="http://fratermus.wordpress.com/2012/02/21/podcasters-beg-a-thons-and-bandwidth/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=277&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>NPR is famous for beg-a-thons, wherein they lament the high cost of production and distribution and, oh yeah, solicit funds.  It&#8217;s more pronounced now that <span id="more-277"></span>they have started podcasting.  More popular podcasts (particularly those who are making a go at doing it for a living) also have the same complaints.</p>
<p>I am slowly being converted to the opinion that the bandwidth complaint is a fundraising ploy. <strong>If they were really concerned about the cost of bandwidth they would attempt to minimize the use of bandwidth</strong>.  But the bandwidth Jeremiahs are the same folks who apparently take no care to reduce their own footprint, putting out excessively, needlessly large audiofiles.  YES it&#8217;s their podcast and their content and they can put it out however they wish, but <strong>if you want to beg for donations to cover your costs then I will expect you to attempt to minimize your costs</strong>.</p>
<p>Consider these ideas for reducing bandwidth;  they take a bit of up-front scripting to make it work programatically, then it just motors along with zero added effort from the podcaster:</p>
<ol>
<li>Make a bittorrent feed available.  Your listeners will happily donate bandwidth to keep your content flowing.</li>
<li>Publish two podcast feeds:  a feed with all the bells/whistles and a low-bandwidth feed.</li>
<li>use a lower sampling rate.  44.1 is CD quality. Does your spoken word podcast require better-than-CD sampling?  For our purposes, the <a href="http://en.wikipedia.org/wiki/Nyquist_rate">Nyquist Rate</a> predicts sampling should be 2x the highest audio frequency.    Since the human ear hears roughly 20-20,000Hz, this explains the 44.1k sampling rate of CDs.  If your podcast does not contain high frequencies at the extremes of human hearing then it does not need a high samping rate.</li>
<li>use Variable Bit Rate (VBR) rather than Constant Bit Rate (CBR).  This ensures no frame uses excessive bitrate to encode the audio.</li>
<li>if you must use CBR, use a lower bitrate.</li>
<li>if your podcast is mono, then encode as mono rather than stereo.  Joint stereo reduced some of the waste when distributing mono in stereo encodes, but it&#8217;s still a waste.</li>
<li>Consider voice presets in your favorite encoder.  See the lame voice preset result below.  This single change would probably make the biggest difference in podcasting bandwidth for most content producers.</li>
<li>Consider other formats.  If you insist on high bitrates, .ogg can shave a bit off the filesize (see below).   If are really serious, use a speech-specific format like speex.</li>
</ol>
<p>A specific example</p>
<p>Here&#8217;s the last file I downloaded from the feed of <a href="http://www.freedomainradio.com/Podcasts.aspx">FreedomainRadio</a>, your friendly neighborhood anarcho-capitalist (recommended, btw):</p>
<pre>$ file FDR_2096_Sunday_Show_19_Feb_2012.mp3
FDR_2096_Sunday_Show_19_Feb_2012.mp3: Audio file with ID3 version 2.3.0, contains: MPEG ADTS, layer III, v1, 128 kbps, 48 kHz, Monaural</pre>
<div>For the purposes of re-encoding I decoded to .wav using mgp123.  The result was a 48kHz .wav file.  I resampled in some cases below to get 44.1kHz .wav files or lower.</div>
<div></div>
<div>
<pre>101097  FDR_2096_Sunday_Show_19_Feb_2012.mp3</pre>
<div>The original file is 101.1MB, sampled at 48kHz and CBR 128K, representing a 0% savings in bandwidth cost.  At least it&#8217;s mono, which is not something we can take for granted with voice podcasts.</div>
<div></div>
<div></div>
<div>Ok, so let&#8217;s do some encoding with more bandwidth-friendly options in LAME.</div>
<div></div>
<pre>100576 Feb 21 01:14 fdrtest-lamevbr-noresample.mp3
 97379 Feb 21 01:28 fdrtest.lamevbr-resample.mp3
 53812 Feb 21 00:48 fdrtest-lame-voice-preset.mp3</pre>
<div>Encoding VBR at the original wonky sampling rate is 100.58MB, representing 0.5% savings in bandwidth.  Not much, but would the podcaster rather keep half of 1% of bandwidth costs in his pocket?  You bet.</div>
<div></div>
<div>VBR at 44.1kHz is 97.38MB, 3.7% savings.  Now we are getting somewhere.  And the &#8216;cast should never have been distributed as 48kHz, anyhow.</div>
<div></div>
<div>LAME&#8217;s &#8211;preset voice flag is probably what podcasters should be using by default.  Notice it is 53.81MB, for a <span style="color:#ff0000;">46.8% savings in bandwidth</span>.  With no added effort.  With little or no degradation in voice-only audio. My friends, this is what I call Good Enough.  Yes, music gets thin and weird with this preset but we are talking about voice here.</div>
<div></div>
<pre>68536 Feb 21 01:08 fdrtest.ogg</pre>
<p>Changing nothing in the original 48kHz .wav, encoding with ogg vorbis gives us a 68.54MB file, for a <span style="color:#ff0000;">32.2% savings</span>.  Not bad, though one might lose some windoze/mac listeners.  But as a second feed&#8230;  Note that the .ogg advantage will decrease on lower quality sounds files.  Speex is what you use for those.</p>
<pre><span style="color:#000000;">50746 fdrtest.48k-original-sample.speex</span>
<span style="color:#000000;"> 14498  fdrtest.08k.speex</span>
<span style="color:#000000;"> 26394 fdrtest.16k.speex</span>
<span style="color:#000000;"> 33830 fdrtest.32k.speex</span></pre>
</div>
<div></div>
<div>Speex is a codec made expressly for voice.  It is not good for music.  That VOIP app you use probably uses speex.  Speex is a minority codec;  it does not have large mindshare or even widespread technical adoption.  The default Android media app does not play speex as of this writing, and that&#8217;s a shame.  Speex also really only works well with certain predefined sampling rates:  32, 16, and 8kHz.</div>
<div></div>
<div>The first run is speex encoding the 48kHz wav.  It hated that rate and said so when invoked.  But it output a file of 50.75MB, <span style="color:#ff0000;">for a savings of 49.8%</span>.</div>
<div></div>
<div><span style="color:#ff0000;">The best use of speex for podcast</span> is probably encoding 32kHz files.  Our trial resulted in 33.83MB, a <span style="color:#ff0000;">savings of 66.5%</span>.  Or even speex at 16kHz (<span style="color:#ff0000;">73.9% savings</span>).</div>
<div></div>
<div>For completeness I also tested speex at  8kHz (85.7% savings) but it&#8217;s not really practical.  8kHz is  listenable for short periods (like voicemail) but fatigues the ears after long exposure.   It sounds like a telephone.</div>
<div></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fratermus.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fratermus.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fratermus.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fratermus.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fratermus.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fratermus.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fratermus.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fratermus.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fratermus.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fratermus.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fratermus.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fratermus.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fratermus.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fratermus.wordpress.com/277/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=277&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fratermus.wordpress.com/2012/02/21/podcasters-beg-a-thons-and-bandwidth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01b0cb1dd21a5e6147651312a2091d11?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fratermus</media:title>
		</media:content>
	</item>
		<item>
		<title>Vegetarian dinner:  more seaweed and a bit of seasoning</title>
		<link>http://fratermus.wordpress.com/2012/02/12/vegetarian-dinner-more-seaweed-and-a-bit-of-seasoning/</link>
		<comments>http://fratermus.wordpress.com/2012/02/12/vegetarian-dinner-more-seaweed-and-a-bit-of-seasoning/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 16:02:31 +0000</pubDate>
		<dc:creator>fratermus</dc:creator>
				<category><![CDATA[vegetarianism]]></category>
		<category><![CDATA[meatless mondays]]></category>
		<category><![CDATA[sushi]]></category>
		<category><![CDATA[futomaki]]></category>

		<guid isPermaLink="false">http://fratermus.wordpress.com/?p=271</guid>
		<description><![CDATA[A recent dinner.  Again with the said quasi-sushiroll stuff.  Tastes better than it looks. Had a little left over so pressed it into a bowl and upturned onto a plate like I&#8217;ve seen done at some local Japanese restaurants.  Sprinkled &#8230; <a href="http://fratermus.wordpress.com/2012/02/12/vegetarian-dinner-more-seaweed-and-a-bit-of-seasoning/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=271&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A recent dinner.  Again with the said quasi-sushiroll stuff.  Tastes better than it looks.<span id="more-271"></span></p>
<p><a href="http://fratermus.files.wordpress.com/2012/02/img_20120204_092055.jpg"><img class="alignright size-thumbnail wp-image-272" title="IMG_20120204_092055" src="http://fratermus.files.wordpress.com/2012/02/img_20120204_092055.jpg?w=150&#038;h=112" alt="" width="150" height="112" /></a>Had a little left over so pressed it into a bowl and upturned onto a plate like I&#8217;ve seen done at some local Japanese restaurants.  Sprinkled on a bit of something I found at the local Asian market.  I will swing by the market on the way to work and pick up some pickled veggies, etc, to populate the innards of the roll.</p>
<p>&nbsp;</p>
<p>Tip:  those little bamboo mats are exceptionally functional.  My rolls went from <em>hideously mis-shapen</em> to <em>somewhat amusingly  mis-shapen but recognizable as sushi-like.</em></p>
<p>&nbsp;</p>
<p>Note:  I think these rolled things might be a pathetic example of the  <em><strong>Futomaki </strong></em>type of<em> <strong><em><strong><a href="http://en.wikipedia.org/wiki/Sushi#Makizushi">Makizushi</a>.  </strong></em></strong></em>IOW, fat sushi rolls.  Futomaki is &#8220;often vegetarian&#8221;, which I did not know.    I will tag the posts &#8220;sushi&#8221; and maybe futomaki if I remember that word.  Forgive my ignorance if I offend.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fratermus.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fratermus.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fratermus.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fratermus.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fratermus.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fratermus.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fratermus.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fratermus.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fratermus.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fratermus.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fratermus.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fratermus.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fratermus.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fratermus.wordpress.com/271/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=271&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fratermus.wordpress.com/2012/02/12/vegetarian-dinner-more-seaweed-and-a-bit-of-seasoning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01b0cb1dd21a5e6147651312a2091d11?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fratermus</media:title>
		</media:content>

		<media:content url="http://fratermus.files.wordpress.com/2012/02/img_20120204_092055.jpg?w=150" medium="image">
			<media:title type="html">IMG_20120204_092055</media:title>
		</media:content>
	</item>
		<item>
		<title>3 veggie dinners in one week!  woo hoo!</title>
		<link>http://fratermus.wordpress.com/2012/01/26/3-veggie-dinners-in-one-week-woo-hoo/</link>
		<comments>http://fratermus.wordpress.com/2012/01/26/3-veggie-dinners-in-one-week-woo-hoo/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 10:32:22 +0000</pubDate>
		<dc:creator>fratermus</dc:creator>
				<category><![CDATA[frugality]]></category>
		<category><![CDATA[meatless mondays]]></category>
		<category><![CDATA[vegetarianism]]></category>
		<category><![CDATA[beans]]></category>
		<category><![CDATA[polenta]]></category>

		<guid isPermaLink="false">http://fratermus.wordpress.com/?p=269</guid>
		<description><![CDATA[It was unintentional, but we had the highest % of meatless dinners last week.  If I were doing it on purpose it wouldn&#8217;t have been so bean-heavy.  I don&#8217;t mind, but Dear Wife is not excessively fond of beans.  1x/week &#8230; <a href="http://fratermus.wordpress.com/2012/01/26/3-veggie-dinners-in-one-week-woo-hoo/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=269&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It was unintentional, but we had the highest % of meatless dinners last week.  If I were doing it on purpose it wouldn&#8217;t have been so bean-heavy.  I don&#8217;t mind, but Dear Wife is not excessively fond of beans.  1x/week max for her.</p>
<p>&nbsp;</p>
<p>Note that I eat leftovers for my &#8220;lunch&#8221; at 2am, so I actually had 6 veggie meals during that week.</p>
<p><span id="more-269"></span></p>
<p>1.  red beans, cornbread, and the all-powerful sriracha sauce.</p>
<p><img class="alignright" style="border-color:initial;border-style:initial;" title="cornbread, red beans, and sriracha" src="https://lh6.googleusercontent.com/-i1rZaV0ByfA/Tx4JyYaqk_I/AAAAAAAAA4Q/4dbO31Pb2Rc/s144/IMG_20120123_193030.jpg" alt="" width="144" height="108" /></p>
<div>
<div>
2.  skillet-fried potatoes with swamp style &#8220;red beans and rice&#8221;<br />
3.  polenta and canned Ranch Style Beans.  The polenta was home-made enough to make up for the canned beans.  First boiled 1# of polenta meal for hydration, then baked at 350F for about a half hour in loaf pans.  Let sit until, uhh, set.  A few hours later I sliced and  pan-fried the whole batch, which is the way I like it.  Like a denser hot water cornbread.  I don&#8217;t know how polenta meal differs from coarse corn meal yet.</p>
<p>&nbsp;</p>
<p>On a miserly note, each one of these meals cost less than $2 to prepare and made 3 portions;  we ate dinner together then I cleaned up leftovers for lunch later that night, as mentioned above.   Frugality is not the point of our meat reduction but it is a welcome side benefit.</p>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fratermus.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fratermus.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fratermus.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fratermus.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fratermus.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fratermus.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fratermus.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fratermus.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fratermus.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fratermus.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fratermus.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fratermus.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fratermus.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fratermus.wordpress.com/269/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=269&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fratermus.wordpress.com/2012/01/26/3-veggie-dinners-in-one-week-woo-hoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01b0cb1dd21a5e6147651312a2091d11?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fratermus</media:title>
		</media:content>

		<media:content url="https://lh6.googleusercontent.com/-i1rZaV0ByfA/Tx4JyYaqk_I/AAAAAAAAA4Q/4dbO31Pb2Rc/s144/IMG_20120123_193030.jpg" medium="image">
			<media:title type="html">cornbread, red beans, and sriracha</media:title>
		</media:content>
	</item>
		<item>
		<title>side-by-side night burn of straight meths and 2:1 blend</title>
		<link>http://fratermus.wordpress.com/2012/01/26/side-by-side-night-burn-of-straight-meths-and-21-blend/</link>
		<comments>http://fratermus.wordpress.com/2012/01/26/side-by-side-night-burn-of-straight-meths-and-21-blend/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 10:07:27 +0000</pubDate>
		<dc:creator>fratermus</dc:creator>
				<category><![CDATA[preparedness]]></category>
		<category><![CDATA[alcohol]]></category>
		<category><![CDATA[fuel]]></category>
		<category><![CDATA[stoves]]></category>

		<guid isPermaLink="false">http://fratermus.wordpress.com/?p=263</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=263&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://fratermus.wordpress.com/2012/01/26/side-by-side-night-burn-of-straight-meths-and-21-blend/"><img src="http://img.youtube.com/vi/_Zvw464NSpo/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fratermus.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fratermus.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fratermus.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fratermus.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fratermus.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fratermus.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fratermus.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fratermus.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fratermus.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fratermus.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fratermus.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fratermus.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fratermus.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fratermus.wordpress.com/263/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=263&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fratermus.wordpress.com/2012/01/26/side-by-side-night-burn-of-straight-meths-and-21-blend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01b0cb1dd21a5e6147651312a2091d11?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fratermus</media:title>
		</media:content>
	</item>
		<item>
		<title>eating well for less</title>
		<link>http://fratermus.wordpress.com/2012/01/20/eating-well-for-less/</link>
		<comments>http://fratermus.wordpress.com/2012/01/20/eating-well-for-less/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 06:13:34 +0000</pubDate>
		<dc:creator>fratermus</dc:creator>
				<category><![CDATA[frugality]]></category>
		<category><![CDATA[vegetarianism]]></category>
		<category><![CDATA[corporations]]></category>

		<guid isPermaLink="false">http://fratermus.wordpress.com/?p=261</guid>
		<description><![CDATA[I was reading this G+ entry by the lovely and interesting Darya Pino. Part of the reason Americans are habituated to cheap (or not-cheap) bad food is there are no corporations blasting ads about how to eat well and inexpensively &#8230; <a href="http://fratermus.wordpress.com/2012/01/20/eating-well-for-less/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=261&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was reading <a href="https://plus.google.com/u/0/102545157386069758709/posts/HVusV7PoiUk">this G+ entry</a> by the lovely and interesting <a href="http://summertomato.com/">Darya Pino</a>.<span id="more-261"></span></p>
<p>Part of the reason Americans are habituated to cheap (or not-cheap) bad food is there are no corporations blasting ads about how to eat well and inexpensively by cooking simple foods at home.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fratermus.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fratermus.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fratermus.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fratermus.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fratermus.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fratermus.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fratermus.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fratermus.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fratermus.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fratermus.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fratermus.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fratermus.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fratermus.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fratermus.wordpress.com/261/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=261&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fratermus.wordpress.com/2012/01/20/eating-well-for-less/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01b0cb1dd21a5e6147651312a2091d11?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fratermus</media:title>
		</media:content>
	</item>
		<item>
		<title>Die, ROX, die!</title>
		<link>http://fratermus.wordpress.com/2012/01/11/die-rox-die/</link>
		<comments>http://fratermus.wordpress.com/2012/01/11/die-rox-die/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 18:28:15 +0000</pubDate>
		<dc:creator>fratermus</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[antix]]></category>
		<category><![CDATA[icewm]]></category>
		<category><![CDATA[lxde]]></category>
		<category><![CDATA[openbox]]></category>
		<category><![CDATA[rox]]></category>

		<guid isPermaLink="false">http://fratermus.wordpress.com/?p=259</guid>
		<description><![CDATA[I burn with a white-hot hate for ROX.  I hate the desktop, the filer, the panel, the pinboard.  Am I forgetting anything? Just spent 1.25hrs on trying to get something done in icewm+ROX (wife&#8217;s Dell laptop) that finally took &#60;60secs &#8230; <a href="http://fratermus.wordpress.com/2012/01/11/die-rox-die/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=259&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I burn with a white-hot hate for <a href="http://en.wikipedia.org/wiki/ROX_Desktop">ROX</a>.  I hate the desktop, the filer, the panel, the pinboard.  Am I forgetting anything?<span id="more-259"></span></p>
<p>Just spent 1.25hrs on trying to get something done in icewm+ROX (wife&#8217;s Dell laptop) that finally took &lt;60secs in lxde (openbox).</p>
<p>I guess antiX defaults to that gawdawful setup to help out the low end boxen, but ARRGGGGHHH.</p>
<p>I&#8217;ve set up pcmanfm in lxde to open files/dirs with singleclick, which is chiefly why she liked the rox filer.  So maybe she&#8217;ll move over to something more easily maintainable (by me).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fratermus.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fratermus.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fratermus.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fratermus.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fratermus.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fratermus.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fratermus.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fratermus.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fratermus.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fratermus.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fratermus.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fratermus.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fratermus.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fratermus.wordpress.com/259/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=259&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fratermus.wordpress.com/2012/01/11/die-rox-die/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01b0cb1dd21a5e6147651312a2091d11?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fratermus</media:title>
		</media:content>
	</item>
		<item>
		<title>POV:  timeline of American preparedness</title>
		<link>http://fratermus.wordpress.com/2012/01/08/pov-timeline-of-american-preparedness/</link>
		<comments>http://fratermus.wordpress.com/2012/01/08/pov-timeline-of-american-preparedness/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 10:10:54 +0000</pubDate>
		<dc:creator>fratermus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fratermus.wordpress.com/?p=255</guid>
		<description><![CDATA[An interesting overview made in a post by Oil Lady, reproduced here in its entirety with her kind permission: Prior to WWII, the overwhelming majority of Americans knew the wisdom of stocking up. Houses were build with larders. Nicer houses &#8230; <a href="http://fratermus.wordpress.com/2012/01/08/pov-timeline-of-american-preparedness/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=255&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>An interesting overview made <a href="http://thesurvivalpodcast.com/forum/index.php?topic=32564.msg362045#msg362045">in a post by Oil Lady</a>, reproduced here in its entirety with her kind permission:<span id="more-255"></span></p>
<blockquote><p>Prior to WWII, the overwhelming majority of Americans knew the wisdom of stocking up. Houses were build with larders. Nicer houses also had a carriage house where you boarded your horse, and sometimes there was a small apartment over the carriage house for at least one household servant. But after WWII, the new normal became suburbia. Millions of Cape Cod cottages were built across the USA with tiny yards, usually no garages, sometimes no basements, and no room to let you expand by building a barn or a shed of some kind. If you did build a shed, it was for your lawn mower. Some families stocked up during the 1950&#8242;s and onward (and the fear of nuclear bombs did inspire quite a lot of food storing) but there was yet another social force which discouraged the stocking of food: television.</p>
<p>Television depicted wholesome visions of what the American family &#8220;should&#8221; be as dictated by Hollywood screenwriters and their producers. June Cleaver never canned pickles, she bought them from the supermarket. Donna Reed never rotated her larder because she didn&#8217;t have one. And the only gardens those ladies ever grew were flower gardens for the sheer aesthetics they provided.  Those make believe housewives had their own cars (separate from their husbands&#8217; cars) and drove everywhere to get whatever they needed. There were no blackouts. No gas shortages. No overwhelming snow storms. The 1960&#8242;s and 1970&#8242;s conditioned American TV viewers to think THAT was the superior way to live.</p>
<p>The house building industry from the 1950&#8242;s onward continued to offer Americans few choices beyond the three bedrooms on a quarter acre with a detached garage. When new visions of the ideal American home kept getting reincarnated every year, the focus was on huge living rooms. As for the kitchens &#8212; the true selling point of any house &#8212; they were designed to have as many gadgets as possible, and to be a luxurious domain of Mother and her desire to feed her family in the same way she saw families being fed on TV. A lovely dining room just off the kitchen was a valuable prize. And a butler&#8217;s pantry connecting the two meant you had truly arrived. Long term food storage was not part of the plan.</p>
<p>We also put a man on the moon during the 1960&#8242;s, and instant food became fashionable. Tang was the drinnk the astronaughts drank. Just add water. Frozan TV dinners were now utterly normal. The era of pre-packaged food had arrived.</p>
<p>The 1970&#8242;s saw house building trends shift toward energy efficiency and insulation. But even then, pantries were not places for long term food storage, just for all your gadegts. Fondue parties became a huge hit. Food had become a focus of entertainment.</p>
<p>Then the mid-1980&#8242;s ushered in a new era of prosperity, and houses began to get REALLY big at that point. The &#8220;lawyer foyer&#8221; and the two-car attached garage were all the rage. Pasta parties were the new craze &#8211;yet more food-based entertainment.</p>
<p>By the 1990&#8242;s. the &#8220;media room&#8221; emerged as the place for a giant TV with a VCR (or the new DVD players). Whole rooms were being devoted to mere entertainment. The kitchen was a showpiece for parties, not for preparing your family for a temporary period of regional food scarcity.</p>
<p>Here in the 2000&#8242;s, we are now facing three generations of the anti-prepper brainwashing of an entire nation &#8212; and techncially the entire world because American entertainment has been the global standard for over 80 years now.  (People in every nation on the planet know who Bart Simpson is.) I will not claim anti-prepper was the goal, merely the result. And people cannot conceive of houses built any other way than with TV/media entertainment as the main focus of the &#8220;family room,&#8221; and the kitchen as a place for &#8220;fun foods&#8221; to amuse themselves with. Anything you could desire is able to be gotten in just one afternoon via a quick trip to the local Wal-Mart. Stocking up is pointless.</p>
<p>In the mind of a modern American, long term food storage harkens back to the fears of the 1950&#8242;s, and only crazy people are seen as thinking a nuclear attack can be survived. Frankly, I myself do not believe a nuclear attack can be survived. But there are still far too many other possibilities other than just nukes to prepare for. In the event of a regional pandemic, or a sudden nationwide lack of petroleum, your &#8220;media room&#8221; and your fondue sets won&#8217;t be able to help you.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fratermus.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fratermus.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fratermus.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fratermus.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fratermus.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fratermus.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fratermus.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fratermus.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fratermus.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fratermus.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fratermus.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fratermus.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fratermus.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fratermus.wordpress.com/255/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=255&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fratermus.wordpress.com/2012/01/08/pov-timeline-of-american-preparedness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01b0cb1dd21a5e6147651312a2091d11?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fratermus</media:title>
		</media:content>
	</item>
		<item>
		<title>XP revisited</title>
		<link>http://fratermus.wordpress.com/2012/01/07/xp-revisited/</link>
		<comments>http://fratermus.wordpress.com/2012/01/07/xp-revisited/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 07:28:18 +0000</pubDate>
		<dc:creator>fratermus</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://fratermus.wordpress.com/?p=249</guid>
		<description><![CDATA[I recently bought a refurb PC that came with XP (refurb edition) installed and a COA plastered on the side of the case. The box, destined for use as a Zoneminder server, was immediately upgraded to lubuntu. As it happens, &#8230; <a href="http://fratermus.wordpress.com/2012/01/07/xp-revisited/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=249&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently bought a refurb PC that came with XP (refurb edition) installed and a COA plastered on the side of the case.<span id="more-249"></span></p>
<p>The box, destined for use as a <a href="http://en.wikipedia.org/wiki/Zoneminder">Zoneminder</a> server, was immediately upgraded to <a href="http://en.wikipedia.org/wiki/Lubuntu">lubuntu</a>.</p>
<p>As it happens, I have a piece of legacy Windoze software that doesn&#8217;t work so well under Wine.  It makes extensive use of the parallel port and <strong>pegs</strong> the CPU. And the author has recently &#8220;upgraded&#8221; to a .NET 2.0 infrastructure which is another stumbling block.</p>
<p>So I decided to install XP as a VirtualBox guest under Lubuntu on the same box where it was originally installed.  If that makes sense.</p>
<p>The install itself wasn&#8217;t terrible; it ran nicely under VirtualBox.  I did the <a href="http://en.wikipedia.org/wiki/Windows_Genuine_Advantage">Windows Genuine Advantage</a> thing (typing in strings of tiny chars off a sticker) awhich blew up immediately with no indication why.  Failed and sent you to the MS WGA site, which loaded up some little applet that promptly whitescreened and hung.  Yay, payware.</p>
<p>I googled for <em>WGA white screen</em> and sifted through the possibilities.  Turns out the guest&#8217;s clock was off and that was enough to crash WGA.  Nice.  So the model is:</p>
<ol>
<li>charge for the product</li>
<li>make the customer prove they are not a criminal</li>
<li>do not bother to make the proof system robust</li>
<li>and do not provide useful information if it fails.</li>
</ol>
<p>I do not understand why people put up with this crap.  Why businesses buy into the constant cycle of needless upgrades and upsells.  Why we think virus incubation and excessive hardware requirements are acceptable.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fratermus.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fratermus.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fratermus.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fratermus.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fratermus.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fratermus.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fratermus.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fratermus.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fratermus.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fratermus.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fratermus.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fratermus.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fratermus.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fratermus.wordpress.com/249/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=249&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fratermus.wordpress.com/2012/01/07/xp-revisited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01b0cb1dd21a5e6147651312a2091d11?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fratermus</media:title>
		</media:content>
	</item>
		<item>
		<title>crunchbang revisited</title>
		<link>http://fratermus.wordpress.com/2012/01/04/240/</link>
		<comments>http://fratermus.wordpress.com/2012/01/04/240/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 18:34:15 +0000</pubDate>
		<dc:creator>fratermus</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://fratermus.wordpress.com/?p=240</guid>
		<description><![CDATA[I reinstalled crunchbang in virtualbox;   the whole experience was extremely positive. High points: featured download method is by .torrent; this is optimal for all parties concerned. based on debian the graphical install is clean and lovely.  No crap, no bling, &#8230; <a href="http://fratermus.wordpress.com/2012/01/04/240/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=240&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I reinstalled crunchbang in virtualbox;   the whole experience was extremely positive.<span id="more-240"></span></p>
<p>High points:<a href="http://fratermus.files.wordpress.com/2012/01/crunchbangscreenshot.png"><img class="alignright size-thumbnail wp-image-241" title="crunchbangscreenshot" src="http://fratermus.files.wordpress.com/2012/01/crunchbangscreenshot.png?w=150&#038;h=121" alt="" width="150" height="121" /></a></p>
<ul>
<li>featured <a href="http://crunchbang.org/download/">download</a> method is by .torrent; this is optimal for all parties concerned.</li>
<li>based on debian</li>
<li>the graphical install is clean and lovely.  No crap, no bling, just clear information</li>
<li>default is openbox, which is a great choice for a clean distro</li>
<li>post-install script is simple and useful</li>
<li>What is that lovely, lightweight panel?  Read the autostart to learn it&#8217;s <a href="http://code.google.com/p/tint2/">tint2</a>.    I think fbpanel might lose out to tint2 on my desktops&#8230;</li>
<li>And while reading configs to learn the above, I found the <em>~/.config/openbox/autostart</em> file to be meaningfully commented, and that the distro maintainer had the forethought to name his wrapper scripts with the prefix <em>cb-</em>, which I suppose stands for <em>crunchbang</em>.</li>
</ul>
<p>This is great stuff.  I think at this point the only thing I would change is <em></em> <a href="https://launchpad.net/lightdm"><em>lightdm</em></a> instead of <a href="http://slim.berlios.de/"><em>slim</em></a> for desktop manager functions because the latter is (AFAIK) no longer under active development.  Correct me if I&#8217;m wrong.</p>
<p>And, in <strong>one of those weird internet klein jar experiences</strong>:</p>
<p>this morning I listened to an <a href="http://hackerpublicradio.org">HPR</a> <a href="http://hackerpublicradio.org/eps.php?id=0893">episode about crunchbang</a>&#8230;</p>
<p>then accidentally wandered into <a href="http://corenominal.org/2011/12/08/hacker-public-radio-interview/">the #! blog entry about the HPR show</a>&#8230;</p>
<p>and in the blog entry the maintainer mentions my HPR chicken episode.  Srsly.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fratermus.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fratermus.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fratermus.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fratermus.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fratermus.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fratermus.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fratermus.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fratermus.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fratermus.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fratermus.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fratermus.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fratermus.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fratermus.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fratermus.wordpress.com/240/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=240&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fratermus.wordpress.com/2012/01/04/240/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01b0cb1dd21a5e6147651312a2091d11?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fratermus</media:title>
		</media:content>

		<media:content url="http://fratermus.files.wordpress.com/2012/01/crunchbangscreenshot.png?w=150" medium="image">
			<media:title type="html">crunchbangscreenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>Tonight&#8217;s vegetarian meal:  lentils+rice, leftover falafel</title>
		<link>http://fratermus.wordpress.com/2012/01/04/tonights-vegetarian-meal-lentilsrice-leftover-falafel/</link>
		<comments>http://fratermus.wordpress.com/2012/01/04/tonights-vegetarian-meal-lentilsrice-leftover-falafel/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 18:02:54 +0000</pubDate>
		<dc:creator>fratermus</dc:creator>
				<category><![CDATA[meatless mondays]]></category>
		<category><![CDATA[vegetarianism]]></category>

		<guid isPermaLink="false">http://fratermus.wordpress.com/?p=238</guid>
		<description><![CDATA[One of the more useful things I learned in 2011 is that lentils and rice cook in about the same time, so you can toss them in together and cook however you cook rice.  Yay!  So having that tonight in &#8230; <a href="http://fratermus.wordpress.com/2012/01/04/tonights-vegetarian-meal-lentilsrice-leftover-falafel/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=238&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the more useful things I learned in 2011 is that lentils and rice <span id="more-238"></span>cook in about the same time, so you can toss them in together and cook however you cook rice.  Yay!  So having that tonight in the rice cooker.</p>
<p>&nbsp;</p>
<p>Also thawed out some falafel I had cooked (last month?) and frozen.  Will heat those up, too.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fratermus.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fratermus.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fratermus.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fratermus.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fratermus.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fratermus.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fratermus.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fratermus.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fratermus.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fratermus.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fratermus.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fratermus.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fratermus.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fratermus.wordpress.com/238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fratermus.wordpress.com&amp;blog=27692122&amp;post=238&amp;subd=fratermus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fratermus.wordpress.com/2012/01/04/tonights-vegetarian-meal-lentilsrice-leftover-falafel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01b0cb1dd21a5e6147651312a2091d11?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fratermus</media:title>
		</media:content>
	</item>
	</channel>
</rss>
