<?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>Matt Mazur &#187; HNTrends</title>
	<atom:link href="http://www.mattmazur.com/category/hntrends/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattmazur.com</link>
	<description>Let's see what happens</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:57:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Farewell HNTrends</title>
		<link>http://www.mattmazur.com/2010/11/farewell-hntrends/</link>
		<comments>http://www.mattmazur.com/2010/11/farewell-hntrends/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 19:48:05 +0000</pubDate>
		<dc:creator>mattm</dc:creator>
				<category><![CDATA[HNTrends]]></category>

		<guid isPermaLink="false">http://www.mattmazur.com/?p=1506</guid>
		<description><![CDATA[HNTrends was a fun little side project I worked on in 2009 to learn Flash and how to work with JSON data. You can read the original HackerNews post here, the second discussion here, and Fenin&#8217;s JavaScript port here. Even though I haven&#8217;t worked on it for a long time, the site has been up [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mattmazur.com/category/hntrends/">HNTrends</a> was a fun little side project I worked on in 2009 to learn Flash and how to work with JSON data. You can read the original HackerNews post <a href="http://news.ycombinator.net/item?id=810112">here</a>, the second discussion <a href="http://news.ycombinator.com/item?id=1173327">here</a>, and Fenin&#8217;s JavaScript port <a href="http://news.ycombinator.com/item?id=1460835">here</a>.</p>
<p>Even though I haven&#8217;t worked on it for a long time, the site has been up and running (albiet a bit slowly due to the giant database).</p>
<p>Sadly, I need to use the hosting plan attached to it for something jMockups-related, so HNTrends will be no more.</p>
<p>Adios, amigo.</p>
<p><a href="http://www.mattmazur.com/wp/wp-content/uploads/2010/11/hntrends.png"><img class="aligncenter size-medium wp-image-1507" title="hntrends" src="http://www.mattmazur.com/wp/wp-content/uploads/2010/11/hntrends-300x217.png" alt="" width="300" height="217" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattmazur.com/2010/11/farewell-hntrends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Amazing JavaScript Port of HNTrends.com Using Raphael JS</title>
		<link>http://www.mattmazur.com/2010/06/an-amazing-javascript-port-of-hntrends-com-using-raphael-js/</link>
		<comments>http://www.mattmazur.com/2010/06/an-amazing-javascript-port-of-hntrends-com-using-raphael-js/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 14:35:35 +0000</pubDate>
		<dc:creator>mattm</dc:creator>
				<category><![CDATA[HNTrends]]></category>

		<guid isPermaLink="false">http://www.mattmazur.com/?p=1400</guid>
		<description><![CDATA[I received the following email last week: I am a fellow hacker-news reader, and just wanted to share with you this weekend project i did a few weeks back: hntrends.timepurge.com This is basically a javascript (Raphaeljs) port of the flash frontend you have at hntrends.com.This was done as a personal learning exercise for Raphaeljs JavaScript [...]]]></description>
			<content:encoded><![CDATA[<p>I received the following email last week:</p>
<blockquote><p>I am a fellow hacker-news reader, and just wanted to share with you this  weekend project i did a few weeks back: <a href="http://hntrends.timepurge.com/" target="_blank">hntrends.timepurge.com</a></p>
<p>This  is basically a javascript (Raphaeljs) port of the flash frontend you  have at hntrends.com.This was done as a personal learning exercise for  Raphaeljs JavaScript library. There is a little python code at <a href="http://hntrends.timepurge.com/fetchdata" target="_blank">hntrends.timepurge.com/fetchdata</a> that fetches your json data (Not set as a cron job. Just to create  local snapshot manually).</p>
<p>Hope you like it.</p>
<p>My best wishes to you for the success of Preceden.<br />
-Fenin.</p></blockquote>
<p>With his permission, I&#8217;m posting it here for you all to check out. View it at <a href="http://hntrends.timepurge.com">hntrends.timepurge.com</a>. To view the original version, visit <a href="http://www.hntrends.com">hntrends.com</a>.</p>
<p>It&#8217;s amazing how closely it resembles the original version. When I first loaded it I immediately right clicked the graph to ensure that I was actually looking at JavaScript and not Flash. I was showing off his version last night to a few folks at a <a href="http://www.groupomatic.com/haqsm3vj">Philadelphia Hackathon meetup</a> and actually mixed up my site with his a few times because they look so similar.</p>
<p>A side by side comparison (click to view full image):</p>
<p><a href="http://www.mattmazur.com/wp/wp-content/uploads/2010/06/hntrendsport.png"><img class="aligncenter size-medium wp-image-1401" title="hntrendsport" src="http://www.mattmazur.com/wp/wp-content/uploads/2010/06/hntrendsport-300x107.png" alt="" width="300" height="107" /></a></p>
<p>(With libraries like RaphaelJS and the advent of HTML5, you&#8217;ve got to wonder what the state of Flash is going to be in a few years. Outlook doesn&#8217;t look so good.)</p>
<p>Fenin, well done sir.</p>
<p>Comments on HackerNews <a href="http://news.ycombinator.com/item?id=1460835">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattmazur.com/2010/06/an-amazing-javascript-port-of-hntrends-com-using-raphael-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HNTrends Data Analyzed (link)</title>
		<link>http://www.mattmazur.com/2010/03/hntrends-data-analyzed-link/</link>
		<comments>http://www.mattmazur.com/2010/03/hntrends-data-analyzed-link/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 01:48:46 +0000</pubDate>
		<dc:creator>mattm</dc:creator>
				<category><![CDATA[HNTrends]]></category>

		<guid isPermaLink="false">http://www.mattmazur.com/?p=1311</guid>
		<description><![CDATA[Boris Dinkevich posted a good analysis of the HNTrends data on his blog. You can check it out here.]]></description>
			<content:encoded><![CDATA[<p>Boris Dinkevich posted a good analysis of the HNTrends data on his blog.</p>
<p>You can check it out <a href="http://blog.itlater.com/whats-the-best-time-to-post-to-hackernews/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattmazur.com/2010/03/hntrends-data-analyzed-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Six Months of HackerNews Front Page Data</title>
		<link>http://www.mattmazur.com/2010/03/six-months-of-hackernews-front-page-data/</link>
		<comments>http://www.mattmazur.com/2010/03/six-months-of-hackernews-front-page-data/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 20:53:06 +0000</pubDate>
		<dc:creator>mattm</dc:creator>
				<category><![CDATA[HNTrends]]></category>

		<guid isPermaLink="false">http://www.mattmazur.com/?p=1305</guid>
		<description><![CDATA[Back in September 2009 I launched a small web app called HNTrends.com, a tool for visualizing the movement of stories on HackerNews&#8217;s front page over time. I haven&#8217;t worked on the site much since then, but the script that logs the data has been diligently recording the front page submissions every 15 minutes since it [...]]]></description>
			<content:encoded><![CDATA[<p>Back in September 2009 I <a href="http://news.ycombinator.com/item?id=810112">launched</a> a small web app called <a href="http://hntrends.com/">HNTrends.com</a>, a tool for visualizing the movement of stories on HackerNews&#8217;s front page over time.</p>
<p>I haven&#8217;t worked on the site much since then, but the script that logs the data has been diligently recording the front page submissions every 15 minutes since it started.</p>
<p>It occurred to me that a detailed analysis of the data might yield some interesting results such as how the site has grown since then, when is the best time to post a new submission, user participation rates, or some insight that changes the way we see the site. I offer it to you today so that you may analyze it to your heart&#8217;s content.</p>
<p>You can download it <a href="http://www.mattmazur.com/hntrends-20090831-20100307.zip">here</a> (CSV, 13.4 MB zipped, 169 MB unzipped).</p>
<p>In total, the database contains 514,478 records spanning from August 31, 2009 to March 7, 2010.</p>
<p>A single line looks like this:</p>
<p><code>&amp;quot;1&amp;quot;,&amp;quot;http://paulgraham.com/kate.html&amp;quot;,&amp;quot;What Kate saw in Silicon Valley&amp;quot;,&amp;quot;129&amp;quot;,&amp;quot;albertcardona&amp;quot;,&amp;quot;2009-08-31 20:15:15&amp;quot;,&amp;quot;63&amp;quot;,&amp;quot;1&amp;quot;,&amp;quot;2009-08-31 23:15:15&amp;quot;,&amp;quot;796573&amp;quot;,&amp;quot;HackerNews&amp;quot;,&amp;quot;c18577&amp;quot;</code></p>
<p>Removing the quotes and splitting by comma, here is what each item represents:</p>
<ul>
<li><code>1</code> &#8211; Primary key</li>
<li><code>http://paulgraham.com/kate.html</code> &#8211; Destination URL</li>
<li><code>What Kate saw in Silicon Valley</code> &#8211; Title</li>
<li><code>129</code> &#8211; Points</li>
<li><code>albertcardona</code> &#8211; Submitter</li>
<li><code>2009-08-31 20:15:15</code> &#8211; Approximate UTC submission time, calculated based on the time minus the age of the submission</li>
<li><code>63</code> &#8211; Comments</li>
<li><code>1</code> &#8211; Rank</li>
<li><code>2009-08-31 23:15:15</code> &#8211; UTC time record was created</li>
<li><code>796573</code> &#8211; HackerNews ID</li>
<li><code>HackerNews</code> &#8211; Always &#8220;HackerNews&#8221;</li>
<li><code>c18577</code> &#8211; Color for display purposes</li>
</ul>
<p>One final note: this database covers roughly 99% of the time period since it started. For a while the script broke whenever an article didn&#8217;t contain comment link, and every so often it goes down for miscellaneous reasons.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattmazur.com/2010/03/six-months-of-hackernews-front-page-data/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Introducing HNTrends.com</title>
		<link>http://www.mattmazur.com/2009/09/introducing-hntrends-com/</link>
		<comments>http://www.mattmazur.com/2009/09/introducing-hntrends-com/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 02:36:12 +0000</pubDate>
		<dc:creator>mattm</dc:creator>
				<category><![CDATA[HNTrends]]></category>

		<guid isPermaLink="false">http://www.mattmazur.com/?p=1110</guid>
		<description><![CDATA[Cross-posted form the HackerNews thread: The idea for HNTrends has been bouncing around in my head for about a year as one of those man-I-wish-I-had-more-free-time-type side projects. I recently decided to take up learning Flash and ActionScript and this seemed like the perfect opportunity to build it. It&#8217;s fairly straight forward: A Python script scrapes [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<div id="attachment_1112" class="wp-caption aligncenter" style="width: 519px"><img class="size-full wp-image-1112 " title="hnt" src="http://www.mattmazur.com/wp/wp-content/uploads/2009/09/hnt1.png" alt="HNTrends makes it debut on HackerNews" width="509" height="351" /><p class="wp-caption-text">HNTrends makes it debut on HackerNews</p></div>
<p>Cross-posted form the <a href="http://news.ycombinator.com/item?id=810112">HackerNews thread</a>:</p>
<blockquote><p><span style="color: #000000;">The idea for HNTrends has been bouncing around in my head for about a year as one of those man-I-wish-I-had-more-free-time-type side projects. I recently decided to take up learning Flash and ActionScript and this seemed like the perfect opportunity to build it.</span></p>
<p><span style="color: #000000;">It&#8217;s fairly straight forward: A Python script scrapes HackerNews every 15 minutes and saves the data in a MySQL database. A PHP script queries the database and outputs the the last five hours worth headlines as neatly-formatted JSON data, which the chart grabs and plots.</span></p>
<p><span style="color: #000000;">The older, less trendy news items are rendered with a slight transparency in order to reduce the chart&#8217;s business. You can hover over any of the lines to see it in greater detail. Also, if you click any of the points it&#8217;ll take you to the comments. The links on the right take you to the actual news articles.</span></p>
<p><span style="color: #000000;">Hope you like it. Let me know if you have any suggestions</span></p></blockquote>
<p><span style="color: #000000;">Launching is exhilarating.</span></p>
<p><span style="color: #000000;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattmazur.com/2009/09/introducing-hntrends-com/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

