<?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/"
	>

<channel>
	<title>Thrica</title>
	<atom:link href="http://thri.ca/feed" rel="self" type="application/rss+xml" />
	<link>http://thri.ca</link>
	<description>Veritas Pulchritudo Est</description>
	<lastBuildDate>Thu, 02 Sep 2010 16:36:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The Art of the Contextual Sidebar</title>
		<link>http://thri.ca/archives/504</link>
		<comments>http://thri.ca/archives/504#comments</comments>
		<pubDate>Thu, 02 Sep 2010 16:30:21 +0000</pubDate>
		<dc:creator>thrica</dc:creator>
				<category><![CDATA[Design & Gadgetry]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thri.ca/?p=504</guid>
		<description><![CDATA[Wordpress by default has a persistent sidebar which appears on most every page. One thing I've noticed while trawling the sites of designers is that usability is greatly improved by making the sidebar contextual - that is, not a generic site-frame that sits on every page. There are several ways one can improve usability on a site with the sidebar; things I will arrange from easy to hard.]]></description>
			<content:encoded><![CDATA[<p>WordPress by default has a persistent sidebar which appears on most every page. One thing I&#8217;ve noticed while trawling the sites of designers is that usability is greatly improved by making the sidebar contextual &#8211; that is, not a generic site-frame that sits on every page. It&#8217;s something I&#8217;ve been playing with on this site, and I will use it as an example.</p>
<p>There are several ways one can improve usability on a site with the sidebar; things I will arrange from easy to hard. The first thing is to eliminate redundant information. For example, do I really need the &#8220;about me&#8221; section of the sidebar on the <a href="/about">about page</a>? It&#8217;s redundant, and it links to itself. Easy enough; WordPress&#8217;s <code>body_class()</code> function lets me style particular pages. The following code hides the about section from the sidebar only on the about page:<br />
<code>body.page-template-about-php .about-widget { display: none; }</code></p>
<p>Second, there might be things one wants to emphasize on certain pages &#8211; the opposite of the first point. On the <a href="/blog">blog index</a>, for example, I&#8217;ve used more page-specific CSS rules to make the topics a full vertical list instead of just a row of icons. Presumably if you&#8217;re on the blog&#8217;s index, you&#8217;ll be more likely to want to know what the categories are at a glance. On other pages, it collapses back into the row of icons.</p>
<p>Now we get into more difficult territory. Newer versions of WordPress allow you to have multiple sidebars. Instead of just <code>get_sidebar()</code>, you can say <code>get_sidebar('alternate')</code>, which will load <code>sidebar-alternate.php</code> instead of <code>sidebar.php</code>. This feature can let you modularize any number of sections on your site, but I&#8217;ll only treat the most obvious uses of it here.</p>
<p>This feature is useful for total layout changes. For example, the <a href="/portfolio">portfolio</a> page. How constrained would I be if I couldn&#8217;t use the entire width of the page! The entire sidebar has been moved to the footer, allowing the portfolio to expand to the total width, and the site selector acts as a surrogate sidebar.</p>
<p>The footer-sidebar is used wherever the contents of the sidebar would be better off totally out of focus, or as an afterthought. The reader of a single-post page, for example the one you are possibly reading from (if not, <a href="http://thri.ca/archives/504">click here</a>), is more interested in the article than incidental site information. Therefore, content relevant to the article &#8211; namely the comments &#8211; are placed side by side with the article, <em>not</em> the site-info &#8211; which is placed in the footer should the reader be interested after the article.</p>
<p>Look at the following layouts from a birds-eye view. Each of them is a two-column layout, but each of them has a different layout. Without looking at the particulars of each page, can you tell what&#8217;s supposed to be emphasized on each?</p>
<p><img src="/pictures/site-blog.jpg" class="alignleft" alt="Navigation Emphasized" /> <img src="/pictures/site-about.jpg" class="alignleft" alt="Supplemental Information Emphasized" /> <img src="/pictures/site-post.jpg" class="alignleft" alt="Comments Emphasized" /> <img src="/pictures/site-portfolio.jpg" class="alignleft" alt="Screenshots Emphasized" /> <img src="/pictures/site-home.jpg" class="alignleft" alt="Identity Emphasized" /></p>
<p style="clear: both;">A well-executed series of sidebars serves to focus the reader on whatever content the page is about. It can serve as navigation, or as complementary information, highlighting and enhancing the purpose of the page it&#8217;s on. On the other hand, a static sidebar that remains stubbornly the same across all sections of a site serves as nothing more than visual filler; something the reader (at best) mentally ignores after the first page or two, or (worse) is distracted by.</p>]]></content:encoded>
			<wfw:commentRss>http://thri.ca/archives/504/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conservatism and the Regulatory House of Cards</title>
		<link>http://thri.ca/archives/501</link>
		<comments>http://thri.ca/archives/501#comments</comments>
		<pubDate>Thu, 26 Aug 2010 16:33:46 +0000</pubDate>
		<dc:creator>thrica</dc:creator>
				<category><![CDATA[Politics & Current Events]]></category>

		<guid isPermaLink="false">http://thri.ca/?p=501</guid>
		<description><![CDATA[I&#8217;ve alluded to the regulatory house of cards before, specifically with regard to net neutrality. The basic idea is one of unintended consequences: starting from a state of freedom, the government sees a problem real or imagined and tries to fix it by fiat. Of course, this perverts incentives and makes for new problems, which [...]]]></description>
			<content:encoded><![CDATA[<p class="center postimage"><img src="/pictures/houseofcards.jpg" alt="Conservatism and the Regulatory House of Cards" /></p><p>I&#8217;ve alluded to the regulatory house of cards before, specifically with regard to <a href="http://thri.ca/archives/373" title="For Sensible Deregulation: Why We Need Net Neutrality (For Now)">net neutrality</a>. The basic idea is one of unintended consequences: starting from a state of freedom, the government sees a problem real or imagined and tries to fix it by fiat. Of course, this perverts incentives and makes for new problems, which is then fixed by further fiat. Thus, regulation begets more regulation, and we end up with an ad hoc patchwork of rules &#8211; a delicate house of cards that is surprisingly hard to deconstruct without tearing the whole thing down.</p>
<p>To repeat the story from the net neutrality piece, it was obvious by Gorbachev&#8217;s ascent to power that the Soviet Union&#8217;s centrally planned economy had no room for growth. It was facing stagnation and decline into the indefinite future. To revitalize the economy, one of the first things Gorbachev did was ease capital controls. Unfortunately for him, that was one of the bottom cards: capital was immediately whisked out of the country, and the Soviet Union forthwith collapsed.</p>
<p>This is one of the most dire pathologies of government control: it&#8217;s extremely hard to move back towards freedom. One cannot &#8220;just do it&#8221;; it has to be done right. One of the reasons privatization has such a bad name is because in Russia and Argentina, state industries were not really &#8220;privatized&#8221;, but sold to government cronies (or drinking buddies in Gorbachev&#8217;s case). Regulatory patchworks have to be dismantled, if not totally, then with extreme care lest we end up with a lopsided and immediately perverse set of incentives that lead to even worse outcomes.</p>
<p>It goes without saying of course that this is not to be used as an argument against dismantling government control; only that it must be done with care&#8230;</p>
<p>Or so you&#8217;d think. American conservatives use this logic all the time for exactly that purpose: keep our regulations, we&#8217;re used to them.</p>
<p>Immigration is the most obvious example. The most common argument against illegal immigration used by conservatives is that we don&#8217;t want them using our government services and leeching off our tax dollars. But wait, aren&#8217;t conservatives supposed to be against government services? What better way is there to demonstrate the untenability of the welfare state than to show its insolvency in the face of increased payouts; to show that it is not an extensible system? In fact, I propose that <em>no welfare program will go away until it is on the brink of crisis</em>.</p>
<p>So rather than tackling the root of the issue, conservatives focus on a symptom and propose their own patch (border control) to fix the brokenness of the patches we already have (the welfare state). We&#8217;ve got a generous welfare state? <a href="http://thri.ca/archives/80" title="Comparative Government: A Thought Experiment">Of course the indigent poor want to come here</a>. Duh. But that doesn&#8217;t mean the indigents are the root of the problem. Our government determines in the short run the kind of immigrants we attract, and in the long run, what kind of economic actors we ourselves are (In Sweden for example it is common to take a year off after school and live off the generous unemployment benefits &#8211; not because of difficulty in finding a job, but because there&#8217;s no reason to until the benefits stop). Conservatives in America, far from advocating caution in dismantling as their name might suggest, are actually <em>adding new cards</em>.</p>
<p>This is the fundamental flaw that denies Conservatism the prestige of being a real and consistent ideology. Rather than an ideology, Conservatism (and Liberalism too; but I&#8217;ll get to that in a future post) is more of an <em>aesthetic</em>. The house of cards argument is so inconsistent that I suspect it&#8217;s not even what the conservatives who make it really believe. More likely it&#8217;s a mask for a visceral xenophobia, which is (consciously or unconsciously) suppressed because they know (probably unconsciously) that cosmopolitanism is at the moment more culturally in vogue that parochialism.</p>
<p>Of course, xenophobia doesn&#8217;t go away, even if it is culturally suppressed and hidden behind (not so) clever arguments. And some conservatives (the incorrigible, the imperceptive, or those surrounded only by other conservatives) venture into outright xenophobia anyway. The &#8220;protect our culture&#8221; argument is hardly on the fringes of the movement (as if American culture ever lived up to their ideals, and as if culture could be static anyway). Neither is the subtly racist and/or classist crime argument (which statistically just doesn&#8217;t hold water).</p>
<p>So if you&#8217;re going to pretend that the house of cards argument against immigration is the real reason for opposition, then Conservatives just need a dose of logic to realize the virtue of free immigration. Otherwise, if you just want to force your cultural preferences on people with the same apparatus that liberals use to force their economic preferences on people, then at least be honest about it. And if you can&#8217;t take the marginalization that a stance like that will inevitably afford as the old guard dies off, then just keep quiet on the issue.</p>]]></content:encoded>
			<wfw:commentRss>http://thri.ca/archives/501/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marriage As Sacrament: Did Protestants Call It Wrong?</title>
		<link>http://thri.ca/archives/500</link>
		<comments>http://thri.ca/archives/500#comments</comments>
		<pubDate>Thu, 19 Aug 2010 04:05:23 +0000</pubDate>
		<dc:creator>thrica</dc:creator>
				<category><![CDATA[Theology]]></category>

		<guid isPermaLink="false">http://thri.ca/?p=500</guid>
		<description><![CDATA[he strength of the Protestant reformation was the axe it applied to contemporary Catholic doctrine. One of the many categories to get the axe was the sacraments. Catholics had a nice round list of seven, several of which are nowhere spoken of in the Bible. But one in particular got thrown out perhaps too hastily, one whose consequences are now coming to bear in the modern American political scene: marriage...]]></description>
			<content:encoded><![CDATA[<p class="center postimage"><img src="/pictures/weddingrings.jpg" alt="Marriage As Sacrament: Did Protestants Call It Wrong?" /></p><p>The strength of the Protestant reformation was the axe it applied to contemporary Catholic doctrine. Is it prohibited in scripture? Then let no papal bull allow it. Is it allowed in scripture? Then let no writ forbid it. Is it not spoken of in scripture? Then let one neither forbid nor require it.</p>
<p>One of the many categories to get the axe was that of sacraments. Catholics had a nice round list of seven, several of which are nowhere spoken of in the Bible. Furthermore, they were understood as <em>means of receiving grace</em>, rather than signs of grace already received. So the list was understandably shortened. Holy orders and last rites do not belong on the same list as baptism and eucharist. But one in particular got thrown out perhaps too hastily, one whose consequences are now coming to bear in the modern American political scene: marriage.</p>
<p>To be sure, the Catholic church had an extremely unhealthy view of marriage at the time &#8211; a &#8220;necessary evil&#8221;, going even further than Paul in 1 Corinthians 7:8-9. Luther&#8217;s criticism of the whole idea of the holy orders &#8211; particularly of the celibacy of priests, nuns, and monks &#8211; is something the Catholic church could still bear to hear, given the endemic sexual abuses within its orders. </p>
<p>But the baby got thrown out with the bathwater here. By relegating marriage to a civil institution, we miss the rich spiritual symbolism behind marriage. And even with that in mind, we miss the <em>primacy</em> of that symbolism.</p>
<p>First, let&#8217;s define sacraments by the two that everyone agrees on, baptism and eucharist.</p>
<ol><li>They are ritual in a sense, but as celebration, not as entreaty.</li>
<li>They are symbols: the Eucharist of the sacrifice of Christ, and baptism of spiritual death and resurrection.</li></ol>
<p>In short, a sacrament is a means by which we display externally as a symbol of something spiritual, or at least not present. Before Christ, animal sacrifice was such a sacrament analogous to baptism. The animal itself did not cover sins, but was a symbol of something greater. The passover, likewise, celebrated the exodus from Egypt in the same way as we now celebrate Christ&#8217;s sacrifice with the Eucharist.</p>
<p>Marriage, with all its aspects, certainly fits this definition. God uses richly sexual language in the Old Testament to describe his relationship with Israel, and later the Church (all throughout Ezekiel, for example) &#8211; the former compared to a prostitute (Hosea), who through redemption as the latter will be presented as a spotless bride (Revelation). God is compared throughout the Bible and specifically by Jesus to a bridegroom who is returning for his bride &#8211; namely the Church.</p>
<p>The analogy goes the other way around too. In Ephesians 5, Paul speaks of the wife as subject to the husband in the same way as the church is subject to Christ, and of the Husband as responsible for the safety, both physical and spiritual, of the wife, in the same way that Christ sacrificed himself for the Church.</p>
<p>So why have Protestants traditionally considered marriage a civic matter anyway?</p>
<p>Luther&#8217;s sentiments &#8211; that <em>Marriage is a civic matter. It is really not, together with all its circumstances, the business of the church. It is so only when a matter of conscience is involved</em> &#8211; I think stem from several sources, not least of which is the reaction against the Catholic church&#8217;s pathology of marriage. But more significant to our modern context is a reluctance to deny the title of &#8220;marriage&#8221; to unbelievers. Their unions are celebrated and carry on in much the same way as ours, so it&#8217;s tempting to call it the same thing.</p>
<p>But it is really not the same thing. What protestants fail to appreciate is the <em>primacy of the symbol</em>. God does not compare his relationship with the church to marriage just because there&#8217;s nothing better to compare it to, as if marriage was prior and God just used that as an example. Quite literally, marriage (and therefore sex) exist <em>for the sole purpose of</em> symbolizing the relationship between God and the church. Sex, as one of the highest forms of physical ecstasy, serves the purpose of broadening our palate of &#8220;good&#8221;, of heightening our knowledge of it. Add on top of that the bedrock deep emotional attachment, affection, and commitment, and one has the whole spectrum; a microcosm in which to taste the goodness of God through one&#8217;s spouse.</p>
<p>No doubt marriages with and without this foundation can look superficially similar to one another. So can devout Christians and self-described &#8220;good people&#8221;. The Christian and the hippie may find themselves working together at Habitat For Humanity, but could their worldviews be more different? It is the core of Protestant doctrine that superficial similarities in works count for nothing without a regenerated heart (Isaiah 64:6). We&#8217;ve simply failed to extend that to marriage.</p>
<p>Indeed, if marriage were primarily a civil institution, what good would it confer upon the unbeliever who partakes? Certainly no final spiritual good without Christ as the center. Is marriage nothing more than a common grace, akin to tasty bagels and sunny days, enjoyable by believers and unbelievers alike? That position, I think, is untenable given the amount and intensity of treatment in the scriptures.</p>
<p>The idea of marriage as a primarily civil institution is also the root of the Evangelical opposition to gay marriage. All the treatment of marriage in the Bible, they see, is not for furthering the sanctification of the believer, but for maintaining the bedrock of civilization (as some dramatically call the institution). This is patently ridiculous, but as the argument usually hinges on the raising of children, which <a href="http://thri.ca/archives/405" title="Christian And Family Friendly">I have treated elsewhere</a>, I will not divert here. Suffice it to say that such a line of thought evidences a lack of faith in the work of God to the highest degree.</p>
<p>In fact, Christians cannot have it both ways. If marriage is a civil institution, then the Church (and everyone) has an interest in promoting marriage as an institution, but the Biblical arguments for permitting gay marriage in the church all of a sudden work. It would have simply been a cultural injunction against temple prostitution. Promote civil marriage as the bedrock of civilization, but marriage for everyone.</p>
<p>If marriage is a sacrament, however &#8211; if the symbol is primary &#8211; then Christians can no more condone gay marriage than baptism in the name of the <a href="http://www.standfirminfaith.com/index.php/site/article/10513/">Creator, Redeemer, and Sustainer</a>. Yet in this they may not use the state to enforce it, for an unbeliever &#8220;marrying&#8221; another of the same sex no more defiles the sacrament than one who marries another of the opposite sex, for neither participates in the sacrament at all. It would be just as ridiculous as mandating by law church attendance on Sundays, which most (hopefully) would agree would do little if any spiritual good for anyone.</p>
<p>Sacramentalizing marriage is thus not only a more healthy (and more Biblical) way to approach the matter, but also a dose of common sense to a church tilting at political windmills. The richness of the symbolism confers a seriousness to it. And given the state of what passes for marriage today, it could use some of both the somberness of the eucharist and the excitement of baptism that come with the realization that one is partaking in the symbol of divine union.</p>]]></content:encoded>
			<wfw:commentRss>http://thri.ca/archives/500/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>God, Authority, and Authoritarianism</title>
		<link>http://thri.ca/archives/499</link>
		<comments>http://thri.ca/archives/499#comments</comments>
		<pubDate>Wed, 11 Aug 2010 14:38:01 +0000</pubDate>
		<dc:creator>thrica</dc:creator>
				<category><![CDATA[Theology]]></category>

		<guid isPermaLink="false">http://thri.ca/?p=499</guid>
		<description><![CDATA[Ni Dieu Ni Maître - "Neither God Nor Master" - is a trendy slogan among anarchists. The idea is that the self is the final authority, that it has an obligation to submit itself to no authority, religious or political. There indeed seems to be a sentiment that religious devotion is incompatible with liberty. Submission to the state, the logic goes, is only a small step to a mind accustomed to submission to God. Is it such a small step, though, as if the authority of God were essentially the same as the authority of men but on a grander scale?...]]></description>
			<content:encoded><![CDATA[<p class="center postimage"><img src="/pictures/zeus.jpg" alt="God, Authority, and Authoritarianism" /></p><p><em>Ni Dieu Ni Maître</em> &#8211; &#8220;Neither God Nor Master&#8221; &#8211; is a slogan coined by a Socialist publisher which has more recently become popular among anarchists. The idea is that the self is the final authority, that it has an obligation to submit itself to no authority, religious or political.</p>
<p>There indeed seems to be a sentiment, especially among left-libertarians and anarchists, that religious devotion is incompatible with liberty. Submission to the state, the logic goes, is only a small step to a mind accustomed to submission to God.</p>
<p>Is it such a small step, though, as if the authority of God were essentially the same as the authority of men but on a grander scale?</p>
<p>The difference hinges upon consequence. For any action, there are consequences, which may be divided into natural and unnatural consequences. If I speed, for example, the natural consequences are 1) lower fuel efficiency, 2) faster arrival time, and 3) increased risk of collision. These are the consequences inherent in the nature of the action. A speeding ticket, on the other hand, is an <em>unnatural</em> consequence: it is imposed from without by force, and has no essential connection to the action.</p>
<p>All human authority is predicated on unnatural consequences for violation of that authority. And of course some of this is necessary for a well-functioning society: protection of what have come to be called the &#8220;natural rights&#8221;<sup><a href="#note499-1">1</a></sup> by unnatural consequences is foundational to the market economy and to modern civilization. But on the whole, it is presumably the goal of every friend of liberty to reduce the set of unnatural consequences to a reasonable minimum, to  prevent abuses like <a href="http://biggovernment.com/bewing/2010/08/06/licensing-gone-wild-government-bureaucrats-shut-down-crying-little-girls-lemonade-stand/">shutting down a little girl&#8217;s lemonade stand</a>.</p>
<p>Where the anti-religious go wrong then is imagining divine authority to be also predicated on unnatural consequences. People both religious and irreligious have an idea of God as a sort of Zeus figure standing in Heaven with a lightning bolt ready to impose doom on those who don&#8217;t follow his will.</p>
<p class="center"><img src="/pictures/godscomputer.jpg" alt="The Far Side: God At His Computer" /><br />
<em><small>Or a piano.</small></em></p>
<p>The entire idea is ludicrous. The authority of God <em>consists entirely</em> of natural consequences, though the irreligious misestimate those. Hell, for example, is not the final spite of a vindictive God against those who have spited him. God being the <em>summum bonum</em>, the ultimate good from which all other good derives, then final rejection of God is quite literally the rejection of all good. Hell is therefore the most natural consequence of a conscious rejection of that good, a separation from all that is good.</p>
<p>Likewise with regard to the law, the entire point of the New Testament is that <a href="/archives/360" title="The Law as Values">it is not an end in itself</a>. Paul harps on the point of freedom from the law for several chapters in Romans, yet because it fails to conform to the default Zeus concept of God, it is more or less ignored by the masses on both sides. The authority of God is not a series of categorical imperatives given weight by the threat of burning. Rather, it is the means by which we pursue our best self-interest &#8211; not materially, where moths and rust destroy, but spiritually, by striving directly for the highest good, rather than subsidiary goods as ends in themselves. As John Piper said recently, &#8220;<a href="http://desiringgod.org/Blog/2587_christians_and_the_10_commandments/" title="Christians and the 10 Commandments">Love God and do as you please is not bad advice</a>&#8220;, hence his term <a href="http://www.desiringgod.org/AboutUs/OurDistinctives/ChristianHedonism/">Christian Hedonism</a>.</p>
<p>The attack can then be levied, why all the injunctions against things that have no apparent consequences? This is another fundamental difference between human and divine authority: where human authority can only be exercised with respect to external behavior, divine authority is more concerned with the state of the soul. Thus, an action may have no physical consequences but by its nature serves to further alienate one from the <em>summum bonum</em>. Action is a feedback loop, both springing from and reinforcing our identities and conceptions of ourselves. Indeed, alteration of the self is the most natural of consequences: the Bible makes it clear that sin is both what is punished, and the punishment itself, as each action further separates one from the good. This vicious cycle is precisely the reason that the human condition is so spiritually desperate.</p>
<p>One can no more reject the authority of God than the authority of gravity. Not just because God has the means to inflict punishment, but because if we were not <em>de facto</em> subject to it, there would be no such thing as a consequence to an action, good or bad. In fact to reject the idea of the authority of God should he exist is to deny the very idea of identity, for we choose actions based on (what we understand to be) their consequences; based on the decrees of a God who has ordered everything we consider natural.</p>

<ol class="notes">
<li id="note499-1">This is a completely different, and in my opinion inexpedient, sense of the word &#8220;natural&#8221;. I tend towards a more Hayekian view of the natural rights; that they are the bundle of rights which have been shown through history as the most expedient to civilization ( see <a href="/archives/434">The Principle of Federalism</a> for a slightly more expanded discussion of the natural rights).</li></ol>]]></content:encoded>
			<wfw:commentRss>http://thri.ca/archives/499/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>On The Orders of Beauty</title>
		<link>http://thri.ca/archives/436</link>
		<comments>http://thri.ca/archives/436#comments</comments>
		<pubDate>Wed, 14 Jul 2010 18:50:38 +0000</pubDate>
		<dc:creator>thrica</dc:creator>
				<category><![CDATA[Philosophy & Economics]]></category>

		<guid isPermaLink="false">http://thri.ca/?p=436</guid>
		<description><![CDATA[The idea of beauty as the reduction of all particulars to a single head still allows for a dichotomy in the treatment of beauty; what I will refer to as the appreciation of first and second order beauty. First order beauty is the most common conception, simply because it is the most obvious. It is beauty in an object as such, and stops there: everything exists for a purpose, and executes its function in the best way possible...]]></description>
			<content:encoded><![CDATA[<p class="center postimage"><img src="/pictures/nature-city.jpg" alt="On The Orders of Beauty" /></p><p>The idea of beauty as <a href="/archives/229" title="Beauty">the reduction of all explicanda to a single explicans</a>, of all particulars to a single head as Adam Ferguson would say, still allows for a dichotomy in the treatment of beauty; what I will refer to as the appreciation of first and second order beauty.</p>
<p>First order beauty is the most common conception, simply because it is the most obvious. It is beauty in an object as such, and stops there: everything exists for a purpose, and executes its function in the best way possible. It is a constructed beauty &#8211; what Hayek would call rationalist and constructivist. It is the result of deliberate design &#8211; in fact, anything human designed is done with a form of first-order beauty in mind &#8211; whether art, institutions, or urban planning. Its unifying principle is <em>consequential</em> -its unity is in what it does and how it does it.</p>
<p>Second order beauty, on the other hand, is a beauty of process &#8211; a meta-beauty. It is more fundamental, and does not necessarily exhibit first-order beauty. Yet the beauty of it is in the robustness: though it does not necessarily generate results with the most beauty <em>in themselves</em>, its results are always suited for its ends. Its unifying principle is <em>procedural</em> &#8211; the result is not deliberately constructed as such, but comes about from interactions under general rules.</p>
<p>The difference may be hard to grasp in the abstract, but concrete examples will make it much clearer. The difference is between Esperanto and English. Esperanto is a clean and regular language. It was constructed that way. Everything exists for a purpose, with no vestiges from older ancestors. English, on the other hand, is a messy hodge podge of two major and half a dozen minor European languages. It has constructions (for example do-support on yes/no questions) which from an a priori perspective seem outlandish.</p>
<p>Yet Esperanto is subject to the same rules of language change as English. Should it achieve its goal of becoming a universal second language, it will inevitably split into dialects just like any other &#8211; its beauty marred by the accidents of mass-adoption. The second-order beauty here is the process of linguistics, governed by the innate principles of Universal Grammar first articulated by Noam Chomsky. Though English as such may lack the apparent beauty that Esperanto has, the principles of universal grammar in tension with the processes of language change will always produce a language as fit for human communication, as rich in expressive power, and as easy for acquisition as any other, despite their surface differences &#8211; even with severely degraded input (i.e., the creolization of pidgins).</p>
<p>Another example is nature versus cities. Which is more beautiful, a forest, or a well-laid-out city? They exhibit, of course, different types of beauty. The city represents the distilled rational principles of habitation that man has learned from nature and experience, and is thus more suited to house him. Yet without conscious and deliberate upkeep and intervention, the city will eventually crumble and fall into disrepair, while the forest survives and thrives just as well without as with human aid.</p>
<p>Second order beauty is exemplified in spontaneous orders. Where first-order beauties require full knowledge, absolute control, and constant vigilance (and are thus easier to create on a canvas than in a society), second-order beauties provide for their own continued existence by general rules rather than specific directives, and in fact are <em>hindered</em> rather than helped by deliberate intervention, simply because deliberate human design can only result in first-order beauty, which becomes impossible to create as the scope makes the necessary knowledge, authority, and vigilance impossible (see Cracked.com for <a href="http://www.cracked.com/article_18600_6-laws-that-were-great-paper-and-insane-everywhere-else.html">6 examples of intervention hindering coordination</a> &#8211; examples 3 and 4 with regard to nature, and the rest with regard to society as a whole).</p>
<p>The most pervasive example of second-order beauty outside of the laws of nature themselves is the market economy. Its general rules are property rights and contract enforcement. And though it is the result of human action, like language, it is not the result of human design, qualifying it as second-order. The robustness with which it provides for the needs of the consumer, agnostic to which particular firm gets to do so, just as Universal Grammar robustly provides for human communication agnostic to the particular grammatical constructions which do so, is what makes it beautiful.</p>
<p>The attempted substitution of second-order beauty with first-order beauty has been the cause of a great number of evils in human history. The theme of Hayek&#8217;s entire corpus is the repudiation of this attempt with regard to the institutions of the market. Though it, like nature, is resilient to a great degree of intervention, experience has shown that neither is impossible to break. The Soviets, in fact, demonstrated this with regard to both: land irreparably laid waste by industrial development, and an economy collapsing under the misdirection of a central authority charged with the impossible task of omniscience. The two are not unrelated, stemming both from the philosophy of man as supremely rational, and the former in fact spurred on by the latter.</p>
<p>A beauty which does not provide for its own continued existence is no beauty at all, which is why an appreciation of second-order beauty is absolutely essential to understanding the universe and seeking truth. Second-order beauty is creation; first-order beauty is only imitation. As rationality is the qualitative distinction between the intelligence of man and animal, so the creation and governance of second-order beauty, something requiring nothing less than omniscience, is the qualitative distinction between the intelligence of man and God.</p>]]></content:encoded>
			<wfw:commentRss>http://thri.ca/archives/436/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
