<?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>Gadgetopia &#187; Search Results  &#187;  Coral</title>
	<atom:link href="http://gadgetopia.com/search/Coral/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://gadgetopia.com</link>
	<description>Geek and you shall find...</description>
	<lastBuildDate>Tue, 14 May 2013 16:45:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Slashdot Protection</title>
		<link>http://gadgetopia.com/post/5244?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=Slashdot+Protection</link>
		<comments>http://gadgetopia.com/post/5244#comments</comments>
		<pubDate>Sun, 23 Apr 2006 07:50:00 +0000</pubDate>
		<dc:creator>Deane Barker</dc:creator>
		
		<guid isPermaLink="false">5244@http://gadgetopia.com/</guid>
		<description><![CDATA[slashdot protection: Neat little snippet of mod_rewrite code to prevent your site from being Slashdotted. Inbound requests from a dozen of so of the big link sites (Slashdot, Digg, etc.) will redirect to the copy of your site sitting out on Coral. The problem, of course, is that Coral runs on port 8090, and how [...]]]></description>
			<content:encoded><![CDATA[<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.type=&amp;rft.format=text&amp;rft.title=Slashdot+Protection&amp;rft.source=Gadgetopia&amp;rft.date=2006-04-23&amp;rft.identifier=http%3A%2F%2Fgadgetopia.com%2Fpost%2F5244&amp;rft.language=English&amp;rft.aulast=Barker&amp;rft.aufirst=Deane"></span><p><a title="slashdot protection [apache] [htaccess] [mod_rewrite]" href="http://www.bigbold.com/snippets/posts/show/1957">slashdot protection</a>: Neat little snippet of <a href="http://www.modrewrite.com/">mod_rewrite</a> code to prevent your site from being <a href="http://en.wikipedia.org/wiki/Slashdot_effect">Slashdotted</a>.  Inbound requests from a dozen of so of the big link sites (<a href="http://slashdot.org">Slashdot</a>, <a href="http://www.digg.com">Digg</a>, etc.) will redirect to the copy of your site sitting out on <a href="http://gadgetopia.com/post/4186">Coral</a>.</p>

<p>The problem, of course, is that Coral runs on port 8090, and how many people will be blocked from that?</p>
]]></content:encoded>
			<wfw:commentRss>http://gadgetopia.com/post/5244/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coral Content Distribution Network</title>
		<link>http://gadgetopia.com/post/4186?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=Coral+Content+Distribution+Network</link>
		<comments>http://gadgetopia.com/post/4186#comments</comments>
		<pubDate>Sat, 30 Jul 2005 17:12:00 +0000</pubDate>
		<dc:creator>Deane Barker</dc:creator>
		
		<guid isPermaLink="false">4186@http://gadgetopia.com/</guid>
		<description><![CDATA[The Coral Content Distribution Network: I don&#8217;t have the first clue how this works, but it seems interestng. Coral is peer-to-peer content distribution network, comprised of a world-wide network of web proxies and nameservers. It allows a user to run a web site that offers high performance and meets huge demand, all for the price [...]]]></description>
			<content:encoded><![CDATA[<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.type=&amp;rft.format=text&amp;rft.title=Coral+Content+Distribution+Network&amp;rft.source=Gadgetopia&amp;rft.date=2005-07-30&amp;rft.identifier=http%3A%2F%2Fgadgetopia.com%2Fpost%2F4186&amp;rft.language=English&amp;rft.aulast=Barker&amp;rft.aufirst=Deane"></span><p><a title="The Coral Content Distribution Network" href="http://coralcdn.org/">The Coral Content Distribution Network</a>: I don&#8217;t have the first clue how this works, but it seems interestng.</p>

<blockquote>
  <p>Coral is peer-to-peer content distribution network, comprised of a world-wide network of web proxies and nameservers. It allows a user to run a web site that offers high performance and meets huge demand, all for the price of a $50/month cable modem.</p>
  
  <p>Publishing through Coral is as simple as appending a short string to the hostname of objects&#8217; URLs; a peer-to-peer DNS layer transparently redirects browsers to participating caching proxies, which in turn cooperate to minimize load on the source web server. These volunteer sites that run Coral automatically replicate content as a side effect of users accessing it, improving its availability. Using modern peer-to-peer indexing techniques, Coral will efficiently find a cached object if it exists anywhere in the network, requiring that it use the origin server only to initially fetch the object once.</p>
</blockquote>

<p>The problem is that it runs through post 8090, which limits its use by about anyone behind a firewall.  You just tack &#8220;.nyud.net:8090&#8221; onto the end of the URL.  I checked, and <a href="http://gadgetopia.com/post/.nyud.net:8090/">Gadgetopia is in the network</a>.</p>

<p>So is this like <a href="http://www.akamai.com/index_flash.html">Akamai</a>?  If someone is clear on how this works, speak up.</p>
]]></content:encoded>
			<wfw:commentRss>http://gadgetopia.com/post/4186/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aquarius</title>
		<link>http://gadgetopia.com/post/3112?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=Aquarius</link>
		<comments>http://gadgetopia.com/post/3112#comments</comments>
		<pubDate>Mon, 11 Oct 2004 14:17:00 +0000</pubDate>
		<dc:creator>Deane Barker</dc:creator>
		
		<guid isPermaLink="false">3112@http://gadgetopia.com/</guid>
		<description><![CDATA[NOAA&#8217;s AQUARIUS: I found this via this Boing Boing article about a surgery experiment they&#8217;re trying tomorrow. Aquarius is an underwater ocean laboratory located in the Florida Keys National Marine Sanctuary. The laboratory is deployed three and half miles offshore, at a depth of 60 feet, next to spectacular coral reefs. Scientists live in Aquarius [...]]]></description>
			<content:encoded><![CDATA[<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.type=&amp;rft.format=text&amp;rft.title=Aquarius&amp;rft.source=Gadgetopia&amp;rft.date=2004-10-11&amp;rft.identifier=http%3A%2F%2Fgadgetopia.com%2Fpost%2F3112&amp;rft.language=English&amp;rft.aulast=Barker&amp;rft.aufirst=Deane"></span><p><img alt="aquarius.jpg" src="http://www.gadgetopia.com/images/aquarius.jpg" /><br />
<a title="NOAA's AQUARIUS" href="http://www.uncw.edu/aquarius/">NOAA&#8217;s AQUARIUS</a>: I found this via this <a href="http://www.boingboing.net/2004/10/11/undersea_telesurgery.html">Boing Boing article</a> about a surgery experiment they&#8217;re trying tomorrow.</p>

<blockquote>Aquarius is an underwater ocean laboratory located in the Florida Keys National Marine Sanctuary. The laboratory is deployed three and half miles offshore, at a depth of 60 feet, next to spectacular coral reefs. Scientists live in Aquarius during ten-day missions</blockquote>

<p>How cool is that?  Totally speaks to the 12-year-old in me.  I always wanted to live underwater.  I spent my honeymoon at <a href="http://www.atlantis.com">Atlantis</a> in the Bahamas, and they had a mock-up of the ruins of an underwater city.  I loved it.</p>
]]></content:encoded>
			<wfw:commentRss>http://gadgetopia.com/post/3112/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: gadgetopia.com @ 2013-05-20 06:40:09 -->