<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: surf a slow internet connection like a boss</title>
	<atom:link href="http://like-a-boss.org/2011/04/13/surf-a-slow-internet-connection-like-a-boss/feed/" rel="self" type="application/rss+xml" />
	<link>http://like-a-boss.org/2011/04/13/surf-a-slow-internet-connection-like-a-boss/</link>
	<description>rippling with awesome from around the internets</description>
	<lastBuildDate>Wed, 12 Sep 2012 10:56:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: RS 130s &#187; Blog Archive &#187; Sennheiser RS 110 Wireless Headphone frequency connection problem to Samsung LCD TV? - Headphones</title>
		<link>http://like-a-boss.org/2011/04/13/surf-a-slow-internet-connection-like-a-boss/#comment-26</link>
		<dc:creator>RS 130s &#187; Blog Archive &#187; Sennheiser RS 110 Wireless Headphone frequency connection problem to Samsung LCD TV? - Headphones</dc:creator>
		<pubDate>Sun, 17 Apr 2011 23:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://like-a-boss.org/?p=242#comment-26</guid>
		<description><![CDATA[[...] surf a slow internet connection like a boss [...]]]></description>
		<content:encoded><![CDATA[<p>[...] surf a slow internet connection like a boss [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links 17/4/2011: MIPS and Android &#124; Techrights</title>
		<link>http://like-a-boss.org/2011/04/13/surf-a-slow-internet-connection-like-a-boss/#comment-25</link>
		<dc:creator>Links 17/4/2011: MIPS and Android &#124; Techrights</dc:creator>
		<pubDate>Sun, 17 Apr 2011 17:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://like-a-boss.org/?p=242#comment-25</guid>
		<description><![CDATA[[...] surf a slow internet connection like a boss [...]]]></description>
		<content:encoded><![CDATA[<p>[...] surf a slow internet connection like a boss [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Low fat diet Blog &#187; Blog Archive &#187; It&#8217;s a Rainy Day</title>
		<link>http://like-a-boss.org/2011/04/13/surf-a-slow-internet-connection-like-a-boss/#comment-24</link>
		<dc:creator>Low fat diet Blog &#187; Blog Archive &#187; It&#8217;s a Rainy Day</dc:creator>
		<pubDate>Sun, 17 Apr 2011 03:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://like-a-boss.org/?p=242#comment-24</guid>
		<description><![CDATA[[...] surf the delayed internet connection similar to the boss [...]]]></description>
		<content:encoded><![CDATA[<p>[...] surf the delayed internet connection similar to the boss [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cr</title>
		<link>http://like-a-boss.org/2011/04/13/surf-a-slow-internet-connection-like-a-boss/#comment-16</link>
		<dc:creator>cr</dc:creator>
		<pubDate>Thu, 14 Apr 2011 12:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://like-a-boss.org/?p=242#comment-16</guid>
		<description><![CDATA[(There&#039;s no Preview function here.) In the preceding comment, that terminal window line should read &quot;wget MOUSEPASTE&quot;.]]></description>
		<content:encoded><![CDATA[<p>(There&#8217;s no Preview function here.) In the preceding comment, that terminal window line should read &#8220;wget MOUSEPASTE&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cr</title>
		<link>http://like-a-boss.org/2011/04/13/surf-a-slow-internet-connection-like-a-boss/#comment-15</link>
		<dc:creator>cr</dc:creator>
		<pubDate>Thu, 14 Apr 2011 12:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://like-a-boss.org/?p=242#comment-15</guid>
		<description><![CDATA[Another browser tool which is indispensable for slow connections is wget. To download something, rather than &#039;Save Link As&#039;, you do &#039;Copy Link Location&#039;, then, in a terminal window, &#039;wget &#039;. Then you get back to browsing while wget chugs away in the background fetching in that file. 

Some sites are prone to drop connections when the transfer slows down (and dialup is prone to slow down for things you don&#039;t see, such as your package manager fetching in listings from the repos). Browsers like Firefox will stop trying when that happens; wget will retry the fetch, picking up where it left off until the file is completely in or the retry count is exhausted. You can even halt the fetch with ^C to free up the connection, then redo the command later, putting a &#039;-c&#039; between &#039;wget&#039; and the file&#039;s URL, and wget will pick up where it left off, fetching in only the part which it hasn&#039;t got yet.

Also, browsers are prone to stumble and freeze when there&#039;s a file fetch going on as well as a new page to browse. With wget doing the fetching, the browser is a lot quicker in moving from page to page because it isn&#039;t timeslicing between the two tasks.]]></description>
		<content:encoded><![CDATA[<p>Another browser tool which is indispensable for slow connections is wget. To download something, rather than &#8216;Save Link As&#8217;, you do &#8216;Copy Link Location&#8217;, then, in a terminal window, &#8216;wget &#8216;. Then you get back to browsing while wget chugs away in the background fetching in that file. </p>
<p>Some sites are prone to drop connections when the transfer slows down (and dialup is prone to slow down for things you don&#8217;t see, such as your package manager fetching in listings from the repos). Browsers like Firefox will stop trying when that happens; wget will retry the fetch, picking up where it left off until the file is completely in or the retry count is exhausted. You can even halt the fetch with ^C to free up the connection, then redo the command later, putting a &#8216;-c&#8217; between &#8216;wget&#8217; and the file&#8217;s URL, and wget will pick up where it left off, fetching in only the part which it hasn&#8217;t got yet.</p>
<p>Also, browsers are prone to stumble and freeze when there&#8217;s a file fetch going on as well as a new page to browse. With wget doing the fetching, the browser is a lot quicker in moving from page to page because it isn&#8217;t timeslicing between the two tasks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
