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

<channel>
	<title>Brian</title>
	<atom:link href="http://bcobb.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://bcobb.net</link>
	<description>In which I find an outlet.</description>
	<pubDate>Wed, 20 Aug 2008 03:00:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Easiest Outfield Position</title>
		<link>http://bcobb.net/2008/easiest-outfield-position/</link>
		<comments>http://bcobb.net/2008/easiest-outfield-position/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 03:00:27 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Baseball]]></category>

		<guid isPermaLink="false">http://bcobb.net/?p=320</guid>
		<description><![CDATA[In the Cubs Mailbag today, a reader asked the question &#8220;which outfield position is easiest,&#8221; and said that she thought center field the easiest of the three. I agree with this, but not by any of the reasoning put forth by the reader or Reed Johnson, who, in part, answered the question.

It&#8217;s not because the wall [...]]]></description>
			<content:encoded><![CDATA[<p>In the <a href="http://chicago.cubs.mlb.com/news/article.jsp?ymd=20080818&amp;content_id=3329371&amp;vkey=news_chc&amp;fext=.jsp&amp;c_id=chc">Cubs Mailbag today</a>, a reader asked the question &#8220;which outfield position is easiest,&#8221; and said that she thought center field the easiest of the three. I agree with this, but not by any of the reasoning put forth by the reader or Reed Johnson, who, in part, answered the question.</p>
<p><span id="more-320"></span></p>
<p>It&#8217;s not because the wall is easier to play or because there are more players to back up the play (though both are certainly true); rather, it&#8217;s because the ball is much, <em>much</em> easier to read off of the bat in center field than it is in left or right.</p>
<p>Simply observing the play develop from almost directly behind the pitcher gives a center fielder a clear view of when the batter opens his hips and where the pitch will be located, and that&#8217;s really all it takes to get a good jump. In left field and right field, it&#8217;s easy to tell when the batter opens his hips, but it&#8217;s much harder to tell where the pitch will end up, which ultimately determines how the ball will cut through the air if it&#8217;s hit to left or right. This often results in fielders misplaying balls, whether it&#8217;s by misjudging the slice and/or dive on a ball or by not anticipating a sharp break to one side when the ball hits the ground.</p>
]]></content:encoded>
			<wfw:commentRss>http://bcobb.net/2008/easiest-outfield-position/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Imported</title>
		<link>http://bcobb.net/2008/imported/</link>
		<comments>http://bcobb.net/2008/imported/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 00:52:38 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://bcobb.net/?p=296</guid>
		<description><![CDATA[I finally got around to importing the multitudes of entries from all of my blogging endeavors, save one, so there are tons of posts you may sift through if that&#8217;s your bag. I&#8217;m not really too proud of most of my writing back then, but it&#8217;s nice to have it all here, and if I [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got around to importing the multitudes of entries from all of my blogging endeavors, save one, so there are tons of posts you may sift through if that&#8217;s your bag. I&#8217;m not really too proud of most of my writing back then, but it&#8217;s nice to have it all here, and if I need a good laugh or a pick-me-up, well, I know where I can go.</p>
<p><span id="more-296"></span>I do still have to import the entries which are backed up from my old host, which went down in flames just before the start of freshman year, as I recall. I think I&#8217;ll take care of that this evening, actually, as I have nothing else planned.</p>
<p>In other news, my birthday was on Friday, and I had a very nice time eating at Paisan&#8217;s with my family and roommate. It feels weird being 20, not in the sense that I feel older, but in that I feel like others <em>perceive</em> me as older. I mean, when you&#8217;re 20, people start to wonder what you&#8217;re going to do with your life. At 19 you&#8217;re still just some jackass teenager. It&#8217;s quite a step up.</p>
]]></content:encoded>
			<wfw:commentRss>http://bcobb.net/2008/imported/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Searching for Semantic Breadcrumbs</title>
		<link>http://bcobb.net/2008/searching-for-semantic-breadcrumbs/</link>
		<comments>http://bcobb.net/2008/searching-for-semantic-breadcrumbs/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 15:32:56 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Geekery]]></category>

		<guid isPermaLink="false">http://bcobb.net/?p=59</guid>
		<description><![CDATA[A quick note for those reading who don&#8217;t follow web dev trends: semantics in HTML are the same as semantics in any other language, although they are much easier to screw up in HTML.
I&#8217;m working on a standard stylesheet and a standard HTML template for Housing to try and increase readability and editability between the [...]]]></description>
			<content:encoded><![CDATA[<p>A quick note for those reading who don&#8217;t follow web dev trends: semantics in HTML are the same as semantics in any other language, although they are much easier to screw up in HTML.</p>
<p>I&#8217;m working on a standard stylesheet and a standard HTML template for Housing to try and increase readability and editability between the IT department and Marketing and to help standardize our page design across the Housing network. The first snag I&#8217;ve hit is how to best markup breadcrumbs.</p>
<p><span id="more-59"></span></p>
<p>Right now they&#8217;re just a line of links with little markers between them to mark progress. The <a href="http://www.housing.wisc.edu/foodservice/">Food Service</a> site has an example.</p>
<p>Now, I use unordered lists for my navigation menus, since that&#8217;s generally what a navigation menu is: a list. However, breadcrumbs are more of a path than anything, and I&#8217;m hesitant to mark them up as a list, since a list of breadcrumbs would, to me, comprise of places you&#8217;ve been, which isn&#8217;t the case.</p>
<p>Right now I&#8217;ve kept it as just text, but I&#8217;m going to do a little research and see if I can&#8217;t find  better way.</p>
]]></content:encoded>
			<wfw:commentRss>http://bcobb.net/2008/searching-for-semantic-breadcrumbs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>As of late</title>
		<link>http://bcobb.net/2008/as-of-late/</link>
		<comments>http://bcobb.net/2008/as-of-late/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 14:01:48 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://bcobb.net/?p=58</guid>
		<description><![CDATA[I&#8217;ve been meaning to write on a plethora of topics—my new Nintendo DS, my upcoming semester, a baseball season postmortem, the pasticceria I&#8217;d like to start (and, necessarily, the design of, and the fonts that will go into, the menu)—but just haven&#8217;t found the time to compose well-thought out posts. I really should take advantage [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to write on a plethora of topics—my new Nintendo DS, my upcoming semester, a baseball season postmortem, the <em>pasticceria</em> I&#8217;d like to start (and, necessarily, the design of, and the fonts that will go into, the menu)—but just haven&#8217;t found the time to compose well-thought out posts. I really should take advantage of the Drafts in WordPress.</p>
<p><span id="more-58"></span></p>
<p>Anyway, I have been writing a lot lately, but mostly for myself, about personal things that either nobody would care about or that I just don&#8217;t want to (or can&#8217;t, really) share. One thing, though, that I&#8217;ve returned to doing lately that relates to public writing is Twittering. It&#8217;s funny, I took about a 20-day break from it for no reason in particular, and picked it back up about a week ago—again, for no reason in particular. There&#8217;s something oddly satisfying about sharing little, inconsequential thoughts with 30 or so folks you sort of know through reading their blogs and whatnot.</p>
<p>Lastly, I&#8217;m kicking around ideas for a new site design. I feel like this minimalist thing is a step in the right direction, but I&#8217;m maybe 75% happy with it. That&#8217;ll be a nice weekend project, I think.</p>
]]></content:encoded>
			<wfw:commentRss>http://bcobb.net/2008/as-of-late/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Game Theory and the Dark Knight</title>
		<link>http://bcobb.net/2008/game-theory-dark-knight/</link>
		<comments>http://bcobb.net/2008/game-theory-dark-knight/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 14:30:39 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Geekery]]></category>

		<guid isPermaLink="false">http://bcobb.net/?p=54</guid>
		<description><![CDATA[I saw The Dark Knight this past Sunday with my sister and one of her friends and absolutely loved it. Superhero plot aside, it was a great action movie, and the presence of superheroes and supervillains just made it even better. Those of you who have seen it should click the link below, those who [...]]]></description>
			<content:encoded><![CDATA[<p>I saw The Dark Knight this past Sunday with my sister and one of her friends and absolutely loved it. Superhero plot aside, it was a great action movie, and the presence of superheroes and supervillains just made it even better. Those of you who have seen it should click the link below, those who haven&#8217;t probably shouldn&#8217;t since I&#8217;m going to touch on one of the better scenes in the movie that you won&#8217;t want spoiled.</p>
<p><span id="more-54"></span></p>
<p>I&#8217;ve read a <a href="http://scienceblogs.com/purepedantry/2008/07/game_theory_and_the_dark_knigh.php">couple</a> of <a href="http://www.quantitativepeace.com/blog/2008/07/the-dark-knight.html">articles</a> discussing the scene with two ferries, one full of prisoners and one full of civilians, at the very end of the movie. The Joker&#8217;s got both rigged up with explosives, and each boat is given a remote to detonate the explosives on the other boat. However, if both boats remain at midnight, both will be blown up.</p>
<p>Now, a very important assumption if we were to analyze the situation using game theory is that the Joker has not <em>lied</em> about the nature of the detonators: they cannot be rigged to act any differently than he has stated. We also have to assume that the passengers on each boat have the same assumptions about their detonator and are acting rationally. I would say that in this case, rational action constitutes no fighting over the remote and no sudden movements to blow up the other ship.</p>
<p>Pure Pedantry&#8217;s analysis makes a false assumption, I think, in that the civilian ship is not allowed to press the button, when, in reality, they get a lot closer to pressing the button than the prisoner&#8217;s ship. However, the basic analysis is there, and the payoff matrix illustrates all possibilities pretty well.</p>
<p>The Quantitative Peace discusses a game based on Morality, which I find much more interesting and applicable than a game based on Utility payoffs. I say this with absolutely no qualification, but it seems that most humans make decisions, particularly non-business decisions, based on their morals and what they feel is right, even in situations of survival. There is very much to lose by rescuing fellow tenants from a burning apartment, but I would argue that many would do so because they feel it is important and right.</p>
<p>Anyway, a couple final thoughts on this are that, one, the Joker lives by no rules, so we can probably toss everything out the window anyway, and two, game theory captures only a small piece of the situation. I personally didn&#8217;t expect the prisoner to throw the detonator out of the ship, but he did. And I fully expected the volunteer citizen to blow the other ship out of the water without hesitation, but he didn&#8217;t. Still, it&#8217;s interesting to think about, and it just makes me want to see the movie again even more.</p>
]]></content:encoded>
			<wfw:commentRss>http://bcobb.net/2008/game-theory-dark-knight/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.164 seconds -->
