<?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>Nous Voulons Vivre</title>
	<atom:link href="http://flamingovic.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://flamingovic.wordpress.com</link>
	<description>un blog de bricolage: my clearinghouse for good ideas and bad stories</description>
	<lastBuildDate>Tue, 17 Jan 2012 02:44:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='flamingovic.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/842ce73bd6e306456067f870845a4ab4?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Nous Voulons Vivre</title>
		<link>http://flamingovic.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://flamingovic.wordpress.com/osd.xml" title="Nous Voulons Vivre" />
	<atom:link rel='hub' href='http://flamingovic.wordpress.com/?pushpress=hub'/>
		<item>
		<title>I&#8217;ve been impl&#8230;</title>
		<link>http://flamingovic.wordpress.com/2012/01/16/ive-been-impl/</link>
		<comments>http://flamingovic.wordpress.com/2012/01/16/ive-been-impl/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 23:14:30 +0000</pubDate>
		<dc:creator>victorhansonsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flamingovic.wordpress.com/2012/01/16/ive-been-impl/</guid>
		<description><![CDATA[I&#8217;ve been implementing marginal and joint ASR in M3L&#8217;s code base.  I would like to know if my implementation is correct, so I&#8217;ve been comparing the results from M3L to Lazarus (which uses PAML).  I immediately noticed that nearly all the time M3L and Lazarus produce different PP state vectors for ancestral nodes.  So, this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=528&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been implementing marginal and joint ASR in M3L&#8217;s code base.  I would like to know if my implementation is correct, so I&#8217;ve been comparing the results from M3L to Lazarus (which uses PAML).  I immediately noticed that nearly all the time M3L and Lazarus produce different PP state vectors for ancestral nodes.  So, this raises the following dilema: which implementation (M3L or LAZ) is accurate? Unfortunately, the PAML code is very difficult to trace and debug.  Further, I cannot find any obvious problems with my M3L ASR implementation.  This makes me wonder if the PAML implementation is itself inaccurate? So, I ran simulations on a fixed tree, for 100 replicates, using the true tree and true model for all conditions, and I compared the accuracy of M3L&#8217;s ASR to LAZ&#8217;s ASR.  On my laptop, see the folder <strong>/Users/victor/Documents/THORNTON_LAB/phyml-m3l_test/m3l_asr</strong> and look for the script <strong>run_many_times.py</strong>.</p>
<p>Here are some results for MARGINAL reconstructions:</p>
<p>((ta:0.9,tb:0.9):0.5,tc:0.9); with JTT</p>
<p>M3L: mean_accuracy= <strong>0.558</strong> sem= 0.017</p>
<p>LAZ mean_accuracy= 0.537 sem= 0.016</p>
<p>((ta:0.1,tb:0.8):0.3,tc:0.6); with JTT</p>
<p>M3L: mean_accuracy= <strong>0.896</strong> sem= 0.009</p>
<p>LAZ mean_accuracy= 0.895 sem= 0.009</p>
<p>((ta:0.2,tb:0.2):0.1,tc:0.3); with JTT</p>
<p>M3L: mean_accuracy= 0.937 sem= 0.008</p>
<p>LAZ mean_accuracy= <strong>0.938</strong> sem= 0.008</p>
<p>M3L: mean_accuracy= 0.944 sem= 0.008</p>
<p>LAZ mean_accuracy= <strong>0.949</strong> sem= 0.008</p>
<p>((ta:0.8,tb:0.8):0.4,tc:0.7); with JTT</p>
<p>M3L: mean_accuracy= <strong>0.611</strong> sem= 0.016</p>
<p>LAZ mean_accuracy= 0.61 sem= 0.016</p>
<p>M3L: mean_accuracy= <strong>0.614</strong> sem= 0.016</p>
<p>LAZ mean_accuracy= 0.61 sem= 0.016</p>
<p>((ta:0.1,tb:0.1):0.1,tc:0.1);</p>
<p>M3L: mean_accuracy= 0.986 sem= 0.003</p>
<p>LAZ mean_accuracy= 0.986 sem= 0.003</p>
<p>M3L: mean_accuracy= <strong>0.98</strong> sem= 0.004</p>
<p>LAZ mean_accuracy= 0.976 sem= 0.004</p>
<p>M3L: mean_accuracy= <strong>0.987</strong> sem= 0.003</p>
<p>LAZ mean_accuracy= 0.986 sem= 0.003</p>
<p>((ta:0.05,tb:0.15):0.1,tc:0.15); with JTT</p>
<p>M3L: mean_accuracy= <strong>0.984</strong> sem= 0.004</p>
<p>LAZ mean_accuracy= 0.983 sem= 0.004</p>
<p>M3L: mean_accuracy= 0.977 sem= 0.005</p>
<p>LAZ mean_accuracy= 0.977 sem= 0.005</p>
<p>M3L: mean_accuracy= <strong>0.974</strong> sem= 0.005</p>
<p>LAZ mean_accuracy= 0.973 sem= 0.006</p>
<p>This data suggests to me that my M3L implementation of marginal ASR is more accurate than PAML&#8217;s implementation.</p>
<p>More evidence, now with a gamma model.</p>
<p>((ta:0.7,tb:0.7):0.2,tc:0.7);</p>
<p>M3L: mean_accuracy= 0.706 sem= 0.005<br />
LAZ mean_accuracy= <strong>0.7071</strong> sem= 0.005</p>
<p>M3L: mean_accuracy= 0.7041 sem= 0.005<br />
LAZ mean_accuracy= <strong>0.7067</strong> sem= 0.004</p>
<p>M3L: mean_accuracy= 0.7521 sem= 0.004<br />
LAZ mean_accuracy= <strong>0.7545</strong> sem= 0.004</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flamingovic.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flamingovic.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flamingovic.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flamingovic.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flamingovic.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flamingovic.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flamingovic.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flamingovic.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flamingovic.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flamingovic.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flamingovic.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flamingovic.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flamingovic.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flamingovic.wordpress.com/528/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=528&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flamingovic.wordpress.com/2012/01/16/ive-been-impl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53e0793cf8c0e669eaec048944d8fd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Victor Hanson-Smith</media:title>
		</media:content>
	</item>
		<item>
		<title>A Mix for Tarantula &#8211; October 27, 2011</title>
		<link>http://flamingovic.wordpress.com/2011/10/27/a-mix-for-tarantula-october-27-2011/</link>
		<comments>http://flamingovic.wordpress.com/2011/10/27/a-mix-for-tarantula-october-27-2011/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 06:35:08 +0000</pubDate>
		<dc:creator>victorhansonsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[beats]]></category>
		<category><![CDATA[dance]]></category>
		<category><![CDATA[DJ]]></category>
		<category><![CDATA[house]]></category>
		<category><![CDATA[psychedelic]]></category>
		<category><![CDATA[trance]]></category>

		<guid isPermaLink="false">http://flamingovic.wordpress.com/?p=503</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=503&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<object height="81" width="100%"><param name="wmode" value="transparent"><param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F26589013&amp;g=1&amp;"></param><embed height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F26589013&amp;g=1&amp;" type="application/x-shockwave-flash" width="100%"> </embed> </object>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flamingovic.wordpress.com/503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flamingovic.wordpress.com/503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flamingovic.wordpress.com/503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flamingovic.wordpress.com/503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flamingovic.wordpress.com/503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flamingovic.wordpress.com/503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flamingovic.wordpress.com/503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flamingovic.wordpress.com/503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flamingovic.wordpress.com/503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flamingovic.wordpress.com/503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flamingovic.wordpress.com/503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flamingovic.wordpress.com/503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flamingovic.wordpress.com/503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flamingovic.wordpress.com/503/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=503&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flamingovic.wordpress.com/2011/10/27/a-mix-for-tarantula-october-27-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53e0793cf8c0e669eaec048944d8fd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Victor Hanson-Smith</media:title>
		</media:content>
	</item>
		<item>
		<title>lehua for 34 points</title>
		<link>http://flamingovic.wordpress.com/2011/10/26/lehua-for-34-points/</link>
		<comments>http://flamingovic.wordpress.com/2011/10/26/lehua-for-34-points/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 02:24:23 +0000</pubDate>
		<dc:creator>victorhansonsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Hawaii]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[scrabble]]></category>
		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://flamingovic.wordpress.com/?p=501</guid>
		<description><![CDATA[In 1778, British explorer James Cook landed on Hawaii, which later attracted international trade &#8212; and international diseases &#8212; to the Hawaiian islands, which ultimately led Queen Liliʻuokalani of the Hawaiian Kingdom to be overthrown in the year 1883, which ultimately allowed U.S. President Dwight D. Eisenhower to admit Hawaii as the 50th U.S. state [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=501&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In 1778, British explorer James Cook landed on Hawaii, which later attracted international trade &#8212; and international diseases &#8212; to the Hawaiian islands, which ultimately led Queen Liliʻuokalani of the Hawaiian Kingdom to be overthrown in the year 1883, which ultimately allowed U.S. President Dwight D. Eisenhower to admit Hawaii as the 50th U.S. state in March 1959. Because of these things, I was able to play the word &#8220;<a href="http://www.lehuaukulele.com/lehua_flower.html">lehua</a>&#8221; as valid word in <a href="http://www.google.com/url?sa=t&amp;rct=j&amp;q=words%20with%20friends&amp;source=web&amp;cd=1&amp;sqi=2&amp;ved=0CDYQFjAA&amp;url=http%3A%2F%2Fwww.wordswithfriends.com%2F&amp;ei=6b-oTuWlMePTiALEtoniCw&amp;usg=AFQjCNHQUiX7F4ei-AdO0_lKNvAtZ97qOg">a Scrabble-like game</a> for 34 points.</p>
<p><a title="Lehua by V.H.S., on Flickr" href="http://www.flickr.com/photos/victorhansonsmith/6284579433/"><img src="http://farm7.static.flickr.com/6048/6284579433_36a2928ddf_m.jpg" alt="Lehua" width="185" height="240" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flamingovic.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flamingovic.wordpress.com/501/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flamingovic.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flamingovic.wordpress.com/501/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flamingovic.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flamingovic.wordpress.com/501/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flamingovic.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flamingovic.wordpress.com/501/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flamingovic.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flamingovic.wordpress.com/501/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flamingovic.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flamingovic.wordpress.com/501/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flamingovic.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flamingovic.wordpress.com/501/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=501&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flamingovic.wordpress.com/2011/10/26/lehua-for-34-points/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53e0793cf8c0e669eaec048944d8fd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Victor Hanson-Smith</media:title>
		</media:content>

		<media:content url="http://farm7.static.flickr.com/6048/6284579433_36a2928ddf_m.jpg" medium="image">
			<media:title type="html">Lehua</media:title>
		</media:content>
	</item>
		<item>
		<title>Notes on Benson Lake, and 2011 snow conditions in Oregon</title>
		<link>http://flamingovic.wordpress.com/2011/07/16/notes-on-benson-lake-and-2011-snow-conditions-in-oregon/</link>
		<comments>http://flamingovic.wordpress.com/2011/07/16/notes-on-benson-lake-and-2011-snow-conditions-in-oregon/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 21:25:20 +0000</pubDate>
		<dc:creator>victorhansonsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backpacking]]></category>
		<category><![CDATA[camping]]></category>
		<category><![CDATA[mountains]]></category>
		<category><![CDATA[Oregon]]></category>
		<category><![CDATA[outdoors]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[trekking]]></category>
		<category><![CDATA[wilderness]]></category>

		<guid isPermaLink="false">http://flamingovic.wordpress.com/?p=486</guid>
		<description><![CDATA[I just returned from a quick overnight hike to Benson Lake in the Mount Washington wilderness (see hike #46).  As of July 15 2011, the snowline is at about ~5000 feet, but the melt is very uneven.  Many south-facing slopes are snowfree, especially above tree line.  The bald southern face of Scott Mountain (6100&#8242;) is entirely [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=486&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="North and Middle Sister, moonrise by V.H.S., on Flickr" href="http://www.flickr.com/photos/victorhansonsmith/5944234914/"><img src="http://farm7.static.flickr.com/6144/5944234914_43af200bb2.jpg" alt="North and Middle Sister, moonrise" width="400" /></a></p>
<p>I just returned from a quick overnight hike to Benson Lake in the Mount Washington wilderness (see <a href="http://www.amazon.com/100-Hikes-Central-Oregon-Cascades/dp/0961815264">hike #46</a>).  As of July 15 2011, the snowline is at about ~5000 feet, but the melt is very uneven.  Many south-facing slopes are snowfree, especially above tree line.  The bald southern face of Scott Mountain (6100&#8242;) is entirely melted.  <a href="http://www.flickr.com/photos/victorhansonsmith/5943635431/">Black Crater (7251&#8242;) and Belknap Crater (6872&#8242;) appear to have snowfree hiking routes above treeline</a>, but I suspect their approach hikes are snowbound.  North facing slopes and deeply shaded forest areas have four-foot drifts all the way down to Highway 242 (at about 5000&#8242;).</p>
<p><a href="http://www.flickr.com/photos/victorhansonsmith/5943635431/">The Benson Lake trailhead</a> (-5000&#8242;) remains unreachable by car.  Instead, I parked about 1/2 mile down Scott Road.  I found the trail to Benson Lake (5200&#8242;) about 80% snowbound, but I was able to follow good boot prints from early-season day-hikers.  <a href="http://www.flickr.com/photos/victorhansonsmith/5943678759/in/photostream">Benson lake basin</a> was mostly snow-free; I found <a href="http://www.flickr.com/photos/victorhansonsmith/5943665471/in/photostream">a dry campspot with a view</a> and built a fire.  Silent lightning flashed for hours in the southern sky , and later, rain clouds consumed me, Benson Lake, and the entire wilderness.</p>
<p><a title="fire (2 of 3) by V.H.S., on Flickr" href="http://www.flickr.com/photos/victorhansonsmith/5943677671/"><img src="http://farm7.static.flickr.com/6145/5943677671_34d1535a26.jpg" alt="fire (2 of 3)" width="400" /></a></p>
<p><a href="http://www.flickr.com/photos/victorhansonsmith/sets/72157627209479272/with/5944234914/">Check-out more photos on Flickr.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flamingovic.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flamingovic.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flamingovic.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flamingovic.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flamingovic.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flamingovic.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flamingovic.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flamingovic.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flamingovic.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flamingovic.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flamingovic.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flamingovic.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flamingovic.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flamingovic.wordpress.com/486/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=486&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flamingovic.wordpress.com/2011/07/16/notes-on-benson-lake-and-2011-snow-conditions-in-oregon/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53e0793cf8c0e669eaec048944d8fd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Victor Hanson-Smith</media:title>
		</media:content>

		<media:content url="http://farm7.static.flickr.com/6144/5944234914_43af200bb2.jpg" medium="image">
			<media:title type="html">North and Middle Sister, moonrise</media:title>
		</media:content>

		<media:content url="http://farm7.static.flickr.com/6145/5943677671_34d1535a26.jpg" medium="image">
			<media:title type="html">fire (2 of 3)</media:title>
		</media:content>
	</item>
		<item>
		<title>Notes on trekking from Squaw Dome to Iva Bell Hot Springs, June 2011</title>
		<link>http://flamingovic.wordpress.com/2011/06/26/notes-on-trekking-from-squaw-dome-to-iva-bell-hot-springs/</link>
		<comments>http://flamingovic.wordpress.com/2011/06/26/notes-on-trekking-from-squaw-dome-to-iva-bell-hot-springs/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 05:35:59 +0000</pubDate>
		<dc:creator>victorhansonsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backpacking]]></category>
		<category><![CDATA[California]]></category>
		<category><![CDATA[mountains]]></category>
		<category><![CDATA[outdoors]]></category>
		<category><![CDATA[sierras]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[trekking]]></category>
		<category><![CDATA[wilderness]]></category>

		<guid isPermaLink="false">http://flamingovic.wordpress.com/?p=469</guid>
		<description><![CDATA[Summary: Here is a novel route to access Iva Bell Hot Springs in the John Muir Wilderness of the Sierra National Forest.  Most people reach Iva Bell from the north (via Red&#8217;s Meadow), or from the east (via the PCT).  However, in heavy snow years&#8212;such as this year, 2011&#8212;the north and east trailheads may be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=469&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="Balloon Dome by V.H.S., on Flickr" href="http://www.flickr.com/photos/victorhansonsmith/sets/72157627046111350/with/5870422445/"><img src="http://farm6.static.flickr.com/5280/5870801614_3fee097834.jpg" alt="Balloon Dome" width="400" /></a></p>
<p><strong>Summary:</strong> Here is a novel route to access Iva Bell Hot Springs in the <a href="http://en.wikipedia.org/wiki/John_Muir_Wilderness">John Muir Wilderness</a> of the <a href="fs.usda.gov/sierra">Sierra National Forest</a>.  Most people reach Iva Bell <a href="http://www.anthonians.org/hikes/ivabellhs.html">from the north (via Red&#8217;s Meadow)</a>, or from the east (via the <a href="http://www.pcta.org/">PCT</a>).  However, in heavy snow years&#8212;such as this year, 2011&#8212;the north and east trailheads may be unaccessible early in the season. The route I describe here provides early-season access to the hot springs from the west, starting at the McCreary trailhead in the <a href="http://en.wikipedia.org/wiki/Ansel_Adams_Wilderness">Ansel Adams Wilderness</a>.  <strong>CAUTION:</strong> This route uses trails that are poorly maintained.  Navigation skills are required, especially to traverse the section from Heitz Meadow, around Pincushion Peak, and down the Silver Creek drainage.</p>
<p><strong>Trip Statistics:</strong> Approximately 25 miles one way.  About 6000&#8242; total gain one way.  McCreary trailhead is located at 6774&#8242;. Cassidy Bridge is the lowest point at 4400&#8242;.  The saddle north of Pincushion Peak is the highest point at 8622&#8242;.  Iva Bell hot springs are located at about 6450&#8242;.</p>
<p><strong>Conditions in June 2011</strong>: Small snow patches lingered on the Minarets Road, but we were able to drive a sedan within one mile of the McCreary trailhead.  The trail to Cassidy Bride was completely snow-free and easy to follow.  There were about a dozen poison oak patches on the trail at the bottom of the San Joaquin river canyon; we climbed around these patches, but pants and a long-sleeve shirt are recommended for this section.  The switchbacks east of Cassidy Bridge were in good condition, but the trail beyond to Heitz Meadow was sometimes difficult to find.  Beyond Heitz Meadow, the trail disappeared under fallen trees and forest litter. Snow remained above ~7500 feet, and we hiked for several miles on solid snow. String Meadows was completely snowbound. Overall, we trekked essentially off-trail from Heitz Meadow, over the saddle north of Pincushion Peak, and into the Silver Creek drainage. The terrain was amenable to off-trail travel, but the forest is mostly viewless and good navigation skills are required&#8212;a GPS device could be useful here!  There was an excellent log crossing over Silver Creek at the same point where the trail crosses the creek.  Without the log, Silver Creek would have been too full to safely ford.  The switchbacks down to Fox Meadow were easy to follow, but they were overgrown with manzanita and huckleberry oak; this is another section where long pants are recommended to protect your legs from sharp branches.  At Fox Meadow, we easily found the well-maintained trail to Iva Bell hot springs.  We may have been the first people to soak in the springs this season.  The meadow pools were covered in algae, but we easily scooped away the mess and enjoyed the soaking.  The upper pools, unfortunately, were filled with hundreds of tiny leeches; I think these pools are not soakable until the leech problem is solved.  We camped at Iva Bell for two nights.  We saw another small group that entered over Mammoth Pass.  The shuttle to Red&#8217;s Meadow was not yet running during our trip, so I&#8217;m not surprised that the area was basically empty.  We returned using our same route.</p>
<p><strong>A note about navigation</strong>: We carried topographic maps, a compass, and an iPhone with GPS.  We relied on the map and compass to navigate the cross-country ascent north of Heitz Meadow, but we also used the iPhone a few times to validate our decisions.  The iPhone GPS, surprisingly, worked very well in the wilderness.</p>
<p><strong>Map:</strong> <a href="http://maps.google.com/maps/ms?msid=208983713658680025186.0004a5dd128d339b2b9a7&amp;msa=0&amp;ll=37.487118,-119.168358&amp;spn=0.132943,0.277405">view the route in Google Maps:</a></p>
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?msid=208983713658680025186.0004a5dd128d339b2b9a7&amp;msa=0&amp;ie=UTF8&amp;ll=37.487118,-119.168358&amp;spn=0.132943,0.277405&amp;t=p&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps/ms?msid=208983713658680025186.0004a5dd128d339b2b9a7&amp;msa=0&amp;ie=UTF8&amp;ll=37.487118,-119.168358&amp;spn=0.132943,0.277405&amp;t=p&amp;source=embed" style="text-align:left">View Larger Map</a></small>
<p><strong>Video Postcards from the trip:</strong> <div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/25647095' width='640' height='480' frameborder='0'></iframe></div></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flamingovic.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flamingovic.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flamingovic.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flamingovic.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flamingovic.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flamingovic.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flamingovic.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flamingovic.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flamingovic.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flamingovic.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flamingovic.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flamingovic.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flamingovic.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flamingovic.wordpress.com/469/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=469&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flamingovic.wordpress.com/2011/06/26/notes-on-trekking-from-squaw-dome-to-iva-bell-hot-springs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53e0793cf8c0e669eaec048944d8fd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Victor Hanson-Smith</media:title>
		</media:content>

		<media:content url="http://farm6.static.flickr.com/5280/5870801614_3fee097834.jpg" medium="image">
			<media:title type="html">Balloon Dome</media:title>
		</media:content>
	</item>
		<item>
		<title>William Sullivan slideshow</title>
		<link>http://flamingovic.wordpress.com/2011/04/16/william-sullivan-slideshow/</link>
		<comments>http://flamingovic.wordpress.com/2011/04/16/william-sullivan-slideshow/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 22:11:27 +0000</pubDate>
		<dc:creator>victorhansonsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[hiking]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[lectures]]></category>
		<category><![CDATA[mountains]]></category>
		<category><![CDATA[Oregon]]></category>
		<category><![CDATA[outdoors]]></category>
		<category><![CDATA[rivers]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[trekking]]></category>
		<category><![CDATA[wilderness]]></category>

		<guid isPermaLink="false">http://flamingovic.wordpress.com/?p=465</guid>
		<description><![CDATA[Today I saw a captivating slideshow by William Sullivan, based on his book &#8220;Oregon Favorites&#8221;.  (Sullivan is best known for his &#8220;100 Hikes&#8221; series of trail guides, which are really excellent.)  Sullivan has a busy year-round lecture schedule.  Today&#8217;s slideshow featured one favorite place in Oregon for each month of the year, with an emphasis [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=465&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 310px"><a href="http://farm3.static.flickr.com/2558/3913016945_74e7eecfd0_b.jpg"><img title="Jefferson Park, September 2009" src="http://farm3.static.flickr.com/2558/3913016945_74e7eecfd0_b.jpg" alt="" width="300" /></a><p class="wp-caption-text">Jefferson Park, September 2009</p></div>
<p>Today I saw a captivating slideshow by <a href="http://www.oregonhiking.com/">William Sullivan</a>, based on his book <a href="http://www.oregonhiking.com/navillus/">&#8220;Oregon Favorites&#8221;</a>.  (Sullivan is best known for his <a href="http://www.oregonhiking.com/navillus/">&#8220;100 Hikes&#8221;</a> series of trail guides, which are really excellent.)  <a href="http://www.oregonhiking.com/sullivan/#Slide_Shows_&amp;_Booksignings">Sullivan has a busy year-round lecture schedule</a>.  Today&#8217;s slideshow featured one favorite place in Oregon for each month of the year, with an emphasis on places that are rarely visited.  Here is the list. . .</p>
<p><strong>March</strong> &#8211; <a href="http://www.ohs.org/education/oregonhistory/historical_records/dspDocument.cfm?doc_ID=1E86DBC2-D01C-D7FF-E7ECDB354B0EEA54">The Mulino Flour Mil</a>l is not a wilderness hike, but the water-powered flour mill still functions and is interesting the visit.</p>
<p><strong>April</strong> &#8211; The Badlands loop, in the Oregon Badlands Wilderness near Bend, OR</p>
<p><strong>May</strong> &#8211;  Cape Horn in the Columbia River Gorge</p>
<p><strong>June</strong> &#8211; The Scout Camp Trail, near Crooked River Ranch, OR</p>
<p><strong>July</strong> &#8211; Visit the Wallowa Mountains, near Joseph, OR.  Avoid the crowded trails, and visit McCully Basin.</p>
<p><strong>August</strong> &#8211; Pinnacle Ridge on the NE side of Mount Hood.</p>
<p><strong>September</strong> &#8211; Jefferson Park</p>
<p><strong>October</strong> &#8211; Sisters Rocks, on the Oregon coast between Port Orford and Gold Beach</p>
<p><strong>November</strong> &#8211; Eight Dollar Mountain along the Illinois River.</p>
<p><strong>December</strong> &#8211; rent a fire lookout tower.  Sullivan recommends Warner Mountain.</p>
<p><strong>January</strong> &#8211; visit Fort Hoskins Historic Park</p>
<p><strong>February</strong> &#8211; ski around Broken Top, using the pass/notch near Iceberg Lake</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flamingovic.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flamingovic.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flamingovic.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flamingovic.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flamingovic.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flamingovic.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flamingovic.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flamingovic.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flamingovic.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flamingovic.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flamingovic.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flamingovic.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flamingovic.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flamingovic.wordpress.com/465/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=465&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flamingovic.wordpress.com/2011/04/16/william-sullivan-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53e0793cf8c0e669eaec048944d8fd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Victor Hanson-Smith</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2558/3913016945_74e7eecfd0_b.jpg" medium="image">
			<media:title type="html">Jefferson Park, September 2009</media:title>
		</media:content>
	</item>
		<item>
		<title>Random Gaussian distribution in libGSL</title>
		<link>http://flamingovic.wordpress.com/2011/03/17/random-gaussian-distribution-in-libgsl/</link>
		<comments>http://flamingovic.wordpress.com/2011/03/17/random-gaussian-distribution-in-libgsl/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 00:17:23 +0000</pubDate>
		<dc:creator>victorhansonsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Gaussian]]></category>
		<category><![CDATA[GSL]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[libgsl]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://flamingovic.wordpress.com/?p=462</guid>
		<description><![CDATA[I think the gsl_ran_gaussian function is broken in the GNU Scientific Library. This function is supposed to return a random value from the Gaussian distribution with a mean = 0.0 and a user-specified standard deviation.  However, consider the C code (below), in which the user-specified standard deviation value seems to have no effect on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=462&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I think the <a href="http://www.math.utah.edu/software/gsl/gsl-ref_268.html">gsl_ran_gaussian function</a> is broken in the <a href="http://www.gnu.org/software/gsl/">GNU Scientific Library</a>.</p>
<p>This function is supposed to return a random value from the Gaussian distribution with a mean = 0.0 and a user-specified standard deviation.  However, consider the C code (below), in which the user-specified standard deviation value seems to have no effect on the random value.</p>
<h3>Code:</h3>
<p><code>#include<br />
#include "gsl/gsl_rng.h"<br />
#include<br />
int main( int argc, const char* argv[] )<br />
{<br />
printf( "\nHello World\n\n" );<br />
gsl_rng *rng;<br />
int     random_seed = (int)time(NULL);<br />
rng = gsl_rng_alloc(gsl_rng_mt19937);<br />
gsl_rng_set(rng, random_seed);</code></p>
<p><code>double rand_gauss;</code></p>
<p><code> </code></p>
<p><code> int reps = 5;<br />
int i = 0;<br />
for (i = 0; i &lt; reps; i++)<br />
{<br />
rand_gauss = gsl_ran_gaussian(rng, 0.001);<br />
printf("sigma = 0.001, random value = %f\n", rand_gauss);<br />
rand_gauss = gsl_ran_gaussian(rng, 0.01);<br />
printf("sigma = 0.01, random value = %f\n", rand_gauss);<br />
rand_gauss = gsl_ran_gaussian(rng, 0.1);<br />
printf("sigma = 0.1, random value = %f\n", rand_gauss);<br />
rand_gauss = gsl_ran_gaussian(rng, 1.0);<br />
printf("sigma = 1.0, random value = %f\n", rand_gauss);<br />
fflush(NULL);<br />
}<br />
}</code></p>
<h3>Result:</h3>
<p><span style="font-family:monospace;">Hello World</span></p>
<p><code>sigma = 0.001, random value = 6304.000000<br />
sigma = 0.01, random value = 3104.000000<br />
sigma = 0.1, random value = 1952.000000<br />
sigma = 1.0, random value = 1536.000000<br />
sigma = 0.001, random value = 3712.000000<br />
sigma = 0.01, random value = 1312.000000<br />
sigma = 0.1, random value = 3424.000000<br />
sigma = 1.0, random value = 6752.000000<br />
sigma = 0.001, random value = 6016.000000<br />
sigma = 0.01, random value = 8000.000000<br />
sigma = 0.1, random value = 6752.000000<br />
sigma = 1.0, random value = 7200.000000<br />
sigma = 0.001, random value = 5408.000000<br />
sigma = 0.01, random value = 7136.000000<br />
sigma = 0.1, random value = 1056.000000<br />
sigma = 1.0, random value = 4160.000000<br />
sigma = 0.001, random value = 7744.000000<br />
sigma = 0.01, random value = 5376.000000<br />
sigma = 0.1, random value = 3072.000000<br />
sigma = 1.0, random value = 4896.000000</code></p>
<p>WTF libGSL?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flamingovic.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flamingovic.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flamingovic.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flamingovic.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flamingovic.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flamingovic.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flamingovic.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flamingovic.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flamingovic.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flamingovic.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flamingovic.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flamingovic.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flamingovic.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flamingovic.wordpress.com/462/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=462&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flamingovic.wordpress.com/2011/03/17/random-gaussian-distribution-in-libgsl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53e0793cf8c0e669eaec048944d8fd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Victor Hanson-Smith</media:title>
		</media:content>
	</item>
		<item>
		<title>New Music, &#8220;Snow Day&#8221;</title>
		<link>http://flamingovic.wordpress.com/2010/11/23/new-music-snow-day/</link>
		<comments>http://flamingovic.wordpress.com/2010/11/23/new-music-snow-day/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 07:34:31 +0000</pubDate>
		<dc:creator>victorhansonsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bass]]></category>
		<category><![CDATA[composition]]></category>
		<category><![CDATA[dream]]></category>
		<category><![CDATA[electronic]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[small]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[tiny]]></category>

		<guid isPermaLink="false">http://flamingovic.wordpress.com/?p=447</guid>
		<description><![CDATA[Enjoy this new electronic music composition.   I recommend listening with good bass headphones. &#8220;Snow Day&#8221; (3:39, MP3, 8.4 MB)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=447&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Enjoy this new electronic music composition.   I recommend listening with good bass headphones.<br />
<a title="snow texture by V.H.S., on Flickr" href="http://www.archive.org/download/SnowDay_257/SnowDay.mp3"><img src="http://farm4.static.flickr.com/3506/3298769735_245d94371c.jpg" alt="snow texture" width="200" /></a><br />
<a href="http://www.archive.org/download/SnowDay_257/SnowDay.mp3">&#8220;Snow Day&#8221; (3:39, MP3, 8.4 MB)</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flamingovic.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flamingovic.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flamingovic.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flamingovic.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flamingovic.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flamingovic.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flamingovic.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flamingovic.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flamingovic.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flamingovic.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flamingovic.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flamingovic.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flamingovic.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flamingovic.wordpress.com/447/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=447&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flamingovic.wordpress.com/2010/11/23/new-music-snow-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.archive.org/download/SnowDay_257/SnowDay.mp3" length="8780407" type="audio/mpeg" />
	
		<media:content url="http://1.gravatar.com/avatar/53e0793cf8c0e669eaec048944d8fd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Victor Hanson-Smith</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3506/3298769735_245d94371c.jpg" medium="image">
			<media:title type="html">snow texture</media:title>
		</media:content>
	</item>
		<item>
		<title>Python enforces recursion limitations.</title>
		<link>http://flamingovic.wordpress.com/2010/11/15/python-enforces-recursion-limitations/</link>
		<comments>http://flamingovic.wordpress.com/2010/11/15/python-enforces-recursion-limitations/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 03:48:08 +0000</pubDate>
		<dc:creator>victorhansonsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[recursion]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://flamingovic.wordpress.com/?p=444</guid>
		<description><![CDATA[Python has limits on recursion depth.  This is a nice language feature because it prevents infinite loops from exploding your runtime, but it can be problematic when dealing with deep data structures and/or graph traversal. If you see this error. . . RuntimeError: maximum recursion depth exceeded . . . don&#8217;t freak out.  Instead, try [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=444&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Python has limits on recursion depth.  This is a nice language feature because it prevents infinite loops from exploding your runtime, but it can be problematic when dealing with deep data structures and/or graph traversal.</p>
<p>If you see this error. . .</p>
<blockquote><p>RuntimeError: maximum recursion depth exceeded</p></blockquote>
<p>. . . don&#8217;t freak out.  Instead, try increasing the recursion limit.  First, find the current limit:</p>
<blockquote><p>&gt;&gt;&gt; import sys</p>
<p>&gt;&gt;&gt; sys.getrecursionlimit()</p>
<p>1000</p></blockquote>
<p>. . . and then increase the limit:</p>
<blockquote><p>&gt;&gt;&gt; sys.setrecursionlimit(10000)</p></blockquote>
<p>In my case, I changed the limit from 1000 to 10000, but obviously the appropriate numbers might be different for your problem.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flamingovic.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flamingovic.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flamingovic.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flamingovic.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flamingovic.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flamingovic.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flamingovic.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flamingovic.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flamingovic.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flamingovic.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flamingovic.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flamingovic.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flamingovic.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flamingovic.wordpress.com/444/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=444&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flamingovic.wordpress.com/2010/11/15/python-enforces-recursion-limitations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53e0793cf8c0e669eaec048944d8fd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Victor Hanson-Smith</media:title>
		</media:content>
	</item>
		<item>
		<title>On the fitfulness of intellectual enlightenment</title>
		<link>http://flamingovic.wordpress.com/2010/10/13/on-the-fitfulness-of-intellectual-enlightenment/</link>
		<comments>http://flamingovic.wordpress.com/2010/10/13/on-the-fitfulness-of-intellectual-enlightenment/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 20:30:06 +0000</pubDate>
		<dc:creator>victorhansonsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[enlightenment]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[literature]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[skepticism]]></category>

		<guid isPermaLink="false">http://flamingovic.wordpress.com/?p=431</guid>
		<description><![CDATA[I&#8217;m reading Christian Thorne&#8217;s book, The Dialectic of Counter-Enlightenment. The book is, essentially, a history of anti-foundationalism (more broadly known as skepticism or post-modernism). Contemporary anti-foundationalism is rampant&#8212;for example, consider recent skepticism about global warming, child vaccination, and evolution&#8212;and it&#8217;s easy to think that the counter-enlightenment is a relatively new phenomenon.  However, Christian Thorne points out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=431&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m reading Christian Thorne&#8217;s book, <a href="http://www.hup.harvard.edu/catalog.php?isbn=9780674035225">The Dialectic of Counter-Enlightenment.</a> The book is, essentially, a history of <a href="http://en.wikipedia.org/wiki/Anti-foundationalism">anti-foundationalism</a> (more broadly known as <a href="http://en.wikipedia.org/wiki/Skepticism">skepticism</a> or <a href="http://en.wikipedia.org/wiki/Postmodern_philosophy">post-modernism</a>).</p>
<p>Contemporary anti-foundationalism is rampant&#8212;for example, consider recent skepticism about <a href="http://en.wikipedia.org/wiki/Oregon_Petition">global warming</a>, <a href="http://en.wikipedia.org/wiki/MMR_vaccine_controversy">child vaccination</a>, and <a href="http://en.wikipedia.org/wiki/Creationism">evolution</a>&#8212;and it&#8217;s easy to think that the counter-enlightenment is a relatively new phenomenon.  However, Christian Thorne points out in the introduction of his book that the counter-enlightenment movement has existed as long as the enlightenment movement&#8212;the counter-enlightenment has been the dark shadow of the enlightenment.  The enlightenment has not been <em>a constant march towards knowledge</em>, but rather a fitful cycle of awakening and forgetting.  Consider this quote from Thorne&#8217;s introduction:</p>
<blockquote><p>The period&#8217;s conventional history designations, for England as for Western Europe more generally, seem to tell a single story: the Renaissance, the Revival of Learning, the Great Renewal, the Scientific Revolution, the Enlightenment, the Age of Reason. These names all conceive of Europe&#8217;s early modernity as a philosophical awakening. . . and yet there is something curious about these terms all the same, since on a second look, they don&#8217;t so much tell a single story as they tell the same story over and over again.  These designations, after all, may all come under the umbrella of early modernity, but they don&#8217;t really refer to the same period at all.  Reduced to their historical caricatures, they name distinct, if marginally overlapping, blocks of time: the fifteenth- and sixteenth-century Renaissance (extended in England to the civil wars), the squarely seventeenth-century Scientific Revolution, the eighteenth-century Enlightenment.  And what&#8217;s strange is this: these aren&#8217;t merely terms from intellectual history, christening each century after its distinctive doctrine of world view.  Each term suggests that its period was *newly* intellectual, *newly* philosophical, that knowledge began *then and there*, or at least began anew&#8212;as though knowledge needed first to be reborn, then revised, then renewed, then revolutionized, and only then, slowly, would enlightenment dawn.  These terms, arranged in series, suggest less the triumphant emergence of reason than an embarrassing intellectual fitfulness, less a scholarly awakening than a philosophical narcolepsy, so that we must imagine Europe dozing off, repeatedly, only to freshly awake after each new nodding.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flamingovic.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flamingovic.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flamingovic.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flamingovic.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flamingovic.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flamingovic.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flamingovic.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flamingovic.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flamingovic.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flamingovic.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flamingovic.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flamingovic.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flamingovic.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flamingovic.wordpress.com/431/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flamingovic.wordpress.com&amp;blog=1057542&amp;post=431&amp;subd=flamingovic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flamingovic.wordpress.com/2010/10/13/on-the-fitfulness-of-intellectual-enlightenment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53e0793cf8c0e669eaec048944d8fd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Victor Hanson-Smith</media:title>
		</media:content>
	</item>
	</channel>
</rss>
