<?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>Pit Bulls and Baduk</title>
	<atom:link href="http://weigoba.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://weigoba.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 12 Oct 2010 14:50:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='weigoba.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Pit Bulls and Baduk</title>
		<link>http://weigoba.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://weigoba.wordpress.com/osd.xml" title="Pit Bulls and Baduk" />
	<atom:link rel='hub' href='http://weigoba.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Software for Tournament Direction</title>
		<link>http://weigoba.wordpress.com/2010/10/11/software-for-tournament-direction/</link>
		<comments>http://weigoba.wordpress.com/2010/10/11/software-for-tournament-direction/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 16:42:44 +0000</pubDate>
		<dc:creator>weigoba</dc:creator>
				<category><![CDATA[Tournament Directing]]></category>

		<guid isPermaLink="false">http://weigoba.wordpress.com/?p=38</guid>
		<description><![CDATA[Over the years, I have used three programs to direct Go tournaments. I&#8217;ve also done it once with just a spreadsheet program; and with paper or index cards a couple times, which is perfectly adequate for a small tournament. If there are more than 15 or 20 players, then having the computer do the work [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=weigoba.wordpress.com&amp;blog=9042257&amp;post=38&amp;subd=weigoba&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Over the years, I have used <strong>three programs to direct Go tournaments. </strong> I&#8217;ve also done it once with just a spreadsheet program; and with paper or index cards a couple times, which is perfectly adequate for a small tournament.  If there are more than 15 or 20 players, then having the computer do the work via specialized tournament software can be a big time-saver.</p>
<p>Good software for directing tournaments will help with <strong>registering the players,</strong> creating the <strong>pairings</strong> (including appropriate handicaps) for each round of play, <strong>grouping</strong> the players into &#8220;bands&#8221; (also called &#8220;flights&#8221; or &#8220;divisions&#8221;), and <strong>reporting on the place standings</strong> (and have a way to <strong>break ties</strong> among players with the same number of wins) for each band so you know how to <strong>allocate prizes</strong> at the end.  It also should report the results in a format acceptable to your sanctioning organization (in my case, the <a href="http://www.usgo.org/">American Go Association</a>).</p>
<p><strong>Paul Matthews&#8217; <a href="http://accelrat.com/">AccelRat</a></strong> worked nicely under Microsoft DOS (or in a Microsoft Windows command line window).  The last time I used it, it lacked an easy way to import a large list of players, and select a subset of them for registration.  However, that has been fixed!  The current version uses Microsoft Windows, and a clean and mostly intuitive interface with Microsoft Access (a database program) to take the AGA player list and sort it in columns.  You search for a player&#8217;s name or AGA ID number, and click a check-box, and that&#8217;s it!  This is <strong>much nicer</strong> than copy-n-pasting from a spreadsheet into a text file, saving the text file, then alt-tabbing to the command window to run the pairings.  Unfortunately, AccelRat needs Microsoft software to run, and I use Ubuntu Linux almost exclusively; but I have a battered old laptop with Windows 2000 on it still.  I expect that <strong>I&#8217;ll use AccelRat</strong> the next time I run a tournament.</p>
<p><strong>Chuck Robbins&#8217; <a href="http://www.usgo.org/resources/computer.html#pairing">WinTD</a></strong> also uses Microsoft Access to handle the player list and registration.  In my experience though, it tends to be <strong>a little unstable.</strong>  If I accidentally do things in the wrong order or make a misclick, a crash or system freeze is too often waiting in the wings &#8212; basically a problem of operator error combined with unhandled exceptions, I think.  (I would guess that, since Chuck doesn&#8217;t use his own program improperly, the need to idiot-proof it wasn&#8217;t apparent when he was writing it.)  And the interface is a little non-intuitive for me, so even though I&#8217;ve used the program several times, I estimate that 10 or 15% of the time, I had some kind of computer related tournament delay.  It <strong>is</strong> feasible to use WinTD run a small, large, or very large tournament; but you definitely should <strong>rehearse first.</strong></p>
<p><strong>Christopher Gerlach&#8217;s <a href="http://www.cgerlach.de/go/macmahon.html">MacMahon</a></strong> was the first tournament directing program I used.  It was <strong>really nice</strong> &#8212; lots of features, well documented, and easy to use.  However, it runs only under Microsoft Windows.  Also, it does not output the results in the standard format for reporting to the AGA.  Fortunately, it&#8217;s not <em>that</em> difficult to massage the data into AGA standard format.  Still, even though MacMahon is a very nice program, ultimately I found that it was less work to use AccelRat and WinTD.</p>
<p>There are other programs for running Go tournaments.  There is Chris Sira&#8217;s <a href="http://www.pytd.org/index.html">PyTD</a> which runs on Python, and <em>should</em> be OS-agnostic, I think; but other Linux users have told me they haven&#8217;t been able to obtain an executable that works under Linux.  I&#8217;ve heard of a couple of programs that work over the internet &#8212; &#8220;cloud-based&#8221; tournament direction, I guess it would be called.  One is used by the Massachusetts Go Association (<a href="http://mgatdirector.sourceforge.net/">MGA GoTD</a>), and another is written by Jon Boley and sometimes used at <a href="http://www.seattlego.org/">Seattle Go Center</a> tournaments.  I have used none of these, and can&#8217;t say much about them.</p>
<p>If anyone knows of a <strong>nice program that works with Linux for running Go tournaments,</strong> I&#8217;m very interested in hearing about it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weigoba.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weigoba.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weigoba.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weigoba.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/weigoba.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/weigoba.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/weigoba.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/weigoba.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weigoba.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weigoba.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weigoba.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weigoba.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weigoba.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weigoba.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=weigoba.wordpress.com&amp;blog=9042257&amp;post=38&amp;subd=weigoba&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://weigoba.wordpress.com/2010/10/11/software-for-tournament-direction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e6f8a091dc896cb5f6794192824889ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">weigoba</media:title>
		</media:content>
	</item>
		<item>
		<title>Cue the muzack</title>
		<link>http://weigoba.wordpress.com/2010/05/08/30/</link>
		<comments>http://weigoba.wordpress.com/2010/05/08/30/#comments</comments>
		<pubDate>Sat, 08 May 2010 12:13:23 +0000</pubDate>
		<dc:creator>weigoba</dc:creator>
				<category><![CDATA[Fatal 88]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://weigoba.wordpress.com/?p=30</guid>
		<description><![CDATA[Well, I never made much progress on the &#8220;Fatal 88&#8243; project &#8212; between work and walking dogs and all the other interesting things life has to offer, I never dedicated the time to figuring out how to set up the databases, let alone hounding reporters for the facts of their stories. I&#8217;m just going to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=weigoba.wordpress.com&amp;blog=9042257&amp;post=30&amp;subd=weigoba&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, I never made much progress on the &#8220;Fatal 88&#8243; project &#8212; between work and walking dogs and all the other interesting things life has to offer, I never dedicated the time to figuring out how to set up the databases, let alone hounding reporters for the facts of their stories.  I&#8217;m just going to admit that it&#8217;s on hold indefinitely.</p>
<p>In other news, we got in some good snowboarding this past winter and spring, and I&#8217;ve played in three Go tournaments this year.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weigoba.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weigoba.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weigoba.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weigoba.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/weigoba.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/weigoba.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/weigoba.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/weigoba.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weigoba.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weigoba.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weigoba.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weigoba.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weigoba.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weigoba.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=weigoba.wordpress.com&amp;blog=9042257&amp;post=30&amp;subd=weigoba&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://weigoba.wordpress.com/2010/05/08/30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e6f8a091dc896cb5f6794192824889ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">weigoba</media:title>
		</media:content>
	</item>
		<item>
		<title>Spinning the Fatal 88</title>
		<link>http://weigoba.wordpress.com/2009/09/03/spinning-the-fatal-88/</link>
		<comments>http://weigoba.wordpress.com/2009/09/03/spinning-the-fatal-88/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 11:32:17 +0000</pubDate>
		<dc:creator>weigoba</dc:creator>
				<category><![CDATA[Fatal 88]]></category>
		<category><![CDATA[intellectual dishonesty]]></category>
		<category><![CDATA[spin]]></category>

		<guid isPermaLink="false">http://weigoba.wordpress.com/?p=27</guid>
		<description><![CDATA[I&#8217;ve begun reading the DogsBite analysis of media coverage of dog bite related fatalities (DBRFs) in the U.S., 2006 through 2008. (I still haven&#8217;t solved the breed ID verification issue, but I&#8217;ll worry about that later.) I haven&#8217;t gotten very far, because the intensity of the intellectual dishonesty embodied in the report is just breathtaking. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=weigoba.wordpress.com&amp;blog=9042257&amp;post=27&amp;subd=weigoba&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve begun reading the DogsBite analysis of media coverage of dog bite related fatalities (DBRFs) in the U.S., 2006 through 2008.  (I still haven&#8217;t solved the breed ID verification issue, but I&#8217;ll worry about that later.)  I haven&#8217;t gotten very far, because the intensity of the intellectual dishonesty embodied in the report is just breathtaking.</p>
<p>Here&#8217;s my favorite bit so far, from the bottom of page 4:<br />
<blockquote> For purposes of clarity, this report depicts &#8220;mixes&#8221; as the predominant breed. For example, a boxer-mix is depicted as a &#8220;boxer,&#8221; a husky-mix is depicted as a &#8220;husky&#8221; and a pit bull-mix is depicted as a &#8220;pit bull.&#8221;</p></blockquote>
<p> So, if a mixed-breed dog is known to be 50% Weimeraner, and 50% Chesapeake Bay Retriever &#8212; which is it &#8220;predominantly&#8221;?  Secondly, if we accept that behaviors can be identified as characteristic of a particular breed &#8212; for instance, Retrievers characteristically chase stuff and bring it back &#8212; then why ignore data about the heritage that informs a mixed-breed dog&#8217;s behavior?  In the case of our Weim-CBR example, does the dog&#8217;s behavior spring from the Weimeraner mother or the Chessie father &#8212; or from the synergy of the two?  Identifying the dog by only a fraction of its breeding may serve the purposes of <em>brevity</em>, but it does <em>not</em> serve the purposes of <em>clarity</em>, unless by &#8220;clarity&#8221; one means &#8220;ignorance.&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weigoba.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weigoba.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weigoba.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weigoba.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/weigoba.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/weigoba.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/weigoba.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/weigoba.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weigoba.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weigoba.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weigoba.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weigoba.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weigoba.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weigoba.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=weigoba.wordpress.com&amp;blog=9042257&amp;post=27&amp;subd=weigoba&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://weigoba.wordpress.com/2009/09/03/spinning-the-fatal-88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e6f8a091dc896cb5f6794192824889ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">weigoba</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Fatal 88,&#8221; lurching toward the starting line</title>
		<link>http://weigoba.wordpress.com/2009/08/28/fatal-88-lurching-toward-start/</link>
		<comments>http://weigoba.wordpress.com/2009/08/28/fatal-88-lurching-toward-start/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 14:21:07 +0000</pubDate>
		<dc:creator>weigoba</dc:creator>
				<category><![CDATA[Fatal 88]]></category>
		<category><![CDATA[breed identification]]></category>
		<category><![CDATA[dallas]]></category>
		<category><![CDATA[dog bite fatalities]]></category>
		<category><![CDATA[dog breed id]]></category>
		<category><![CDATA[great dane]]></category>
		<category><![CDATA[pbf]]></category>
		<category><![CDATA[pitbullforum]]></category>
		<category><![CDATA[terrierman]]></category>

		<guid isPermaLink="false">http://weigoba.wordpress.com/?p=14</guid>
		<description><![CDATA[I&#8217;ve been procrastinating on starting the &#8220;Fatal 88&#8243; analysis of fatalities 2006-2008.  Because I&#8217;m still stumped by how to verify breed.  Appearance is misleading with dogs, and eyewitness testimony is notoriously unreliable.  But ultimately, I expect that&#8217;s all we&#8217;ll have to work with.  (Not that it&#8217;ll help my project, but maybe genetic testing for dog [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=weigoba.wordpress.com&amp;blog=9042257&amp;post=14&amp;subd=weigoba&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been procrastinating on starting the &#8220;Fatal 88&#8243; analysis of fatalities 2006-2008.  Because I&#8217;m still stumped by how to verify breed.  Appearance is misleading with dogs, and eyewitness testimony is notoriously unreliable.  But ultimately, I expect that&#8217;s all we&#8217;ll have to work with.  (Not that it&#8217;ll help my project, but maybe genetic testing for dog breed (which also has been <a href="http://www.youtube.com/watch?v=4a4CDvK868w">notoriously unreliable</a>) is getting better:   <a href="http://www.labmeeting.com/paper/25070658/koskinen-2003-individual-assignment-using-microsatellite-dna-reveals-unambiguous-breed-identification-in-the-domestic-dog">Individual assignment using microsatellite DNA reveals unambiguous breed identification in the domestic dog</a> (published in Animal Genetics, 2003 Aug;34(4):297-301, according to the abstract at LabMeeting.com).  So in the future, there may be less ambiguous, less prejudiced, more factual breed data in these kinds of news reports.)</p>
<p>But I have made a <em>little</em> progress on the &#8220;Fatal 88.&#8221;  I&#8217;ve decided I need two database files &#8212; one of the news stories, and another of the facts of the attacks gleaned from the news stories.  I expect that, for nearly every fatal attack, there will be several news stories to comb through.  As I thought about it, it became apparent that using only one data file would quickly become unweildy.</p>
<p>So, I have the beginnings of the database files set up.  But I need to bone up on <a href="http://www.openoffice.org/">OpenOffice.org</a> &#8220;Base&#8221; a little.  Otherwise, in two or three weeks, I&#8217;m likely to have to start from scratch because I made some stupid blunder.</p>
<p>Meanwhile, another dog owner is independently working on the same project.  &#8220;TrainTrax&#8221; at <a href="http://www.pitbullforum.com">PitBullForum.com</a> reports:</p>
<blockquote><p>So, after collecting all the pitbull fatality stories and ruling out the ones where breed could not be determined, attacks weren&#8217;t seen or other breeds were present, I have the final number of how many people were actually killed by pitbulls during the years of 2006-2009&#8230;</p>
<p><strong>24</strong></p>
<p>Yes, 24. Far less than the bogus numbers from dogsbite.org.</p>
<p>With the 47 attacks from other breeds and the 24 from pitbulls, that brings the confirmed total to 71. Adding the 12 stories where breed was not determined, attacks weren&#8217;t seen and other breeds present, that brings the total to 83. Which is pretty close to the 88 that dogsbite.org claimed happened.</p></blockquote>
<p>(Dogsbite.org had published that 52 of 88 deaths were caused by Pit Bulls.  It seems that, in the case of deaths that were caused by dogs of undetermined breeding, they&#8217;re blaming it on Pit Bulls.)</p>
<p>On a related note &#8212; <a href="http://terriermandotcom.blogspot.com/2009/08/when-pit-bulls-act-up-punish-owner.html">Terrierman&#8217;s challenge</a> indicates a disbelief that, in this modern age, in industrialized America, a fatal dog mauling could go unreported in the mass media.  Initially, I would have agreed; yet <a href="http://stopbsl.com/">StopBSL.com</a> has an example of exactly that &#8212; an attack by a Great Dane was reported in Dallas newmedia (<a href="http://www.dallasnews.com/sharedcontent/dws/dn/latestnews/stories/041609dnmetgreatdane.d962ee9b.html">DallasNews.com</a> and <a href="http://www.nbcdfw.com/news/local-beat/Insane-Great-Dane-Rips-Into-Owner.html">NBCDFW.com</a>); but the victim&#8217;s subsequent death went unreported.  (See <a href="http://stopbsl.com/journalist-resources/writing-an-unbiased-article/">http://stopbsl.com/journalist-resources/writing-an-unbiased-article/</a> and scroll down about 50% to &#8220;How breed influences reporting.&#8221;)  Especially now that local newspapers are dropping like flies, and broadcast journalism is done from press releases at a central site, it would surprise me if there were <em>not</em> some dog bite fatalities that didn&#8217;t make it into the news.  All you need is a busy news day, a paucity of local pro journalists, a victim who is neither a child nor a photogenic young woman, and a dog that <em>doesn&#8217;t</em> happen to be a Pit Bull or a Rottweiler causing injuries that aren&#8217;t immediately fatal.  In fact, probably you need only three, maybe two, of those four factors.</p>
<p>So.  How many (delayed) fatalities are being caused by Golden Retrievers, Pugs, and Airedales, and not being reported in the mass media?</p>
<p><strong>To do:</strong> Find official mortality figures for 2006-2008.  Maybe the Centers for Disease Control has that.  I&#8217;d like to know, from 2006 through 2008 &#8212; were there 88 fatalities, or 83?  Or some other number, like 90?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weigoba.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weigoba.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weigoba.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weigoba.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/weigoba.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/weigoba.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/weigoba.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/weigoba.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weigoba.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weigoba.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weigoba.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weigoba.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weigoba.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weigoba.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=weigoba.wordpress.com&amp;blog=9042257&amp;post=14&amp;subd=weigoba&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://weigoba.wordpress.com/2009/08/28/fatal-88-lurching-toward-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e6f8a091dc896cb5f6794192824889ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">weigoba</media:title>
		</media:content>
	</item>
		<item>
		<title>StopBSL, and the Fatal 88</title>
		<link>http://weigoba.wordpress.com/2009/08/22/stopbsl-and-the-fatal-88/</link>
		<comments>http://weigoba.wordpress.com/2009/08/22/stopbsl-and-the-fatal-88/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 12:04:48 +0000</pubDate>
		<dc:creator>weigoba</dc:creator>
				<category><![CDATA[BSL]]></category>
		<category><![CDATA[Fatal 88]]></category>
		<category><![CDATA[Pit Bull]]></category>
		<category><![CDATA[breed specific legislation]]></category>
		<category><![CDATA[dog bite fatalities]]></category>

		<guid isPermaLink="false">http://weigoba.wordpress.com/?p=7</guid>
		<description><![CDATA[My thoughts after a week on StopBSL.com (basically, BSL is primitive, in a bad way), and anticipating the Fatal 88 (a project to quantify bad breed ID in newsmedia coverage of 88 fatal dog attacks, 2006-2008).<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=weigoba.wordpress.com&amp;blog=9042257&amp;post=7&amp;subd=weigoba&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;m still getting my bearings here with WordPress, but I am quite favorably impressed.  I&#8217;ve been helping update the <a href="http://stopbsl.com">StopBSL.com</a> blog for a week, while the site owner was on vacation, so I&#8217;ve gotten to use WordPress several times.  (I&#8217;ve also read more dog bite and legislation news stories than I normally read in a year.)</p>
<p>For those who do not already know, &#8220;BSL&#8221; is &#8220;breed-specific legislation,&#8221; typically some kind of restriction or even a ban on dogs of breeds reputed to be particularly dangerous.  (And as you might expect, StopBSL.com is an advocacy site opposed to BSL.)  It is a ridiculous knee-jerk approach to public safety, and it galls me that we spend so much time on it, instead of producing (and enforcing!) laws and policies that would genuinely prevent dog bite injuries and fatalities.  Simple things like, teaching children the proper way to interact with dogs &#8212; now that we&#8217;re not a nation of small farmers, most kids don&#8217;t learn these things at home, so it should be taught in the elementary schools, just like washing hands and stop-drop-and-roll. (See <a href="http://www.doggonesafe.com/">www.doggonesafe.com</a> and <a href="http://www.thebluedog.org/">www.thebluedog.org</a>.)  Things like giving the local Animal Control organization enough of a budget to actually respond to neighborhood complaints <em>before</em> tragedy strikes.  (Dog owners, who love their pets and use psychological blinders to avoid seeing how bad things are getting, may be surprised when a dog &#8220;suddenly snaps,&#8221; but the neighbors who have been terrorized by the uncontrolled dog often are not.  But Animal Control gets a tiny share of the law enforcement budget &#8212; which makes sense in a way, since dog bites are not nearly as serious a problem as traffic accidents &#8212; so they end up doing triage instead of preventive maintenance.)</p>
<p>BSL reminds me of a story I once heard.  It&#8217;s night, and a man is searching the ground under a streetlight.  A passer-by stops to ask what he&#8217;s doing.  &#8220;I&#8217;m looking for my keys,&#8221; he answers.  &#8220;Where did you drop them?&#8221; asks the passer-by.  &#8220;Over there, I think,&#8221; answers the searcher, pointing to some bushes 40 or 50 feet away.  &#8220;Then why are you looking here?&#8221; asks the passer-by.  &#8220;Well, this is where the light is,&#8221; says the searcher.</p>
<p>My favorite analysis of BSL (and profiling in general) is by Malcolm Gladwell, published in <a href="http://www.newyorker.com"><em>The New Yorker</em></a> 2006-02-06:  <a href="http://www.newyorker.com/archive/2006/02/06/060206fa_fact">Troublemakers: What pit bulls can teach us about profiling</a>.  It also talks about the proper way to catch terrorists and drug smugglers.</p>
<p>In other news &#8212; I&#8217;ve figured out what I&#8217;ll do with this blog, at least for a while. I&#8217;ve tentatively accepted a <a href="http://terriermandotcom.blogspot.com/2009/08/when-pit-bulls-act-up-punish-owner.html">challenge</a> to verify or repudiate the breed identifications in a collection of news stories about 88 fatal dog maulings in the U.S. over a three-year period (2006, 2007, and 2008), compiled by a pro-BSL advocacy group.  I figure it&#8217;ll take about six months.  I&#8217;ll leave a trail of breadcrumbs here.</p>
<p>One of the problems with banning a dog based on its breed is that breed identification is a difficult thing to do, in the absence of a registered pedigree (and sometimes even then, given how many breeders unwittingly have accidental breedings with stray dogs, or falsify pedigrees for financial reasons).  Even people who should be relatively good at visual identification of breed &#8212; dog show judges, for example &#8212; have trouble picking American Pit Bull Terriers (and the American Kennel Club variant, American Staffordshire Terriers) out of a line-up of other breeds. (See <a href="http://www.canineresearch.net/BreedID.pdf">Survey of the ability of individuals to identify American Pit Bull Terriers</a> at <a href="http://www.canineresearch.net/index-3.html">Matrix Canine Research Institute</a>.  If you think you can do better, give it a try at <a href="http://www.pitbullsontheweb.com/petbull/findpit.html">PitBullsOnTheWeb.com</a> and at <a href="http://www.chako.org/breedtest.html">Chako.org</a>.)</p>
<p>And so, Pit Bull lovers have long suspected that many of the bites blamed on Pit Bulls were in fact commited by dogs of other breeds.  (After all, for some hundred years or more, depending on whose history you believe, the fighting ancestors of today&#8217;s Pit Bulls were culled if they bit a human, which some Pit Bull lovers see as an explanation for the breed&#8217;s stereotypically very friendly demeanor.)  This will be an interesting test of that hypothesis.  Given the demands on my time, I expect that it&#8217;ll take me about six months to answer the question, and quantify breed mis-identification in U.S. news media coverage of fatal maulings, to my satisfaction.</p>
<p>(Of course, this has no bearing on the separate question of whether some breeds inherently are more dangerous than others of similar size.  It is obvious that the most dangerous dog is the one owned by an irresponsible or negligent owner, and unfortunately, for some 25 years, Pit Bulls and Rottweilers have tended to attract the metaphorical 1% of owners who give the other 99% a bad reputation.  But humans are more difficult targets than dogs.)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weigoba.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weigoba.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weigoba.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weigoba.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/weigoba.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/weigoba.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/weigoba.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/weigoba.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weigoba.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weigoba.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weigoba.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weigoba.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weigoba.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weigoba.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=weigoba.wordpress.com&amp;blog=9042257&amp;post=7&amp;subd=weigoba&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://weigoba.wordpress.com/2009/08/22/stopbsl-and-the-fatal-88/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e6f8a091dc896cb5f6794192824889ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">weigoba</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://weigoba.wordpress.com/2009/08/17/hello-world/</link>
		<comments>http://weigoba.wordpress.com/2009/08/17/hello-world/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 10:49:15 +0000</pubDate>
		<dc:creator>weigoba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BSL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Greetings from the great American Pacific Northwest!  I&#8217;m not sure yet what I&#8217;ll use this for, but I&#8217;m sure I&#8217;ll think of something.  Stuff I&#8217;m personally interested in, I suppose. Here&#8217;s a start:  &#8220;Breed-specific legislation,&#8221; or &#8220;BSL,&#8221; is bad.  It&#8217;s a quick-fix knee-jerk reaction when someone is mauled by a dog.  The problem is that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=weigoba.wordpress.com&amp;blog=9042257&amp;post=1&amp;subd=weigoba&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Greetings from the great American Pacific Northwest!  I&#8217;m not sure yet what I&#8217;ll use this for, but I&#8217;m sure I&#8217;ll think of something.  Stuff I&#8217;m personally interested in, I suppose.</p>
<p>Here&#8217;s a start:  &#8220;Breed-specific legislation,&#8221; or &#8220;BSL,&#8221; is bad.  It&#8217;s a quick-fix knee-jerk reaction when someone is mauled by a dog.  The problem is that banning a breed, or a number of breeds, does nothing to prevent irresponsible ownership of dogs; and every time a dog attacks a human, it is, at root, an outcome of incompetent or negligent dog ownership.</p>
<p>Check out <a title="www.StopBSL.com" href="http://www.stopbsl.com">www.StopBSL.com</a> for more information.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weigoba.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weigoba.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weigoba.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weigoba.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/weigoba.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/weigoba.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/weigoba.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/weigoba.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weigoba.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weigoba.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weigoba.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weigoba.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weigoba.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weigoba.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=weigoba.wordpress.com&amp;blog=9042257&amp;post=1&amp;subd=weigoba&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://weigoba.wordpress.com/2009/08/17/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e6f8a091dc896cb5f6794192824889ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">weigoba</media:title>
		</media:content>
	</item>
	</channel>
</rss>
