<?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>KeatonTech &#187; Geeky Stuff</title>
	<atom:link href="http://keatontech.grotonma.net/blog/category/geeky-stuff/feed" rel="self" type="application/rss+xml" />
	<link>http://keatontech.grotonma.net</link>
	<description>Makers of mac stuff</description>
	<lastBuildDate>Sun, 20 Sep 2009 16:49:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The exact Year-o-meter</title>
		<link>http://keatontech.grotonma.net/blog/the-exact-year-o-meter</link>
		<comments>http://keatontech.grotonma.net/blog/the-exact-year-o-meter#comments</comments>
		<pubDate>Fri, 24 Apr 2009 19:00:53 +0000</pubDate>
		<dc:creator>Keaton Brant</dc:creator>
				<category><![CDATA[Geeky Stuff]]></category>

		<guid isPermaLink="false">http://keatontech.grotonma.net/?p=121</guid>
		<description><![CDATA[
     var t = setTimeout(updateTime,10);
     function updateTime() {
	var seconds = 1000;
	var minutes = seconds*60;
	var hours = minutes*60;
	var days = hours*24;
	var years = days*365;
	var d = new Date();
	var t = d.getTime();
	var y = t/years+1970;
	
	document.getElementById("EY").innerHTML=y;
	var t = setTimeout(updateTime,100);
}


So yeah, I was bored and started, once again, lamenting about how [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript">
     var t = setTimeout(updateTime,10);
     function updateTime() {
	var seconds = 1000;
	var minutes = seconds*60;
	var hours = minutes*60;
	var days = hours*24;
	var years = days*365;
	var d = new Date();
	var t = d.getTime();
	var y = t/years+1970;
	
	document.getElementById("EY").innerHTML=y;
	var t = setTimeout(updateTime,100);
}
</script></p>
<div style="text-align: justify;">
So yeah, I was bored and started, once again, lamenting about how stupid our time system is (I&#8217;m still bitter from the hundreds of lines of code I had to write to make tweetahead semi-work). So I figured: Why have seconds, minutes, hours, days, and months when you can just get a very exact decimal of the year. Think of the possibilities, instead of saying &#8220;Hey, meet me in 5 minutes&#8221; you can now say &#8220;Hey, meet me in 0.000005 years&#8221;. Or, instead of answering &#8220;It&#8217;s 12:30&#8243; when asked what time it is, you could answer &#8220;It&#8217;s 2009.3391536829022&#8243;. Every time you give will be entirely accurate, and will require no prior knowledge of what day, month, or year it is. World: You&#8217;re welcome!
</div>
<p>The <i>exact</i> year:</p>
<div id="EY" onclick="updateTime()" style="width:200px; text-align:justify; font-size:48px; margin-left:50px; margin-bottom:-20px;"><i>Starting up</i></div>
]]></content:encoded>
			<wfw:commentRss>http://keatontech.grotonma.net/blog/the-exact-year-o-meter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
