<?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>Aspiring Polymath: Adrian Corscadden &#187; Technology</title>
	<atom:link href="http://www.acorscadden.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.acorscadden.com</link>
	<description>science, technology, atheism and humour</description>
	<lastBuildDate>Wed, 23 Nov 2011 19:30:14 +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>How to mount an SSH filesystem on Mac OS X Lion</title>
		<link>http://www.acorscadden.com/2011/11/how-to-mount-an-ssh-filesystem-on-mac-os-x-lion/</link>
		<comments>http://www.acorscadden.com/2011/11/how-to-mount-an-ssh-filesystem-on-mac-os-x-lion/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 19:30:14 +0000</pubDate>
		<dc:creator>Adrian Corscadden</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.acorscadden.com/?p=1254</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p>Recently for a school project, I was required to work on my school&#8217;s lab computers because my program had to run in their unique network environment. There were two problems with this. First, the school&#8217;s computers are unbearably slow and their keyboards are those big Dell ones that are impossible to type quickly on. Secondly, [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p><p>Recently for a school project, I was required to work on my school&#8217;s lab computers because my program had to run in their unique network environment.</p>
<p>There were two problems with this. First, the school&#8217;s computers are unbearably slow and their keyboards are those big Dell ones that are impossible to type quickly on. Secondly, It&#8217;s a huge waste of time to trek into school just to do some coding, when I could spend my commute time actually getting work done at home.</p>
<p>The only access I have to the school computers is through SSH. Since Mac OS X Lion came out, support for SSH filesystems has been somewhat lacking and I could not find any decent instructions on how to get it to work. I have taken the time to figure out how to do it, and I would like to share it with you below.</p>
<p>There are two programs that you will need: OSX Fuse and Macfusion. Follow these instructions:</p>
<p>1. Downlaod OSX Fuse  at <a href="http://osxfuse.github.com/">http://osxfuse.github.com/</a>. OSX Fuse is the successor to macfuse, which is no longer being maintained.</p>
<p>2. When installing OSX Fuse, make sure you select the MacFUSE Compatibility Layer option. This is important because macfusion relies on it. This is the main gotcha of the whole process. It took me a few tries to find this out. Once OSX Fuse is installed, you will not need to touch it again. It is just a dependency for Macfusion.</p>
<p><a href="http://www.acorscadden.com/wp-content/uploads/2011/11/osxfuse_compatibility.png"><img class="aligncenter size-full wp-image-1261" title="osxfuse_compatibility" src="http://www.acorscadden.com/wp-content/uploads/2011/11/osxfuse_compatibility.png" alt="" width="623" height="441" /></a></p>
<p>3.  Download and install Macfusion app from <a href="http://macfusionapp.org/">http://macfusionapp.org/ </a>.</p>
<p>4. Launch Macfusion app. In the bottom left-hand corner, there is a plus button that has options to mount SSHFS and FTPFS drives.</p>
<p>5. Have fun working from home!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acorscadden.com/2011/11/how-to-mount-an-ssh-filesystem-on-mac-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PSA: Enable Google Instant</title>
		<link>http://www.acorscadden.com/2011/11/psa-enable-google-instant/</link>
		<comments>http://www.acorscadden.com/2011/11/psa-enable-google-instant/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 18:58:17 +0000</pubDate>
		<dc:creator>Adrian Corscadden</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.acorscadden.com/?p=1229</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p>If you are using Google Chrome, which you should be, you may be missing out on an awesome feature. I was. Google Instant is a feature that pre-fetches pages as you type in searches or addresses. It intelligently guesses what site you will be going to, and will have the page downloaded by the time [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p><p>If you are using Google Chrome, which you should be, you may be missing out on an awesome feature. I was. Google Instant is a feature that pre-fetches pages as you type in searches or addresses. It intelligently guesses what site you will be going to, and will have the page downloaded by the time you hit enter. I have been using it for about a day, and I am already so used to it that I can not go back.</p>
<p>The <a href="http://www.google.com/instant/">Google Instant product page</a> claims that it can save between 2-5 seconds/search. On my big days, <a href="http://www.acorscadden.com/2010/07/analyzing-my-search-data/">I am performing over 100 google searches</a>, so this could save me up to 8 minutes a day.</p>
<p>The only snag with Google Instant is that it is not enabled by default. To enable it, go into preferences and check the checkbox as shown below:</p>
<p><a href="http://www.acorscadden.com/wp-content/uploads/2011/11/google_instant.png"><img class="aligncenter size-full wp-image-1231" title="google_instant" src="http://www.acorscadden.com/wp-content/uploads/2011/11/google_instant.png" alt="google_instant" width="616" height="104" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.acorscadden.com/2011/11/psa-enable-google-instant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome out, Firefox back in</title>
		<link>http://www.acorscadden.com/2011/07/chrome-out-firefox-back-in/</link>
		<comments>http://www.acorscadden.com/2011/07/chrome-out-firefox-back-in/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 13:57:06 +0000</pubDate>
		<dc:creator>Adrian Corscadden</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.acorscadden.com/?p=1182</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p>I have been a dedicated Chrome user since its release in the fall of &#8217;08. At launch, it was noticeably faster and better than any other browser on the market. Unfortunately, Chrome has not been able to keep this up. Today, Chrome on Mac and Linux has become slow again. I run on SSDs, and [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p><p><a href="http://www.acorscadden.com/wp-content/uploads/2011/07/firefox_default.png"><img class="alignleft size-full wp-image-1183" title="firefox_default" src="http://www.acorscadden.com/wp-content/uploads/2011/07/firefox_default.png" alt="firefox_default" width="478" height="130" /></a>I have been a dedicated Chrome user since its release in the fall of &#8217;08. At launch, it was noticeably faster and better than any other browser on the market.</p>
<p>Unfortunately, Chrome has not been able to keep this up. Today, Chrome on Mac and Linux has become slow again. I run on SSDs, and expect my applications to launch instantly. Most applications do, except for Chrome.</p>
<p>Last night, I finally lost it with Chrome and switched back to Firefox. The only major thing I miss about Chrome is its bookmark syncing. Firefox does have plugins that can do this, but not out of the box.</p>
<p>Please fix your browser google&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acorscadden.com/2011/07/chrome-out-firefox-back-in/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Do we need to redefine Cloud computing?</title>
		<link>http://www.acorscadden.com/2011/06/do-we-need-to-redefine-cloud-computing/</link>
		<comments>http://www.acorscadden.com/2011/06/do-we-need-to-redefine-cloud-computing/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 01:28:00 +0000</pubDate>
		<dc:creator>Adrian Corscadden</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.acorscadden.com/?p=1155</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p>With last week&#8217;s announcement of the iCloud, Apple has disregarded the regular use of the term cloud, and used it for one their own products. For many people, including the mainstream media, Apple&#8217;s iCloud is their first exposure to the term cloud. This is unfortunate because cloud computing has been around for a while within [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p><p><a href="http://www.acorscadden.com/wp-content/uploads/2011/06/cloud-computing.jpg"><img class="alignleft size-full wp-image-1160" title="cloud-computing" src="http://www.acorscadden.com/wp-content/uploads/2011/06/cloud-computing.jpg" alt="" width="250" height="188" /></a></p>
<p>With last week&#8217;s announcement of the iCloud, Apple has disregarded the regular use of the term cloud, and used it for one their own products. For many people, including the mainstream media, Apple&#8217;s iCloud is their first exposure to the term cloud. This is unfortunate because cloud computing has been around for a while within the geek and tech communities. Non-tech people will now think that cloud computing is synonymous with the iCloud.</p>
<p>By today&#8217;s use of the term cloud, the iCloud is not cloud computing. Cloud computing is when data storage AND processing happens in the cloud. The iCloud is just a big hard-drive in the sky. No processing actually happens there. As the <a href="http://www.cnet.com/buzz-out-loud-podcast/">Buzz out loud</a> crew stated, iCloud should actually be called iSync. Syncing is all that the iCloud does. The iCloud isn&#8217;t even in the same ballpark as cloud computing.</p>
<p>This is not the first time Apple has stolen a term like this. They pretty much redefined the term App, which used to just be short for application, but now it is synonymous with mobile application.</p>
<p>Since Apple has hijacked the cloud term from the geeks, we are going to have to regroup and come up with a new one. I can&#8217;t think of a term at the moment, but someone needs to come up with one soon.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acorscadden.com/2011/06/do-we-need-to-redefine-cloud-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS 4.3</title>
		<link>http://www.acorscadden.com/2011/03/ios-4-3/</link>
		<comments>http://www.acorscadden.com/2011/03/ios-4-3/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 10:44:24 +0000</pubDate>
		<dc:creator>Adrian Corscadden</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.acorscadden.com/?p=1094</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/apple/" title="Apple">Apple</a><a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p>So, it has been a few days since the big iPad 2 and iOS announcement, and I have had some time to reflect on it. The iPad 2 is obviously a competitive device, and competitors are still struggling to complete with the now outdated original iPad. It took me a few days to notice, but [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/apple/" title="Apple">Apple</a><a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p><p>So, it has been a few days since the big iPad 2 and iOS announcement, and I have had some time to reflect on it. The iPad 2 is obviously a competitive device, and competitors are still struggling to complete with the now outdated original iPad.</p>
<p>It took me a few days to notice, but this announcement did lack something that is long overdue: an updated notification system. The iPhone is still using its&#8217; original notification system, which is from the days when the iPhone didn&#8217;t even support 3rd party apps. I think that it is currently the weakest part of the iPhone, and it is one area where Android is far ahead of the iPhone.</p>
<p>Currently, there is an alternate notification system available called MobileNotifier, but it requires a jailbroken phone, which is a dealbreaker for many users. The fact that developers are going to so much trouble to create their own notification system should be a wake up call for Apple to get their act together. I realize that a new notification system is planned for a later release, probably iOS 5, but it is getting pretty ridiculous that it is not out yet.</p>
<p>Check out a video of MobileNotifier in action:<br />
<iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/SRU6_QnwNCE" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.acorscadden.com/2011/03/ios-4-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google results blocker plus list of content farms</title>
		<link>http://www.acorscadden.com/2011/02/google-results-blocker-plus-list-of-content-farms/</link>
		<comments>http://www.acorscadden.com/2011/02/google-results-blocker-plus-list-of-content-farms/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 09:28:19 +0000</pubDate>
		<dc:creator>Adrian Corscadden</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.acorscadden.com/?p=1072</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p>Yesterday, google announced a chrome extension that allows users to block specific domains from google&#8217;s search results page. This has probably been released as a response to the recent criticism that google has been under for not being able to filter content farms out of their results. I installed the extension yesterday, but did not [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p><p><a href="http://www.acorscadden.com/wp-content/uploads/2011/02/no-spam.png"><img class="alignleft size-full wp-image-1082" title="no-spam" src="http://www.acorscadden.com/wp-content/uploads/2011/02/no-spam.png" alt="" width="180" height="150" /></a>Yesterday, google announced a chrome extension that allows users to block specific domains from google&#8217;s search results page. This has probably been released as a response to the recent criticism that google has been under for not being able to filter content farms out of their results. I installed the extension yesterday, but did not know where to start with blocking domains. I haven&#8217;t really been paying attention to content farms. I pretty much just ignore them. The extension creates a link on the results page next to each result to block that specific domain. Blocking domains by this method will take a while to create a comprehensive list of blocked domains.</p>
<p>Jon Gales has <a href="http://www.jongales.com/blog/2011/02/14/list-of-content-farms/">compiled a list of content farms</a>. This is a great list of domains to get a list of blocked domains started.</p>
<p><a href="http://googleblog.blogspot.com/2011/02/new-chrome-extension-block-sites-from.html">Here is a link</a> to the blog post about the chrome extension.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acorscadden.com/2011/02/google-results-blocker-plus-list-of-content-farms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Canada&#8217;s new bandwidth caps in perspective</title>
		<link>http://www.acorscadden.com/2011/02/canadas-new-bandwidth-caps-in-perspective/</link>
		<comments>http://www.acorscadden.com/2011/02/canadas-new-bandwidth-caps-in-perspective/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 09:32:02 +0000</pubDate>
		<dc:creator>Adrian Corscadden</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.acorscadden.com/?p=1046</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p>The interwebs has been in uproar during the last 24 hours about the new Usage Base Billing that the CRTC has allowed ISPs to implement. Some of the new usage caps are ridiculous. For example, starting March 1st, TekSavvy customers will have a bandwidth cap of 25GB/month, down from 200GB/month. ArsTechnica has a good write-up about [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p><p>The interwebs has been in uproar during the last 24 hours about the new Usage Base Billing that the CRTC has allowed ISPs to implement. Some of the new usage caps are ridiculous. For example, starting March 1st, TekSavvy customers will have a bandwidth cap of 25GB/month, down from 200GB/month.</p>
<p><a href="http://arstechnica.com/tech-policy/news/2011/01/canada-gets-first-bitter-dose-of-metered-internet-billing.ars">ArsTechnica has a good write-up</a> about the situation, and <a href="http://www.cbc.ca/technology/story/2011/01/31/technology-internet-usage-based-billing-clement-garneau.html">the Liberals are already calling for the decision to be reversed</a>.</p>
<p><a href="http://www.reddit.com/r/reddit.com/comments/fcut7/i_wanted_to_put_some_perspective_on_exactly_how/">Reddit user CGSColin put it in perspective the best in the following graphic</a>:</p>
<p><a href="http://www.acorscadden.com/wp-content/uploads/2011/02/M3G7f.png"><img class="aligncenter size-full wp-image-1049" title="Canada's Bandwidth Cap in perspective" src="http://www.acorscadden.com/wp-content/uploads/2011/02/M3G7f.png" alt="Canada's Bandwidth Cap in perspective" width="800" height="898" /></a></p>
<p>Also, goto <a href="http://openmedia.ca/meter">stopthemeter.ca</a>!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acorscadden.com/2011/02/canadas-new-bandwidth-caps-in-perspective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future is here</title>
		<link>http://www.acorscadden.com/2010/12/the-future-is-here/</link>
		<comments>http://www.acorscadden.com/2010/12/the-future-is-here/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 19:49:29 +0000</pubDate>
		<dc:creator>Adrian Corscadden</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.acorscadden.com/?p=1020</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p>Asimo has been around for a while, but some researches at Carnegie Mellon have given it some amazing capabilities. It can dodge dynamic obstacles, including some pretty tricky ones at the end of the vid. Asimo would be pretty good at real life frogger.]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p><p>Asimo has been around for a while, but some researches at Carnegie Mellon have given it some amazing capabilities. It can dodge dynamic obstacles, including some pretty tricky ones at the end of the vid. Asimo would be pretty good at real life frogger.<br />
<br />
<object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/YPoANTKo5kA?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/YPoANTKo5kA?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.acorscadden.com/2010/12/the-future-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t worry, your mouse isn&#8217;t going anywhere</title>
		<link>http://www.acorscadden.com/2010/08/dont-worry-your-mouse-isnt-going-any-ware/</link>
		<comments>http://www.acorscadden.com/2010/08/dont-worry-your-mouse-isnt-going-any-ware/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 21:36:56 +0000</pubDate>
		<dc:creator>Adrian Corscadden</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.acorscadden.com/?p=932</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p>Last tuesday, Apple announced the Magic Trackpad. For those of you who ignore apple news, the magic trackpad is basically a larger version of the trackpad found in the macbook pros. It is marketed at desktop users, and from some of the pictures on apples&#8217; site, it is being marketed as a mouse replacement. Some [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p><p><a href="http://www.acorscadden.com/wp-content/uploads/2010/07/magic_trackpad.jpg"><img class="alignleft size-full wp-image-934" title="magic_trackpad" src="http://www.acorscadden.com/wp-content/uploads/2010/07/magic_trackpad.jpg" alt="magic_trackpad" width="305" height="229" /></a>Last tuesday, Apple announced the Magic Trackpad. For those of you who ignore apple news, the magic trackpad is basically a larger version of the trackpad found in the macbook pros. It is marketed at desktop users, and from some of the pictures on apples&#8217; site, it is being marketed as a mouse replacement. Some bloggers are even claiming that <a href="http://techcrunch.com/2010/07/27/apple-magic-trackpad-mouse/">this is the end of the mouse era</a>.</p>
<p>There is no way that this trackpad will completely replace the mouse. It is likely that something will eventually replace the mouse, but this is not it. I could see the Magic Trackpad becoming a common peripheral, maybe finding its home on the left side of a keyboard, but it will never replace the mouse.</p>
<p>A trackpad will never be as precise or as fast as a conventional mouse. This is due to some simple biomechanics. A trackpads precision and speed could potentially be increased by some smart motion sensing algorithms, but if these algorithms existed, they could be applied to mouse-movements as well, making those even more precise and speedy.</p>
<p>Don&#8217;t worry, your mouse isn&#8217;t going anywhere&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acorscadden.com/2010/08/dont-worry-your-mouse-isnt-going-any-ware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Analyzing my search data.</title>
		<link>http://www.acorscadden.com/2010/07/analyzing-my-search-data/</link>
		<comments>http://www.acorscadden.com/2010/07/analyzing-my-search-data/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 17:49:50 +0000</pubDate>
		<dc:creator>Adrian Corscadden</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.acorscadden.com/?p=889</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p>Since I signed up for my first Google account, which was sometime in 2006, Google has kindly been keeping track of my web history. As of today, I have performed a total of 20900 Google searches. That averages to about 14/day. In practice, I would have performed many more searches than that, for Google&#8217;s web [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.acorscadden.com/category/technology/" title="Technology">Technology</a></p><p><img class="alignright size-full wp-image-892" title="webHistory" src="http://www.acorscadden.com/wp-content/uploads/2010/06/webHistory.png" alt="webHistory" width="183" height="285" /></p>
<p>Since I signed up for my first Google account, which was sometime in 2006, Google has kindly been keeping track of my web history. As of today, I have performed a total of 20900 Google searches. That averages to about 14/day. In practice, I would have performed many more searches than that, for Google&#8217;s web history only keeps track of the searches made while I am logged in. I am rarely logged into my google account when I am on the computers at school, at friend&#8217;s places or on my phone. Also, when I first got my Google account I didn&#8217;t stay logged in all the time, so Google&#8217;s web history wouldn&#8217;t have known about a lot of my searches.</p>
<p>The calendar over to the right shows the Google searches that I have made last month. Most days I am performing between 50-100 searches, and I am breaching the 100 search/day mark on several days.</p>
<p>&#8230;yea&#8230;I probably spend too much time on the interwebs&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acorscadden.com/2010/07/analyzing-my-search-data/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

