<?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>serpent.antonchanning.com</title>
	<atom:link href="http://serpent.antonchanning.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://serpent.antonchanning.com</link>
	<description>SERPENT Erotic Rebellion Promoting Esoteric Netherworld Technology</description>
	<lastBuildDate>Sun, 06 Jun 2010 12:06:09 +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>How to beat Google at search using Emergence</title>
		<link>http://serpent.antonchanning.com/2010/rebel-politics/anarchy/how-to-beat-google-at-search-using-emergence/</link>
		<comments>http://serpent.antonchanning.com/2010/rebel-politics/anarchy/how-to-beat-google-at-search-using-emergence/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 12:06:09 +0000</pubDate>
		<dc:creator>Anton Channing</dc:creator>
				<category><![CDATA[anarchy]]></category>
		<category><![CDATA[chaos]]></category>
		<category><![CDATA[liberty]]></category>
		<category><![CDATA[revolution]]></category>
		<category><![CDATA[bottom-up]]></category>
		<category><![CDATA[emergence]]></category>
		<category><![CDATA[emergent organisation]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://serpent.antonchanning.com/?p=3367</guid>
		<description><![CDATA[
			
				
			
		
How hard can it be?
Well for a corporation very hard.  But fortunately my solution to this problem that seems to be vexing everyone lately doesn&#8217;t rely on a corporate sponsor, and places the future of web search in OUR hands.
My vision of search is that each website takes a small share of responsibility, indexing [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Frebel-politics%2Fanarchy%2Fhow-to-beat-google-at-search-using-emergence%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Frebel-politics%2Fanarchy%2Fhow-to-beat-google-at-search-using-emergence%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>How hard can it be?</strong><br />
Well for a corporation very hard.  But fortunately my solution to this problem that seems to be vexing everyone lately doesn&#8217;t rely on a corporate sponsor, and places the future of web search in OUR hands.</p>
<p>My vision of search is that each website takes a small share of responsibility, indexing sites that website finds relevant and/or useful and sharing its results with other search engines that request the info via a standard API, much like blogs share feeds using standards such as RSS and ATOM.  Each webmaster can control how much weight to give to each set of imported results in comparison to sites it indexes itself and how the results are merged.  I have the following basic vision, but as different developers get involved in ironing out the final details of the standard things may change.  None the less the basic principles of my idea are as follows:</p>
<p><strong>API:</strong><br />
Each search engine should accept requests in either/both http and/or https, probably with search parameters passed in the query string.  The results then get sent back in an standard XML format, which may look something like:</p>
<pre>&lt;results source="http://example-search-engine.com"&gt;
	&lt;site weight="200" url="http://example-result.org" title="Example Results"&gt;
		&lt;favicon url="http://example-result.org/favicon.ico" /&gt;
		&lt;page weight="150" url="http://example-result.org/page1.php" title=""&gt;
			&lt;match&gt;&lt;title&gt;This title contains the search terms&lt;/title&gt;&lt;/match&gt;
			&lt;match&gt;&lt;p&gt;This paragraph contains one of the search terms&lt;/p&gt;&lt;/match&gt;
			&lt;match&gt;&lt;img src="someimage.jpg" alt="This image description contains one of the search terms" /&gt;&lt;/match&gt;
		&lt;/page&gt;
		&lt;page weight="150" url="http://example-result.org/page2.php"&gt;
			&lt;match&gt;&lt;p&gt;This paragraph contains one of the search terms&lt;/p&gt;&lt;/match&gt;
		&lt;/page&gt;
	&lt;/site&gt;
	&lt;site ...&gt;
		...
	&lt;/site&gt;
&lt;/results&gt;
</pre>
<p><strong>CMS:</strong><br />
With the API open, different CMS systems can be developed that both index selected sites and process results from other search engines that implement the API.  Each CMS can process the results in their own way, and allow the webmaster to configure various options in their own way also.  For example, they can either integrate imported results, show them separately in a side panel or some mixture of the two depending on source.  They can determine whether to show multiple results for one site or whether to group them.  They may be configured to show country of the webserver of each result, or warnings if they appear on a malware list, or any other number of options.  They may have options for doing image search, or map results etc, linking to whatever service they choose for these specialist searches.</p>
<p>A basic CMS may involve no login at all, with configuration handled via a file, whilst others may implement the API as a plugin to existing CMS systems such as Wordpress, Elgg, MediaWiki or whatever.  Some may allow each logged in user to configure their own preferences and weightings, suggest relevant sites to index, report sites as spam, etc.</p>
<p><strong>Plugins:</strong><br />
More complex dedicated search systems may themselves allow plugins or feature advanced options.  This may include scraping results from existing search engines such as Google, Bing and Yahoo, in the manner that &lt;a href=&#8221;https://scroogle&#8221;&gt;Scroogle&lt;/a&gt; currently does with Google results.  Again these results may have weightings applied to them by the webmasters.</p>
<p><strong>Conclusion:</strong><br />
A distributed solution to search means we don&#8217;t have to have massive datacenters under our control in order to compete with Google, each of us can take responsibility for indexing portions of the web important to ourselves, and share that data with each other freely for the benefit of all.  To make a distributed system work we don&#8217;t need to abandon the huge stores of data provided by google until we are ready, we can in the mean time scrape from them, but ultimately a distributed system, based on qualified trust, should prove better at promoting sites that are useful over sites with good SEO but useless content.</p>
<p>Google is becoming less and less useful as each search tends to produce 100 sites all with the same article scraped from wikipedia, interspersed with adfarms, and I can&#8217;t help think such sites wouldn&#8217;t make it to prominence in the distributed model, as it won&#8217;t be in any webmasters interest to index useless sites.  Unlike google who actually profit from many of the adfarms that host google advertisements.  But yet despite this I fail to see why Microsoft or Yahoo would prove better, as both also suffer from corrupt corporate agendas.  Rather than looking for another closed top-down corporate &#8217;saviour&#8217; to rescue us from the latest tyrant, I believe a bottom up <a href="http://en.wikipedia.org/wiki/Emergence">emergent</a> approach can prove not only successful, but also something that will become the dominant means of doing search.</p>
<p><strong>Doesn&#8217;t this exist already?</strong><br />
Often when I come up with a good idea, I&#8217;m not surprised to find that something like it already exists.  However I can&#8217;t find anything quite like this idea at present, although some similar Peer-to-Peer based systems exist, such as <a href="http://www.faroo.com/">FAROO</a> and <a href="http://yacy.net/">YaCy</a>.  However I don&#8217;t see P2P as quite the solution, as this involves each user installing software on their own computer.  My proposed web based model lacks this requirement and thus has quite a few advantages, without precluding the idea of programs users can install that integrate searches from various sites.  Also, the above proposed model precludes the ability for malicious links to be injected, as webmasters who index such sites will unlikely be trusted by others, and users will likely not use engines that fail to exclude such links.</p>
<hr /><small>Copyright &copy; 2009<br /> The articles in this feed are released on a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>.  Distribution of these articles, in modified or unmodified form, is permitted provided the author is credited and <a href="http://serpent.antonchanning.com/2010/rebel-politics/anarchy/how-to-beat-google-at-search-using-emergence/">a reference to the original article</a> and/or <a href="http://antonchanning.com">antonchanning.com</a> is included with the reproduction.  All other use is unauthorised. (Digital Fingerprint:<br /> 36164a15bec13c879a57c1eacdac9121)</small>]]></content:encoded>
			<wfw:commentRss>http://serpent.antonchanning.com/2010/rebel-politics/anarchy/how-to-beat-google-at-search-using-emergence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Worlds Oldest Known Ritual (2 replies)</title>
		<link>http://serpent.antonchanning.com/2010/serpent/nest/worlds-oldest-known-ritual-2-replies/</link>
		<comments>http://serpent.antonchanning.com/2010/serpent/nest/worlds-oldest-known-ritual-2-replies/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 14:26:19 +0000</pubDate>
		<dc:creator>Count Anton</dc:creator>
				<category><![CDATA[nest]]></category>

		<guid isPermaLink="false">http://kiamagic.com/forum/read.php?3,1060,1060#msg-1060</guid>
		<description><![CDATA[ Reported a few years ago so some of you may have seen this.  I hadn't so I'm guessing a lot of you hadn't either, so I'm posting the link...
<br />

<br />
[<a href="http://www.sciencedaily.com/releases/2006/11/061130081347.htm" rel="nofollow">www.sciencedaily.com</a>]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Fserpent%2Fnest%2Fworlds-oldest-known-ritual-2-replies%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Fserpent%2Fnest%2Fworlds-oldest-known-ritual-2-replies%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p> Reported a few years ago so some of you may have seen this.  I hadn&#8217;t so I&#8217;m guessing a lot of you hadn&#8217;t either, so I&#8217;m posting the link&#8230;</p>
<p>[<a href="http://www.sciencedaily.com/releases/2006/11/061130081347.htm" rel="nofollow" >www.sciencedaily.com</a>]</p>
<hr /><small>Copyright &copy; 2009<br /> The articles in this feed are released on a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>.  Distribution of these articles, in modified or unmodified form, is permitted provided the author is credited and <a href="http://serpent.antonchanning.com/2010/serpent/nest/worlds-oldest-known-ritual-2-replies/">a reference to the original article</a> and/or <a href="http://antonchanning.com">antonchanning.com</a> is included with the reproduction.  All other use is unauthorised. (Digital Fingerprint:<br /> 36164a15bec13c879a57c1eacdac9121)</small>]]></content:encoded>
			<wfw:commentRss>http://serpent.antonchanning.com/2010/serpent/nest/worlds-oldest-known-ritual-2-replies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>words and swords (5 replies)</title>
		<link>http://serpent.antonchanning.com/2010/serpent/nest/words-and-swords-5-replies/</link>
		<comments>http://serpent.antonchanning.com/2010/serpent/nest/words-and-swords-5-replies/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 12:15:19 +0000</pubDate>
		<dc:creator>kiakitiki</dc:creator>
				<category><![CDATA[nest]]></category>

		<guid isPermaLink="false">http://kiamagic.com/forum/read.php?3,1058,1058#msg-1058</guid>
		<description><![CDATA[ How do writers of extreme books, lyrics and other things feel when their words go out in the world? I can tolerate every writing because i feel that words are a part of reality and imagination. Maybe extreme writing releases the negative energy in words instead of actually hurting people. But not everyone shares my opinion and some people get easily offended by words. I also get offended sometimes but it lasts only for minutes (maybe sometimes longer) and i clear it away with meditation. There was a time when i was trapped in the world of words and i suffered all the time. It was horrible. Keeping that in mind i try to be careful what i write or speak, to avoid hurt or being hurt. Not everyone is prepared for total freedom of words. Even if everyone is prepared for it, there should be some universal culture code.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Fserpent%2Fnest%2Fwords-and-swords-5-replies%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Fserpent%2Fnest%2Fwords-and-swords-5-replies%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p> How do writers of extreme books, lyrics and other things feel when their words go out in the world? I can tolerate every writing because i feel that words are a part of reality and imagination. Maybe extreme writing releases the negative energy in words instead of actually hurting people. But not everyone shares my opinion and some people get easily offended by words. I also get offended sometimes but it lasts only for minutes (maybe sometimes longer) and i clear it away with meditation. There was a time when i was trapped in the world of words and i suffered all the time. It was horrible. Keeping that in mind i try to be careful what i write or speak, to avoid hurt or being hurt. Not everyone is prepared for total freedom of words. Even if everyone is prepared for it, there should be some universal culture code.</p>
<hr /><small>Copyright &copy; 2009<br /> The articles in this feed are released on a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>.  Distribution of these articles, in modified or unmodified form, is permitted provided the author is credited and <a href="http://serpent.antonchanning.com/2010/serpent/nest/words-and-swords-5-replies/">a reference to the original article</a> and/or <a href="http://antonchanning.com">antonchanning.com</a> is included with the reproduction.  All other use is unauthorised. (Digital Fingerprint:<br /> 36164a15bec13c879a57c1eacdac9121)</small>]]></content:encoded>
			<wfw:commentRss>http://serpent.antonchanning.com/2010/serpent/nest/words-and-swords-5-replies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a short history of nearly everything (4 replies)</title>
		<link>http://serpent.antonchanning.com/2010/serpent/nest/a-short-history-of-nearly-everything-4-replies/</link>
		<comments>http://serpent.antonchanning.com/2010/serpent/nest/a-short-history-of-nearly-everything-4-replies/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 04:56:36 +0000</pubDate>
		<dc:creator>Hippi Condomando</dc:creator>
				<category><![CDATA[nest]]></category>

		<guid isPermaLink="false">http://kiamagic.com/forum/read.php?18,1047,1047#msg-1047</guid>
		<description><![CDATA[ I bought &#34;A Short History Of Nearly Everything&#34; by Bill Bryson in the airport bookshop, on my way to Poland before Easter this year. It was almost &#34;accidental&#34; choice and it turned to be one of these books that change my attitude to reality.
<br />

<br />
Around two months ago I had discussion with my boyfriend about the modern world in general. We noticed that in our childhood we both felt as though the world was full of mysteries awaiting you &#34;in every street corner&#34; but with time there were less and less mysteries left until we started realising that there is no much more to be discovered.
<br />
I even think that my obsession with paranormal world and UFO was coming form the deep need to find the world, I saw when I was a child.
<br />

<br />
And now I found this book, which in very simple words describes the history of science, lives of scientists and summarises the whole of the modern knowledge about the world. Almost every chapter ends with a conclusion that we barely know anything. We don't understand universe, we don't know what is really hidden inside our planet's core and its oceans, we don't know why we are here and how long it would take before people can become extinct. The whole of our world is built of bacteria and our existence depends on them, but more than 90 percent of them were never seen or classified. We don't know how the genes work and why they exist at all... Suddenly I feel as though I opened the door to some magical land which hides more mysteries that I could ever wish to discover!
<br />

<br />
The book lead me also to some reflection about magic and occult practices. As I mentioned previously, the book describes the history of science and many scientists. It turns out that many of them had strong interest in occult, including for example Newton who was fascinated in alchemy... ( I didn't know that). It is also surprising how many of them could be almost geniuses in one subject and at the same time complete ignorants in the other... 
<br />

<br />
Many people criticize Crowley for some of his writings and they assume that he couldn't that smart after all. My theory now is that if science made so many mistakes in its quest to define the world, surely the same would apply to the occult world which by its nature deals with much more subtle matters. Humans are allowed mistakes and we shouldn't discredit all of their work just because they were wrong is some places. At the same time we should be able to question things and if something doesn't make much sense to us it is worth to explore it further. Maybe we can not see the whole picture of it or maybe it is all wrong. That's why conservatism in magic is as bad as conservatism in science or religion. :S]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Fserpent%2Fnest%2Fa-short-history-of-nearly-everything-4-replies%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Fserpent%2Fnest%2Fa-short-history-of-nearly-everything-4-replies%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p> I bought &quot;A Short History Of Nearly Everything&quot; by Bill Bryson in the airport bookshop, on my way to Poland before Easter this year. It was almost &quot;accidental&quot; choice and it turned to be one of these books that change my attitude to reality.</p>
<p>Around two months ago I had discussion with my boyfriend about the modern world in general. We noticed that in our childhood we both felt as though the world was full of mysteries awaiting you &quot;in every street corner&quot; but with time there were less and less mysteries left until we started realising that there is no much more to be discovered.<br />
<br />
I even think that my obsession with paranormal world and UFO was coming form the deep need to find the world, I saw when I was a child.</p>
<p>And now I found this book, which in very simple words describes the history of science, lives of scientists and summarises the whole of the modern knowledge about the world. Almost every chapter ends with a conclusion that we barely know anything. We don&#8217;t understand universe, we don&#8217;t know what is really hidden inside our planet&#8217;s core and its oceans, we don&#8217;t know why we are here and how long it would take before people can become extinct. The whole of our world is built of bacteria and our existence depends on them, but more than 90 percent of them were never seen or classified. We don&#8217;t know how the genes work and why they exist at all&#8230; Suddenly I feel as though I opened the door to some magical land which hides more mysteries that I could ever wish to discover!</p>
<p>The book lead me also to some reflection about magic and occult practices. As I mentioned previously, the book describes the history of science and many scientists. It turns out that many of them had strong interest in occult, including for example Newton who was fascinated in alchemy&#8230; ( I didn&#8217;t know that). It is also surprising how many of them could be almost geniuses in one subject and at the same time complete ignorants in the other&#8230; </p>
<p>Many people criticize Crowley for some of his writings and they assume that he couldn&#8217;t that smart after all. My theory now is that if science made so many mistakes in its quest to define the world, surely the same would apply to the occult world which by its nature deals with much more subtle matters. Humans are allowed mistakes and we shouldn&#8217;t discredit all of their work just because they were wrong is some places. At the same time we should be able to question things and if something doesn&#8217;t make much sense to us it is worth to explore it further. Maybe we can not see the whole picture of it or maybe it is all wrong. That&#8217;s why conservatism in magic is as bad as conservatism in science or religion. :S</p>
<hr /><small>Copyright &copy; 2009<br /> The articles in this feed are released on a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>.  Distribution of these articles, in modified or unmodified form, is permitted provided the author is credited and <a href="http://serpent.antonchanning.com/2010/serpent/nest/a-short-history-of-nearly-everything-4-replies/">a reference to the original article</a> and/or <a href="http://antonchanning.com">antonchanning.com</a> is included with the reproduction.  All other use is unauthorised. (Digital Fingerprint:<br /> 36164a15bec13c879a57c1eacdac9121)</small>]]></content:encoded>
			<wfw:commentRss>http://serpent.antonchanning.com/2010/serpent/nest/a-short-history-of-nearly-everything-4-replies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aliens don&#8217;t like me :( (4 replies)</title>
		<link>http://serpent.antonchanning.com/2010/serpent/nest/aliens-dont-like-me-4-replies/</link>
		<comments>http://serpent.antonchanning.com/2010/serpent/nest/aliens-dont-like-me-4-replies/#comments</comments>
		<pubDate>Thu, 27 May 2010 22:29:42 +0000</pubDate>
		<dc:creator>Hippi Condomando</dc:creator>
				<category><![CDATA[nest]]></category>

		<guid isPermaLink="false">http://kiamagic.com/forum/read.php?3,1035,1035#msg-1035</guid>
		<description><![CDATA[ I am not sure if I mentioned that before, but for a long time I was really obsessed with UFO and conspiracy theories. There were countless hours and days in my childhood when I tried to call aliens, I was going to famous &#34;UFO seeing&#34; spots and I have never seen a UFO in my life :(
<br />

<br />
Last month, actually during the Beltane weekend my uni friends went to Loch Ness to celebrate the end of the academic year. I didn't go with them as I had another plan for Beltane (see my Beltane 2010 post).
<br />
And guess what? They have seen UFOs in there!! Here is the link to the newspaper that published an artlicle about them:
<br />
[<a href="http://www.highland-news.co.uk/news/fullstory.php/aid/7451/Students_stunned_by_25_UFO_lights.html" rel="nofollow">www.highland-news.co.uk</a>] Search for UFO news on the website ::o
<br />

<br />
Now I am really convinced that aliens don't like me...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Fserpent%2Fnest%2Faliens-dont-like-me-4-replies%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Fserpent%2Fnest%2Faliens-dont-like-me-4-replies%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p> I am not sure if I mentioned that before, but for a long time I was really obsessed with UFO and conspiracy theories. There were countless hours and days in my childhood when I tried to call aliens, I was going to famous &quot;UFO seeing&quot; spots and I have never seen a UFO in my life <img src='http://serpent.antonchanning.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Last month, actually during the Beltane weekend my uni friends went to Loch Ness to celebrate the end of the academic year. I didn&#8217;t go with them as I had another plan for Beltane (see my Beltane 2010 post).<br />
<br />
And guess what? They have seen UFOs in there!! Here is the link to the newspaper that published an artlicle about them:<br />
<br />
[<a href="http://www.highland-news.co.uk/news/fullstory.php/aid/7451/Students_stunned_by_25_UFO_lights.html" rel="nofollow" >www.highland-news.co.uk</a>] Search for UFO news on the website ::o</p>
<p>Now I am really convinced that aliens don&#8217;t like me&#8230;</p>
<hr /><small>Copyright &copy; 2009<br /> The articles in this feed are released on a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>.  Distribution of these articles, in modified or unmodified form, is permitted provided the author is credited and <a href="http://serpent.antonchanning.com/2010/serpent/nest/aliens-dont-like-me-4-replies/">a reference to the original article</a> and/or <a href="http://antonchanning.com">antonchanning.com</a> is included with the reproduction.  All other use is unauthorised. (Digital Fingerprint:<br /> 36164a15bec13c879a57c1eacdac9121)</small>]]></content:encoded>
			<wfw:commentRss>http://serpent.antonchanning.com/2010/serpent/nest/aliens-dont-like-me-4-replies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ouroboros?</title>
		<link>http://serpent.antonchanning.com/2010/esoteric/alchemy/ouroboros/</link>
		<comments>http://serpent.antonchanning.com/2010/esoteric/alchemy/ouroboros/#comments</comments>
		<pubDate>Sun, 16 May 2010 18:04:55 +0000</pubDate>
		<dc:creator>tortugo23</dc:creator>
				<category><![CDATA[alchemy]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[nest]]></category>

		<guid isPermaLink="false">http://flux64.wordpress.com/?p=656</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flux64.wordpress.com&#38;blog=355067&#38;post=656&#38;subd=flux64&#38;ref=&#38;feed=1" />]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Fesoteric%2Falchemy%2Fouroboros%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Fesoteric%2Falchemy%2Fouroboros%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><span style="text-align:center; display: block;"><a href="http://flux64.wordpress.com/2010/05/16/ouroboros/"><img src="http://img.youtube.com/vi/HmLS2WXZQxU/2.jpg" alt="" /></a></span></p>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flux64.wordpress.com/656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flux64.wordpress.com/656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flux64.wordpress.com/656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flux64.wordpress.com/656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flux64.wordpress.com/656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flux64.wordpress.com/656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flux64.wordpress.com/656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flux64.wordpress.com/656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flux64.wordpress.com/656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flux64.wordpress.com/656/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flux64.wordpress.com&#038;blog=355067&#038;post=656&#038;subd=flux64&#038;ref=&#038;feed=1" /></p>
<hr /><small>Copyright &copy; 2009<br /> The articles in this feed are released on a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>.  Distribution of these articles, in modified or unmodified form, is permitted provided the author is credited and <a href="http://serpent.antonchanning.com/2010/esoteric/alchemy/ouroboros/">a reference to the original article</a> and/or <a href="http://antonchanning.com">antonchanning.com</a> is included with the reproduction.  All other use is unauthorised. (Digital Fingerprint:<br /> 36164a15bec13c879a57c1eacdac9121)</small>]]></content:encoded>
			<wfw:commentRss>http://serpent.antonchanning.com/2010/esoteric/alchemy/ouroboros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decentralize the web with Diaspora</title>
		<link>http://serpent.antonchanning.com/2010/serpent/nest/decentralize-the-web-with-diaspora/</link>
		<comments>http://serpent.antonchanning.com/2010/serpent/nest/decentralize-the-web-with-diaspora/#comments</comments>
		<pubDate>Sun, 16 May 2010 03:44:45 +0000</pubDate>
		<dc:creator>tortugo23</dc:creator>
				<category><![CDATA[nest]]></category>

		<guid isPermaLink="false">http://flux64.wordpress.com/?p=651</guid>
		<description><![CDATA[Diaspora &#8211; the privacy aware, personally controlled, do-it-all distributed open source social network We are four talented young programmers from NYU’s Courant Institute trying to raise money so we can spend the summer building Diaspora; an open source personal web server that will put individuals in control of their data. What is it? Enter your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flux64.wordpress.com&#38;blog=355067&#38;post=651&#38;subd=flux64&#38;ref=&#38;feed=1" />]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Fserpent%2Fnest%2Fdecentralize-the-web-with-diaspora%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Fserpent%2Fnest%2Fdecentralize-the-web-with-diaspora%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><span style="text-align:center; display: block;"><a href="http://flux64.wordpress.com/2010/05/15/decentralize-the-web-with-diaspora/"><img src="http://img.youtube.com/vi/EgPPIX0-JAU/2.jpg" alt="" /></a></span></p>
<p><strong><a rel="nofollow" href="http://www.joindiaspora.com/" >Diaspora</a> &#8211; the privacy aware, personally controlled, do-it-all distributed <a rel="nofollow" href="http://en.wikipedia.org/wiki/Open_source" >open source</a> social network</strong></p>
<p>We are four talented young programmers from <a rel="nofollow" href="http://cims.nyu.edu/" >NYU’s Courant Institute</a> trying to raise money so we can spend the summer building Diaspora; an open source personal web server that will put individuals in control of their data.</p>
<p><strong>What is it?</strong></p>
<p>Enter your Diaspora “seed,” a personal web server that stores all of your information and shares it with your friends. Diaspora knows how to securely share (using <a rel="nofollow" href="http://en.wikipedia.org/wiki/GNU_Privacy_Guard" >GPG</a>) your pictures, videos, and more. When you have a Diaspora seed of your own, you own your social graph, you have access to your information however you want, whenever you want, and you have full control of your online identity. Once we have built a solid foundation, we will make Diaspora easy to extend to facilitate any type of communication, and the possibilities will be endless.</p>
<p>For a little more detailed explanation, checkout <a rel="nofollow" href="http://www.joindiaspora.com/2010/04/21/a-little-more-about-the-project.html" >this blog post</a>.</p>
<p><strong>What is the project about?</strong></p>
<p>We believe that privacy and connectedness do not have to be mutually exclusive. With Diaspora, we are reclaiming our data, securing our social connections, and making it easy to share on your own terms. We think we can replace today&#8217;s centralized social web with a more secure and convenient decentralized network. Diaspora will be easy to use, and it will be centered on you instead of a faceless hub.</p>
<p><strong>Why are we building it?</strong></p>
<p>This February, <a rel="nofollow" href="http://en.wikipedia.org/wiki/Eben_Moglen" >Eben Moglen</a>, Columbia law professor and author of the latest GPL, gave a talk on <a rel="nofollow" href="http://www.youtube.com/watch?v=QOEMv0S8AcA" >Internet privacy.</a> As more and more of our lives and identities become digitized, Moglen explains, the convenience of putting all of our information in the hands of companies on “the cloud” is training us to casually sacrifice our privacy and fragment our online identities.</p>
<p>But why is centralization so much more convenient, even in an age where relatively powerful computers are ubiquitous? Why is there no good alternative to centralized services that, as Moglen pointed out, comes with &#8220;spying for free?” Why do we keep our personal data in a thousand places? We have the technology, someone just needs to take the time to figure out how we can communicate smoothly and intuitively, without the hidden costs of “the cloud”. As good programmers, when we noticed that the application we need doesn&#8217;t exist, we set out to fill the hole in our digital lives.</p>
<p><strong>Why do we need money?</strong></p>
<p>We have a plan, <a rel="nofollow" href="http://joindiaspora.com/project.html" >a bunch of ideas</a> and the programming chops to build Diaspora. What we need is the time it takes to iron out a powerful, secure, and elegant piece of software. Daniel, Ilya, Raphael, and Maxwell are all ready to trade our internships and summer jobs for three months totally focused on building Diaspora. We want to write code all the time, everyday. Once we have made our first solid iteration, we are going to release our code as <a rel="nofollow" href="http://en.wikipedia.org/wiki/Free_software" >free software</a> so everyone can make Diaspora even better. $10,000 buys the software for everyone who wants to use it, forever. We think it can change the way people communicate and empower individuals to permanently take control of their online identities.</p>
<p>After we open source our source code, we hope to also provide a paid turnkey hosted service in the vein of <a rel="nofollow" href="http://www.wordpress.com/" >WordPress.com</a> to make it easy for people who want to use Diaspora, but don’t want to deal with the fuss of setting it up.* We will make it easy to export your data and configuration, so if you decide you want to graduate and host your seed yourself, you are free to do so at anytime.</p>
<p>Our goal is for everyone to have full control over their data and to empower people in to become responsible, secure, and social Internet dwellers. We believe offering this service will be helpful to non-technical users who are also worried about their data and privacy online.</p>
<p><strong>Our Promise.</strong><br />
We promise to you that Diaspora will be <a rel="nofollow" href="http://en.wikipedia.org/wiki/Affero_General_Public_License" >aGPL</a> software which will released at the end of the summer.</p>
<p><strong>Want more info?</strong><br />
Check out our website for project updates, blog posts, pictures, and plans. More information is being added every day! <a rel="nofollow" href="http://www.joindiaspora.com/" >www.joindiaspora.com</a></p>
<p>Check out more videos <a rel="nofollow" href="http://www.youtube.com/user/mbs348" >here.</a></p>
<p>Follow us at @joindiaspora <a rel="nofollow" href="http://twitter.com/joindiaspora" >Twitter</a> or <a rel="nofollow" href="http://identi.ca/joindiaspora" >identi.ca</a></p>
<p>Want get Diaspora updates via email? <a rel="nofollow" href="http://spreadsheets.google.com/viewform?key=0AoQmncVLKXRBdFo1N3o4R3lrWkszX0dIQm9vemp5TWc&amp;hl=en" >Sign up here!</a><br />
* This service will be available a few months after the end of the summer.</p>
<p>Project location:             New York, NY</p>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flux64.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flux64.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flux64.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flux64.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flux64.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flux64.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flux64.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flux64.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flux64.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flux64.wordpress.com/651/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flux64.wordpress.com&#038;blog=355067&#038;post=651&#038;subd=flux64&#038;ref=&#038;feed=1" /></p>
<hr /><small>Copyright &copy; 2009<br /> The articles in this feed are released on a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>.  Distribution of these articles, in modified or unmodified form, is permitted provided the author is credited and <a href="http://serpent.antonchanning.com/2010/serpent/nest/decentralize-the-web-with-diaspora/">a reference to the original article</a> and/or <a href="http://antonchanning.com">antonchanning.com</a> is included with the reproduction.  All other use is unauthorised. (Digital Fingerprint:<br /> 36164a15bec13c879a57c1eacdac9121)</small>]]></content:encoded>
			<wfw:commentRss>http://serpent.antonchanning.com/2010/serpent/nest/decentralize-the-web-with-diaspora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move Confrontation in Philadelphia</title>
		<link>http://serpent.antonchanning.com/2010/rebel-politics/environment/move-confrontation-in-philadelphia/</link>
		<comments>http://serpent.antonchanning.com/2010/rebel-politics/environment/move-confrontation-in-philadelphia/#comments</comments>
		<pubDate>Sun, 16 May 2010 01:33:17 +0000</pubDate>
		<dc:creator>tortugo23</dc:creator>
				<category><![CDATA[environment]]></category>
		<category><![CDATA[nest]]></category>

		<guid isPermaLink="false">http://flux64.wordpress.com/?p=649</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flux64.wordpress.com&#38;blog=355067&#38;post=649&#38;subd=flux64&#38;ref=&#38;feed=1" />]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Frebel-politics%2Fenvironment%2Fmove-confrontation-in-philadelphia%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Frebel-politics%2Fenvironment%2Fmove-confrontation-in-philadelphia%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><span style="text-align:center; display: block;"><a href="http://flux64.wordpress.com/2010/05/15/move-confrontation-in-philadelphia/"><img src="http://img.youtube.com/vi/yOU5fqRU6Kg/2.jpg" alt="" /></a></span></p>
