<?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: digg.com Decreases Work Productivity by 43%</title>
	<atom:link href="http://www.verysimple.com/blog/2006/09/28/diggcom-decreases-work-productivity-by-43/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.verysimple.com/blog/2006/09/28/diggcom-decreases-work-productivity-by-43/</link>
	<description>Custom Software Development</description>
	<lastBuildDate>Mon, 08 Mar 2010 16:27:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason</title>
		<link>http://www.verysimple.com/blog/2006/09/28/diggcom-decreases-work-productivity-by-43/comment-page-1/#comment-2211</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 20 Nov 2006 02:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=55#comment-2211</guid>
		<description>Thanks Erik.  More complete than mine - I like it!

Mu Life - you can&#039;t judge a book by it&#039;s cover, but we do it on digg all the time anyway!</description>
		<content:encoded><![CDATA[<p>Thanks Erik.  More complete than mine &#8211; I like it!</p>
<p>Mu Life &#8211; you can&#8217;t judge a book by it&#8217;s cover, but we do it on digg all the time anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Mu Life &#187; Social Bookmarking: Vote != Bookmark</title>
		<link>http://www.verysimple.com/blog/2006/09/28/diggcom-decreases-work-productivity-by-43/comment-page-1/#comment-2060</link>
		<dc:creator>The Mu Life &#187; Social Bookmarking: Vote != Bookmark</dc:creator>
		<pubDate>Mon, 13 Nov 2006 15:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=55#comment-2060</guid>
		<description>[...] A lot of the people voting on stories (especially voting that continues on even though content on the other side of the link is unavailable) are doing so because they want to bookmark the link to either read it when they have time, or to read it when the website is not down because of a sudden surge of traffic. [...]</description>
		<content:encoded><![CDATA[<p>[...] A lot of the people voting on stories (especially voting that continues on even though content on the other side of the link is unavailable) are doing so because they want to bookmark the link to either read it when they have time, or to read it when the website is not down because of a sudden surge of traffic. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.verysimple.com/blog/2006/09/28/diggcom-decreases-work-productivity-by-43/comment-page-1/#comment-53</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Tue, 03 Oct 2006 20:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=55#comment-53</guid>
		<description>Here is mine. I already had a modified host file, so this works better for me. Also, this is just one batch file that does both the blocking and unblocking.

REM Remember to include the blockedhosts.txt 

TITLE Bock and Unblock Hosts

IF EXIST %systemroot%\system32\drivers\etc\hosts.bak (

COPY %systemroot%\system32\drivers\etc\hosts.bak %systemroot%\system32\drivers\etc\hosts

DEL %systemroot%\system32\drivers\etc\hosts.bak

CLS
ECHO Hosts have been successfully returned to normal
PAUSE
EXIT

) ELSE (

COPY %systemroot%\system32\drivers\etc\hosts %systemroot%\system32\drivers\etc\hosts.bak

COPY %systemroot%\system32\drivers\etc\hosts+%systemroot%\system32\drivers\etc\blockedhosts.txt /A %systemroot%\system32\drivers\etc\hosts

CLS
ECHO Hosts have been successfully blocked
PAUSE
EXIT

)</description>
		<content:encoded><![CDATA[<p>Here is mine. I already had a modified host file, so this works better for me. Also, this is just one batch file that does both the blocking and unblocking.</p>
<p>REM Remember to include the blockedhosts.txt </p>
<p>TITLE Bock and Unblock Hosts</p>
<p>IF EXIST %systemroot%\system32\drivers\etc\hosts.bak (</p>
<p>COPY %systemroot%\system32\drivers\etc\hosts.bak %systemroot%\system32\drivers\etc\hosts</p>
<p>DEL %systemroot%\system32\drivers\etc\hosts.bak</p>
<p>CLS<br />
ECHO Hosts have been successfully returned to normal<br />
PAUSE<br />
EXIT</p>
<p>) ELSE (</p>
<p>COPY %systemroot%\system32\drivers\etc\hosts %systemroot%\system32\drivers\etc\hosts.bak</p>
<p>COPY %systemroot%\system32\drivers\etc\hosts+%systemroot%\system32\drivers\etc\blockedhosts.txt /A %systemroot%\system32\drivers\etc\hosts</p>
<p>CLS<br />
ECHO Hosts have been successfully blocked<br />
PAUSE<br />
EXIT</p>
<p>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Game Producer</title>
		<link>http://www.verysimple.com/blog/2006/09/28/diggcom-decreases-work-productivity-by-43/comment-page-1/#comment-42</link>
		<dc:creator>Game Producer</dc:creator>
		<pubDate>Fri, 29 Sep 2006 05:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=55#comment-42</guid>
		<description>Hah, great post. Is there some sort of blocker batches to coffeine addicts as well? ;)</description>
		<content:encoded><![CDATA[<p>Hah, great post. Is there some sort of blocker batches to coffeine addicts as well? <img src='http://www.verysimple.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.verysimple.com/blog/2006/09/28/diggcom-decreases-work-productivity-by-43/comment-page-1/#comment-41</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 29 Sep 2006 05:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=55#comment-41</guid>
		<description>@arnott, you could write one easily for Linux.  Linux uses a hosts file as well located at /etc/hosts  - the batch scripts could be converted to a simple shell scripts (just change copy to cp and update the paths).  then you would use cron to schedule it.  The concept is exactly the same on both systems.</description>
		<content:encoded><![CDATA[<p>@arnott, you could write one easily for Linux.  Linux uses a hosts file as well located at /etc/hosts  &#8211; the batch scripts could be converted to a simple shell scripts (just change copy to cp and update the paths).  then you would use cron to schedule it.  The concept is exactly the same on both systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.verysimple.com/blog/2006/09/28/diggcom-decreases-work-productivity-by-43/comment-page-1/#comment-40</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 29 Sep 2006 05:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=55#comment-40</guid>
		<description>Hey Moe, I noticed the same thing.  Firefox must be caching DNS.  But, it seems to expire after about 10 minutes or so.</description>
		<content:encoded><![CDATA[<p>Hey Moe, I noticed the same thing.  Firefox must be caching DNS.  But, it seems to expire after about 10 minutes or so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oropher</title>
		<link>http://www.verysimple.com/blog/2006/09/28/diggcom-decreases-work-productivity-by-43/comment-page-1/#comment-39</link>
		<dc:creator>Oropher</dc:creator>
		<pubDate>Fri, 29 Sep 2006 05:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=55#comment-39</guid>
		<description>I am totally addicted to Digg...</description>
		<content:encoded><![CDATA[<p>I am totally addicted to Digg&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney</title>
		<link>http://www.verysimple.com/blog/2006/09/28/diggcom-decreases-work-productivity-by-43/comment-page-1/#comment-36</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Fri, 29 Sep 2006 01:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=55#comment-36</guid>
		<description>I find digg saves me time by not surfing randomly, but nontheless this is a great idea in general to focus back on my work.</description>
		<content:encoded><![CDATA[<p>I find digg saves me time by not surfing randomly, but nontheless this is a great idea in general to focus back on my work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris L</title>
		<link>http://www.verysimple.com/blog/2006/09/28/diggcom-decreases-work-productivity-by-43/comment-page-1/#comment-35</link>
		<dc:creator>Kris L</dc:creator>
		<pubDate>Fri, 29 Sep 2006 00:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=55#comment-35</guid>
		<description>one suggestion, in case someone has a customized hosts file already.

block.bat-
copy %systemroot%\system32\drivers\etc\hosts %systemroot%\system32\drivers\etc\hosts.bak
copy /a blockedhosts.bat+%systemroot%\system32\drivers\etc\hosts %systemroot%\system32\drivers\etc\hosts


unblock.bat
copy %systemroot%\system32\drivers\etc\hosts.bak %systemroot%\system32\drivers\etc\hosts</description>
		<content:encoded><![CDATA[<p>one suggestion, in case someone has a customized hosts file already.</p>
<p>block.bat-<br />
copy %systemroot%\system32\drivers\etc\hosts %systemroot%\system32\drivers\etc\hosts.bak<br />
copy /a blockedhosts.bat+%systemroot%\system32\drivers\etc\hosts %systemroot%\system32\drivers\etc\hosts</p>
<p>unblock.bat<br />
copy %systemroot%\system32\drivers\etc\hosts.bak %systemroot%\system32\drivers\etc\hosts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C_c</title>
		<link>http://www.verysimple.com/blog/2006/09/28/diggcom-decreases-work-productivity-by-43/comment-page-1/#comment-34</link>
		<dc:creator>C_c</dc:creator>
		<pubDate>Fri, 29 Sep 2006 00:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=55#comment-34</guid>
		<description>Thanks, it will help for my digg addiction too :~</description>
		<content:encoded><![CDATA[<p>Thanks, it will help for my digg addiction too :~</p>
]]></content:encoded>
	</item>
</channel>
</rss>
