<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Enfranchised Mind &#187; Robert Fischer</title>
	<atom:link href="http://enfranchisedmind.com/blog/posts/author/candide/feed/" rel="self" type="application/rss+xml" />
	<link>http://enfranchisedmind.com/blog</link>
	<description>programming, politics, &#38; other religious issues</description>
	<lastBuildDate>Sun, 22 Aug 2010 23:18:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<!-- podcast_generator="Blubrry PowerPress/1.0.9" mode="advanced" entry="simple" -->
	<itunes:summary>programming, politics, &amp; other religious issues</itunes:summary>
	<itunes:author>Enfranchised Mind</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://enfranchisedmind.com/blog/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>programming, politics, &amp; other religious issues</itunes:subtitle>
	<image>
		<title>Enfranchised Mind &#187; Robert Fischer</title>
		<url>http://enfranchisedmind.com/blog/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://enfranchisedmind.com/blog</link>
	</image>
		<item>
		<title>Ashlar Infrastructure is in Play</title>
		<link>http://enfranchisedmind.com/blog/posts/ashlar-infrastructure/</link>
		<comments>http://enfranchisedmind.com/blog/posts/ashlar-infrastructure/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 23:14:02 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[Ashlar/Cornerstone]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/?p=2558</guid>
		<description><![CDATA[Ashlar&#8216;s infrastructure is now live. Basically, we have a compiler and a runtime (ashlarc and ashlar, respectively). Ashlar compiles code [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://github.com/RobertFischer/ashlar">Ashlar</a>&#8216;s infrastructure is now live.  Basically, we have a compiler and a runtime (<code>ashlarc</code> and <code>ashlar</code>, respectively).  Ashlar compiles code down to a <em>component</em> (JAR + properly configured metadata).  When Ashlar executes, it loads the component (OSGi <code>install</code> + processing), checks the metadata for any additional components required, fetches those additional components via Ivy, and loads them.  Only after all that is done does it invoke the component (OSGi <code>start</code> + processing), which fires off any module in the component with code to execute.</p>
<p>So, in short, you don&#8217;t have to muck about with the classpath in Ashlar: we resolve that automatically.  If you need to do fancy Ivy stunts, you can muck about with <code>~/.ashlar/ivy.settings</code>.  If you don&#8217;t want to think about Ivy or if you mess up your <code>ivy.settings</code>, Ashlar will automatically generate an appropriate one.</p>
<p>We&#8217;ve got <code>ashlar</code> and <code>ashlarc</code>.  I&#8217;d like two other programs eventually: <code>ashlard</code> to deploy components to a local Ivy repository that Ashlar uses, and <code>ashlarx</code> to be a REPL and execute scripts.</p>
<p>For testing, I&#8217;m using <a href="http://wiki.github.com/aslakhellesoy/cuke4duke/">Cuke4Duke</a> by way of my <a href="http://github.com/RobertFischer/gradle-plugins">gradle-plugins</a>.  The functional tests act on the actual distribution: the very same code that will be zipped up to make a release.  So I can&#8217;t get into a situation where the tests pass as long as I&#8217;m in the context of a unit test case, but compiled code bombed out on us.</p>
<p>As for the language itself: at this point, all the language can do is print out integers and rational numbers.  Not terribly exciting.  But the language itself is where the attention is going next: first, some rudimentary type-checking; then, mathematical operations.</p>
<p>Things are about to get a bit slower, because now that I&#8217;ve got to this point, I&#8217;m shifting some of my free-time focus back to other pending projects.  But it&#8217;s a pretty exciting place to be.</p>
<hr /><h2>Comments</h2><ul><li><a href="http://enfranchisedmind.com/blog/posts/ashlar-infrastructure/#comment-37822">August 24, 2010</a>, <a href='http://hamletdarcy.blogspot.com/' rel='external nofollow' class='openid_link url'>Hamlet D'Arcy</a> wrote: The OSGi stuff built into the language is a really good idea. Kudos for actually implementing it as well!</li></ul><hr />
This post was by <a href="http://www.robertcfischer.com">Robert Fischer</a>, written on August 22, 2010.<br />
Comment on this post: <a href="http://enfranchisedmind.com/blog/posts/ashlar-infrastructure/#respond">http://enfranchisedmind.com/blog/posts/ashlar-infrastructure/#respond</a><br />
Public Permalink: <a href="http://enfranchisedmind.com/blog/posts/ashlar-infrastructure/">http://enfranchisedmind.com/blog/posts/ashlar-infrastructure/</a>
<hr /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a><br />This article was a post on <a href="http://enfranchisedmind.com/blog">the EnfranchisedMind blog</a>.  <span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dc:title" rel="dc:type">EnfranchisedMind Blog</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://enfranchisedmind.com/blog/" property="cc:attributionName" rel="cc:attributionURL">Robert Fischer, Brian Hurt, and Other Authors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.<p style="display:none;">(Digital Fingerprint: bcecb67d74ab248f06f068724220e340 (38.107.191.81) )</p></small>]]></content:encoded>
			<wfw:commentRss>http://enfranchisedmind.com/blog/posts/ashlar-infrastructure/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ashlar and Assumptions</title>
		<link>http://enfranchisedmind.com/blog/posts/ashlar-and-assumptions/</link>
		<comments>http://enfranchisedmind.com/blog/posts/ashlar-and-assumptions/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 01:47:12 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[Ashlar/Cornerstone]]></category>
		<category><![CDATA[Programming Language Punditry]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/?p=2553</guid>
		<description><![CDATA[In my free time this summer, as a counter-balance to the pastoral/ministerial work I was doing, I've cranked on a programming language called "Ashlar".  It's still just getting started, but a big hurdle has been crossed: the runtime is up and running, and the compiler infrastructure is in place.]]></description>
			<content:encoded><![CDATA[<p>A few years back, I started exploring programming language implementations.  Generally, I wanted to understand the kind of decisions and trade-offs that programming language designers make: specifically, I was curious as to why Scala made some of the decisions that they did, and so I went down the road of trying to build a language that &#8220;fixed&#8221; what I perceived to be issues in Scala.  That language was called Cornerstone.</p>
<p>After a while, I discovered that there are good reasons why Scala does things the way it does.  In those &#8220;fixes&#8221;, what I was asking for was basically having my cake and eating it, too.  Cornerstone was born of naiveté, and so while it was a wonderful educational opportunity, it was a stillborn language.</p>
<p>With lessons learned, I reconsidered my approach and started in on a new language, <a href="http://github.com/RobertFischer/ashlar">Ashlar</a>.  In my free time this summer, as a counter-balance to the pastoral/ministerial work I was doing, I cranked on Ashlar.  It&#8217;s still just getting started, but a big hurdle has been crossed: the runtime is up and running, and the compiler infrastructure is in place.  The functional test of printing &#8220;Hello, World&#8221; has gone from red to green.  By request, I&#8217;ve added a bit of a description up on <A href="http://wiki.github.com/RobertFischer/ashlar">the Ashlar wiki</a>, so go check it out.</p>
<p>In particular, there is an extensive conversation about <a href="http://wiki.github.com/RobertFischer/ashlar/assumptions">the assumptions of Ashlar</a>.  Let me know what you think about that: I&#8217;m very curious.</p>
<hr /><h2>Comments</h2><ul><li><a href="http://enfranchisedmind.com/blog/posts/ashlar-and-assumptions/#comment-37807">August 17, 2010</a>, <a href='http://elehack.net/michael/' rel='external nofollow' class='openid_link url'>Michael Ekstrand</a> wrote: Thank you for documenting the assumptions and explicitly positioning Ashlar in that way - it makes a lot of sense, and is refreshingly honest that Ashlar isn't intended to be the final programming language for everything.

In general, I think the assumptions are pretty reasonable.  About the only one that I have difficulty with with is the memory usage one.  While memory is (generally) cheap, exorbitant memory usage does become a problem for cloud deployment where your rented VM may well have 256, 512, or 1024 MB of RAM rather than a few gigs to keep the web app server happy.</li><li><a href="http://enfranchisedmind.com/blog/posts/ashlar-and-assumptions/#comment-37808">August 17, 2010</a>, <a href='http://www.robertcfischer.com' rel='external nofollow' class='openid_link url'>Robert Fischer</a> wrote: Yeah, we'll see how the memory stuff works out.  I'd like the language to be reasonably sized even for virtual machines (distributed processing is one of they targets for Ashlar), but there's a fair bit of infrastructure that's coming with the language and I'm not willing to sacrifice it.

We'll see how this works out.</li><li><a href="http://enfranchisedmind.com/blog/posts/ashlar-and-assumptions/#comment-37809">August 17, 2010</a>, Marc wrote: Why not use JavaCC and JJTree?</li><li><a href="http://enfranchisedmind.com/blog/posts/ashlar-and-assumptions/#comment-37810">August 17, 2010</a>, <a href='http://www.robertcfischer.com' rel='external nofollow' class='openid_link url'>Robert Fischer</a> wrote: I am using JavaCC and JJTree.  <a href="http://github.com/RobertFischer/ashlar/blob/master/runtime/src/javacc/java/com/smokejumperit/ashlar/compiler/cst/ashlar.jjt" rel="nofollow">See the currently-gutted *.jjt here</a> and <a href="http://github.com/RobertFischer/ashlar/blob/master/runtime/src/javacc/java/com/smokejumperit/ashlar/compiler/cst/ashlar.jjt.old" rel="nofollow">a previous take on a JJTree implementation here</a>.  (Dear Future: If those links are failing, it's because I moved the compiler to its own subproject.)</li></ul><hr />
This post was by <a href="http://www.robertcfischer.com">Robert Fischer</a>, written on August 17, 2010.<br />
Comment on this post: <a href="http://enfranchisedmind.com/blog/posts/ashlar-and-assumptions/#respond">http://enfranchisedmind.com/blog/posts/ashlar-and-assumptions/#respond</a><br />
Public Permalink: <a href="http://enfranchisedmind.com/blog/posts/ashlar-and-assumptions/">http://enfranchisedmind.com/blog/posts/ashlar-and-assumptions/</a>
<hr /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a><br />This article was a post on <a href="http://enfranchisedmind.com/blog">the EnfranchisedMind blog</a>.  <span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dc:title" rel="dc:type">EnfranchisedMind Blog</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://enfranchisedmind.com/blog/" property="cc:attributionName" rel="cc:attributionURL">Robert Fischer, Brian Hurt, and Other Authors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.<p style="display:none;">(Digital Fingerprint: bcecb67d74ab248f06f068724220e340 (38.107.191.81) )</p></small>]]></content:encoded>
			<wfw:commentRss>http://enfranchisedmind.com/blog/posts/ashlar-and-assumptions/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>And&#8230;.fail.</title>
		<link>http://enfranchisedmind.com/blog/posts/vendor-fail/</link>
		<comments>http://enfranchisedmind.com/blog/posts/vendor-fail/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 17:48:34 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/?p=2531</guid>
		<description><![CDATA[Okay, so this is some serious failage on a website.]]></description>
			<content:encoded><![CDATA[<p>Okay, so this is some serious failage on a website.  I just submitted a form, and I get this:<br />
<img alt="&quot;Data source name not found&quot;" src="http://enfranchisedmind.com/files/failage.png" title="Website Failage" class="aligncenter" width="512" height="122" /></p>
<p>In and of itself, that&#8217;s just bad coding.  I can deal with that: no big deal.  The <b>*headdesk*</b> is because <em>this is for a database library vendor</em>.</p>
<hr />
This post was by <a href="http://www.robertcfischer.com">Robert Fischer</a>, written on July 26, 2010.<br />
Comment on this post: <a href="http://enfranchisedmind.com/blog/posts/vendor-fail/#respond">http://enfranchisedmind.com/blog/posts/vendor-fail/#respond</a><br />
Public Permalink: <a href="http://enfranchisedmind.com/blog/posts/vendor-fail/">http://enfranchisedmind.com/blog/posts/vendor-fail/</a>
<hr /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a><br />This article was a post on <a href="http://enfranchisedmind.com/blog">the EnfranchisedMind blog</a>.  <span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dc:title" rel="dc:type">EnfranchisedMind Blog</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://enfranchisedmind.com/blog/" property="cc:attributionName" rel="cc:attributionURL">Robert Fischer, Brian Hurt, and Other Authors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.<p style="display:none;">(Digital Fingerprint: bcecb67d74ab248f06f068724220e340 (38.107.191.81) )</p></small>]]></content:encoded>
			<wfw:commentRss>http://enfranchisedmind.com/blog/posts/vendor-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Officially Insane: Peacebuilding is Illegal</title>
		<link>http://enfranchisedmind.com/blog/posts/peacebuilding-is-illegal/</link>
		<comments>http://enfranchisedmind.com/blog/posts/peacebuilding-is-illegal/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 14:30:14 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/?p=2521</guid>
		<description><![CDATA[In <em><a href="http://www.supremecourt.gov/opinions/09pdf/08-1498.pdf">Holder v. Humanitarian Law Project</a></em>, the Supreme Court has ruled that is it illegal to do peace-building efforts with terrorist groups—y'know, nasty things like "training PKK members to use international law to resolve disputes peacefully".]]></description>
			<content:encoded><![CDATA[<p>This is officially insane.</p>
<p>In <em><a href="http://www.supremecourt.gov/opinions/09pdf/08-1498.pdf">Holder v. Humanitarian Law Project</a></em>, the Supreme Court has ruled that is it illegal to do peace-building efforts with terrorist groups—y&#8217;know, nasty things like &#8220;training PKK members to use international law to resolve disputes peacefully; teaching PKK members to petition the United Nations and other representative bodies for relief; and engaging in political advocacy on behalf of Kurds living in Turkey and Tamils living in Sri Lanka&#8221;.  Y&#8217;know, stuff that actually undercuts the divide which leads to desperate people feeling like they have no choice but violence.</p>
<hr /><h2>Comments</h2><ul><li><a href="http://enfranchisedmind.com/blog/posts/peacebuilding-is-illegal/#comment-37690">July 10, 2010</a>, <a href='http://www.robertcfischer.com' rel='external nofollow' class='openid_link url'>Robert Fischer</a> wrote: Probably the most depressing line is this one: "Providing material support 
in any form would also undermine cooperative international efforts to 
prevent terrorism and strain the United States’ relationships with its 
allies"  In and of itself, that's not so bad&mdash;but the implied argument is that the Supreme Court should be ruling not on what is right or wrong, or even on what is legal and illegal, but on what might "strain the United States' relationships with its allies".  Apparently the Supreme Court is a part of the diplomatic wing of the United States.</li><li><a href="http://enfranchisedmind.com/blog/posts/peacebuilding-is-illegal/#comment-37694">July 11, 2010</a>, Leaflord wrote: What the hell? Branding every insurgent as terrorist was bad enough, this is worse</li></ul><hr />
This post was by <a href="http://www.robertcfischer.com">Robert Fischer</a>, written on July 10, 2010.<br />
Comment on this post: <a href="http://enfranchisedmind.com/blog/posts/peacebuilding-is-illegal/#respond">http://enfranchisedmind.com/blog/posts/peacebuilding-is-illegal/#respond</a><br />
Public Permalink: <a href="http://enfranchisedmind.com/blog/posts/peacebuilding-is-illegal/">http://enfranchisedmind.com/blog/posts/peacebuilding-is-illegal/</a>
<hr /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a><br />This article was a post on <a href="http://enfranchisedmind.com/blog">the EnfranchisedMind blog</a>.  <span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dc:title" rel="dc:type">EnfranchisedMind Blog</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://enfranchisedmind.com/blog/" property="cc:attributionName" rel="cc:attributionURL">Robert Fischer, Brian Hurt, and Other Authors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.<p style="display:none;">(Digital Fingerprint: bcecb67d74ab248f06f068724220e340 (38.107.191.81) )</p></small>]]></content:encoded>
			<wfw:commentRss>http://enfranchisedmind.com/blog/posts/peacebuilding-is-illegal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;Beer Wars&#8221;: Another Small Business Story</title>
		<link>http://enfranchisedmind.com/blog/posts/beer-wars/</link>
		<comments>http://enfranchisedmind.com/blog/posts/beer-wars/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 13:45:14 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/?p=2505</guid>
		<description><![CDATA[A fun and very informative documentary movie on the beer business in all its various facets that really woke me up.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.imdb.com/title/tt1326194/">&#8220;Beer Wars&#8221; on IMDB</a><br />
<a href="http://www.netflix.com/Movie/Beer_Wars/70116984">Watch &#8220;Beer Wars&#8221; on Netflix</a></p>
<h3>Review</h3>
<p>A fun and very informative documentary movie on the beer business in all its various facets.  It channels a bit of Michael Moore at times when particular absurdities surface (like the beer lobbyist talking about &#8220;neo-prohibitionists&#8221;), but mostly it&#8217;s a very direct yet entertaining revelation of the beer industry from an insider.  It&#8217;s particularly interesting to hear from the owners of <a href="http://www.moonshotbeer.com/">Moonshot Beer</a> and <a href="http://www.dogfish.com/">Dogfish Head Brewing</a>, who are prominently featured throughout the documentary.</p>
<h3>Commentary</h3>
<p>Every day is election day in America, and you vote with your wallet.  Every dollar you spend is a vote in favor of doing business one way versus another: when you spend your money, companies take that and they use it to advance their own interests.  So when you spend money, you&#8217;re basically advocating for more of that kind of business.  Buy at McDonald&#8217;s instead of a local fast food place (like a taqueria)?  Then you&#8217;re advocating for more McDonald&#8217;s in the world fewer independent fast food places.  Do you buy at Walmart instead of a locally-owned independent business?  Do you buy RIAA music instead of independent musicians?  You get the picture.  Every day and every dollar is advocating for a way of life.  And that&#8217;s just the reality of living in the market economy.</p>
<p>Although I have thought of this in terms of music (hence, <a href="http://indie3.org">The Indie3 Project</a>), restaurants, groceries, and shopping, I never really thought about it in terms of beer.  I&#8217;m not entirely sure why.  This documentary really woke me up.</p>
<p>Like many other industries, the big players have invested in the status quo heavily, and shaped it to be what they want it to be.  Like in other industries, they&#8217;ve done this through both market means (using their economic weight to shoulder out competition) and political means (shoring up federal legislation from the end of prohibition that excludes small brewers).  Of course, when money can be used to buy politicians, then the difference between the commercial market and politics is just one of labels.</p>
<p>&#8220;Armchair activists&#8221; are probably saying that we can solve the problem by electing new politicians to change these laws&mdash;as soon as you can get politicians in office who are willing to take on non-popular and esoteric regulations in the face of powerful and well-funded lobbyists, let me know.  Until then, we have to solve this problem through consumers changing the market.  And that means spending money in counter-dominant ways: spending money locally, and spending it on underdogs.</p>
<p>Part of the shock from this movie was realizing how many brands and styles of beer that I <em>thought</em> were small labels really aren&#8217;t.  In particular, I was deeply saddened to find out that Leinenkugel is Miller and Rolling Rock is Anheuser-Busch.  You Pabst drinkers?  That&#8217;s Miller-Coors.  Which of the &#8220;big three&#8221; you buy is really moot these days, because Miller, Coors, and Anheuser-Busch are all owned by a single Belgian company.  So much for any of those brands being patriotic: these &#8220;American beers&#8221; aren&#8217;t.</p>
<p>I&#8217;m going back to <a href="http://www.bigbossbrewing.com/beer.php">Big Boss Brewing&#8217;s Angry Angel</a>.</p>
<hr /><h2>Comments</h2><ul><li><a href="http://enfranchisedmind.com/blog/posts/beer-wars/#comment-37642">June 28, 2010</a>, Marc Stock wrote: The voting with your dollars thing is a bit of a red herring.  In truth, your choices are limited to what you have access to, not what exists.  So, if my grocery store or liquor store only caries big three brands, then that's what you can "vote" on.  The big sellers know this and they do everything in their power to dominate the shelves  and they are very effective at it.  Visibility is everything.  There are over 1500 breweries in the US but locally I'd estimate I have access to maybe a dozen brands outside of the big three.</li><li><a href="http://enfranchisedmind.com/blog/posts/beer-wars/#comment-37643">June 28, 2010</a>, <a href='http://www.robertcfischer.com' rel='external nofollow' class='openid_link url'>Robert Fischer</a> wrote: By spending your money in the face of limited choices, you are voting in favor of more limited choices.  The very fact you spend money that way is what enables such situations to continue.

If the only beer you can buy at your grocery store or liquor store are big three brands, then buy your beer somewhere else.  That's simple enough.

The bigger issue is limited choice at concessions stands at ballparks and the like.  There your option is playing into the economics of limited choice and feeding into the dominant swill, or not having anything at all.  That's a moral choice I'll leave up to you.</li><li><a href="http://enfranchisedmind.com/blog/posts/beer-wars/#comment-37644">June 28, 2010</a>, Marc Stock wrote: No, you're not getting it.  I'm saying there are only a limited number of choices throughout my area -- not just grocery stores.  Almost nobody is going to go on a road trip for beer especially with the price of gas what it is these days, and certainly not enough to change the market.  At the end of the day, every brewery is fighting for shelf space and that space is extremely limited.  

This is like arguing that if you don't like what China's doing domestically by oppressing their population or bullying Tibet then just stop buying products made there...good luck with that.  It's too late, the damage has already been done.  You become the victim of the masses because whatever they decide is what choice(s) you get.</li><li><a href="http://enfranchisedmind.com/blog/posts/beer-wars/#comment-37648">June 28, 2010</a>, <a href='http://www.robertcfischer.com' rel='external nofollow' class='openid_link url'>Robert Fischer</a> wrote: <em>IF</em> you are in a situation where you really have no other option, then be my guest.  But for most people (including all people who can buy beer at their local megamart), buying alternative beers consists of just opening your eyes and looking around a bit more.

Your general posture of reluctant resignation is simply false to fact. One of the hopeful notes within "Beer Wars" is that craft beer purchases already are making a dent in the market, which is why you've seen more pseudo-craft beers, pseudo-imports, and craft beer overtakes recently.  So there's already been demonstrable impact in the market from consumers changing their buying habits.  Now it's just time to be aware of the new way in which they're trying to get at you.</li><li><a href="http://enfranchisedmind.com/blog/posts/beer-wars/#comment-37649">June 28, 2010</a>, <a href='http://www.robertcfischer.com' rel='external nofollow' class='openid_link url'>Robert Fischer</a> wrote: Oh, and if you go to a non-ABC liquor store and they only stock pseudo-American InBev-Anheuser-Busch products, you need to go to a different liquor store: they're probably selling you just the crappiest stuff across the board.</li><li><a href="http://enfranchisedmind.com/blog/posts/beer-wars/#comment-37651">June 29, 2010</a>, dave wrote: It's not just about "voting with dollars"... it's about <em>making a damned effort</em> to be an educated and active consumer. Can't find good beer at your local supermarket? Find another store! Find a dedicated liquor store, or two or three. When you find one with a good selection, <em>vote with your dollars</em> and give them your business. Can't find a selection anywhere? Find a store that's willing to take requests and ask them to carry what you want. If/when they do, be sure to tell your friends and encourage more business for them.

If you sit around and passively wait for a choice, you won't get one. You'll get whatever is easiest and cheapest for them to give you. Give your money to vendors who do something to deserve it - but be sure you deserve the choices you get. 

Find out who your local brewers are. I'm pretty sure every state in the Union has local beer at this point. BUY THEM. If you don't like their beer, get in touch and tell them why! Honestly, anyone starting a small brewery is more a fanatic than a businessman, and will probably be thrilled at any customer bothering to talk to them at all. You can have a real influence in the goods you consume - something you won't get from Annheiser-Busch. 

And if all else fails, buy the gear and learn to brew your own. Maybe you can even sell some...</li><li><a href="http://enfranchisedmind.com/blog/posts/beer-wars/#comment-37657">June 30, 2010</a>, Marc Stock wrote: "Can’t find good beer at your local supermarket? Find another store! Find a dedicated liquor store, or two or three. When you find one with a good selection, vote with your dollars and give them your business. Can’t find a selection anywhere? Find a store that’s willing to take requests and ask them to carry what you want. "

Apparently some folks have a lot more free time on their hands that they can crusade for such things.</li><li><a href="http://enfranchisedmind.com/blog/posts/beer-wars/#comment-37663">July 2, 2010</a>, <a href='http://www.robertcfischer.com' rel='external nofollow' class='openid_link url'>Robert Fischer</a> wrote: In general, I'm all +1 for Dave's comment above, but I do have to make one correction: I'm pretty sure Utah doesn't have a local brewery.</li><li><a href="http://enfranchisedmind.com/blog/posts/beer-wars/#comment-37664">July 2, 2010</a>, <a href='http://www.robertcfischer.com' rel='external nofollow' class='openid_link url'>Robert Fischer</a> wrote: <em>Apparently some folks have a lot more free time on their hands that they can crusade for such things.</em>

...or Google.

If you don't care, Marc, then you don't care.  It's okay.  Really.  It's fine, just as long as I don't hear you complaining about not having any good choices or how gigantic companies are slowly eating away at both your civil rights and American culture.  As long as you're cool with that, then you can be cool being lazy.</li><li><a href="http://enfranchisedmind.com/blog/posts/beer-wars/#comment-37666">July 2, 2010</a>, <a href='http://www.robertcfischer.com' rel='external nofollow' class='openid_link url'>Robert Fischer</a> wrote: Marc, judging from your IP, you're in Savage, MN.  I happen to know a thing or two about that area—check out Dan Patch/Marketplace Liquor (they're the same owner-operator).  Tell them what beers you like, and that you'd like a local brewery that isn't owned by InBev (InBev=Miller-Coors/Anheuser-Bush).  They'll take care of you and find something you'll like.

Now you don't have to spend a lot of time "crusading".</li><li><a href="http://enfranchisedmind.com/blog/posts/beer-wars/#comment-37677">July 9, 2010</a>, <a href='http://aliciaweller.com/' rel='external nofollow' class='url'>Alicia</a> wrote: Actually: http://www.united-nations-of-beer.com/guide-to-utah-breweries.html</li><li><a href="http://enfranchisedmind.com/blog/posts/beer-wars/#comment-37730">July 27, 2010</a>, <a href='http://mcherm.com/' rel='external nofollow' class='openid_link url'>Michael Chermside</a> wrote: "The voting with your dollars thing is a bit of a red herring. In truth, your choices are limited to what you have access to, not what exists."

That's funny... I have the same problem with my voting.</li></ul><hr />
This post was by <a href="http://www.robertcfischer.com">Robert Fischer</a>, written on June 28, 2010.<br />
Comment on this post: <a href="http://enfranchisedmind.com/blog/posts/beer-wars/#respond">http://enfranchisedmind.com/blog/posts/beer-wars/#respond</a><br />
Public Permalink: <a href="http://enfranchisedmind.com/blog/posts/beer-wars/">http://enfranchisedmind.com/blog/posts/beer-wars/</a>
<hr /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a><br />This article was a post on <a href="http://enfranchisedmind.com/blog">the EnfranchisedMind blog</a>.  <span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dc:title" rel="dc:type">EnfranchisedMind Blog</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://enfranchisedmind.com/blog/" property="cc:attributionName" rel="cc:attributionURL">Robert Fischer, Brian Hurt, and Other Authors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.<p style="display:none;">(Digital Fingerprint: bcecb67d74ab248f06f068724220e340 (38.107.191.81) )</p></small>]]></content:encoded>
			<wfw:commentRss>http://enfranchisedmind.com/blog/posts/beer-wars/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
