<?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>depth first search &#187; misc</title>
	<atom:link href="http://www.depthfirstsearch.net/blog/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.depthfirstsearch.net/blog</link>
	<description>“We can only see a short distance ahead, but we can see plenty there that needs to be done.&#34;</description>
	<lastBuildDate>Fri, 03 Feb 2012 04:22:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Just a Small Slice of the American Dream</title>
		<link>http://www.depthfirstsearch.net/blog/2011/04/20/just-a-small-slice-of-the-american-dream/</link>
		<comments>http://www.depthfirstsearch.net/blog/2011/04/20/just-a-small-slice-of-the-american-dream/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 16:15:25 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.depthfirstsearch.net/blog/?p=2471</guid>
		<description><![CDATA[I was thinking the other day about a couple of simple goals of mine: 1. I&#8217;d like to have my own office. 2. I&#8217;d like to own my own washer and dryer. I&#8217;m almost 30 years old and I can&#8217;t decide whether this humble, privileged, pathetic, or just plain strange. I feel sort of like [...]]]></description>
			<content:encoded><![CDATA[<p>I was thinking the other day about a couple of simple goals of mine:</p>
<p>1. I&#8217;d like to have my own office.<br />
2. I&#8217;d like to own my own washer and dryer.</p>
<p>I&#8217;m almost 30 years old and I can&#8217;t decide whether this humble, privileged, pathetic, or just plain strange. I feel sort of like a character in a Franzen novel. One thing I do know is that if I had my own office I wouldn&#8217;t have to put up with how chatty the lab is, and I&#8217;d probably work at home a lot less. While I&#8217;m working towards my own office, I&#8217;ve purchased the following stopgap measure:</p>
<p><center><a href="http://www.depthfirstsearch.net/blog/wp-content/uploads/2011/04/sanity.jpg"><img class="aligncenter size-full wp-image-2472" title="sanity" src="http://www.depthfirstsearch.net/blog/wp-content/uploads/2011/04/sanity.jpg" alt="" width="300" height="300" /></a></center></p>
<p>Sadly, there&#8217;s no similar stopgap for proper laundering.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.depthfirstsearch.net/blog/2011/04/20/just-a-small-slice-of-the-american-dream/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GPLv2</title>
		<link>http://www.depthfirstsearch.net/blog/2011/03/01/gplv2/</link>
		<comments>http://www.depthfirstsearch.net/blog/2011/03/01/gplv2/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 05:00:05 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.depthfirstsearch.net/blog/?p=2425</guid>
		<description><![CDATA[I was reading about Kiln recently and wondering how something built on top of Mercurial (which is GPLv2) could have a proprietary license. Turns out the GPLv2 FAQ has the answer: Can I release a non-free program that&#8217;s designed to load a GPL-covered plug-in?It depends on how the program invokes its plug-ins. If the program [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading about Kiln recently and wondering how something built on top of Mercurial (which is GPLv2) could have a proprietary license. Turns out the GPLv2 FAQ has the answer:</p>
<blockquote><p><strong><a name="NFUseGPLPlugins" href="http://www.gnu.org/licenses/old-licenses/gpl-2.0-faq.html#TOCNFUseGPLPlugins">Can I release a non-free program that&#8217;s designed to load a GPL-covered plug-in?</a></strong><br />It depends on how the program invokes its plug-ins. If the program uses fork and exec to invoke plug-ins, then the plug-ins are separate programs, so the license of the plug-in makes no requirements about the main program.
</p></blockquote>
<p>Leaving aside the vague term &#8220;plugin&#8221; the standard being set here is that as long as your program is using system calls (e.g. fork + exec) to execute the underlying GPLv2 code, your code is free from any GPLv2 restrictions. So a natural strategy to embrace and extend open source without contributing to the evolution of that source is through judicious use of system calls.</p>
<p>I sort of already knew this, but it was nice having it confirmed. But this leads to an interesting question, can you license code such that a fork + exec is not a sufficient mechanism for avoiding license restrictions? What would the software world look like if GPLv2 worked that way?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.depthfirstsearch.net/blog/2011/03/01/gplv2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Et Cetera</title>
		<link>http://www.depthfirstsearch.net/blog/2011/02/03/et-cetera/</link>
		<comments>http://www.depthfirstsearch.net/blog/2011/02/03/et-cetera/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 22:16:46 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.depthfirstsearch.net/blog/?p=2404</guid>
		<description><![CDATA[I spend too much time online passively ingesting the endless stream of created content out there. Like an addict going after a fix my reflex reactions to the various and sundry et cetera are fixed in a kind of mellow buzz, seemingly just short of real enjoyment, separated from it by the narrow time it takes [...]]]></description>
			<content:encoded><![CDATA[<p>I spend too much time online passively ingesting the endless stream of created content out there. Like an addict going after a fix my reflex reactions to the various and sundry et cetera are fixed in a kind of mellow buzz, seemingly just short of real enjoyment, separated from it by the narrow time it takes to scroll one more page into the ephemera.</p>
<p>[The future being now, even <em>being burned out</em> is in absolute terms milder than in any other time in history, so much so that the violent metaphor of being burned is gradually being replace by the gentle hollowed out feeling of being excavated slowly by the meager compulsions of the self.]</p>
<p>We are naturally informational creatures, curiously seeking the new. For most I think this is balanced by social needs, which intervene, demand attention, and absolve the other sins. For me, the social needs run antithetical to my compulsions, compounding them, confounding any sense of moderation. I find comfort in blogging the backwaters, but Facebook is somehow terrifying.</p>
<p>I&#8217;m working on this I suppose, trying to trick myself into performing the kinds of tasks that are normally just the simple consequence of rigorous self control. The pageview count for other websites visited while trying to compile this modest entry must now run into the hundreds, even with the natural compressing effect of a semi-organized RSS feed reader. For some people I guess, they compensate by &#8220;<a href="http://paulbuchheit.blogspot.com/2011/02/two-paths-to-success.html">finding ways to make things fun</a>&#8221; or by &#8220;<a href="http://paulbuchheit.blogspot.com/2011/02/two-paths-to-success.html">doing something else</a>,&#8221; as if these two paths aren&#8217;t the result of the privilege of birth, biology, or spectacularly raw good fortune.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.depthfirstsearch.net/blog/2011/02/03/et-cetera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On the Cactus Cafe</title>
		<link>http://www.depthfirstsearch.net/blog/2010/09/05/on-the-cactus-cafe/</link>
		<comments>http://www.depthfirstsearch.net/blog/2010/09/05/on-the-cactus-cafe/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 20:04:57 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[austin]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.depthfirstsearch.net/blog/?p=2298</guid>
		<description><![CDATA[So the Cactus Cafe controversy  of the moment is who KUT will pick to manage the &#8220;repurposed&#8221; venue. The &#8220;villain&#8221; in this story is supposed to be Cameron Smith, who has apparently been petitioning behind the scenes for some kind of involvement with the venue as far back as the beginning of the controversy. The [...]]]></description>
			<content:encoded><![CDATA[<p>So the <em>Cactus Cafe controversy  of the moment</em> is who KUT will pick to manage the &#8220;repurposed&#8221; venue. The &#8220;villain&#8221; in this story is supposed to be Cameron Smith, who has apparently been petitioning behind the scenes for some kind of involvement with the venue as far back as the beginning of the controversy. The &#8220;hero&#8221; is supposed to be Griff Luneburg, the longtime manager who&#8217;s credited with raising the status (but apparently not the profit margins) of the venue since he took the job in 1983.</p>
<p>Honestly, I don&#8217;t know what to believe. This <a href="http://www.readthehorn.com/the_horn/campus/3542/has_kut_all_but_fired_griff_luneberg">post</a> has a lot of good info. The fact that the Cactus Cafe is now under control of KUT makes this KUT&#8217;s problem. From my perspective, the important battle has already been won. That said, I was curious enough to look up the salaries of each of the two contenders for the management position:</p>
<p>Cameron Smith: <a href="http://www.texastribune.org/library/data/government-employee-salaries/the-university-of-texas-at-austin/cameron-smith/247682/">$83,400</a>*<br />
Griff Luneburg: <a href="http://www.texastribune.org/library/data/government-employee-salaries/the-university-of-texas-at-austin/griff-s-luneburg/245768/">$38,628</a>^</p>
<p>Given the salary disparities, it is hard to understand why Cameron Smith even wants the job. It is even harder to imagine that Griff Luneburg&#8217;s salary was really breaking the bank of the Texas Union budget. Honestly, when I discovered the salary discrepancy here my whole understanding of what is really going on was turned upside down. Now I&#8217;m not sure what to think.</p>
<p>* Cameron Smith has reportedly already quit as assistant director of Texas Performing Arts.</p>
<p>^ How does that salary even make sense for a guy with friends like <a href="http://www.austinchronicle.com/gyrobase/Issue/story?oid=oid:736771">these</a>?</p>
<p>Update: And the new manager is &#8230; <a href="http://www.utexas.edu/news/2010/09/08/kut_cactus_manager/">none of the above</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.depthfirstsearch.net/blog/2010/09/05/on-the-cactus-cafe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Neutrality</title>
		<link>http://www.depthfirstsearch.net/blog/2010/08/10/network-neutrality/</link>
		<comments>http://www.depthfirstsearch.net/blog/2010/08/10/network-neutrality/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 01:19:03 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.depthfirstsearch.net/blog/?p=2250</guid>
		<description><![CDATA[Network neutrality is back in the news. Google and Verizon have put together some kind of &#8220;policy framework.&#8221; I don&#8217;t really have any problem with the framework. In fact, I think it captures the current status quo and later versions of these kinds of frameworks will look much worse for the average consumer. [Aside: I [...]]]></description>
			<content:encoded><![CDATA[<p>Network neutrality is back in the news. Google and Verizon have put together some kind of &#8220;<a href="http://redmondmag.com/articles/2010/08/09/google-and-verizon-push-tiered-broadband-services.aspx">policy</a> <a href="http://www.scribd.com/doc/35599242/Verizon-Google-Legislative-Framework-Proposal">framework</a>.&#8221; I don&#8217;t really have any problem with the framework. In fact, I think it captures the current status quo and later versions of these kinds of frameworks will look much worse for the average consumer.</p>
<p>[Aside: I recall how the DMCA looked like the devils work when it was being drafted, but in retrospect that law looks like a smart compromise compared to what certain content producers are clamoring for now. Better to pass some kind of network neutrality compromise soon because in ten years deals that pass muster with special interests will look much worse for you and I. It's sort of sad that the key to dealing with special interests is for forward thinking politicians and policy experts to get legislation out the door before special interests can even figure out what they want.]</p>
<p>More generally, I feel like we are all just sort of tiredly waiting for the <a href="http://dvice.com/assets_c/2009/10/net-neutrality-thumb-550xauto-27419.jpg">inevitable</a>. The established rhythms of 21st century capitalism may objectively advance the state of the art, but I think we all know how oligopolies leave behind frustrated consumers as they pursue various kinds of short sighted strategies in the absence of any real competition amid conditions of regulatory capture.</p>
<p>We are transitioning from a virtuous cycle where engineering innovation drives profits to depressing spiral where profits are derived from business school tricks like market segmentation and cost cutting. It was fun while it lasted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.depthfirstsearch.net/blog/2010/08/10/network-neutrality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Robot Needs</title>
		<link>http://www.depthfirstsearch.net/blog/2010/08/03/robot-needs/</link>
		<comments>http://www.depthfirstsearch.net/blog/2010/08/03/robot-needs/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 14:38:47 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.depthfirstsearch.net/blog/?p=2242</guid>
		<description><![CDATA[(via)]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/lunchbreath/4856253668/"><img class="aligncenter" title="Robot Needs" src="http://farm5.static.flickr.com/4134/4856253668_422145af99.jpg" alt="Robot Needs" width="500" height="500" /></a></p>
<p>(<a href="http://www.metafilter.com/94362/They-are-the-robots">via</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.depthfirstsearch.net/blog/2010/08/03/robot-needs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saturday Matinée</title>
		<link>http://www.depthfirstsearch.net/blog/2010/07/17/saturday-matinee-2/</link>
		<comments>http://www.depthfirstsearch.net/blog/2010/07/17/saturday-matinee-2/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 10:29:16 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.depthfirstsearch.net/blog/?p=2218</guid>
		<description><![CDATA[Logorama on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="265" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=10149605&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="265" src="http://vimeo.com/moogaloop.swf?clip_id=10149605&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/10149605">Logorama</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.depthfirstsearch.net/blog/2010/07/17/saturday-matinee-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Thought of the Day</title>
		<link>http://www.depthfirstsearch.net/blog/2010/07/17/random-thought-of-the-day/</link>
		<comments>http://www.depthfirstsearch.net/blog/2010/07/17/random-thought-of-the-day/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 01:10:29 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.depthfirstsearch.net/blog/?p=2221</guid>
		<description><![CDATA[The key to the iPhone&#8217;s success seems to be that each phone a really awesome iTouch with some crappy phone-ware added on. What was missing from today&#8217;s presentation was a dropped call comparison between Apple and other (non-Apple) handsets. Even if iPhones drop more calls than other handsets, AT&#038;T is probably happy to take the [...]]]></description>
			<content:encoded><![CDATA[<p>The key to the iPhone&#8217;s success seems to be that each phone a really awesome iTouch with some crappy phone-ware added on. What was missing from today&#8217;s presentation was a dropped call comparison between Apple and other (non-Apple) handsets. Even if iPhones drop more calls than other handsets, AT&#038;T is probably happy to take the heat &#8212; all the way to the bank.</p>
<p>[Also note that if iPhones are sort of crappy as phones, AT&#038;T willingness to take the heat on connectivity issues may explain Apple's hesitant approach to pushing the iPhone on alternative carriers.]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.depthfirstsearch.net/blog/2010/07/17/random-thought-of-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quote of the Day</title>
		<link>http://www.depthfirstsearch.net/blog/2010/07/07/quote-of-the-day-61/</link>
		<comments>http://www.depthfirstsearch.net/blog/2010/07/07/quote-of-the-day-61/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 16:36:08 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[culture]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[qotd]]></category>

		<guid isPermaLink="false">http://www.depthfirstsearch.net/blog/?p=2199</guid>
		<description><![CDATA[Today&#8217;s &#8220;quote of the day&#8221; is from an article someone on Twitter described as a poorly written attack on Gawker Media. I thought the piece made an important point about incentives in for-profit blogging. As of this writing, Carmon&#8217;s post has generated almost 1,000 comments and nearly 90,000 page views. It&#8217;s a prime example of [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s &#8220;quote of the day&#8221; is from an article someone on Twitter <a href="http://twitter.com/kiala/status/17885539533">described</a> as a poorly written attack on Gawker Media. I thought the piece made an important point about incentives in for-profit blogging.</p>
<blockquote><p><a href="http://www.slate.com/id/2259434/">As of this writing, Carmon&#8217;s post has generated almost 1,000 comments and nearly 90,000 page views. It&#8217;s a prime example of the feminist blogosphere&#8217;s tendency to tap into the market force of what I&#8217;ve come to think of as &#8220;outrage world&#8221;—the regularly occurring firestorms stirred up on mainstream, for-profit, woman-targeted blogs like Jezebel and also, to a lesser degree, </a><strong><em><a href="http://www.slate.com/id/2259434/">Slate</a></em></strong><a href="http://www.slate.com/id/2259434/">&#8216;s own XX Factor and </a><em><a href="http://www.slate.com/id/2259434/">Salon</a></em><a href="http://www.slate.com/id/2259434/">&#8216;s Broadsheet. They&#8217;re ignited by writers who are pushing readers to feel what the writers claim is righteously indignant rage but which is actually just petty jealousy, cleverly marketed as feminism. These firestorms are great for page-view-pimping bloggy business. But they promote the exact opposite of progressive thought and rational discourse, and the comment wars they elicit almost inevitably devolve into didactic one-upsmanship and faux-feminist cliché. The vibe is less sisterhood-is-powerful than middle-school clique in-fight, with anyone who dares to step outside of chalk-drawn lines delimiting what&#8217;s &#8220;empowering&#8221; and &#8220;anti-feminist&#8221; inevitably getting flamed and shamed to bits. Paradoxically, in the midst of all the deeply felt concern about women&#8217;s sexual and professional freedom to look and be however they want, it&#8217;s considered de rigueur to criticize anyone, like Munn, who dares to seem to want to sexually attract men.</a></p></blockquote>
<p>The post causing all the controversy is <a href="http://jezebel.com/5570545/comedy-of-errors-behind-the-scenes-of-the--daily-shows-lady-problem">here</a>. The Daily Show responds <a href="http://www.thedailyshow.com/message">here</a>. If you&#8217;re interested in learning more about feminism, I&#8217;d recommend avoiding the blogs and starting with any of the numerous articles at the <a href="http://plato.stanford.edu/entries/feminism-topics/">Stanford</a> <a href="http://plato.stanford.edu/entries/feminism-political/">Encyclopedia</a> of <a href="http://plato.stanford.edu/entries/feminist-power/">Philosophy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.depthfirstsearch.net/blog/2010/07/07/quote-of-the-day-61/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Comment</title>
		<link>http://www.depthfirstsearch.net/blog/2010/07/02/no-comment/</link>
		<comments>http://www.depthfirstsearch.net/blog/2010/07/02/no-comment/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 21:52:10 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.depthfirstsearch.net/blog/?p=2195</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://xkcd.com/761/"><img class="alignleft" title="DFS" src="http://imgs.xkcd.com/comics/dfs.png" alt="" width="480" height="375" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.depthfirstsearch.net/blog/2010/07/02/no-comment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/46 queries in 1.751 seconds using disk: basic
Object Caching 625/719 objects using disk: basic

Served from: www.depthfirstsearch.net @ 2012-02-05 06:28:52 -->
