<?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>The Braseltons &#187; fast</title>
	<atom:link href="http://thebraseltons.com/tag/fast/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebraseltons.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 00:00:00 +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>iPhone Tip &#8211; Faster Phone Sync</title>
		<link>http://thebraseltons.com/2010/01/16/iphone-tip-faster-phone-sync/</link>
		<comments>http://thebraseltons.com/2010/01/16/iphone-tip-faster-phone-sync/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 04:32:22 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/2010/01/16/iphone-tip-faster-phone-sync/</guid>
		<description><![CDATA[It is a little cheat that I do because I am impatient and don&#8217;t want to wait all day to sync podcasts.  Ok, I know that I have a good backup of my phone.  Whoopee.  I know that the photos are in iPhoto anyway.  I know the music is in iTunes. [...]]]></description>
			<content:encoded><![CDATA[<p>It is a little cheat that I do because I am impatient and don&#8217;t want to wait all day to sync podcasts.  Ok, I know that I have a good backup of my phone.  Whoopee.  I know that the photos are in iPhoto anyway.  I know the music is in iTunes.  So, is a backup every time needed?  I think not.</p>
<p>This works on the Mac and iTunes.  I have not tried Windows.  If you find that it works, let us know in the comments.  </p>
<p>Ok, I connect the phone.  Joy.  iTunes sees the phone and the &#8220;Sync&#8221; button is available.  Press the &#8220;Sync&#8221; button and watch the bar at the top (do not switch applications).  It will say &#8220;Syncing&#8230;&#8221;.  In a few seconds it says &#8220;Backing up&#8230;&#8221; (as the image below).  Well, when the &#8220;Backing up&#8230;&#8221; comes up, count off 5 seconds.  One-one thousand, two-one thousand, three-one thousand, four-one thousand and five-one thousand.  Now, press the X on the right of that little display.  ONLY PRESS IT ONCE or it will cancel everything.  Wait a second and it will go past the backup and move on to the important Sync operation.  Voila!  Time saved!</p>
<div id="attachment_2329" class="wp-caption aligncenter" style="width: 310px"><a href="http://thebraseltons.com/wp-content/uploads/2010/01/backup.jpg"><img src="http://thebraseltons.com/wp-content/uploads/2010/01/backup-300x32.jpg" alt="Count 5 seconds when you see this and then press the X ONCE!" title="Count 5 seconds when you see this and then press the X ONCE!" width="300" height="32" class="size-medium wp-image-2329" /></a><p class="wp-caption-text">Count 5 seconds when you see this and then press the X ONCE!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2010/01/16/iphone-tip-faster-phone-sync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google returns how many queries a second?</title>
		<link>http://thebraseltons.com/2009/12/27/google-returns-how-many-queries-a-second/</link>
		<comments>http://thebraseltons.com/2009/12/27/google-returns-how-many-queries-a-second/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 19:59:14 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/2009/12/27/google-returns-how-many-queries-a-second/</guid>
		<description><![CDATA[I was reading an article from Joe Stump on Distributed vs Redundant systems and started geeking around. 
I chose Google and how I would implement the their entire model. I read another article where Google serves up 293 Million queries a day (March 2009 numbers). I looked at that number and thought it was unimpressive. [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading an article from Joe Stump on Distributed vs Redundant systems and started geeking around. </p>
<p>I chose Google and how I would implement the their entire model. I read another article where Google serves up 293 Million queries a day (March 2009 numbers). I looked at that number and thought it was unimpressive. </p>
<p>I then began to calculate queries per second. It is 3,391 queries per second!!!  Wowsers!  They have to return the information in .0003 seconds or less!  The dataset is, well, THE INTERNET!  </p>
<p>Just for funsies, I ran a search on a MySQL database that wasn&#8217;t that large. It returned the results in .1412 seconds. That means that it would take 479 seconds for that computer to handle 3,391 queries. That&#8217;s <b>8 minutes</b> for what Google spits out in a second!  Their dataset is GIGANTIC to boot!</p>
<p>I figured a completely redundant method for databases, crawlers and front end servers and how to spit that out across the USA.  It&#8217;s not all that bad. Just money and time!</p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/12/27/google-returns-how-many-queries-a-second/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

