<?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>Sick Transit</title>
	<atom:link href="http://danielglick.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielglick.wordpress.com</link>
	<description>Just another WordPress.com site</description>
	<lastBuildDate>Tue, 15 Nov 2011 22:59:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='danielglick.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sick Transit</title>
		<link>http://danielglick.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://danielglick.wordpress.com/osd.xml" title="Sick Transit" />
	<atom:link rel='hub' href='http://danielglick.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Software and Creativity</title>
		<link>http://danielglick.wordpress.com/2011/01/03/software-and-creativity/</link>
		<comments>http://danielglick.wordpress.com/2011/01/03/software-and-creativity/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 23:38:54 +0000</pubDate>
		<dc:creator>danielglick</dc:creator>
				<category><![CDATA[A & E]]></category>
		<category><![CDATA[Abstractions]]></category>
		<category><![CDATA[Sci & Tech]]></category>

		<guid isPermaLink="false">http://danielglick.wordpress.com/?p=831</guid>
		<description><![CDATA[My wife and I are friends with a couple who are a filmmaker and a painter. As my wife is also a painter, I&#8217;ve occasionally referred to myself as the uncreative member of the group&#8211;a designation adamantly rejected by our &#8230; <a href="http://danielglick.wordpress.com/2011/01/03/software-and-creativity/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=831&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My wife and I are friends with a couple who are a filmmaker and a painter. As my wife is also a painter, I&#8217;ve occasionally referred to myself as the uncreative member of the group&#8211;a designation adamantly rejected by our painter (and former physics major) friend, who points out that programming is indeed creative.</p>
<p>While that&#8217;s technically true, there&#8217;s obviously a pretty big gap between painting and programming (although of course, I appreciate my friend&#8217;s inclusiveness). However I&#8217;ve struggled to concisely express the nature of the gap. I doubt there&#8217;s any original insight here, but this is how things finally clicked in my mind. It&#8217;s partly about the work process, and partly about the end result.</p>
<p><span id="more-831"></span>Every job that is not completely routinized involves a mixture of three levels of creativity. I&#8217;m going to call them design, craft, and building; but those terms are a little misleading, because not all designs are creative, and building often requires craftsmanship. What really distinguishes the three types of work is the objectivity of evaluating the output.</p>
<p>By <em>design</em>, I mean decisions where experienced practitioners can disagree wildly about what constitutes good or bad work. Visual art is an extreme case, with products such as color fields or pop art, which explicitly rely on social construction to become art. But software engineering has plenty of subjective decisions as well. Objective measures of usability are extremely limited; and it can take years to determine if a programming abstraction enables the right constructs, or what interactions are promoted by a piece of social software. Conversely, a painting or drawing intended for advertising or propaganda is much easier to evaluate than fine art, even if the techniques of production are the same.</p>
<p><em>Craft</em> is technique that is generally agreed upon by practitioners of the field. Even if there are different schools of thought, experienced members of a school will typically agree on what constitutes good craft, and can probably even evaluate what is considered good by other schools. A lot of programming falls into this bucket; fans of Extreme Programming and dynamic languages may fall out with functionalists and formalists, but most developers can ultimately agree on whether a program is clean, elegant code. Most math and science probably fits here as well; except for trivial or automatically checkable proofs, or experiments with very few variables, a good deal of professional judgment is needed to evaluate a published result.</p>
<p>Finally, <em>building</em> is work whose quality is scientifically measurable. As in any science, the choice of what and how to measure is still subjective; but once that is decided, a computer can mechanistically determine whether a musician hit the right notes, or whether the new version of a program is 10% faster at specific tasks.</p>
<p>Of course, the creativity of any work also depends on how granularly you look at it. Debugging is often a very objective process: you know exactly what the program is doing wrong, and what it should be doing instead. But for some complex bugs, finding the cause of the error can require intuitive leaps, which are not provably right or wrong unless they ultimately lead to solving the problem. The same applies to finding mathematical proofs. Still, the mix between the three types of work provides a good measure of how creative a job ultimately is.</p>
<p>The other key question is the emotional impact of the output. Of course that depends largely on the observer; I&#8217;ve written before that <a title="Computing is Beautiful" href="/2006/04/02/computing-is-beautiful/">Computer Science is beautiful</a> (though software engineering is much less often so). But even the most elegant theorem does not touch me the same way as an Arcade Fire song or an Anselm Kiefer painting. I don&#8217;t know what it&#8217;s like to work on Transformers 3 or write Justin Bieber songs; maybe the purely manipulative commercial production of emotion is deadening to the creator. But most creative work with emotional content has to involve a certain attunement to that emotion.</p>
<p>There are also visual artists who use software as their medium. Movie and game studios typically have separate visual designers and programmers; artists such as <a href="http://www.flight404.com/blog/">Robert Hodgin</a> do their own programming, albeit using frameworks developed by dedicated software engineers. I don&#8217;t know how many individuals out there are simultaneously pushing the boundaries in both technology and visual or aural art, but it would certainly be an admirable combination.</p>
<p>The bottom line is that creativity is not an either/or. No one&#8217;s job is 100%  creative (the most successful painter in the world still has to order supplies) and the only work that&#8217;s 0% creative is an assembly line. Personally, I&#8217;m glad that my work has enough creativity to keep me interested, but not so much that I come into work in the morning with no clue what to do. To everyone out there&#8211;whether for job, vocation, or hobby&#8211;who frequently stares down the blank canvas, the empty page, the clean sheet of music: you have my admiration.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danielglick.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danielglick.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danielglick.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danielglick.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danielglick.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danielglick.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danielglick.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danielglick.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danielglick.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danielglick.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danielglick.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danielglick.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danielglick.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danielglick.wordpress.com/831/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=831&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danielglick.wordpress.com/2011/01/03/software-and-creativity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f40a9142e70b8fff1c79e46b6027505d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielglick</media:title>
		</media:content>
	</item>
		<item>
		<title>Faith and Reason</title>
		<link>http://danielglick.wordpress.com/2009/12/21/faith-and-reason/</link>
		<comments>http://danielglick.wordpress.com/2009/12/21/faith-and-reason/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 06:28:57 +0000</pubDate>
		<dc:creator>danielglick</dc:creator>
				<category><![CDATA[Religion & Philosophy]]></category>

		<guid isPermaLink="false">http://www.danielglick.com/wp/?p=803</guid>
		<description><![CDATA[Interesting NYT article about Robert George, a Princeton professor who seems to have taken over as the intellectual leader of the Catholic-Evangelical political alliance after Neuhaus died. (I admittedly would likely not have clicked through to the article if Tyler &#8230; <a href="http://danielglick.wordpress.com/2009/12/21/faith-and-reason/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=807&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Interesting NYT article about <a href="http://www.nytimes.com/2009/12/20/magazine/20george-t.html?pagewanted=1&amp;hpw">Robert George</a>, a Princeton professor who seems to have taken over as the intellectual leader of the Catholic-Evangelical political alliance after Neuhaus died. (I admittedly would likely not have clicked through to the article if <a href="http://www.marginalrevolution.com/marginalrevolution/2009/12/assorted-links-17.html">Tyler Cowen had not blurbed it</a> as &#8220;proof that intercourse is special.&#8221; At least from the summary in the article, however, it seems simply like a rewording of standard Catholic arguments.)</p>
<p>The article brings back memories for me, because George is a Thomist, and I was very attracted to the Scholastics when I was a Christian. The claim that Christian morality can be arrived at through universal reason is, I suppose, the only way that someone who loves intellectual rigor can justify imposing their beliefs on the rest of the world.</p>
<p>What&#8217;s flabbergasting, looking back, is how incredibly weak the edifice is. Sure, us mushy relativists have a hard time making a coherent case for any single position. But George is attempting to carry the meticulously jointed weight of a skyscraper on premises blatantly selected for their end result:</p>
<blockquote><p>First, he contends that marriage is a uniquely “comprehensive” union, meaning that it is shared at several different levels at once — emotional, spiritual and bodily. “And the really interesting evidence that it is comprehensive is that it is anchored in bodily sharing,” he says.</p></blockquote>
<p>In other words: sex only belongs in marriage because marriage is about sex.</p>
<p>I understand the pleasure of certainty. I remember the comfort of believing that the world actually has a right answer. But I also remember the nagging&#8211;and later searing&#8211;doubt of knowing that the whole approach was build on a few, highly doubtful assumptions. I&#8217;m sure George is too smart not to realize that, and I don&#8217;t envy him that feeling.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danielglick.wordpress.com/807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danielglick.wordpress.com/807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danielglick.wordpress.com/807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danielglick.wordpress.com/807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danielglick.wordpress.com/807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danielglick.wordpress.com/807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danielglick.wordpress.com/807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danielglick.wordpress.com/807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danielglick.wordpress.com/807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danielglick.wordpress.com/807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danielglick.wordpress.com/807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danielglick.wordpress.com/807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danielglick.wordpress.com/807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danielglick.wordpress.com/807/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=807&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danielglick.wordpress.com/2009/12/21/faith-and-reason/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f40a9142e70b8fff1c79e46b6027505d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielglick</media:title>
		</media:content>
	</item>
		<item>
		<title>From Barcino to Hispalis</title>
		<link>http://danielglick.wordpress.com/2009/09/20/from-barcino-to-hispalis/</link>
		<comments>http://danielglick.wordpress.com/2009/09/20/from-barcino-to-hispalis/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 00:25:18 +0000</pubDate>
		<dc:creator>danielglick</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.danielglick.com/wp/?p=801</guid>
		<description><![CDATA[Meia and I got back last weekend from a two-week trip to Spain, my first time outside of North America since living in Seville from age 6 to 12. My rambling thoughts are after the jump. After a 9-hour Seattle-to-London flight where our &#8230; <a href="http://danielglick.wordpress.com/2009/09/20/from-barcino-to-hispalis/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=801&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Meia and I got back last weekend from a two-week trip to Spain, my first time outside of North America since living in Seville from age 6 to 12. My rambling thoughts are after the jump.</p>
<p><span id="more-801"></span>After a 9-hour Seattle-to-London flight where our late check-in lucked us into exit-row seats with vast tracts of legroom, we arrived in Barcelona just in time to fall asleep on European time. I&#8217;d been unable to get a hotel downtown, because we overlapped with the tail end of August vacation season, but given our later experience in Seville I&#8217;d say that was actually a stroke of luck. We stayed at <a href="http://www.hotelsilver.com/">Aparthotel Silver</a>, an old-fashioned Residence Inn-type place where they still give you a manual key which you return to the desk when leaving the hotel. It was in the Gracia neighborhood of Barcelona, just a block away from <a href="http://en.wikipedia.org/wiki/Casa_Vicens">Casa Vicens</a>, one of few (or perhaps the only?) Gaudi houses still in use as a private residence. We were also only a block away from the excellent Barcelona metro, and were surrounded by lots of little cafes for cheap and good breakfasts and snacking.</p>
<p>I absolutely loved the Barri Gotic, with narrow cobblestone roads between old buildings that <a href="http://s12.photobucket.com/albums/a211/meiastar/Fotos/Spain%202009/?action=view&amp;current=109.jpg&amp;currenttag=barcelona">lean into one another</a>; Sagrada Familia and the other amazing buildings (Gaudi, Modernista, and more) in L&#8217;Eixample; and all the food we had, but especially the 14-course tasting menu at <a href="http://www.foodandwine.com/restaurants/alkimia-barcelona-catalonia-barcelona">Alkimia</a>. The Picasso Museum, the Pedralbes Monastery, the Cathedral (which we got just a quick peek at), and other sights were also excellent; but I really loved the city itself: its openness, walkability, diversity, and smooth integration of old and new, of homes and businesses, of languages and cultures.</p>
<p>Foodwise, aside from Alkimia (which at 100 EUR/head for the full tasting menu and four glasses of wine each, was a bargain), I&#8217;d particularly recommend <a href="http://www.lallavordelsorigens.com/">Origens</a> for casual dining near the tourist district, the Basque pub next to the Picasso Museum (can&#8217;t find the name) for pintxos, and La Rita for a great value on simple Spanish home-style cooking.</p>
<p>From Barcelona we flew to Bilbao, where we checked in to <a href="http://www.abbaparquehotel.com/">Abba Parque</a> (more of a business-class hotel, but IMHO 4-star room and service despite the 3-star rating) and headed straight to the <a href="http://www.guggenheim-bilbao.es/">Guggenheim</a>. We&#8217;d seen Cai Guo-Qiang&#8217;s <a href="http://www.caiguoqiang.com/project_detail.php?id=114">Inopportune</a> at SAM, but it definitely worked better in the tall, cylindrical lobby of Frank Gehry&#8217;s brain-tickling building. They also had a full retrospective on Cai, none of whose other work I&#8217;d seen before. <a href="http://www.caiguoqiang.com/project_detail.php?id=261&amp;iid=1297">The Age of not Believing in God</a> was my favorite, but his entire opus is moving and attention-grabbing.</p>
<p>I was rather smitten by Bilbao. It has a lovely medieval Casco Viejo, with the ground floors turned into hip (but not touristy) retail and a broad mix of dining. I also had my first experience there of a European town square on a weekend evening. The square was actually a large patio, completely enclosed by buildings; we ate supper at an outdoor cafe while crowds of people stood under the arcade, outside bars, and sipped on wine as their children played in the square. I was struck by the way that drinking, socializing, and childcare all joined together seamlessly in a public space, not needing to be roped off from each other as they are in the US.</p>
<p>We rented a car in Bilbao. They didn&#8217;t have the Citroen I&#8217;d reserved, and as automatic transmission is not very common in Spain, we got upgraded to the next automatic they had available, which was a Mercedes A150. We drove along the coast, through the <a href="http://en.wikipedia.org/wiki/Urdaibai">Urdabai Biosphere Reserve</a>, filled with <a href="http://www.danielglick.com/upload/BasqueCountry.JPG">rolling hills</a> and <a href="http://www.danielglick.com/upload/BasqueCoast.JPG">rocky coast</a>. We stayed the night at a Casa Rural (kind of like a B&amp;B, although without breakfast; but restricted by law to being hosted on a working farm), then finished up the next day by driving to Donostia (San Sebastian), with only a couple of mishaps along the way: a detour arranged by some mixed-up cops led a long line of cars into a dead-end in a residental subdivision, leading to the longest line of u-turns I have ever witnessed; and a brief excursion through the Spanish healthcare system, as I burnt my finger on the car&#8217;s cigarette lighter and decided to get it treated at a doctor, since I had never had a burn that severe before. (It turned out to be second-degree.)</p>
<p>We were graced with a couple more culinary highlights during our coastal drive: our first-ever taste of blood sausage (surprisingly sweet), at a restaurant a few kilometers south of Bermeo; and some of the best steak I&#8217;ve ever had, at an ocean-view restaurant in the literally cliff-side village of Elantxobe.</p>
<p>San Sebastian was a bit of a disappointment after Bilbao. It&#8217;s actually a lovely town, but more of a high-class beach resort, with a strong surfer/stoner/frat/party vibe. It&#8217;s a good place to go if you need a dose of sun, like a European version of Southern California. It does have great beaches, a beautiful estuary, seaside walks, and a more ornate cathedral than Bilbao.</p>
<p>For last, we saved Seville, my old hometown. Seville has changed a lot in the last 20 years, but it has still kept more of the flavor of old Spain than the North has. (We stayed in the Barrio de Santa Cruz, in the eponymous <a href="http://www.barriosantacruz.com/apartamentos/">Apartamentos</a>, which were excellent except for lacking an elevator.) This was a different kind of old city than what we&#8217;d seen up until then: less ponderous old stone, more winding roads, whitewashed houses, tilework and fine craftsmanship. Most of Seville&#8217;s tourist sights are in or near the Barrio, which is a good thing for walkability (especially since Seville, while catching up, is still far behind Northern Spain as far as transit goes), but has a very bad effect on the food that can be found nearby. (We also noticed a far greater number of American tourists in Seville, whereas in the North we&#8217;d seen more Europeans; that may have also played into the food equation.) We did find great tapas (including a proper Gambas al Ajillo, which I&#8217;ve been craving for years) at a bar in my old neighborhood; and on our last night we found good seafood on Calle Betis, by the riverside. (I don&#8217;t know the name of the place, but the kitchen is in an open sidewalk stand, on the north side of the street, about halfway between the Puente de Triana and the Puente de San Telmo.)</p>
<p>While I don&#8217;t think I&#8217;d actually want to live in Seville again (unlike Barcelona), I did have an immediate feeling of home as soon as we arrived. I chatted animatedly with the cab driver, my Andaluz accent and gestures finally making an appearance. Finding my old apartments, my old playground (the school has closed, but we could still indentify the entrance, nothing has replaced it yet), the old Kingdom Hall&#8230; it was all moving, and satisfying. Just to find a piece of myself, see it again, reintegrate it into my reality. I wasn&#8217;t able to meet up with any old friends; most of them were Witnesses, and the one classmate I looked for had too common a name to track down. But it was still wonderful to get a sense of solidity, of renewed connection to my past.</p>
<p>Tourismwise, the main sights we saw were the Cathedral (absolutely awe-inspiring), the Alcazar (a good consolation prize if you can&#8217;t make it to Granada for the Alhambra), and the Plaza de España (a fun exercise in remembering my elemtary-school geography). If we get to Sevi<br />
lle again, I&#8217;d like the see the Roman ruins (Italica) and probably more of the surrounding country.</p>
<p>And that was the trip. We got lucky again on the way back, upgraded to Coach Plus on our Transatlantic flight. Two bottles of Pedro Ximenez Solera made it home in my luggage intact, and we&#8217;re trying to decide what part of Europe to go to next. Probably Italy in 2011.</p>
<p>P.S. Meia is posting all the pics at <a href="http://s12.photobucket.com/albums/a211/meiastar/Fotos/Spain%202009/">http://s12.photobucket.com/albums/a211/meiastar/Fotos/Spain%202009/</a>, although she&#8217;s only up to Bilbao so far.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danielglick.wordpress.com/801/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danielglick.wordpress.com/801/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danielglick.wordpress.com/801/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danielglick.wordpress.com/801/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danielglick.wordpress.com/801/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danielglick.wordpress.com/801/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danielglick.wordpress.com/801/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danielglick.wordpress.com/801/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danielglick.wordpress.com/801/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danielglick.wordpress.com/801/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danielglick.wordpress.com/801/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danielglick.wordpress.com/801/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danielglick.wordpress.com/801/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danielglick.wordpress.com/801/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=801&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danielglick.wordpress.com/2009/09/20/from-barcino-to-hispalis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f40a9142e70b8fff1c79e46b6027505d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielglick</media:title>
		</media:content>
	</item>
		<item>
		<title>The Limits of Incumbency</title>
		<link>http://danielglick.wordpress.com/2009/08/22/the-limits-of-incumbency/</link>
		<comments>http://danielglick.wordpress.com/2009/08/22/the-limits-of-incumbency/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 17:12:48 +0000</pubDate>
		<dc:creator>danielglick</dc:creator>
				<category><![CDATA[Law & Politics]]></category>

		<guid isPermaLink="false">http://www.danielglick.com/wp/?p=800</guid>
		<description><![CDATA[(Sorry, local politics post, non-Seattle people feel free to ignore this.) I&#8217;m still in shock that Nickels didn&#8217;t make it through the primary. I voted for McGinn with the thought that Nickels would undoubtedly make it through the primary, and &#8230; <a href="http://danielglick.wordpress.com/2009/08/22/the-limits-of-incumbency/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=800&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(Sorry, local politics post, non-Seattle people feel free to ignore this.)</p>
<p>I&#8217;m still in shock that Nickels didn&#8217;t make it through the primary. I voted for McGinn with the thought that Nickels would undoubtedly make it through the primary, and trounce McGinn in the general election. But I figured that McGinn giving Nickels heat on environment and transit issues for the next two months would be a good thing. (And maybe it would force Nickels to lay off a little on the clubs, too.)</p>
<p>At this point I&#8217;m obviously inclined to favor McGinn&#8211;a long-time activist with at least one clear achievement in local politics&#8211;over Mallahan&#8211;who&#8217;s not only a Johnny-come-lately to politics, but seems to have a bit of a worrisome anti-tax streak. On the other hand, Mallahan has a much more comprehensive and detailed agenda at this point, although he&#8217;s pretty fuzzy on the funding. And even on transit (McGinn&#8217;s home turf), Mallahan takes on two of my pet peeves: the money wasted on the South Lake Union Trolley, and the excessive distribution of Metro funds to the suburbs as opposed to the urban core.</p>
<p>So I&#8217;m looking forward to the agendas and details coming out over the next two months. But unfortunately I&#8217;m not sure that either of these guys will actually be a competent mayor.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danielglick.wordpress.com/800/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danielglick.wordpress.com/800/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danielglick.wordpress.com/800/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danielglick.wordpress.com/800/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danielglick.wordpress.com/800/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danielglick.wordpress.com/800/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danielglick.wordpress.com/800/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danielglick.wordpress.com/800/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danielglick.wordpress.com/800/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danielglick.wordpress.com/800/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danielglick.wordpress.com/800/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danielglick.wordpress.com/800/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danielglick.wordpress.com/800/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danielglick.wordpress.com/800/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=800&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danielglick.wordpress.com/2009/08/22/the-limits-of-incumbency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f40a9142e70b8fff1c79e46b6027505d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielglick</media:title>
		</media:content>
	</item>
		<item>
		<title>I enjoy debating&#8230;</title>
		<link>http://danielglick.wordpress.com/2009/08/19/i-enjoy-debating/</link>
		<comments>http://danielglick.wordpress.com/2009/08/19/i-enjoy-debating/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 03:25:39 +0000</pubDate>
		<dc:creator>danielglick</dc:creator>
				<category><![CDATA[Abstractions]]></category>

		<guid isPermaLink="false">http://www.danielglick.com/wp/?p=799</guid>
		<description><![CDATA[&#8230;but Julian Sanchez defends it more eloquently than I ever could.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=799&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8230;but Julian Sanchez <a href="http://www.juliansanchez.com/2009/08/19/the-great-wiki/">defends it more eloquently</a> than I ever could.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danielglick.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danielglick.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danielglick.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danielglick.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danielglick.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danielglick.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danielglick.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danielglick.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danielglick.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danielglick.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danielglick.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danielglick.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danielglick.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danielglick.wordpress.com/799/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=799&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danielglick.wordpress.com/2009/08/19/i-enjoy-debating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f40a9142e70b8fff1c79e46b6027505d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielglick</media:title>
		</media:content>
	</item>
		<item>
		<title>Obvious Question</title>
		<link>http://danielglick.wordpress.com/2009/03/29/obvious-question/</link>
		<comments>http://danielglick.wordpress.com/2009/03/29/obvious-question/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 05:54:07 +0000</pubDate>
		<dc:creator>danielglick</dc:creator>
				<category><![CDATA[Law & Politics]]></category>

		<guid isPermaLink="false">http://www.danielglick.com/wp/?p=797</guid>
		<description><![CDATA[Can we treat the financial industry more like the way we treat the auto industry?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=797&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Can we treat the financial industry more like <a href="http://news.yahoo.com/s/ap/20090330/ap_on_go_pr_wh/obama_autos">the way we treat the auto industry</a>?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danielglick.wordpress.com/797/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danielglick.wordpress.com/797/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danielglick.wordpress.com/797/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danielglick.wordpress.com/797/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danielglick.wordpress.com/797/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danielglick.wordpress.com/797/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danielglick.wordpress.com/797/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danielglick.wordpress.com/797/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danielglick.wordpress.com/797/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danielglick.wordpress.com/797/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danielglick.wordpress.com/797/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danielglick.wordpress.com/797/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danielglick.wordpress.com/797/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danielglick.wordpress.com/797/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=797&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danielglick.wordpress.com/2009/03/29/obvious-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f40a9142e70b8fff1c79e46b6027505d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielglick</media:title>
		</media:content>
	</item>
		<item>
		<title>Why I love Yglesias</title>
		<link>http://danielglick.wordpress.com/2009/03/18/why-i-love-yglesias/</link>
		<comments>http://danielglick.wordpress.com/2009/03/18/why-i-love-yglesias/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 05:57:29 +0000</pubDate>
		<dc:creator>danielglick</dc:creator>
				<category><![CDATA[Law & Politics]]></category>

		<guid isPermaLink="false">http://www.danielglick.com/wp/?p=795</guid>
		<description><![CDATA[It takes a keen mind to make the leap from topless coffee shops to regulatory capture.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=795&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It takes a keen mind to make the leap <a href="http://internetfoodassociation.com/2009/03/16/topless-coffee-shops/">from topless coffee shops to regulatory capture</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danielglick.wordpress.com/795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danielglick.wordpress.com/795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danielglick.wordpress.com/795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danielglick.wordpress.com/795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danielglick.wordpress.com/795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danielglick.wordpress.com/795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danielglick.wordpress.com/795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danielglick.wordpress.com/795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danielglick.wordpress.com/795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danielglick.wordpress.com/795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danielglick.wordpress.com/795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danielglick.wordpress.com/795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danielglick.wordpress.com/795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danielglick.wordpress.com/795/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=795&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danielglick.wordpress.com/2009/03/18/why-i-love-yglesias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f40a9142e70b8fff1c79e46b6027505d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielglick</media:title>
		</media:content>
	</item>
		<item>
		<title>Crime and Punishment</title>
		<link>http://danielglick.wordpress.com/2009/03/14/crime-and-punishment/</link>
		<comments>http://danielglick.wordpress.com/2009/03/14/crime-and-punishment/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 17:18:23 +0000</pubDate>
		<dc:creator>danielglick</dc:creator>
				<category><![CDATA[A & E]]></category>

		<guid isPermaLink="false">http://www.danielglick.com/wp/?p=794</guid>
		<description><![CDATA[Intiman is reviving CHAC&#8217;s superb 2007 production of Crime and Punishment. If you live in Seattle and missed it the first time around, I highly recommend catching it this time.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=794&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Intiman is reviving CHAC&#8217;s superb 2007 production of <a href="http://www.intiman.org/2009season/crime/default.aspx">Crime and Punishment</a>. If you live in Seattle and missed it the first time around, I highly recommend catching it this time.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danielglick.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danielglick.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danielglick.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danielglick.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danielglick.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danielglick.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danielglick.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danielglick.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danielglick.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danielglick.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danielglick.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danielglick.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danielglick.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danielglick.wordpress.com/794/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=794&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danielglick.wordpress.com/2009/03/14/crime-and-punishment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f40a9142e70b8fff1c79e46b6027505d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielglick</media:title>
		</media:content>
	</item>
		<item>
		<title>The Death&#8211;or at least Dearth&#8211;of Rhetoric</title>
		<link>http://danielglick.wordpress.com/2009/03/01/the-death-or-at-least-dearth-of-rhetoric/</link>
		<comments>http://danielglick.wordpress.com/2009/03/01/the-death-or-at-least-dearth-of-rhetoric/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 22:48:54 +0000</pubDate>
		<dc:creator>danielglick</dc:creator>
				<category><![CDATA[Law & Politics]]></category>

		<guid isPermaLink="false">http://www.danielglick.com/wp/?p=793</guid>
		<description><![CDATA[Obama is one of the best rhetoricians in modern-day politics, so it&#8217;s rather sad to see how poorly this snippet&#8211;admittedly not one of his more soaring moments&#8211;stands up to the FDR quote that Yglesias compares it to. I love the moral &#8230; <a href="http://danielglick.wordpress.com/2009/03/01/the-death-or-at-least-dearth-of-rhetoric/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=793&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Obama is one of the best rhetoricians in modern-day politics, so it&#8217;s rather sad to see how poorly <a href="http://yglesias.thinkprogress.org/archives/2009/02/obama_comes_out_swinging_in_weekly_address.php">this snippet</a>&#8211;admittedly not one of his more soaring moments&#8211;stands up to the FDR quote that Yglesias compares it to. I love the moral intensity of FDR&#8217;s parallels:</p>
<blockquote><p>Nine mocking years with the golden calf and three long years of the scourge! Nine crazy years at the ticker and three long years in the breadlines! Nine mad years of mirage and three long years of despair!</p>
</blockquote>
<p>It seems churlish to complain about anything after the last election, but I would love to see some equally eloquent denunciations of the last eight years of Republican rule.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danielglick.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danielglick.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danielglick.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danielglick.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danielglick.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danielglick.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danielglick.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danielglick.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danielglick.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danielglick.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danielglick.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danielglick.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danielglick.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danielglick.wordpress.com/793/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=793&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danielglick.wordpress.com/2009/03/01/the-death-or-at-least-dearth-of-rhetoric/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f40a9142e70b8fff1c79e46b6027505d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielglick</media:title>
		</media:content>
	</item>
		<item>
		<title>Solo</title>
		<link>http://danielglick.wordpress.com/2009/03/01/solo/</link>
		<comments>http://danielglick.wordpress.com/2009/03/01/solo/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 22:08:22 +0000</pubDate>
		<dc:creator>danielglick</dc:creator>
				<category><![CDATA[A & E]]></category>

		<guid isPermaLink="false">http://www.danielglick.com/wp/?p=792</guid>
		<description><![CDATA[Solo has a completely new menu. It&#8217;s always a little nerve-racking to see a good place undergo a major change, but we had cocktails there last night, and the Lamb Egg Rolls with Tamarind Date Chutney are to die for. If you&#8217;re &#8230; <a href="http://danielglick.wordpress.com/2009/03/01/solo/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=792&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.solo-bar.com/">Solo</a> has a completely new menu. It&#8217;s always a little nerve-racking to see a good place undergo a major change, but we had cocktails there last night, and the Lamb Egg Rolls with Tamarind Date Chutney are to die for. If you&#8217;re in the vicinity of the Seattle Center and craving a nosh, I highly recommend trying it.
</p>
<p><!--5f874a494c934c9d0c246e08d09b52ce-->
</p>
<p><!--963469a2543fb3359720a712c6e0e087--></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danielglick.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danielglick.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danielglick.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danielglick.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danielglick.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danielglick.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danielglick.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danielglick.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danielglick.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danielglick.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danielglick.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danielglick.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danielglick.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danielglick.wordpress.com/792/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielglick.wordpress.com&amp;blog=16330542&amp;post=792&amp;subd=danielglick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danielglick.wordpress.com/2009/03/01/solo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f40a9142e70b8fff1c79e46b6027505d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielglick</media:title>
		</media:content>
	</item>
	</channel>
</rss>
