<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>What Andy is Excited About</title>
	<atom:link href="http://www.andymeneely.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andymeneely.com/blog</link>
	<description>Fascination is a gift</description>
	<lastBuildDate>Wed, 02 Feb 2011 19:58:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>The Predictions of Punxsutawney Phil: An Empirical Study</title>
		<link>http://www.andymeneely.com/blog/math-science/the-predictions-of-punxsutawney-phil-an-empirical-study/</link>
		<comments>http://www.andymeneely.com/blog/math-science/the-predictions-of-punxsutawney-phil-an-empirical-study/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 19:58:19 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Math & Science]]></category>
		<category><![CDATA[counting]]></category>
		<category><![CDATA[empirical]]></category>
		<category><![CDATA[geekiness]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://www.andymeneely.com/blog/?p=987</guid>
		<description><![CDATA[Is Phil a good weatherman? In this blog entry, I do my own statistical analysis on this paradoxical prognosticator.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.andymeneely.com/blog/wp-content/uploads/2011/02/Groundhog1.jpg"><img class="alignright size-medium wp-image-998" title="Groundhog1" src="http://www.andymeneely.com/blog/wp-content/uploads/2011/02/Groundhog1-300x225.jpg" alt="" width="300" height="225" /></a>Punxsutawney Phil is, perhaps, the most famous rodent in the world. For over a century, the small town of Punxsutawney, Pennsylvania has celebrated the tradition of observing how their mascot, an actual groundhog named Phil, emerges from his home and (sometimes) flees from his shadow. If Phil flees, 6 more weeks of winter; otherwise, an early spring.</p>
<p>But is Phil a good weatherman? In this blog entry, I’ll do my own statistical analysis on this paradoxical prognosticator. Full disclosure: my middle name is Phil, named after the famed Groundhog Ambassador from Punxsutawney (he is also my father. And before you ask, the groundhog was named Pete when my father was born – so technically the rodent was named Phil <em>after</em> my dad.)</p>
<p><span id="more-987"></span>Let me start by saying that I am not the first to analyze Phil’s predictions. The Internet is filled with dozens of differing analyses that boil down to “how often is Phil right?” Most of them fail to do a thorough, fair analysis with data and methodology posted. In fact, I have never seen a solid analysis of our beloved furry forecaster, so I will attempt to do that here.</p>
<p>So let’s get into it. For the geek and the academic transparency oriented, here is <a href="http://www.andymeneely.com/blog/wp-content/uploads/2011/02/groundhog.txt">my data</a>, <a href="http://www.andymeneely.com/blog/wp-content/uploads/2011/02/GroundhogData.xlsx">my Excel sheet</a>, and <a href="http://www.andymeneely.com/blog/wp-content/uploads/2011/02/groundhog.R.txt">my R-script</a> used in this analysis.</p>
<p>As I understand it, the tradition goes like this:</p>
<p>“If Phil sees his shadow on February 2<sup>nd</sup>, then there will be 6 more weeks of winter. Otherwise, there will be an early spring.”</p>
<p>That’s pretty vague. Does Phil’s predictions apply to just his area, or to the whole country? What constitutes an early spring? Do we even know Phil’s track record?</p>
<p>First, the good news. We know Phil’s predictions all the way back to 1887 <a href="http://www.groundhog.org/">from here</a> (with 10 missing years) – so we’ve got that data. As for “early spring” data, that’s much more difficult. If you want to spend about $1000, you can buy temperature data for Punxsutawney all the way back to the mid-1800s, but I don’t have that kind of budget.</p>
<p>So, I went with the <a href="http://www.ncdc.noaa.gov/oa/climate/research/cag3/pa.html" target="_blank">freely-available</a> average temperature and precipitation data for the entire state of Pennsylvania going back to 1898. With that data, I am making the following assumptions:</p>
<ul>
<li><strong>Locality to the state of Pennsylvania: </strong>Despite Phil’s international fame, I will assume that Phil’s predictions only apply to the weather of the state of Pennsylvania.</li>
<li><strong>Temperature and Precipitation. </strong>I assume that early spring is a function of the temperature and precipitation.</li>
<li><strong>Back to 1898. </strong>Sorry Phil, but I don’t have weather data going back to 1887… analyzing back to 1898 will just have to do.</li>
</ul>
<p>According to history, Phil predicts that we will have an early spring 11.8% (n=13) of the time. That’s not very often, although considering the climate of Western Pennsylvania I wouldn’t be so optimistic either.</p>
<p>Let’s start with a naïve approach. Let’s label certain years as having an “early spring”? Sure, it’s a subjective measure that varies from person to person, so let’s go with my personal measure of wintriness.</p>
<p>“Andy’s Measure of Pennsylvania Wintriness” is defined as follows:</p>
<p><em>If the average temperature for the state of Pennsylvania is above freezing (32° F) for the month of February, then Pennsylvania has had an early spring.</em></p>
<p>According to my metric applied to the historical data, 16.4% of Pennsylvania’s last 110 winters had an early spring. That’s pretty close to Phil’s rate of 11.8% &#8211; so maybe there is something to this tradition.</p>
<p>Now that we have labeled each year, we can see that Phil can make two different kinds of mistakes: he can predict an early spring and be wrong, or he can predict a long winter and be wrong. In statistics, these are called <em>false positives </em>and <em>false negatives</em>, respectively. Understanding which kinds of mistakes Phil makes more often is important to interpreting his prediction year after year.</p>
<p>For example, if Phil <em>always</em> saw his shadow, he would still be right 83.6% of the time, but would never actually predict an early spring. That’s why overall accuracy is a poor validation measure in this situation, that is, when positive experiences are as rare as 16.4% of the time. Instead, let’s borrow two measures from medical diagnostics – sensitivity and specificity. Below are the results of Phil&#8217;s hits and misses (along with the interpretations).</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="213" valign="top"><strong>Measure</strong></td>
<td style="text-align: center;" width="213" valign="top"><strong>Interpretation</strong></td>
<td style="text-align: center;" width="213" valign="top"><strong>Result</strong></td>
</tr>
<tr>
<td width="213" valign="top">True Positives (TP)</td>
<td width="213" valign="top"><em>Number of times Phil   correctly predicted &#8220;Early Spring&#8221;</em></td>
<td style="text-align: center;" width="213" valign="top">3</td>
</tr>
<tr>
<td width="213" valign="top">True Negatives (TN)</td>
<td width="213" valign="top"><em>Number of times Phil   correctly predicted &#8220;Long Winter&#8221;</em></td>
<td style="text-align: center;" width="213" valign="top">82</td>
</tr>
<tr>
<td width="213" valign="top">False Positives (FP)</td>
<td width="213" valign="top"><em>Number of times Phil   predicted &#8220;Early Spring&#8221; and it was a &#8220;Long Winter&#8221;</em></td>
<td style="text-align: center;" width="213" valign="top">10</td>
</tr>
<tr>
<td width="213" valign="top">False Negatives (FN)</td>
<td width="213" valign="top"><em>Number of times Phil predicted “Long   Winter”, and it was an “Early Spring”</em></td>
<td style="text-align: center;" width="213" valign="top">15</td>
</tr>
<tr>
<td width="213" valign="top">Accuracy</td>
<td width="213" valign="top"><em>Percentage of winters Phil was   correct</em></td>
<td style="text-align: center;" width="213" valign="top">77.3%</td>
</tr>
<tr>
<td width="213" valign="top">Sensitivity</td>
<td width="213" valign="top"><em>If Phil says &#8220;Early   Spring&#8221;, what’s the probability he’s right?</em></td>
<td style="text-align: center;" width="213" valign="top">16.7%</td>
</tr>
<tr>
<td width="213" valign="top">Specificity</td>
<td width="213" valign="top"><em>If Phil says &#8220;Long   Winter&#8221;, what’s the probability he’s right?</em></td>
<td style="text-align: center;" width="213" valign="top">89.1%</td>
</tr>
</tbody>
</table>
<p>Interestingly, the last time Phil predicted an early spring and we actually had an early spring was 1999, and the other two years were 1997, and 1990. Before that, Phil <em>never</em> predicted an early spring correctly, yet was still right most of the time.</p>
<p>So you might think that having an accuracy of 77.3% is pretty good (after all, I believe that is a passing grade for Punxsutawney High School). Except that we can see that Phil got our hopes up many plenty of times (FP=10) and missed the early spring even more (FP=15). Having a very low sensitivity (16.7%) also tells us that Phil is generally a pessimist in his predictions.</p>
<p>Now you may disagree with Andy’s Measure of Pennsylvania Wintriness, so let’s approach this more objectively. The two best metrics we have for post-prognostication wintriness are temperature and precipitation in the month of February and March in Pennsylvania. If Phil is good at predicting early springs, then the years that he has predicted an early spring should, on average, have a higher temperature in both February and March. Well, here are those means:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="213" valign="top"><strong>Phil’s Prediction</strong></td>
<td width="213" valign="top"><strong>Mean February Temperature</strong></td>
<td width="213" valign="top"><strong>Mean March Temperature</strong></td>
</tr>
<tr>
<td width="213" valign="top">Early Spring (n=13)</td>
<td width="213" valign="top">27.1° F</td>
<td width="213" valign="top">36.6° F</td>
</tr>
<tr>
<td width="213" valign="top">Long Winter (n=97)</td>
<td width="213" valign="top">27.7° F</td>
<td width="213" valign="top">36.7° F</td>
</tr>
</tbody>
</table>
<p>So, according to those results, in <em>both </em>cases of February and March, the mean temperature of Pennsylvania during those next six weeks is actually slightly <em>lower</em> when Phil predicts an early spring. But, more importantly, the difference between the two mean temperatures is negligible (more on that in a moment). Precipitation also shows similar results:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="213" valign="top"><strong>Phil’s Prediction</strong></td>
<td width="213" valign="top"><strong>Mean PA Precipitation in February</strong></td>
<td width="213" valign="top"><strong>Mean March PA Precipitation</strong></td>
</tr>
<tr>
<td width="213" valign="top">Early Spring (n=13)</td>
<td width="213" valign="top">2.65 in</td>
<td width="213" valign="top">3.18 in</td>
</tr>
<tr>
<td width="213" valign="top">Long Winter (n=97)</td>
<td width="213" valign="top">2.48 in</td>
<td width="213" valign="top">3.37 in</td>
</tr>
</tbody>
</table>
<p>So if temperature and precipitation are usually <em>more wintry</em> when Phil <em>misses</em> his shadow, should we reverse the tradition?</p>
<p>In short, no. The difference is just too small. To test the difference between these two means, I used the Mann-Whitney-Wilcoxon (MWW) test.  What the MWW test does is rank all of the temperatures, and measures if the “Early Spring” temperatures rank higher on average than the “Long Winter” temperatures. In my tests, none of the measurements were statistically significant at a p&lt;0.05 level. Not even close, actually.</p>
<p>In other words, Phil’s predictions are, historically, no better than a random guess. (More technically, after a century of data, we don’t have enough evidence to believe Phil’s predictions are any better than a random guess – perhaps with another century of data, a statistically significant difference may eventually emerge. Maybe.)</p>
<p>That’s a pretty conclusive result, but I have to say that this is still fascinating. According to my wintriness metric, Pennsylvania has an early spring about once in 7 years (14.6% of the time). Phil also predicts an early spring about once in 9 years (11.8% of the time). Those are similar probabilities, there’s just no historical evidence of a correlation between the years that Phil predicts an early spring and actually having an early spring. If Phil’s predictions were that of a coin flip (i.e. 50% early springs), then the tradition probably would have died because a coin flip is way too optimistic. Several interesting years support my theory (e.g. 1983, 1975, and 1950) where Phil predicted an early spring, but then the early spring happened the <em>next</em> year, or one year before the prediction.</p>
<p>My point is this: the fact that both early springs and groundhogs seeing their shadow happen about equally often (and rarely at that), and that nobody can remember which year was which, is probably why this myth has stuck around for over a century.</p>
<p>Or maybe it’s because groundhog tastes really good in February.</p>
<p>Happy Groundhog Day!</p>
<p>PS. &#8211; As a side note, let’s all remember that Phil really doesn’t have much evidence to act on for his prediction. Even the mean temperature of January is not a statistically significant predictor of the mean temperature of February, so predicting the ends of winters in Western Pennsylvania is actually much more difficult than it sounds.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andymeneely.com/blog/math-science/the-predictions-of-punxsutawney-phil-an-empirical-study/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Making Eggnog Lattes From Scratch: My Recipe</title>
		<link>http://www.andymeneely.com/blog/food/making-eggnog-from-scratch/</link>
		<comments>http://www.andymeneely.com/blog/food/making-eggnog-from-scratch/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 13:40:25 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[espresso]]></category>
		<category><![CDATA[recipe]]></category>

		<guid isPermaLink="false">http://www.andymeneely.com/blog/?p=903</guid>
		<description><![CDATA[For Christmas this year, I perfected my signature eggnog latte. My homemade eggnog is my own recipe, customized for the latte. It's a light, low-fat eggnog that's easy to make at home. Here's the recipe! ]]></description>
			<content:encoded><![CDATA[<p>They say everything tastes better if you make it yourself. Well if that&#8217;s the case, then perhaps this is greatest beverage on earth. This holiday season, I&#8217;ve been developing my own eggnog latte recipe. Homemade &#8216;nog, brewed with own <a href="http://www.andymeneely.com/blog/coffee/espresso-is-a-cyborg/">espresso </a>machine, with my <a href="http://www.andymeneely.com/blog/coffee/roasting-your-own-coffee-7-reasons/">home roasted beans</a>.</p>
<p>There are about a million eggnog recipes out there, but mine is probably the only one that is customized for lattes. Here it is:</p>
<h2>Andy&#8217;s Latte &#8216;Nog</h2>
<p>In my opinion, the key to a good eggnog latte is to <em>keep it light </em>but not thin. If you&#8217;re buying eggnog for making a latte, the light &#8216;nog will steam better and work with the espresso. Most eggnog recipes you&#8217;ll find are very heavy (and calorific!), and don&#8217;t work well with espresso. This one is a lot lighter while still using real eggs.</p>
<p><span id="more-903"></span></p>
<p>4 eggs, separated<br />
2 tbsp flour<br />
1/2 cup sugar<br />
2 tbsp of sweetened condensed milk<br />
4 whole cloves<br />
Pinch of allspice<br />
Pinch of cinnamon<br />
2 cups skim milk<br />
1 cup of fat-free half &amp; half<br />
Pinch nutmeg<br />
1 tsp vanilla</p>
<p>Makes 1 quart, or 6 lattes.</p>
<p>1. Combine the milk, sweetened condensed milk, flour, cinnamon, cloves, allspice in a thick-bottomed saucepan. Using low/medium heat, heat until steaming but not boiling. Temperature should get to about 120-140 degrees. (If you don&#8217;t have a thermometer, until it&#8217;s steaming)</p>
<p>2. While the milk is heating, separate the eggs and beat the egg yolks in a large bowl until they get lighter in color. This can take a while by hand, so I use a hand mixer with the whisk attachment. Once it&#8217;s fluffy and thick, whisk in the sugar a little bit at a time.</p>
<p>3. Also, whisk the egg whites in a second mixing bowl until thick. Add a teaspoon of powdered sugar, whisk again until the mixture is even thicker.</p>
<p>4. Pour most of the hot milk into the egg yolks in the bowl a little at a time (so the eggs don&#8217;t curdle). Keep whisking. Pour the whole mixture back into the saucepan. Pour in the egg whites.</p>
<p>5. Turn up the heat to medium-high. Stir constantly, bringing the temperature up to 160 degrees. Now be careful with this because the temperature can accelerate quickly. Eggs are safe when cooked to 165 degrees for a few seconds, but they will congeal very quickly beyond that &#8211; especially if you&#8217;re not stirring. I usually turn off the heat when it gets to 150, then remove the saucepan from the burner once it&#8217;s been over 160 for a few seconds.</p>
<p>If you&#8217;re not using a thermometer, you will notice that the mixture will thicken enough to coat the back of a wooden spoon.</p>
<p>6. Pour mixture into a pitcher. Remove the cloves (via strainer or just a fork). If there are some congealed chunks, use a blender (I like a hand-blender). Stir in the cream.</p>
<p>7. Cool in the fridge for an hour.</p>
<p>8. Once cooled, mix in vanilla and nutmeg. Chill for at least 3 hours (overnight it gets even better). Stir or shake before serving.</p>
<p><strong>To make the latte,</strong> make sure the eggnog is very cold. Use about 6oz of eggnog for each shot of espresso. Eggnog cools down much quicker than milk, so I recommend only making one 6oz drink per person. Only steam the espresso to 140 degrees (instead of the usual 160 for milk). Again, eggnog&#8217;s temperature will accelerate quickly, so keep an eye on it. Add one shot of espresso. Top with a tiny bit of cinnamon for aroma if you like.</p>
<p>Nutrition facts per 6oz serving: 196 calories, 4g of fat (6% DV), 1g saturated fat (5% DV).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andymeneely.com/blog/food/making-eggnog-from-scratch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Bizarre Bazaar: Misconceptions of Open Source</title>
		<link>http://www.andymeneely.com/blog/math-science/the-bizarre-bazaar/</link>
		<comments>http://www.andymeneely.com/blog/math-science/the-bizarre-bazaar/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 13:00:49 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Math & Science]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software engineering]]></category>

		<guid isPermaLink="false">http://www.andymeneely.com/blog/?p=217</guid>
		<description><![CDATA[Open source software is a strange thing. Often described as a bazaar-like marketplace of innovation, open source software has gained a lot of traction in the last decade. But with its success has come a lot of myths. Let's settle some of those myths here.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.andymeneely.com/blog/wp-content/uploads/2010/08/crowded.jpg"><img class="alignright size-medium wp-image-943" title="crowded" src="http://www.andymeneely.com/blog/wp-content/uploads/2010/08/crowded-300x291.jpg" alt="" width="300" height="291" /></a>Open source software is a strange thing. Often described as a bazaar-like marketplace of innovation, open source software has gained a lot of traction in the last decade. But with its success has come a lot of myths. Let&#8217;s settle some of those myths here.</p>
<p><strong>Myth: Open source is just an academic pipe dream.</strong></p>
<p>This was a more prevalent argument 10 years ago. Today, all I have to do is point out that open source software <em>is everywhere</em>. <a href="http://www.mozilla.org/firefox">Mozilla Firefox</a> is one of world&#8217;s most popular web browsers. A huge proportion of the Internet&#8217;s websites are run by products like <a href="http://linux.org">Linux</a>, <a href="http://apache.org">Apache</a>, <a href="http://mysql.com">MySQL</a>, <a href="http://php.net">PHP</a>, <a href="http://perl.apache.org">Perl</a>, <a href="http://tomcat.apache.org">Tomcat</a>, <a href="http://wordpress.org/">WordPress</a>, and <a href="http://www.java.com/">Java</a>. Google&#8217;s <a href="http://source.android.com/">Android </a>platform is becoming one of the biggest platforms for mobile devices today. Software developers themselves use a <a href="http://www.hibernate.org/">p</a><a href="http://www.git-scm.com">l</a><a href="http://subversion.tigris.org">e</a><a href="http://rubyonrails.org/">t</a><a href="http://junit.org">h</a><a href="http://ant.apache.org/">o</a><a href="http://www.bugzilla.org/">r</a><a href="http://www.postgresql.org/">a</a> of open source software tools and libraries, the most famous is probably <a href="http://eclipse.org">Eclipse</a>. Open source is so ubiquitous, you&#8217;d be hard-pressed to argue it&#8217;s not relevant.</p>
<p><span id="more-217"></span></p>
<p><strong>Myth: </strong><strong>All software should be open source!</strong></p>
<p>I have to disagree there, too. I think we will always have proprietary software, and that&#8217;s a good thing. What we have seen, though, is that the open source business model has proven itself in just about every domain of software &#8211; which many people did not expect.</p>
<p><strong>Myth: </strong><strong>Open source is just crappy versions of &#8220;real software&#8221;.</strong></p>
<p>If this is your opinion, then maybe you&#8217;re looking in the wrong places, or not at the whole picture. To me, the negative examples don&#8217;t say nearly as much as the positive examples.</p>
<p>Yes, there&#8217;s a ton of horrible open source software out there. Dive into Sourceforge.net or any other open source portal and you&#8217;ll be swamped with dead projects. Why? Because making software open source is trivially easy (not a bad thing!) and <em>most people in the world are bad programmers.</em></p>
<p>The fact of the matter is that good software comes from good developers. Period. If you have a good development team that works well together, you <em>might</em> have a good product &#8211; regardless of whether the whole world can see the source code or not.</p>
<p>To disparage open source software because you like Word more than OpenOffice isn&#8217;t really fair to the whole concept of open source. I think we all know there is no perfect open source alternative for <em>everything</em>, but there&#8217;s a whole lot of good, free, and free alternatives out there (&#8230;free as in both speech and beer).</p>
<p><strong></strong><strong>So it&#8217;s like a charity, right?</strong></p>
<p>Um, no. Companies that market open source software actually make a lot of money. Sure, their product is not necessarily a shrink-wrapped box of software you buy at Staples &#8211; but that&#8217;s not how most people get their software anyway. In this day and age, if people hear about a good piece of software, they just go download it and use it.</p>
<p>Here&#8217;s the key: software is more than just source code, it&#8217;s a complex maze of knowledge. This knowledge is often accessible to only a few, highly-trained professionals &#8211; and <em>that&#8217;s</em> what can be sold. The Linux kernel is a great example of this: the source code has been open for a long time, but what companies like Red Hat do is sell you the service of compiling, installing, configuring, patching, fixing, and any other kinds of support you need for a big fee. Sure, you <em>could</em> go learn everything about Linux for free, but do you really have that kind of time?</p>
<p>Other companies take ad-supported approaches. Mozilla Firefox mostly makes their money from selling advertisements in their product (such as having the Google search bar in the upper right corner &#8211; yep, Google pays <em>millions </em>for that little search box).</p>
<p>There are tons more myths out there on open source &#8211; so I think we&#8217;ll have a &#8220;Part 2&#8243; on this in the future. Until then, what are your opinions and experiences on open source software?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andymeneely.com/blog/math-science/the-bizarre-bazaar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>But What Does It All Mean?? The Semantic Web &amp; Metadata</title>
		<link>http://www.andymeneely.com/blog/all-encompassing/semantic-web-metadata/</link>
		<comments>http://www.andymeneely.com/blog/all-encompassing/semantic-web-metadata/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 13:00:02 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[All Encompassing Ideas]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[ideas]]></category>

		<guid isPermaLink="false">http://www.andymeneely.com/blog/?p=871</guid>
		<description><![CDATA[Thinking about the Semantic Web is a lot like looking at a double rainbow all the way across the sky... what does it mean?? The Semantic Web is an idea set to bring a higher level of computer understanding to the internet. 

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.andymeneely.com/blog/wp-content/uploads/2010/11/Alaska_ANWR_Canning_River.jpg"><img class="alignright size-medium wp-image-886" title="Alaska_ANWR_Canning_River" src="http://www.andymeneely.com/blog/wp-content/uploads/2010/11/Alaska_ANWR_Canning_River-300x200.jpg" alt="" width="300" height="200" /></a>Thinking about the Semantic Web is a lot like <a href="http://www.youtube.com/watch?v=OQSNhk5ICTI">looking at a double rainbow all the way across the sky</a>&#8230; <em>what does it mean??</em> As I&#8217;m sure we&#8217;ve all recognized, the Internet is bursting at the seams with information. Some information comes in the form of human-readable content, sometimes it&#8217;s computer-readable data. The problem, though, is that tons of data on the internet isn&#8217;t nearly as useful because a computer cannot understand how it&#8217;s all interrelated.</p>
<p>The Semantic Web is an idea set to bring a higher level of semantics to the internet. The concept is all about <em>structuring data</em> to be both human-readable and machine-readable.</p>
<p><span id="more-871"></span>For example, suppose I have a website for selling books, and I have the words &#8220;War and Peace&#8221; and &#8220;$10&#8243; sitting right next to each other. For humans, we can clearly see that &#8220;War and Peace&#8221; refers to a book and that $10 is the price. A computer however, would not be able to figure that out so easily. If there were multiple book titles and multiple prices, how could a computer determine which book goes to which price?</p>
<p>In a world where Semantic Web reigns, you would need to <em>annotate</em> that &#8220;War and Peace&#8221; text as the title of a book, and provide some kind of reference to the $10 as the price of that book. That annotation and linkage is what we call <em>metadata</em> (data about data), and it&#8217;s the backbone of the Semantic Web. With the right metadata, software can automatically traverse our data the way our brains do, making tasks like searching and aggregating much easier.</p>
<p>Many proponents of the Semantic Web believe that we should be structuring our content in a way that&#8217;s <em>not </em>tied to being human-readable (e.g. font size, colors, formatting), but being more machine-readable with an emphasis on interrelations and semantics. Then we should <em>translate </em>our machine-readable data into something visually pleasing. (Note that this a slightly different idea from separating document structure markup from formatting as in <a href="http://en.wikipedia.org/wiki/Css">HTML/CSS</a> and <a href="http://en.wikipedia.org/wiki/LaTeX">LaTeX</a> &#8211; there would need to be a lot more non-structure annotation involved in the Semantic Web worldview.)</p>
<div dir="ltr">
<div>
<p>Like a lot of interesting ideas, the Semantic Web has a lot of critcism. About ten years ago, Cory Doctorow wrote <a href="http://www.well.com/~doctorow/metacrap.htm">a popular article </a>criticizing the Semantic Web and having a significant emphasis on metadata. Other than referencing Napster, it&#8217;s a timeless argument. People are too lazy to keep up their metadata. Agreeing on a global schema is just not feasible. People will game the system.</p>
<p>While we are not anywhere near a Semantic Web today, several interesting trends have arisen over the last decade. One trend is the use of <a href="http://en.wikipedia.org/wiki/Microformat">microformats</a>: small, cohesive, non-global conventions that people can choose to adopt. Another trend is the use of domain-specific data structuring. For example, legislation and privacy policies are texts that could benefit from semantic annotation. Legal texts are filled with complex logic, and computers are good at arriving at conclusions based on logic &#8211; so why not annotate law text for semantics? Turns out that&#8217;s a hard problem, but it&#8217;s not impossible (and is an active area of research today).</p>
<p>In my opinion, while the Semantic Web is a fascinating idea, advances in natural language processing almost makes it moot. As Google has shown, it&#8217;s much easier to build a really good website parser than to expect everyone in the world to correctly annotate their data.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.andymeneely.com/blog/all-encompassing/semantic-web-metadata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun With Numerology: White Elephant Gifting Patterns</title>
		<link>http://www.andymeneely.com/blog/math-science/numerology-white-elephant-gifting-patterns/</link>
		<comments>http://www.andymeneely.com/blog/math-science/numerology-white-elephant-gifting-patterns/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 13:00:04 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Math & Science]]></category>
		<category><![CDATA[counting]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[numerology]]></category>
		<category><![CDATA[patterns]]></category>
		<category><![CDATA[probability]]></category>

		<guid isPermaLink="false">http://www.andymeneely.com/blog/?p=695</guid>
		<description><![CDATA[Ever notice an interesting number pattern and think, what are the odds of that happening? Ever work out that probability? Our brains are wired for recognizing patterns, which is the foundation of numerology - the study of the significance of patterns. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.andymeneely.com/blog/wp-content/uploads/2010/10/Pascals_triangle_30_lines.png"><img class="alignright size-medium wp-image-918" title="Pascals_triangle_30_lines" src="http://www.andymeneely.com/blog/wp-content/uploads/2010/10/Pascals_triangle_30_lines-300x104.png" alt="" width="300" height="104" /></a>Ever notice an interesting number pattern and think, what are the odds of that happening? For example, I kept noticing when the odometer on my car would read a palindrome (e.g. 142241). What are the odds of that happening?</p>
<p>Turns out &#8211; about once every thousand miles.</p>
<p>The fact is, though, our brains are wired for pattern recognition. What we don&#8217;t realize is that the number of patterns we <em>would</em> recognize are much larger than we are aware of, significantly raising the chances we run into a pattern. This is the foundation of numerology &#8211; the study of the significance of patterns.<span id="more-695"></span></p>
<p>Years ago, I came across an interesting numerological example. A group of three couples were doing a &#8220;white elephant&#8221; Christmas party. What happens is that everyone comes to the party with one gift. Everyone then draws a number, and people open a gift in turn. (There&#8217;s also stealing involved &#8211; but that&#8217;s outside the scope of this example.)</p>
<p>So our six people all drew numbers. Immediately, we figured out that if you paired off the spouses, the pattern was one couple at numbers 1&amp;6, another couple had 2&amp;5, and another couple had 3&amp;4.</p>
<p>Spooky, huh? What are the odds??</p>
<p>Actually, a pattern like that is quite probable. First  off, there are 720 ways the numbers could have been drawn &#8211; that is, 6! (factorial).</p>
<p>Next, if a couple had reversed their pairings, we would have noticed the pattern. For example, if Adam&amp;Eve had 1&amp;6 or 6&amp;1, we would have  noticed the pattern, so we can flip each couple two ways. There are 2^3 =  8 ways to do that.</p>
<p>Now, we would have noticed the pattern regardless of which couple was assigned to which number pair. So if you had Adam&amp;Eve got 1&amp;6 and Samson&amp;Delilah got 2&amp;5, or vice versa. There are 3!=6 ways to do that.</p>
<p>So that now puts us at 8*6 = 48 ways to get the pattern we got.</p>
<p>However, I would also argue that we would have noticed if the   couples were assigned consecutive numbers, eg. 1-2,3-4,5-6. These cases   behave as the other pattern does, but don&#8217;t overlap any of the previous   counts, so that doubles our count to 96.</p>
<p>Another pattern we might notice would be a difference of three: 1-4, 2-5, and 3-6. Again, 48 ways to do that pattern. So now our count is now 144.</p>
<p>So we would notice this pattern 144 times out of 720 &#8211; that&#8217;s 13.3% of the time.</p>
<p>Still sound small? Now consider how many numbers you encounter every day. Phone numbers. Account numbers. Highway numbers. Street addresses. The time. I still sometimes marvel at how often I notice when the time matches my birthday, for example. Throw in a little <a href="http://en.wikipedia.org/wiki/Confirmation_bias">confirmation bias</a>, and the chances that you will find a pattern in there becomes very likely very quickly.</p>
<p>Finding patterns is fun, though. Ever notice interesting patterns in your everyday life?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andymeneely.com/blog/math-science/numerology-white-elephant-gifting-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everything Returns to the Central Limit Theorem</title>
		<link>http://www.andymeneely.com/blog/math-science/central-limit-theorem/</link>
		<comments>http://www.andymeneely.com/blog/math-science/central-limit-theorem/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 17:58:32 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Math & Science]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[probability]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[theorem]]></category>

		<guid isPermaLink="false">http://www.andymeneely.com/blog/?p=591</guid>
		<description><![CDATA[Mathematicians are very humble, so you know that when you see the word "Central" in the name of a theorem, it must be pretty important. In fact, the Central Limit theorem is the foundation for all of statistics. It's also this bizarre confluence of various mathematical concepts, as I will explain in the next 539 words. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.andymeneely.com/blog/wp-content/uploads/2010/11/gaussian6.gif"><img class="size-medium wp-image-955 alignright" title="gaussian6" src="http://www.andymeneely.com/blog/wp-content/uploads/2010/11/gaussian6-300x241.gif" alt="" width="300" height="241" /></a>Mathematicians are very humble, so you know that when you see the word &#8220;Central&#8221; in the name of a theorem, it must be pretty important. In fact, the Central Limit theorem is the foundation for all of statistics.</p>
<p>What is the central limit theorem? In a nutshell, &#8220;everything eventually is normally distributed&#8221;. What does that mean? Well, you&#8217;ll just have to read on.</p>
<p><span id="more-591"></span></p>
<p>The general finding of the central limit theorem is: if we sample something a lot, we know how the general population behaves. More specifically, if we take repeated observations of something, and each of those observations are identically distributed and independent of each other, then those observations are normally distributed.</p>
<p>Now the normal distribution is what we might recognize as &#8220;bell curve&#8221;. As an example, take peoples&#8217; heights. The average height of an American male age 20-39 is 5&#8243;4.5&#8242;  (according to <a href="http://en.wikipedia.org/wiki/Human_height">this page</a>). Now, we know that there are people who are above that height, and below that height. If heights are normally distributed (and they generally are), then the farther you get away from that mean, the less likely you are to find a human of that height. For example, a 7-foot guy is very uncommon, but a 5&#8217;6&#8243; guy is much more common. Since we know that the distribution is normal, we can use math get a good estimate of <em>how</em> likely a 5&#8217;6&#8243; male is versus a 7-foot male.</p>
<p>The field of statistics is founded on this concept of taking random samples and seeing how they are distributed. In some simple cases, statistics assumes normal distributions of the population &#8211; but not always. In most situations, statisticians will assume a normal distribution of their <em>errors</em>, but not the population itself. That is, if we try to explain many observations, and for each observation we make there&#8217;s a small chance of an error on our part, then according to the central limit theorem, those errors are normally distributed regardless of how the actual population is distributed.</p>
<p>Now, such a foundational concept like the normal distribution ought to have an elegantly simple formula, right? Not in this case. Below is the probability distribution function of the normal distribution:</p>
<p style="text-align: center;"><a href="http://www.andymeneely.com/blog/wp-content/uploads/2010/11/pdf.png"><img class="size-full wp-image-949 aligncenter" title="pdf" src="http://www.andymeneely.com/blog/wp-content/uploads/2010/11/pdf.png" alt="" width="111" height="38" /></a></p>
<p>Where mu (μ) is the mean and sigma (σ) is the standard deviation &#8211; which have their own formulas.</p>
<p>Wha?? If you&#8217;re keeping score at home, this formula includes all kinds of weird elements to it. First of all, it&#8217;s got every math operation we know and love: <a href="http://en.wikipedia.org/wiki/Multiplication" target="_blank">multiplication</a>, <a href="http://en.wikipedia.org/wiki/Subtraction" target="_blank">subtraction</a>, <a href="http://en.wikipedia.org/wiki/Division">division</a>, <a href="http://en.wikipedia.org/wiki/Division" target="_blank">square root</a>, <a href="http://en.wikipedia.org/wiki/Division" target="_blank">exponentiation</a>. But there&#8217;s more&#8230; it&#8217;s got <em>two</em> famous <a href="http://en.wikipedia.org/wiki/Transcendental_number" target="_blank">transcendental constants</a>:  <a href="http://en.wikipedia.org/wiki/Pi" target="_blank">pi</a> and <a href="http://en.wikipedia.org/wiki/E_%28mathematical_constant%29" target="_blank">e</a>. Do you know of any formula with <em>both</em> pi and e?? The derivation of this formula even includes <a href="http://en.wikipedia.org/wiki/Integral" target="_blank">integration </a>of both <a href="http://en.wikipedia.org/wiki/Cartesian_coordinate" target="_blank">Cartesian </a>and <a href="http://en.wikipedia.org/wiki/Polar_coordinate" target="_blank">polar coordinates </a>using <a href="http://en.wikipedia.org/wiki/Trigonometric_functions">trigonometry</a>. Oh, and that particular formula has no anti-derivative, so the integration <a href="http://www.wolframalpha.com/input/?i=e^%28-x^2%29" target="_blank">cannot be done algebraically</a>&#8230; so we have to use computers to actually <em>use</em> the darn thing.</p>
<p>Isn&#8217;t it fitting that the &#8220;normal&#8221; distribution involves this big confluence of mathematical concepts? So the central limit theorem is not just central because it&#8217;s foundational to all statistics, but because connected to all other kinds of math, which is really the <a href="http://en.wikipedia.org/wiki/Centrality">mathematical definition of centrality</a>. That&#8217;s like a <a href="http://en.wikipedia.org/wiki/Double_entendre">double-entendre</a> wrapped in a square root wrapped in a function with no anti-derivative.</p>
<p>Woah.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andymeneely.com/blog/math-science/central-limit-theorem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Agile Manifesto, in Plain English</title>
		<link>http://www.andymeneely.com/blog/math-science/the-agile-manifesto/</link>
		<comments>http://www.andymeneely.com/blog/math-science/the-agile-manifesto/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 13:00:36 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Math & Science]]></category>
		<category><![CDATA[green bar!]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software engineering]]></category>
		<category><![CDATA[unit test]]></category>

		<guid isPermaLink="false">http://www.andymeneely.com/blog/?p=826</guid>
		<description><![CDATA[Imagine yourself on a team of programmers, and you've just finished a new feature. What should you do next? Write more code, or test what you have? In software engineering, the philosophy that dictates what to do next is called "the process". In the late 1990's, a bunch of software engineers decided to shake things up with an interesting and controversial philosophy for software processes called "agile".]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.andymeneely.com/blog/wp-content/uploads/2010/10/agile.png"><img class="alignright size-medium wp-image-843" title="agile" src="http://www.andymeneely.com/blog/wp-content/uploads/2010/10/agile-300x212.png" alt="" width="300" height="212" /></a>Imagine yourself on a team of programmers, and you&#8217;ve just finished a new feature. What should you do next? Do you write more code, or test what you have? In the world software engineering, the philosophy that dictates what you should do next is what we call &#8220;the process&#8221;.</p>
<p>Every software development team has a process, even if it&#8217;s not explicitly articulated anywhere. The process tells you what you should do, how much you should do it, when you should do it, and why. Sound boring and bureaucratic? It can be, but it doesn&#8217;t have to be.</p>
<p><span id="more-826"></span>In the late 1990&#8242;s, a bunch of software engineers decided to shake things up. They were tired of the current set of software processes out there, and decided to come up with a new philosophy called <strong>agile</strong>. The foundation for these new software processes culminated in the <a href="http://agilemanifesto.org/">Agile Manifesto</a>. (It&#8217;s 68 words &#8211; feel free to go read it.)</p>
<p>The 17 founders of the agile manifesto were reacting to the <strong>plan-driven</strong> nature of many software processes going on at the time. To many practitioners, the plan-driven philosophy emphasized a get-it-right-the-first-time attitude, or a plan-everything-out-ahead-of-time approach.</p>
<p>However, as I&#8217;m sure everyone has noticed by now, technology changes quickly. So do software markets. And if you&#8217;re making software that will take 18 months to finish, the technologies and markets and  might drastically change by the time you&#8217;re done.</p>
<p>In agile processes, the goal is to be able to change the scope of a project in the middle of the project. Have a plan, but plan for change. Instead of having a product with a fixed scope and a variable release date, have a fixed release date with variable scope. Instead of making a vague plan for a whole year, make an explicit plan for one month, then make a new plan next month. Communicate with market experts as much as possible (e.g. have developers talk to the customers themselves). Have a stable product ready as often as possible, continuously integrating everyone&#8217;s work together and <a href="http://www.andymeneely.com/blog/math-science/reducing-paranoia-with-unit-tests/">automatically testing it out</a> every night.</p>
<p>Agile is certainly not without its controversies. Over the last decade, consultants have sold the advantages of agile pretty hard and many software engineers (and researchers) have retaliated with incendiary skepticism. As with all religious wars, words have been re-defined, various myths have propagated, and poor characterizations have arisen. For example, some people claim that agile processes are just a do-whatever-you-want process. Agile consultants are often portrayed as disingenuous hucksters selling the latest fad diet to people. On the other side, agile proponents often act as if all software teams must use agile even if their current process is working perfectly. Lack of sound research hasn&#8217;t helped, either. While agile does have some strong evidence, agile proponents mostly cite personal experience, leading to  unsupported claims on the effectiveness of their practices.</p>
<p>In recent years, though, the wars have quieted. Many software companies use some agile practices, selectively leaving out other practices. Generally speaking, agile has been widely adopted over the last ten years and the Agile Manifesto has remained accepted among agile proponents as foundational doctrine.</p>
<p>While the agile philosophy works incredibly well for many situations, it doesn&#8217;t work for everything. From my perspective, it looks like both agile and plan-driven philosophies are here to stay.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andymeneely.com/blog/math-science/the-agile-manifesto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Reasons to Love Ultimate</title>
		<link>http://www.andymeneely.com/blog/sports/the-sport-of-ultimate/</link>
		<comments>http://www.andymeneely.com/blog/sports/the-sport-of-ultimate/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 12:00:52 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Sports]]></category>
		<category><![CDATA[Ultimate]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[ultimate]]></category>

		<guid isPermaLink="false">http://www.andymeneely.com/blog/?p=564</guid>
		<description><![CDATA[If you are not familiar with the sport, you might look at that title and go "ultimate what?" No, it's not an adjective, it's a noun. The sport known as Ultimate (aka Ultimate Frisbee) is a truly fantastic game, and is something I am very excited about.]]></description>
			<content:encoded><![CDATA[<div id="attachment_565" class="wp-caption alignright" style="width: 250px"><a href="http://www.andymeneely.com/blog/wp-content/uploads/2010/08/facebook-pic.jpg"><img class="size-medium wp-image-565 " title="A picture of me playing ultimate." src="http://www.andymeneely.com/blog/wp-content/uploads/2010/08/facebook-pic-300x240.jpg" alt="" width="240" height="192" /></a><p class="wp-caption-text">Yes, that&#39;s a picture of me.</p></div>
<p>If you are not familiar with the sport, you might look at that title and go &#8220;ultimate what?&#8221; No, it&#8217;s not an adjective, it&#8217;s a noun. The sport known as Ultimate (aka Ultimate Frisbee) is a truly fantastic game, and is something I am very excited about.</p>
<p>In Ultimate, two teams of seven players occupy a field larger than a  football field. There&#8217;s one disc (aka &#8220;frisbee&#8221;), and players cannot  walk with the disc. Instead, players must throw the disc to each other across the field without dropping or getting intercepted. Catch the disc in your endzone, your teams gets a point.</p>
<p>Ok, enough of the rules &#8211; why am I excited about Ultimate?</p>
<p><span id="more-564"></span></p>
<p><strong>1. It kicks your butt. </strong></p>
<p>I was once at an Ultimate tournament where one of my teammates was the sister of an NFL safety. This NFL player came to play with us one day, and he commented that this game &#8220;&#8230;is relentless &#8211; it really kicks your [butt]&#8220;. Ultimate demands tons of agility, endurance, and coordination. In Ultimate, you&#8217;ll find yourself sprinting eighty yards to go out-jump other players to grab the disc, then you&#8217;ll need the finesse and clarity of mind to toss that disc to another teammate.</p>
<p><strong>2. Not much to it</strong></p>
<p>Learning Ultimate takes no time at all. All you need is a field, a disc, and some people. That&#8217;s it! The more you play, you&#8217;ll probably want to get some good cleats (wide receiver cleats are great, so are soccer cleats).</p>
<p><strong>3. Can be tons of strategy</strong></p>
<p>Despite what you&#8217;ve heard, playing Ultimate takes a lot of tactics and strategies. All of these offensive and defensive techniques  have their own vocabulary: huck, force, cup, zone, man-to-man, poach,  last back, stack, ho-stack, break, swing, dump, weave, etc. We&#8217;re not<em> </em>a bunch of stoners out there goofing off.</p>
<p><strong>4. No refs with Spirit of the Game</strong></p>
<p>To me, one of the most distinctive characteristics of Ultimate is the lack of referees. Teams compete at the national and international levels all the time, and yet the players all call and contest their own fouls. The rules of the game are designed so that no refs are needed, and I suspect that referees will never be added to the sport.</p>
<p><strong>5. The community</strong></p>
<p>This is the best part. I have played Ultimate in Philly, Raleigh, St. Louis, and various places in Western Michigan &#8211; every one of those communities are filled with great people. It&#8217;s amazing to me how the Ultimate community has people who are competitive, yet friendly. This reason deserves a whole blog post by itself, so I&#8217;ll leave it at that <img src='http://www.andymeneely.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So stop reading silly blogs and go play some Ultimate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andymeneely.com/blog/sports/the-sport-of-ultimate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Epic Journey of Design</title>
		<link>http://www.andymeneely.com/blog/all-encompassing/the-epic-journey-of-design/</link>
		<comments>http://www.andymeneely.com/blog/all-encompassing/the-epic-journey-of-design/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 12:00:36 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[All Encompassing Ideas]]></category>
		<category><![CDATA[board games]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[narrative]]></category>

		<guid isPermaLink="false">http://www.andymeneely.com/blog/?p=153</guid>
		<description><![CDATA[One of my favorite hobbies is designing board games. Since I was about 11 years old, I've spent much of my free time thinking about new and interesting board games. Seem strange? Actually, designing board games is not much different than other design activities. In this article, I'll talk about how embarking on the journey of design is a wonderful way to spend your time.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.andymeneely.com/blog/wp-content/uploads/2010/08/1003414michelangelo21.jpg"><img class="alignright size-medium wp-image-832" title="1003414michelangelo2" src="http://www.andymeneely.com/blog/wp-content/uploads/2010/08/1003414michelangelo21-300x192.jpg" alt="" width="300" height="192" /></a>One of my favorite hobbies is designing board games. Since I was about 11 years old, I&#8217;ve spent much of my free time thinking about new and interesting board games.</p>
<p>Seem strange? Actually, designing board games is not much different than other design activities. In this article, I&#8217;ll talk about how embarking on the journey of design is a wonderful way to spend your time.</p>
<p><strong>&#8220;Every block of stone has a statue inside it and it is the task of the sculptor to discover it.&#8221;</strong><strong><br />
-Michelangelo </strong></p>
<p><span id="more-153"></span></p>
<p>Design is a fundamental process that we all experience. <a href="http://www.andymeneely.com/blog/literature/how-to-read-tolkien/">Writing good novels</a> is a design process. So is <a href="http://www.andymeneely.com/blog/math-science/perlin-noise/">graphic design</a>. Even <a href="http://www.andymeneely.com/blog/math-science/love-programming/">developing software</a> or <a href="http://www.andymeneely.com/blog/tag/proof/">writing math proofs</a> are big design processes. For me, I like to design board games.</p>
<p>You&#8217;d think that the design process for each of those domains is different. In fact, board game design is not much different than design in other domains. One of the best nuggets of design wisdom that I have ever encountered was from a hobbyist board game designer podcast, where the host said something like this:</p>
<ul>
<li>Work at it until it&#8217;s <em>good;</em></li>
<li>Then work at it until it&#8217;s <em>great;</em></li>
<li>Then work at until it&#8217;s <em>obvious</em></li>
</ul>
<p>To me, this summarizes the entire design journey. There&#8217;s a moment where you get that game to a point where it just makes sense. It&#8217;s more of a &#8220;discovery&#8221; moment than a &#8220;refining&#8221; moment. That&#8217;s why I love that Michelangelo quote &#8211; you&#8217;ve discovered the sculpture inside the block.</p>
<p>Does that mean you&#8217;re done? Not by a long shot. According to poet Paul Valery, <strong>&#8220;</strong>A poem is never finished, only abandoned&#8221;. I think that&#8217;s true about all design.</p>
<p>Here are some other pieces of wisdom I&#8217;ve learned from my journey in board game design:</p>
<p><strong>Be willing to abandon ideas (just archive them)<br />
</strong></p>
<p>Sometimes it&#8217;s hard to part with a good idea. Often, I find that my ideas for a single game end up being two games, for example. Afraid of losing a good idea? What I do is keep all of my old ideas around and periodically go back to them. You&#8217;d be surprised how looking at old ideas with fresh eyes can help you get a better perspective of what you <em>haven&#8217;t</em> explored.</p>
<p><strong>Finding Good Ideas</strong></p>
<p>Good ideas don&#8217;t usually come fully-formed. It&#8217;s usually a  series of hard work of trying new ideas left and right. Sure, you&#8217;ll get  a flash of inspiration every now and then that <em>leads </em>to a great idea  &#8211; but those  are moments you have little control over as a designer. What you do have control over is how much you record those ideas &#8211; good and bad. It takes discipline, but I find that skilled designers will work through 103 good ideas to get that 104th <em>amazing</em> idea.</p>
<p><strong>Let your ideas ripen.</strong></p>
<p>I learned this from my 11th grade English teacher with writing, and it applies just about everywhere. After a while, separating yourself from your own work is the best thing you can do for the work. Putting down a design for a few weeks (or even a few days) will give you a fresh perspective the next time you pick it up. Trust me, it&#8217;s amazing how well that works.</p>
<p>Anyway, those are some nuggets of wisdom I&#8217;ve taken from my journeys in design.</p>
<p>Anyone have their own take? What&#8217;s your favorite thing you like to design?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andymeneely.com/blog/all-encompassing/the-epic-journey-of-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Reasons to Love the Latte</title>
		<link>http://www.andymeneely.com/blog/coffee/the-latte/</link>
		<comments>http://www.andymeneely.com/blog/coffee/the-latte/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 12:00:17 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Coffee]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[espresso]]></category>

		<guid isPermaLink="false">http://www.andymeneely.com/blog/?p=179</guid>
		<description><![CDATA[I've been a fan of the latte for a long time. Back in college, I started drinking lattes because I was too lazy to go buy more chocolate for mochas. Today, I'm hooked! Not convinced? Then you need this list.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.andymeneely.com/blog/wp-content/uploads/2010/08/latte_art_swan.jpg"><img class="alignright size-medium wp-image-507" title="latte_art_swan" src="http://www.andymeneely.com/blog/wp-content/uploads/2010/08/latte_art_swan-300x225.jpg" alt="" width="300" height="225" /></a>I&#8217;ve been a fan of the latte for a long time. Back in college, I started drinking lattes because I was too lazy to go buy more chocolate for mochas. Today, I&#8217;m hooked!</p>
<p>Not convinced? Then you need this list.</p>
<p><strong>1. Lattes are simple! </strong></p>
<p>A latte is essentially steamed milk with espresso. That&#8217;s it. You&#8217;d think that would be a boring drink, but if you froth the milk just right, it actually comes out to be a smooth, very textured drink.</p>
<p><span id="more-179"></span></p>
<p><strong>2. Lattes are healthy!</strong></p>
<p>A latte has the same nutritional value as a short glass of milk (around 90 calories for skim milk). If you&#8217;re worried about caffeine, a regular latte has less caffeine that a can of diet coke, and <em>far</em> less than a typical cup of coffee. Personally, when I drink lattes, I never go into caffeine withdrawal. Only when I go back to drinking drip coffee do I get headaches.</p>
<p><strong>3. Latte art! </strong></p>
<p>Just <a href="http://www.youtube.com/results?search_query=latte+art&amp;aq=f" target="_blank">YouTube latte art</a> and you&#8217;ll be amazed at what people can do with just pouring perfectly frothed milk.</p>
<p><strong>4. Crazy flavors!</strong></p>
<p>I&#8217;m not normally one for doing different flavors in my espresso, but the latte is a great base for all kinds of crazy drinks. Probably the most popular is the vanilla latte. My personal favorite latte is the cinnamon &amp; cayenne pepper latte. Yeah you read that right.</p>
<p><strong>5. Great for coffee drinkers</strong></p>
<p>If you like the taste of coffee, then the latte is a great drink for you. Being such a simple drink, you can really taste the espresso without being hit over the head with flavor. (If you <em>do </em>want to be smacked with flavor, try a cappuccino or just straight espresso.)</p>
<p>So go to your local coffee shop and go order a latte. Tell them I sent you&#8230; you&#8217;ll get a funny look because they probably don&#8217;t know me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andymeneely.com/blog/coffee/the-latte/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

