<?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>Max Harper</title>
	<atom:link href="https://maxharp3r.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://maxharp3r.wordpress.com</link>
	<description>Software Developer and Computer Science Researcher</description>
	<lastBuildDate>Sun, 13 Sep 2020 22:29:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='maxharp3r.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://secure.gravatar.com/blavatar/44562509db697d1cc9b39769f3969d7681a113fdb690788c88a814d2827968e5?s=96&#038;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Max Harper</title>
		<link>https://maxharp3r.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://maxharp3r.wordpress.com/osd.xml" title="Max Harper" />
	<atom:link rel='hub' href='https://maxharp3r.wordpress.com/?pushpress=hub'/>
	<item>
		<title>New Online Home</title>
		<link>https://maxharp3r.wordpress.com/2015/12/08/new-online-home/</link>
		
		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Tue, 08 Dec 2015 15:38:47 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://maxharp3r.wordpress.com/?p=162</guid>

					<description><![CDATA[You have found my old site. My current site is at https://maxharp3r.github.io/]]></description>
										<content:encoded><![CDATA[<p>You have found my old site. My current site is at <a href="https://maxharp3r.github.io/">https://maxharp3r.github.io/</a></p>
]]></content:encoded>
					
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b023c7cb3432a9a91bdb159dd6f3c21784791c3450d648e6ae29ac971caf337?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>
	</item>
		<item>
		<title>I wrote an archive rotation script</title>
		<link>https://maxharp3r.wordpress.com/2013/01/03/i-wrote-an-archive-rotation-script/</link>
		
		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Thu, 03 Jan 2013 16:53:46 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://maxharp3r.wordpress.com/?p=129</guid>

					<description><![CDATA[I just released an archive rotation script on github. It&#8217;s here: https://github.com/maxharp3r/archive-rotator I use this script to rotate a number of backup archives that are the result of nightly db dumps and directory tar &#124; gzips. There are a few things that motivated me to write this script: It&#8217;s stateless. The script uses a naming convention to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://maxharp3r.wordpress.com/wp-content/uploads/2013/01/4136716652_3d92306dd0.jpg"><img width="490" height="367" class="size-full wp-image" id="i-133" alt="Image" src="https://maxharp3r.wordpress.com/wp-content/uploads/2013/01/4136716652_3d92306dd0.jpg?w=490" srcset="https://maxharp3r.wordpress.com/wp-content/uploads/2013/01/4136716652_3d92306dd0.jpg?w=490 490w, https://maxharp3r.wordpress.com/wp-content/uploads/2013/01/4136716652_3d92306dd0.jpg?w=150 150w, https://maxharp3r.wordpress.com/wp-content/uploads/2013/01/4136716652_3d92306dd0.jpg?w=300 300w, https://maxharp3r.wordpress.com/wp-content/uploads/2013/01/4136716652_3d92306dd0.jpg 500w" sizes="(max-width: 490px) 100vw, 490px" /></a></p>
<p>I just released an archive rotation script on github. It&#8217;s here: <a href="https://github.com/maxharp3r/archive-rotator">https://github.com/maxharp3r/archive-rotator</a> I use this script to rotate a number of backup archives that are the result of nightly db dumps and directory tar | gzips.</p>
<p>There are a few things that motivated me to write this script:</p>
<ul>
<li><span style="line-height:14px;">It&#8217;s stateless. The script uses a naming convention to track its state, so it doesn&#8217;t generate extra junk in my directories.</span></li>
<li><span style="line-height:14px;">It doesn&#8217;t use configuration files. Again, no extra junk.</span></li>
<li>It doesn&#8217;t rely on dates or times. It can be used as a daily job just as easily as it can be used weekly, monthly, or every minute.</li>
<li>It supports three useful algorithms for managing the disk space/history tradeoff. These algorithms are: FIFO (simple rotation), Tower of Hanoi, and a tiered algorithm that is a more configurable version of grandfather-father-son.</li>
</ul>
<p>My design is opinionated. If you&#8217;re interested in alternatives, here&#8217;s one that has different opinions, but is also cool: <a href="https://github.com/adamfeuer/rotate-backups">https://github.com/adamfeuer/rotate-backups</a></p>
<p>Photo credit: <a href="http://www.flickr.com/photos/benoit_d/4136716652/">http://www.flickr.com/photos/benoit_d/4136716652/</a></p>
]]></content:encoded>
					
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b023c7cb3432a9a91bdb159dd6f3c21784791c3450d648e6ae29ac971caf337?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>

		<media:content url="https://maxharp3r.wordpress.com/wp-content/uploads/2013/01/4136716652_3d92306dd0.jpg?w=490" medium="image">
			<media:title type="html">Image</media:title>
		</media:content>
	</item>
		<item>
		<title>New Q&#038;A Dataset Available</title>
		<link>https://maxharp3r.wordpress.com/2010/08/11/new-qa-dataset-available/</link>
		
		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Wed, 11 Aug 2010 20:35:57 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[dataset]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[research]]></category>
		<guid isPermaLink="false">http://maxharp3r.wordpress.com/?p=108</guid>

					<description><![CDATA[Some researchers (from Singapore!) recently requested access to the data from our Facts or Friends paper.  I went ahead and bundled up a dataset that&#8217;s suitable for distribution.  If anyone out there is interested in checking out this small-ish dataset (~1100 codings across ~500 questions from 3 Q&#38;A sites) just send me an email.  I&#8217;d [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Some researchers (from Singapore!) recently requested access to the data from our <a href="https://maxharp3r.wordpress.com/2009/01/23/facts-or-friends-at-chi-2009/">Facts or Friends paper</a>.  I went ahead and bundled up a dataset that&#8217;s suitable for distribution.  If anyone out there is interested in checking out this small-ish dataset (~1100 codings across ~500 questions from 3 Q&amp;A sites) just send me an email.  I&#8217;d be happy to share.</p>
]]></content:encoded>
					
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b023c7cb3432a9a91bdb159dd6f3c21784791c3450d648e6ae29ac971caf337?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>
	</item>
		<item>
		<title>The Largely Ignored Topic of User Intent</title>
		<link>https://maxharp3r.wordpress.com/2010/07/21/the-largely-ignored-topic-of-user-intent/</link>
					<comments>https://maxharp3r.wordpress.com/2010/07/21/the-largely-ignored-topic-of-user-intent/#comments</comments>
		
		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Wed, 21 Jul 2010 20:47:12 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://maxharp3r.wordpress.com/?p=95</guid>

					<description><![CDATA[I have a new paper up on First Monday. Maybe you should read it, if you&#8217;re interested in Q&#38;A sites and the types of things people ask about. Question types in social Q&#38;A sites by F. Maxwell Harper, Joseph Weinberg, John Logie, and Joseph A. Konstan This paper is a collaboration between me and my [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img class="alignnone" title="Rhetoric?" src="https://i0.wp.com/farm4.static.flickr.com/3641/3656184078_525dd84753.jpg" alt="Rhetoric?" width="500" height="333" /></p>
<p>I have a new paper up on <a href="http://firstmonday.org/">First Monday</a>. Maybe you should read it, if you&#8217;re interested in Q&amp;A sites and the types of things people ask about.</p>
<blockquote><p><a href="http://www.uic.edu/htbin/cgiwrap/bin/ojs/index.php/fm/article/view/2913/2571">Question  types in social Q&amp;A sites</a><br />
by F. Maxwell Harper, Joseph  Weinberg, John Logie, and Joseph A. Konstan</p></blockquote>
<p>This paper is a collaboration between me and my advisor (HCI researchers) and two cool dudes from the humanities, in the field of writing studies (formerly: rhetoric). As it turns out, computer scientists and rhetoricians tend to think very differently about ways of contributing research to the world! This paper represents an early attempt to fuse some old skool Aristotelian rhetorical theory with some new school data mining.</p>
<p>Really, this paper reflects my personal frustration with much of the literature investigating user behavior on Q&amp;A sites (like Yahoo Answers and Ask Metafilter). Most of the lit conveniently ignores the fact that there are a bunch of <em>different types of questions</em> that people are asking in online forums, and this <em>fundamentally</em> changes how we should view users&#8217; intentions. It is indeed easier to assume that all questions are factual, and that &#8220;best answers&#8221; go to the best-written and most correct response. But these assumptions will lead to system designs that ignore lots of users.</p>
<p>This paper takes a shot at a more formal taxonomy of question types. I hope you find it useful or interesting.</p>
<p>Photo by <a href="http://www.flickr.com/photos/matthileo/3656184078/">matthileo</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://maxharp3r.wordpress.com/2010/07/21/the-largely-ignored-topic-of-user-intent/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b023c7cb3432a9a91bdb159dd6f3c21784791c3450d648e6ae29ac971caf337?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3641/3656184078_525dd84753.jpg" medium="image">
			<media:title type="html">Rhetoric?</media:title>
		</media:content>
	</item>
		<item>
		<title>Pizza Lucé + Laptop Stand</title>
		<link>https://maxharp3r.wordpress.com/2010/06/12/pizza-luce-laptop-stand/</link>
					<comments>https://maxharp3r.wordpress.com/2010/06/12/pizza-luce-laptop-stand/#comments</comments>
		
		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Sat, 12 Jun 2010 16:56:19 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://maxharp3r.wordpress.com/?p=89</guid>

					<description><![CDATA[I use a laptop as my primary development machine, with a nice external monitor to keep things ergonomically feasible. It was bugging me that the two monitors weren&#8217;t horizontally aligned, so I started shopping for a laptop stand. However, the coolest thing that I found was this post: http://greenupgrader.com/7603/diy-cardboard-laptop-stand/ This inspired me to build the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I use a laptop as my primary development machine, with a nice external monitor to keep things ergonomically feasible. It was bugging me that the two monitors weren&#8217;t horizontally aligned, so I started shopping for a laptop stand. However, the coolest thing that I found was this post:</p>
<p><a href="http://greenupgrader.com/7603/diy-cardboard-laptop-stand/">http://greenupgrader.com/7603/diy-cardboard-laptop-stand/</a></p>
<p>This inspired me to build the Pizza Luce laptop stand. I just winged it, but it only took about an hour.</p>
<p><a href="http://www.flickr.com/photos/maxharp3r/4693124001/"><img class="alignnone" title="Pizza Luce computer stand" src="https://i0.wp.com/farm5.static.flickr.com/4020/4693124001_dbb75ec82e.jpg" alt="pizza luce computer stand" width="500" height="375" /></a></p>
<p>A couple of &#8220;improvements&#8221; on the original:</p>
<ul>
<li>Triple up on the structural cardboard</li>
<li>Add a V-shaped cross-brace for additional lateral stability</li>
<li>Use Pizza Luce pizza boxes to represent the &#8216;hood</li>
</ul>
<p>Photos:</p>
<p><a href="http://www.flickr.com/photos/maxharp3r/4693123847/"><img class="alignnone" src="https://i0.wp.com/farm5.static.flickr.com/4047/4693123847_44089b0d66_m.jpg" alt="" width="180" height="240" /> </a><a href="http://www.flickr.com/photos/maxharp3r/4693758632/"><img class="alignnone" src="https://i0.wp.com/farm2.static.flickr.com/1269/4693758632_ea084b5842_m.jpg" alt="" width="240" height="180" /></a> <a href="http://www.flickr.com/photos/maxharp3r/4693124261/"><img class="alignnone" src="https://i0.wp.com/farm2.static.flickr.com/1281/4693124261_2b8e266704_m.jpg" alt="" width="180" height="240" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://maxharp3r.wordpress.com/2010/06/12/pizza-luce-laptop-stand/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b023c7cb3432a9a91bdb159dd6f3c21784791c3450d648e6ae29ac971caf337?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>

		<media:content url="http://farm5.static.flickr.com/4020/4693124001_dbb75ec82e.jpg" medium="image">
			<media:title type="html">Pizza Luce computer stand</media:title>
		</media:content>

		<media:content url="http://farm5.static.flickr.com/4047/4693123847_44089b0d66_m.jpg" medium="image" />

		<media:content url="http://farm2.static.flickr.com/1269/4693758632_ea084b5842_m.jpg" medium="image" />

		<media:content url="http://farm2.static.flickr.com/1281/4693124261_2b8e266704_m.jpg" medium="image" />
	</item>
		<item>
		<title>Make Better Decisions: Thinkmeter</title>
		<link>https://maxharp3r.wordpress.com/2009/11/25/make-better-decisions-thinkmeter/</link>
		
		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Wed, 25 Nov 2009 23:09:33 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[blue shift]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[decision-making]]></category>
		<category><![CDATA[thinkmeter]]></category>
		<guid isPermaLink="false">http://maxharp3r.wordpress.com/?p=76</guid>

					<description><![CDATA[My friend Dan F and I have been working to start a new business these days (Blue Shift Lab). One of our shared interests &#8211; we met through working in the GroupLens research lab &#8211; is in the area of decision-making.  How can software help us to make better decisions, or to be happier with [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>My friend Dan F and I have been working to start a new business these days (<a title="Blue Shift Lab" href="http://blueshiftlab.com/">Blue Shift Lab</a>). One of our shared interests &#8211; we met through working in the <a title="GroupLens" href="http://grouplens.org">GroupLens research lab</a> &#8211; is in the area of decision-making.  How can software help us to make better decisions, or to be happier with the decisions that we do make?  How can we facilitate decision-making where everyone (even the quiet people) have a voice?</p>
<p>We&#8217;ve started a blog to discuss the topics of decision-making and brainstorming. It&#8217;s at <a title="Thinkmeter Blog" href="http://blog.thinkmeter.com">blog.thinkmeter.com</a>. If you read this blog, please subscribe! We&#8217;re going to do our best to start a lively discussion that crosses academic though, business insights, and fun.</p>
<p>One more time: <a title="Thinkmeter Blog" href="http://blog.thinkmeter.com">please subscribe to the thinkmeter blog</a>!</p>
<p>Also, you can try the preview release of our new<a title="Thinkmeter, a decision-making tool" href="http://thinkmeter.com"> decision-making tool, Thinkmeter</a>.  Let me know what you think!</p>
<p>&nbsp;</p>
<div data-shortcode="caption" id="attachment_77" style="width: 310px" class="wp-caption alignnone"><a title="Thinkmeter, a decision-making tool" href="http://thinkmeter.com"><img aria-describedby="caption-attachment-77" data-attachment-id="77" data-permalink="https://maxharp3r.wordpress.com/2009/11/25/make-better-decisions-thinkmeter/thinkmeter-screenshot/#main" data-orig-file="https://maxharp3r.wordpress.com/wp-content/uploads/2009/11/thinkmeter-screenshot.png" data-orig-size="715,641" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Thinkmeter" data-image-description="" data-image-caption="&lt;p&gt;Screenshot of thinkmeter.com&lt;/p&gt;
" data-medium-file="https://maxharp3r.wordpress.com/wp-content/uploads/2009/11/thinkmeter-screenshot.png?w=300" data-large-file="https://maxharp3r.wordpress.com/wp-content/uploads/2009/11/thinkmeter-screenshot.png?w=525" class="size-medium wp-image-77" title="Thinkmeter" src="https://maxharp3r.wordpress.com/wp-content/uploads/2009/11/thinkmeter-screenshot.png?w=300&#038;h=268" alt="Screenshot of thinkmeter.com" width="300" height="268" srcset="https://maxharp3r.wordpress.com/wp-content/uploads/2009/11/thinkmeter-screenshot.png?w=300 300w, https://maxharp3r.wordpress.com/wp-content/uploads/2009/11/thinkmeter-screenshot.png?w=600 600w, https://maxharp3r.wordpress.com/wp-content/uploads/2009/11/thinkmeter-screenshot.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a><p id="caption-attachment-77" class="wp-caption-text">Screenshot of thinkmeter.com</p></div>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b023c7cb3432a9a91bdb159dd6f3c21784791c3450d648e6ae29ac971caf337?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>

		<media:content url="https://maxharp3r.wordpress.com/wp-content/uploads/2009/11/thinkmeter-screenshot.png?w=300" medium="image">
			<media:title type="html">Thinkmeter</media:title>
		</media:content>
	</item>
		<item>
		<title>Facts or Friends in Live QnA</title>
		<link>https://maxharp3r.wordpress.com/2009/04/03/facts-or-friends-in-live-qna/</link>
					<comments>https://maxharp3r.wordpress.com/2009/04/03/facts-or-friends-in-live-qna/#comments</comments>
		
		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Fri, 03 Apr 2009 15:39:32 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://maxharp3r.wordpress.com/?p=66</guid>

					<description><![CDATA[I was just poking around Live QnA (Microsoft&#8217;s Q&#38;A site) and saw that they are asking users to classify questions as conversational or informational now. This is the split that we investigate in our Facts or Friends paper. Cool! I would love to chat with the product team to get their impressions of how this [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I was just poking around Live QnA (Microsoft&#8217;s Q&amp;A site) and saw that they are asking users to classify questions as conversational or informational now. This is the split that we investigate in our <a href="https://maxharp3r.wordpress.com/2009/01/23/facts-or-friends-at-chi-2009/">Facts or Friends</a> paper. Cool! I would love to chat with the product team to get their impressions of how this is working out.</p>
<div data-shortcode="caption" id="attachment_68" style="width: 490px" class="wp-caption alignnone"><img aria-describedby="caption-attachment-68" data-attachment-id="68" data-permalink="https://maxharp3r.wordpress.com/2009/04/03/facts-or-friends-in-live-qna/live-qna-with-conv-inf-zoom/#main" data-orig-file="https://maxharp3r.wordpress.com/wp-content/uploads/2009/04/live-qna-with-conv-inf-zoom.png" data-orig-size="631,588" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="live-qna-with-conv-inf-zoom" data-image-description="" data-image-caption="&lt;p&gt;The screen for posting a question in Live QnA&lt;/p&gt;
" data-medium-file="https://maxharp3r.wordpress.com/wp-content/uploads/2009/04/live-qna-with-conv-inf-zoom.png?w=300" data-large-file="https://maxharp3r.wordpress.com/wp-content/uploads/2009/04/live-qna-with-conv-inf-zoom.png?w=525" class="size-full wp-image-68" title="live-qna-with-conv-inf-zoom" src="https://maxharp3r.wordpress.com/wp-content/uploads/2009/04/live-qna-with-conv-inf-zoom.png?w=525" alt="The screen for posting a question in Live QnA"   srcset="https://maxharp3r.wordpress.com/wp-content/uploads/2009/04/live-qna-with-conv-inf-zoom.png?w=480&amp;h=447 480w, https://maxharp3r.wordpress.com/wp-content/uploads/2009/04/live-qna-with-conv-inf-zoom.png?w=150&amp;h=140 150w, https://maxharp3r.wordpress.com/wp-content/uploads/2009/04/live-qna-with-conv-inf-zoom.png?w=300&amp;h=280 300w, https://maxharp3r.wordpress.com/wp-content/uploads/2009/04/live-qna-with-conv-inf-zoom.png 631w" sizes="(max-width: 480px) 100vw, 480px" /><p id="caption-attachment-68" class="wp-caption-text">The screen for posting a question in Live QnA</p></div>
]]></content:encoded>
					
					<wfw:commentRss>https://maxharp3r.wordpress.com/2009/04/03/facts-or-friends-in-live-qna/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b023c7cb3432a9a91bdb159dd6f3c21784791c3450d648e6ae29ac971caf337?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>

		<media:content url="https://maxharp3r.wordpress.com/wp-content/uploads/2009/04/live-qna-with-conv-inf-zoom.png" medium="image">
			<media:title type="html">live-qna-with-conv-inf-zoom</media:title>
		</media:content>
	</item>
		<item>
		<title>I Have Subjected Myself to the Mercy of Pagerank</title>
		<link>https://maxharp3r.wordpress.com/2009/03/31/i-have-subjected-myself-to-the-mercy-of-pagerank/</link>
					<comments>https://maxharp3r.wordpress.com/2009/03/31/i-have-subjected-myself-to-the-mercy-of-pagerank/#comments</comments>
		
		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Tue, 31 Mar 2009 16:27:18 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[chi]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[talks]]></category>
		<guid isPermaLink="false">http://maxharp3r.wordpress.com/?p=56</guid>

					<description><![CDATA[Last week, I wrote an introduction to the talk I&#8217;m going to give at CHI. It&#8217;s about the creation of archival quality knowledge in the world through social discourse in Q&#38;A sites. The intro that I wrote depends on Google search results. Before an interaction, there were no good search results; after the interaction the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Last week, I wrote an introduction to the talk I&#8217;m going to give at <a title="CHI" href="http://www.chi2009.org/">CHI</a>. It&#8217;s about the creation of archival quality knowledge in the world through social discourse in Q&amp;A sites.</p>
<p>The intro that I wrote depends on Google search results. Before an interaction, there were no good search results; after the interaction the results had greatly improved. In particular, I&#8217;m using an example from <a title="Ask Metafilter" href="http://ask.metafilter.com/">Ask Metafilter</a> where I wish to learn about the search string <a title="fix hydraulic chair" href="http://ask.metafilter.com/117842/How-do-I-fix-the-hydraulic-lift-on-my-desk-chair">fix hydraulic chair</a>. When I wrote the intro, Google search results looked like this (the relevant link appears third in the list):</p>
<div data-shortcode="caption" id="attachment_57" style="width: 490px" class="wp-caption alignnone"><img aria-describedby="caption-attachment-57" loading="lazy" data-attachment-id="57" data-permalink="https://maxharp3r.wordpress.com/2009/03/31/i-have-subjected-myself-to-the-mercy-of-pagerank/google-search-results/#main" data-orig-file="https://maxharp3r.wordpress.com/wp-content/uploads/2009/03/google-search-results.png" data-orig-size="780,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="google-search-results" data-image-description="" data-image-caption="&lt;p&gt;Original Google search results, from last week&lt;/p&gt;
" data-medium-file="https://maxharp3r.wordpress.com/wp-content/uploads/2009/03/google-search-results.png?w=300" data-large-file="https://maxharp3r.wordpress.com/wp-content/uploads/2009/03/google-search-results.png?w=525" class="size-full wp-image-57" title="google-search-results" src="https://maxharp3r.wordpress.com/wp-content/uploads/2009/03/google-search-results.png?w=525" alt="Original Google search results, from last week"   srcset="https://maxharp3r.wordpress.com/wp-content/uploads/2009/03/google-search-results.png?w=480&amp;h=369 480w, https://maxharp3r.wordpress.com/wp-content/uploads/2009/03/google-search-results.png?w=150&amp;h=115 150w, https://maxharp3r.wordpress.com/wp-content/uploads/2009/03/google-search-results.png?w=300&amp;h=231 300w, https://maxharp3r.wordpress.com/wp-content/uploads/2009/03/google-search-results.png?w=768&amp;h=591 768w, https://maxharp3r.wordpress.com/wp-content/uploads/2009/03/google-search-results.png 780w" sizes="(max-width: 480px) 100vw, 480px" /><p id="caption-attachment-57" class="wp-caption-text">Original Google search results, from last week. The third hit (indented) is the link of interest for the purposes of my talk.</p></div>
<p>Today, Google doesn&#8217;t have <strong>any</strong> results for the queries <em>fix hydraulic chair</em>, <em>fix hydraulic chair site:metafilter.com</em> or even <em>fix hydraulic chair pneumatic cylinder site:metafilter.com</em>.  Where have you gone, my precious example? (I note that Yahoo lists it as the top hit, but nobody I know uses Yahoo search.)</p>
<p>I think I&#8217;m going to persist with my example &#8211; it&#8217;s too much work to revisit the entire intro simply because some quirk of PageRank has determined that this post is in fact <em>not</em> worth indexing. Perhaps my link in this post will restore it to its former glory?</p>
]]></content:encoded>
					
					<wfw:commentRss>https://maxharp3r.wordpress.com/2009/03/31/i-have-subjected-myself-to-the-mercy-of-pagerank/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b023c7cb3432a9a91bdb159dd6f3c21784791c3450d648e6ae29ac971caf337?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>

		<media:content url="https://maxharp3r.wordpress.com/wp-content/uploads/2009/03/google-search-results.png" medium="image">
			<media:title type="html">google-search-results</media:title>
		</media:content>
	</item>
		<item>
		<title>Facts or Friends? at CHI 2009</title>
		<link>https://maxharp3r.wordpress.com/2009/01/23/facts-or-friends-at-chi-2009/</link>
					<comments>https://maxharp3r.wordpress.com/2009/01/23/facts-or-friends-at-chi-2009/#comments</comments>
		
		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Fri, 23 Jan 2009 16:42:21 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[chi]]></category>
		<category><![CDATA[papers]]></category>
		<category><![CDATA[research]]></category>
		<guid isPermaLink="false">http://maxharp3r.wordpress.com/?p=51</guid>

					<description><![CDATA[I wrote a paper this past fall that I hope you will read and enjoy.  I welcome feedback. Facts or Friends? Distinguishing Informational and Conversational Questions in Social Q&#38;A Sites (pdf) The abstract: Tens of thousands of questions are asked and answered every day on social question and answer (Q&#38;A) Web sites such as Yahoo [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I wrote a paper this past fall that I hope you will read and enjoy.  I welcome feedback.</p>
<p><a title="Pdf version of &quot;Facts or Friends?&quot;" href="http://www-users.cs.umn.edu/~harper/publications/harper-chi2009.pdf">Facts or Friends? Distinguishing Informational and Conversational Questions in Social Q&amp;A Sites</a> (pdf)</p>
<p>The abstract:</p>
<blockquote><p>Tens of thousands of questions are asked and answered every day on social question and answer (Q&amp;A) Web sites such as Yahoo Answers. While these sites generate an enormous volume of searchable data, the problem of determining which questions and answers are archival quality has grown. One major component of this problem is the prevalence of conversational questions, identified both by Q&amp;A sites and academic literature as questions that are intended simply to start discussion. For example, a conversational question such as &#8220;do you believe in evolution?&#8221; might successfully engage users in discussion, but probably will not yield a useful web page for users searching for information about evolution. Using data from three popular Q&amp;A sites, we confirm that humans can reliably distinguish between these conversational questions and other informational questions, and present evidence that conversational questions typically have much lower potential archival value than informational questions. Further, we explore the use of machine learning techniques to automatically classify questions as conversational or informational, learning in the process about categorical, linguistic, and social differences between different question types. Our algorithms approach human performance, attaining 89.7% classification accuracy in our experiments.</p></blockquote>
<p>I wrote this paper with <a href="http://www.pvptutorial.com/author">Daniel Moy</a>, an undergraduate at the University of Minnesota, and <a href="http://www-users.cs.umn.edu/~konstan/">Joe Konstan</a>, my advisor.  Also, many of you (my friends and colleagues) helped this research by coding data &#8211; thanks!</p>
<p>This paper will be published in the proceedings of <a href="http://www.chi2009.org/">CHI 2009</a>, and is currently nominated for a best paper award, which is a real honor.  Also of note is the fact that our Q&amp;A paper at last year&#8217;s CHI conference was wedged in a session with a medley of <em>completely</em> unrelated work (e.g., public interactive displays).  This year, <a href="http://chi2009.org/Attending/AdvanceProgram/52.html">Q&amp;A has it&#8217;s own session</a> with some outstanding researchers.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://maxharp3r.wordpress.com/2009/01/23/facts-or-friends-at-chi-2009/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b023c7cb3432a9a91bdb159dd6f3c21784791c3450d648e6ae29ac971caf337?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>
	</item>
		<item>
		<title>Voting Systems Research</title>
		<link>https://maxharp3r.wordpress.com/2008/12/31/voting-systems-research/</link>
					<comments>https://maxharp3r.wordpress.com/2008/12/31/voting-systems-research/#comments</comments>
		
		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Wed, 31 Dec 2008 16:31:04 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[incentives]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[voting]]></category>
		<guid isPermaLink="false">http://maxharp3r.wordpress.com/?p=49</guid>

					<description><![CDATA[I just saw a piece over at Stack overflow&#8217;s blog, called Vote Fraud and You &#8211; Blog &#8211; Stack Overflow.  Stack overflow is a Q&#38;A site geared towards programming.  I think it&#8217;s a high-quality site, with many wiki-like features.  It&#8217;s designed more for the creation of archival quality information than for ephemeral Q&#38;A (see Yahoo [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I just saw a piece over at Stack overflow&#8217;s blog, called <a href="http://blog.stackoverflow.com/2008/12/vote-fraud-and-you/">Vote Fraud and You &#8211; Blog &#8211; Stack Overflow</a>.  Stack overflow is a Q&amp;A site geared towards programming.  I think it&#8217;s a high-quality site, with many wiki-like features.  It&#8217;s designed more for the creation of archival quality information than for ephemeral Q&amp;A (see Yahoo Answers).</p>
<p>This post reminds me that voting systems are still poorly understood, and a <em>rich</em> research area.  For example, the article discusses the development of technology that automatically detects &#8220;revenge voting patterns&#8221;.  Very cool.  However, I&#8217;m sad that most of this work appears to be happing (for the time being) in industry, where it&#8217;s harder for the rest of us to learn from these innovations.</p>
<p>Researchers: let&#8217;s see more work on voting systems!  If I build a points system into my community site, how should it work?</p>
]]></content:encoded>
					
					<wfw:commentRss>https://maxharp3r.wordpress.com/2008/12/31/voting-systems-research/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b023c7cb3432a9a91bdb159dd6f3c21784791c3450d648e6ae29ac971caf337?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>
	</item>
	</channel>
</rss>