<p><span style="text-align:center; display: block;"><a href="http://flux64.wordpress.com/2010/05/15/move-confrontation-in-philadelphia/"><img src="http://img.youtube.com/vi/1-3BzrSVK0g/2.jpg" alt="" /></a></span></p>
<p><span style="text-align:center; display: block;"><a href="http://flux64.wordpress.com/2010/05/15/move-confrontation-in-philadelphia/"><img src="http://img.youtube.com/vi/YcXhgFoguyw/2.jpg" alt="" /></a></span></p>
<p><span style="text-align:center; display: block;"><a href="http://flux64.wordpress.com/2010/05/15/move-confrontation-in-philadelphia/"><img src="http://img.youtube.com/vi/xnl_MF3NsF0/2.jpg" alt="" /></a></span></p>
<p><span style="text-align:center; display: block;"><a href="http://flux64.wordpress.com/2010/05/15/move-confrontation-in-philadelphia/"><img src="http://img.youtube.com/vi/9OSalnI0jUo/2.jpg" alt="" /></a></span></p>
<p><span style="text-align:center; display: block;"><a href="http://flux64.wordpress.com/2010/05/15/move-confrontation-in-philadelphia/"><img src="http://img.youtube.com/vi/q_n6tCcgHew/2.jpg" alt="" /></a></span></p>
<p><span style="text-align:center; display: block;"><a href="http://flux64.wordpress.com/2010/05/15/move-confrontation-in-philadelphia/"><img src="http://img.youtube.com/vi/n8ycbcMmz_w/2.jpg" alt="" /></a></span></p>
<p><span style="text-align:center; display: block;"><a href="http://flux64.wordpress.com/2010/05/15/move-confrontation-in-philadelphia/"><img src="http://img.youtube.com/vi/AQw6zq3laKA/2.jpg" alt="" /></a></span></p>
<p><span style="text-align:center; display: block;"><a href="http://flux64.wordpress.com/2010/05/15/move-confrontation-in-philadelphia/"><img src="http://img.youtube.com/vi/ZRmb_tpqqIU/2.jpg" alt="" /></a></span></p>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flux64.wordpress.com/649/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flux64.wordpress.com/649/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flux64.wordpress.com/649/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flux64.wordpress.com/649/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flux64.wordpress.com/649/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flux64.wordpress.com/649/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flux64.wordpress.com/649/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flux64.wordpress.com/649/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flux64.wordpress.com/649/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flux64.wordpress.com/649/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flux64.wordpress.com&#038;blog=355067&#038;post=649&#038;subd=flux64&#038;ref=&#038;feed=1" /></p>
<hr /><small>Copyright &copy; 2009<br /> The articles in this feed are released on a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>.  Distribution of these articles, in modified or unmodified form, is permitted provided the author is credited and <a href="http://serpent.antonchanning.com/2010/rebel-politics/environment/move-confrontation-in-philadelphia/">a reference to the original article</a> and/or <a href="http://antonchanning.com">antonchanning.com</a> is included with the reproduction.  All other use is unauthorised. (Digital Fingerprint:<br /> 36164a15bec13c879a57c1eacdac9121)</small>]]></content:encoded>
			<wfw:commentRss>http://serpent.antonchanning.com/2010/rebel-politics/environment/move-confrontation-in-philadelphia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BP’s oil spill clean-up: out of sight, out of mind</title>
		<link>http://serpent.antonchanning.com/2010/serpent/nest/bp%e2%80%99s-oil-spill-clean-up-out-of-sight-out-of-mind/</link>
		<comments>http://serpent.antonchanning.com/2010/serpent/nest/bp%e2%80%99s-oil-spill-clean-up-out-of-sight-out-of-mind/#comments</comments>
		<pubDate>Wed, 12 May 2010 15:34:03 +0000</pubDate>
		<dc:creator>tortugo23</dc:creator>
				<category><![CDATA[nest]]></category>

		<guid isPermaLink="false">http://flux64.wordpress.com/?p=637</guid>
		<description><![CDATA[&#8220;In addition to the indignity of oil oozing into its depths at a rate of at least 5,000 barrels per day, the Gulf of Mexico is now enduring a heavy rain of mystery chemicals.&#8221; A 2006 oil-dispersant-spraying test run by the Air Force Reserve Command’s 910th Airlift Wing, currently deployed to the Gulf to support [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flux64.wordpress.com&#38;blog=355067&#38;post=637&#38;subd=flux64&#38;ref=&#38;feed=1" />]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Fserpent%2Fnest%2Fbp%25e2%2580%2599s-oil-spill-clean-up-out-of-sight-out-of-mind%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Fserpent%2Fnest%2Fbp%25e2%2580%2599s-oil-spill-clean-up-out-of-sight-out-of-mind%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div id="text_expose_id_4beac2b6e03f903256da9" style="text-align:center;">
<h2><a href="http://www.grist.org/article/2010-05-03-how-risky-is-the-dispersant-strategy-for-addressing-the-gulf-spi/" >&#8220;In addition to the indignity of oil oozing into its depths at a rate of <em>at least</em> 5,000 barrels per day, the Gulf of Mexico is now enduring a heavy rain of mystery chemicals.&#8221;</a></h2>
</div>
<div style="text-align:center;"></div>
<div style="text-align:center;"><a href="http://www.grist.org/article/2010-05-03-how-risky-is-the-dispersant-strategy-for-addressing-the-gulf-spi/" ><img style="cursor:0;" src="http://www.grist.org/phpThumb/phpThumb.php?src=http://www.grist.org/i/assets/2/gulfplanespraying.jpg&amp;w=615" alt="http://www.grist.org/phpThumb/phpThumb.php?src=http://www.grist.org/i/assets/2/gulfplanespraying.jpg&amp;w=615%22 width="431" height="251" /></a></div>
<div style="text-align:center;"><a href="http://www.grist.org/article/2010-05-03-how-risky-is-the-dispersant-strategy-for-addressing-the-gulf-spi/" ><em>A 2006 oil-dispersant-spraying test run by the Air Force Reserve Command’s 910th Airlift Wing, currently deployed to the Gulf to support the oil spill recovery effort. (U.S. Air Force file photo)</em></a></div>
<h2 style="text-align:center;">A few interesting thoughts from an article found at</h2>
<p><a href="http://jacksonville.com/opinion/blog/401574/abel-harding/2010-05-10/oil-spill-clean-doing-more-harm-good" >http://jacksonville.com/opinion/blog/401574/abel-harding/2010-05-10/oil-spill-clean-doing-more-harm-good</a></p>
<blockquote>
<div>&#8220;It is important to understand that oil spill dispersants do not in any way reduce the amount of oil spewing from its source nor do they eliminate oil from the environment. What these chemical agents are designed to do is alter the physical and chemical properties of the oil allowing it to sink further down into the water column.&#8221; <a href="http://jacksonville.com/opinion/blog/401574/abel-harding/2010-05-10/oil-spill-clean-doing-more-harm-good" ></a></div>
</blockquote>
<div>Because to &#8220;alter the physical and chemical properties of the oil allowing it to sink further down into the water column&#8221; means out of sight, out of mind.</div>
<p style="padding-left:60px;">
<blockquote><p>As <a rel="nofollow" href="http://www.propublica.org/article/bp-gulf-oil-spill-dispersants-0430">ProPublica.org points out</a>, there are significant concerns that the treatment could severely harm the Gulf&#8217;s ecosystem, leaving dead fish in its wake.</p>
<p style="padding-left:30px;">The exact makeup of the dispersants is kept secret under competitive trade laws, but a worker safety sheet for one product, called Corexit, says it includes 2-butoxyethanol, a compound associated with headaches, vomiting and reproductive problems at high doses.</p>
<p style="padding-left:30px;">“There is a chemical toxicity to the dispersant compound that in many ways is worse than oil,” said Richard Charter, a foremost expert on marine biology and oil spills who is a senior policy advisor for Marine Programs for Defenders of Wildlife and is chairman of the Gulf of the Farallones National Marine Sanctuary Advisory Council. “It’s a trade-off – you’re damned if you do, damned if you don’t &#8212; of trying to minimize the damage coming to shore, but in so doing you may be more seriously damaging the ecosystem offshore.”</p>
</blockquote>
<p style="padding-left:30px;"><a href="http://jacksonville.com/opinion/blog/401574/abel-harding/2010-05-10/oil-spill-clean-doing-more-harm-good" >http://jacksonville.com/opinion/blog/401574/abel-harding/2010-05-10/oil-spill-clean-doing-more-harm-good</a></p>
<p>other interesting articles . . .</p>
<p><strong>Chemicals Meant To Break Up BP Oil Spill Present New Environmental Concerns</strong><br />
<a href="http://www.propublica.org/article/bp-gulf-oil-spill-dispersants-0430" >http://www.propublica.org/article/bp-gulf-oil-spill-dispersants-0430</a></p>
<p><strong>BP’s Oil-Dispersant Use Veers Into Uncharted Science (Update1)</strong><br />
<a href="http://www.businessweek.com/news/2010-05-12/bp-s-oil-dispersant-use-veers-into-uncharted-science-update1-.html" >http://www.businessweek.com/news/2010-05-12/bp-s-oil-dispersant-use-veers-into-uncharted-science-update1-.html</a></p>
<p><strong>Is the BP Clean-Up Creating A Toxic Soup in the Gulf?</strong><br />
<a href="http://motherjones.com/blue-marble/2010/05/toxic-soup-gulf" >http://motherjones.com/blue-marble/2010/05/toxic-soup-gulf</a></p>
<p><strong>What are we dumping into the Gulf to ‘fix’ the oil spill?</strong><br />
<a href="http://www.grist.org/article/2010-05-03-how-risky-is-the-dispersant-strategy-for-addressing-the-gulf-spi/" >http://www.grist.org/article/2010-05-03-how-risky-is-the-dispersant-strategy-for-addressing-the-gulf-spi/</a></p>
<h2 style="text-align:center;">Find out more by doing your own search, I used<strong> &#8220;<em>2-butoxyethanol gulf oil spill</em>&#8221; </strong>to find these articles.</h2>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flux64.wordpress.com/637/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flux64.wordpress.com/637/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flux64.wordpress.com/637/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flux64.wordpress.com/637/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flux64.wordpress.com/637/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flux64.wordpress.com/637/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flux64.wordpress.com/637/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flux64.wordpress.com/637/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flux64.wordpress.com/637/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flux64.wordpress.com/637/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flux64.wordpress.com&#038;blog=355067&#038;post=637&#038;subd=flux64&#038;ref=&#038;feed=1" /></p>
<hr /><small>Copyright &copy; 2009<br /> The articles in this feed are released on a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>.  Distribution of these articles, in modified or unmodified form, is permitted provided the author is credited and <a href="http://serpent.antonchanning.com/2010/serpent/nest/bp%e2%80%99s-oil-spill-clean-up-out-of-sight-out-of-mind/">a reference to the original article</a> and/or <a href="http://antonchanning.com">antonchanning.com</a> is included with the reproduction.  All other use is unauthorised. (Digital Fingerprint:<br /> 36164a15bec13c879a57c1eacdac9121)</small>]]></content:encoded>
			<wfw:commentRss>http://serpent.antonchanning.com/2010/serpent/nest/bp%e2%80%99s-oil-spill-clean-up-out-of-sight-out-of-mind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day of Action, Night of Mourning Against Offshore Drilling  Friday May 14, Nationwide</title>
		<link>http://serpent.antonchanning.com/2010/uncategorized/day-of-action-night-of-mourning-against-offshore-drilling-friday-may-14-nationwide/</link>
		<comments>http://serpent.antonchanning.com/2010/uncategorized/day-of-action-night-of-mourning-against-offshore-drilling-friday-may-14-nationwide/#comments</comments>
		<pubDate>Mon, 10 May 2010 02:59:40 +0000</pubDate>
		<dc:creator>tortugo23</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[nest]]></category>

		<guid isPermaLink="false">http://flux64.wordpress.com/?p=633</guid>
		<description><![CDATA[via http://itsgettinghotinhere.org/2010/05/08/national-day-of-action-night-of-mourning-against-offshore-drilling-friday-may-14/ Once again the fossil fuel industry has brought crisis to the Gulf Coast. Devastation of untold proportions spews non-stop from BP’s oil well as politicians try to save face with empty promises, and oil companies preserve their profits with PR campaigns. This catastrophic spill comes on the heels of Obama’s plan to expand [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flux64.wordpress.com&#38;blog=355067&#38;post=633&#38;subd=flux64&#38;ref=&#38;feed=1" />]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Funcategorized%2Fday-of-action-night-of-mourning-against-offshore-drilling-friday-may-14-nationwide%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2010%2Funcategorized%2Fday-of-action-night-of-mourning-against-offshore-drilling-friday-may-14-nationwide%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align:center;"><span style="text-align:center; display: block;"><a href="http://flux64.wordpress.com/2010/05/09/day-of-action-night-of-mourning-against-offshore-drilling-friday-may-14-nationwide/"><img src="http://img.youtube.com/vi/8liOnfr2BjY/2.jpg" alt="" /></a></span></p>
<p style="text-align:center;">via <a href="http://itsgettinghotinhere.org/2010/05/08/national-day-of-action-night-of-mourning-against-offshore-drilling-friday-may-14/" >http://itsgettinghotinhere.org/2010/05/08/national-day-of-action-night-of-mourning-against-offshore-drilling-friday-may-14/</a></p>
<p style="text-align:center;"><a href="http://itsgettinghotinhere.org/2010/05/08/national-day-of-action-night-of-mourning-against-offshore-drilling-friday-may-14/" ><strong><img class="aligncenter" src="http://www.energybranding.com/wp-content/uploads/2009/05/bp5.jpg" alt="" width="350" height="230" /></strong></a></p>
<p>Once again the fossil fuel industry has brought crisis to the Gulf Coast. Devastation of untold proportions spews non-stop from BP’s oil well as politicians try to save face with empty promises, and oil companies preserve their profits with PR campaigns. This catastrophic spill comes on the heels of Obama’s plan to expand offshore drilling. The price of burning fossil fuels is too high. From combustion to extraction the oil industry poisons our communities, destroys ecosystems, and destabilizes the climate. Now is the time to stop offshore drilling dead in its tracks and drive another nail into the fossil fuel industry’s coffin.</p>
<p><strong>Take action Friday May 14 to demand:</strong></p>
<p>-An immediate ban on all offshore drilling</p>
<p>-A rapid and just transition away from fossil fuels</p>
<p>-No bailouts for the oil industry. All recovery costs must be paid for by BP, Halliburton, Transocean and other implicated companies.</p>
<p>-The federal government must remove any caps on liability for oil companies.</p>
<p>-BP provides full compensation for impacted communities and small businesses.</p>
<p>-BP provides full funding for long-term ecosystem restoration for impacted areas.</p>
<p>-Oil companies operating in the Gulf fully fund restoration of coastal ecosystems damaged by canals, pipelines, and other industry activities.</p>
<p><strong>Take action at:</strong></p>
<p>-BP gas stations and offices</p>
<p>-Halliburton and Transocean offices</p>
<p>-Federal buildings</p>
<p>-Offices of members of Congress</p>
<p>-State government officials in states affected by Obama’s offshore drilling proposal.</p>
<p>-Critical Mass bike rides</p>
<p>-Vigils to mourn the unspeakable loss brought by this spill</p>
<p>-Get creative!</p>
<p><span style="text-align:center; display: block;"><a href="http://flux64.wordpress.com/2010/05/09/day-of-action-night-of-mourning-against-offshore-drilling-friday-may-14-nationwide/"><img src="http://img.youtube.com/vi/JHt7EZ460l8/2.jpg" alt="" /></a></span></p>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flux64.wordpress.com/633/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flux64.wordpress.com/633/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flux64.wordpress.com/633/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flux64.wordpress.com/633/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flux64.wordpress.com/633/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flux64.wordpress.com/633/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flux64.wordpress.com/633/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flux64.wordpress.com/633/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flux64.wordpress.com/633/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flux64.wordpress.com/633/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flux64.wordpress.com&#038;blog=355067&#038;post=633&#038;subd=flux64&#038;ref=&#038;feed=1" /></p>
<hr /><small>Copyright &copy; 2009<br /> The articles in this feed are released on a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>.  Distribution of these articles, in modified or unmodified form, is permitted provided the author is credited and <a href="http://serpent.antonchanning.com/2010/uncategorized/day-of-action-night-of-mourning-against-offshore-drilling-friday-may-14-nationwide/">a reference to the original article</a> and/or <a href="http://antonchanning.com">antonchanning.com</a> is included with the reproduction.  All other use is unauthorised. (Digital Fingerprint:<br /> 36164a15bec13c879a57c1eacdac9121)</small>]]></content:encoded>
			<wfw:commentRss>http://serpent.antonchanning.com/2010/uncategorized/day-of-action-night-of-mourning-against-offshore-drilling-friday-may-14-nationwide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
