<?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 &#187; chaos</title>
	<atom:link href="http://serpent.antonchanning.com/tag/chaos/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>Review: The Apophenion by Peter J Carroll</title>
		<link>http://serpent.antonchanning.com/2009/neo-thaumaturgy/sorcery/review-the-apophenion/</link>
		<comments>http://serpent.antonchanning.com/2009/neo-thaumaturgy/sorcery/review-the-apophenion/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 18:36:36 +0000</pubDate>
		<dc:creator>Anton Channing</dc:creator>
				<category><![CDATA[chaos]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[sorcery]]></category>
		<category><![CDATA[animism]]></category>
		<category><![CDATA[Apophenia]]></category>
		<category><![CDATA[apophenion]]></category>
		<category><![CDATA[Chaos Magic]]></category>
		<category><![CDATA[divination]]></category>
		<category><![CDATA[enchantment]]></category>
		<category><![CDATA[goddess]]></category>
		<category><![CDATA[Pareidolia]]></category>
		<category><![CDATA[Peter J Carroll]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[wisdom]]></category>

		<guid isPermaLink="false">http://serpent.antonchanning.com/?p=2348</guid>
		<description><![CDATA[
			
				
			
		
After writing my recent note concerning the 15 Books that I am most aware of having influenced me (not the same as my favourite 15 books incidentally), I have decided to write deeper reviews of some of those books, and to start with I have chosen The Apophenion: A Chaos Magic Paradigm by Peter J [...]]]></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%2F2009%2Fneo-thaumaturgy%2Fsorcery%2Freview-the-apophenion%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2009%2Fneo-thaumaturgy%2Fsorcery%2Freview-the-apophenion%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>After writing my recent note concerning the <a title="15 Books" href="http://serpent.antonchanning.com/blog/15-books-2/">15 Books</a> that I am most aware of having influenced me (not the same as my favourite 15 books incidentally), I have decided to write deeper reviews of some of those books, and to start with I have chosen The Apophenion: A Chaos Magic Paradigm by <a title="Specularium" href="http://www.specularium.org/">Peter J Carroll</a>, mainly because I have just finished reading it.</p>
<p style="text-align: center;"><img class="aligncenter" style="margin-top: 0px; margin-bottom: 0px;" title="The Apophenion: A Chaos Magic Paradigm by Peter J Carroll" src="http://antonchanning.com/images/apophenion.jpg" alt="Book cover for The Apophenion" width="200" height="313" /></p>
<p style="text-align: left;">I have to admit I wasn&#8217;t sure I&#8217;d enjoy this book, as I have found Carroll&#8217;s work a little too reductionist at times.  On occasion I did find myself unhappy with this book for precisely this reason, a prominent example being his insistence that magic tends to be about enchantment and divination, with invocation, evocation and illumination only serving to aid these two goals.  With these defined as obtaining information or encouraging events to happen &#8216;by non-ordinary means&#8217;, one could be tempted to reduce things further and define magic as the idea that one can get things by non-ordinary means (whether events, information or anything else), but this could imply a tendency to control.    These abilities can cause disaster for an individual that fails to use them wisely.</p>
<p>Not that I&#8217;m implying such a lack of wisdom in Carroll, he has hinted at its importance in earlier works (such as the combined power-wisdom catastrophe charts in the back of Liber Kaos), just pointing out that he seems to take it as read in this work.</p>
<p>I didn&#8217;t find the balance between physics and magic problematic, indeed mostly inspirational, although I did find myself skimming one of the more science based appendices for lack of obvious application for such ideas in my present situation.</p>
<p>These minor criticisms aside I have found great inspiration from this book, to the extent I feel a renewed connection to the Chaos Magic current after having abandoned it for a few years.  I once again understand things I had for a time forgotten or misunderstood.  For example I had always identified with Carroll for favouring an &#8216;animist&#8217; perspective over either a &#8216;materialist&#8217; or &#8216;transcendental&#8217; one, but during my disillusionment with Chaos Magic, tended to see it as &#8216;too materialist&#8217;.  Carroll&#8217;s writings on Pan-psychism in this book have renewed the understanding and identification, and built upon them.</p>
<p>However the real gem for me, perhaps demonstrating a tendency of mine towards the Pantheistic end of the Magic spectrum (as opposed the to Science end), has been the discovery of the twin Goddesses of Apophenia and Pareidolia, the former of which gave her name to this book.</p>
<p>This work should appeal to all those in the chaos current that can stomach, understand or gloss over the science bits, but could enjoy broader appeal for those that practise magic of whatever label. Indeed I would include this work in a recommended reading list of how to practise magic if I chose to create one.</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/2009/neo-thaumaturgy/sorcery/review-the-apophenion/">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/2009/neo-thaumaturgy/sorcery/review-the-apophenion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Books</title>
		<link>http://serpent.antonchanning.com/2009/esoteric/alchemy/15-books-2/</link>
		<comments>http://serpent.antonchanning.com/2009/esoteric/alchemy/15-books-2/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 16:54:43 +0000</pubDate>
		<dc:creator>Anton Channing</dc:creator>
				<category><![CDATA[alchemy]]></category>
		<category><![CDATA[anarchy]]></category>
		<category><![CDATA[chaos]]></category>
		<category><![CDATA[esoteric]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[discordia]]></category>
		<category><![CDATA[Eris]]></category>

		<guid isPermaLink="false">http://serpent.antonchanning.com/?p=1540</guid>
		<description><![CDATA[
			
				
			
		
This is a response to Seani Fool over at PagAnarchy.net who wrote a blog listing his 15 books that most shaped who he is today.  Amongst others, he has asked me to share the 15 that most influence me currently.
1. The Apophenion: A Chaos Magic Paradigm by Peter J Carroll.  I&#8217;m only half way through [...]]]></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%2F2009%2Fesoteric%2Falchemy%2F15-books-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2009%2Fesoteric%2Falchemy%2F15-books-2%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>This is a response to Seani Fool over at PagAnarchy.net who wrote a blog listing his <a title="15 Books" href="http://www.paganarchy.net/blogs/sean.php/15books#more167">15 books</a> that most shaped who he is today.  Amongst others, he has asked me to share the 15 that most influence me currently.</p>
<p>1. <a title="My review of The Apophenion" href="http://serpent.antonchanning.com/blog/review-the-apophenion/">The Apophenion: A Chaos Magic Paradigm by Peter J Carroll</a>.  I&#8217;m only half way through this book so I&#8217;m not sure if I should count it yet, but since this is about what is influencing me right now, and through my current action of reading it and enjoying it, it is occupying a lot of my thoughts.  So far I think this is Carroll&#8217;s best book to date.  It seems to expand a lot upon some of the concepts hinted at in PsyberMagick, and present them in a much more lucid and coherent arguement.  It also ties various threads together in a way that appeals to the way I think.</p>
<p>2. Promethea by Alan Moore.  I don&#8217;t care if it is a graphic novel (or more a series of graphic novels), it continues to inspire.</p>
<p>3. The Invisibles by Grant Morrison.  Same applies to this one.  I don&#8217;t care if Grant and Alan apparently don&#8217;t care much for each other, I&#8217;ve never met either of them, so its just about appreciating their respective creations.</p>
<p>4. Visual Magick and Seidways by Jan Fries.  Okay, I know that&#8217;s two so I&#8217;m cheating a bit.  But I think these two books compliment each other so well that I think they could be combined into one big volume.  Possibly an even bigger one with Hellrunar thrown in for good measure.  Reading both these books changed the way I performed and thought about magick forever, and helped liberate me from thinking of myself exclusively as a Chaos Magician.</p>
<p>5. PsyberMagick by Peter J Carroll.  If I hadn&#8217;t read this book, I probably wouldn&#8217;t have signed up to the Illuminates of Thanateros all those years ago.  As a result, reading it shaped the pretty much all the path of magic I have tread ever since, including the formation of KIA.  It was the first Peter Carroll book I read to, didn&#8217;t read the others until after I was in the IoT.  I loved the humour in it, and enjoyed the format even though I was yet to read Crowley&#8217;s Book of Lies at the time.</p>
<p>6. BLAST your way to MegaBuck$ with my SECRET sex power formula! and other reflections upon the spiritual path by Ramsey Dukes.  This book was my introduction to Duke&#8217;s theories, including Johnstone&#8217;s Paradox.  My life would never be the same again.  I still think every so often about recreating an old command line program I made for doing magick by hacking into the computer that controls our universe.  It worked a bloody treat.</p>
<p>7. Paradoxical Emblems of D A Freher.  Reading this book caused me to make a choice.  That choice changed my life and freed me from certain bad decisions I&#8217;d made in the past and certain undesirable associations I&#8217;d made.  But not in the way that it made me think about those things.  No.  In the way that reading that book is an act of magick and the choice you make when reading it plants a seed.</p>
<p>8. Prometheus Rising by Robert Anton Wilson.  Doesn&#8217;t guarantee you won&#8217;t get brainwashed again, but makes it a lot harder for someone to do so over a sustained length of time.  See through the bullshit of those who would control you.  Whoever they are.</p>
<p>9. The Devil and the Goddess by Gyrus.  Proving that a book doesn&#8217;t need to have many pages to be brilliant.  This book combined with Seidways by Jan Fries to really inspire me thoughts on the importance of serpent imagery in magick.</p>
<p>10. Anarchism, arguments for and against by Albert Meltzer.  Another little booklet that has greatly inspired.</p>
<p>11. Spectacular Times.  A series of booklets.  About seeing through the lies and propaganda.</p>
<p>12. The Origin of Consciousness in the Breakdown of the Bicameral Mind by Julian Jaynes.  Not the definition of consciousness I feel comfortable, but other than getting into an arguement about what consciousness &#8216;is&#8217;, a damn good hypothesis about the way certain mind phenomena came to be.</p>
<p>13. Snowcrash by Neal Stephenson.  A virtual reality internet, a hacker hero with deadly martial arts skills, futuristic skaters that harpoon cars to hitch rides and a bad guy who has a nuclear warhead in the sidecar of his motorbike.  Strange religious cults, babalonian mythology, glossolalia, the Mafia and an America so taken over by corporations the state barely exists.  Could a be kick arse movie if they did a good job of it.  A rollercoaster of a read.  Damn good author.</p>
<p>14. Principlia Discordia.  Fnord.</p>
<p>15. The Way of the Sacred by Francis Huxley.  The common currents and themes of the worlds religions and mystery traditions exposed.  Another book with a lot to say about serpents in symbolic, mystical and mythological senses.</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/2009/esoteric/alchemy/15-books-2/">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/2009/esoteric/alchemy/15-books-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Open Source Democracy</title>
		<link>http://serpent.antonchanning.com/2007/rebel-politics/anarchy/open-source-democracy/</link>
		<comments>http://serpent.antonchanning.com/2007/rebel-politics/anarchy/open-source-democracy/#comments</comments>
		<pubDate>Thu, 31 May 2007 20:11:06 +0000</pubDate>
		<dc:creator>Anton Channing</dc:creator>
				<category><![CDATA[anarchy]]></category>
		<category><![CDATA[chaos]]></category>
		<category><![CDATA[democracy]]></category>
		<category><![CDATA[liberty]]></category>
		<category><![CDATA[rebel politics]]></category>
		<category><![CDATA[sovereignty]]></category>
		<category><![CDATA[emergent organisation]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[individual sovereignty]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[revolution]]></category>
		<category><![CDATA[spectacle]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://serpent.antonchanning.com/blog/open-source-democracy/</guid>
		<description><![CDATA[
			
				
			
		
I have just finished reading my first ever on-line book from the Project Gutenburg library.  Well, more like a pamphlet really, but inspiring none the less.  It was Open Source Democracy by Douglas Rushkoff.  I came across it searching on the title.  I&#8217;d never actually heard of it, and although the [...]]]></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%2F2007%2Frebel-politics%2Fanarchy%2Fopen-source-democracy%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2007%2Frebel-politics%2Fanarchy%2Fopen-source-democracy%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I have just finished reading my first ever on-line book from the <a title="Project Gutenberg" href="http://www.gutenberg.org" target="_blank">Project Gutenburg</a> library.  Well, more like a pamphlet really, but inspiring none the less.  It was <a title="Open Source Democracy eBook on Project Gutenberg" href="http://www.gutenberg.org/files/10753/10753.txt">Open Source Democracy</a> by <a title=":: Douglas Rushkoff ::" href="http://rushkoff.com/">Douglas Rushkoff</a>.  I came across it searching on the title.  I&#8217;d never actually heard of it, and although the authors name is familiar to me, I can&#8217;t actually remember where I&#8217;ve come across it in the past.  Probably several places.</p>
<p><span id="more-3"></span>His argument is about how new knowledge <em>emergent</em>, or <em>bottom-up</em>, organisation, such as one might find in chaos mathematics, the behaviour of coral colonies and perhaps more importantly considering the pamphlet title the <a title="The Open Source Initiative" href="http://www.opensource.org/">Open Source Software</a> movement, will eventually impact and revitalise democracy, returning power and participation to the people.   This knowledge will in largely be <em>experiential</em>.  In that we as individuals have slowly gained control over <a title="Spectacular Times" href="http://nntk.net/main.php?g2_itemId=251">the spectacle</a> of media.  With the advent of of television, we were passive viewers of a strange &#8216;magic&#8217;.  Remote controls, video recorders, camcorders all played their part in giving us more control and power over what we watched.  Finally video games, computers and the internet played their share in reducing our attention to corporate and government controlled centralised programming and allowed us to use media as a means of communication.   As people get used to the participatory nature of the web, they will start to realise how unresponsive the current democratic system is.  This, he argues, is why participation in elections are falling.  Apparently though, people will start to demand a more participatory democratic experience, rebuilding it in such a way as to make it more responsive.</p>
<p>The actual argument is slightly more complex than my brief summary, and well worth a read in full if you have time.  It is not my intent to reproduce it here.  I have my own argument to add&#8230;</p>
<p>The reason I was searching on the term was because I had an idea.  And the term &#8216;Open Source Democracy&#8217; summed up that idea.  I wanted to see if anyone had already thought of it.  Rushkoff is heading in the right direction, but falls short of the idea that came to mind.  Although I might be one of the people he mentions that will rewrite the rules.  That&#8217;s not a role I object to playing! So I shall put my idea out there right now.  The sooner people start building towards the realisation of this idea the better really&#8230;</p>
<p>My idea was at first a reaction against the take over of democracy by corporate closed source <a title="How E-voting Threatens Democracy" href="http://www.wired.com/politics/security/news/2004/03/62790">electronic voting systems</a>, with no paper trail, verifiability or accountability.   Of course, being a software engineer, I realised the problem was not with electronic voting, but with trusting the building and running of electronic voting systems to closed source and unaccountable corporations.  After all, with old paper voting systems, we wouldn&#8217;t have trusted a private company to count the votes in secret.  Yet this is effectively what we allow electronic voting companies to do today.  Whether they have actually abused their position yet is besides the point. They shouldn&#8217;t be given the power to do so in the first place.</p>
<p>Why would an Open Source e-voting system be different?  For one thing, it would allow the public to see the source code and submit improvements, meaning better security, ensured anonymity of voters, and guaranteed accuracy.  Any flaws in the system would be spotted and corrected without vested interests <a title="ABC News: Touch-Screen Trouble" href="http://abcnews.go.com/Politics/Vote2004/story?id=203866&amp;page=1">hiding the flaws</a> for fear of losing profits.</p>
<p>But why stop there?   Such a system has the potential to do so much more than simply recreate the paper based system.  We could rethink democracy and make it much more responsive and participatory.  Here is my idea for a new democratic system:</p>
<p>1. Every member of society can register as a voter, and must be uniquely identifiable to prevent voting fraud from duplicate voting counts.</p>
<p>2. Voters can also register as a candidate, with their own personal manifesto, and if they have them details of party allegiances.</p>
<p>3. Voters can register and change their support for candidates at any time.  Via a secure website systems, local public booths or where available via a traditional paper ballot.</p>
<p>4. The position of every candidate is clear at every stage of the voting process, so voters can see whether they feel the need to back a different horse.</p>
<p>5. At the beginning of each month, week, day or even hour depending on the model required, the top <em>n</em> candidates are awarded seats, where <em>n </em>is the number of seats.<br />
6. Seat holder with the most backers gets to propose the agenda for the next debate, and the other seat holders are given a set amount of time to prepare counter arguments before the debate starts.</p>
<p>7. After all the debate, amendments to the proposal by the lead seat holder must be declared, and each successive seat holder may propose an alternative option to the proposal.</p>
<p>8. Seat holders then vote on the proposal and the alternative options, using a single transferable vote.</p>
<p>9. Each seat holder represents the total backers they <em>currently</em> hold, which may be different from the total they had when they were first selected.  In this way, <em>everyone</em> gets to vote on each proposal, not just the seat holders.</p>
<p>Well, at the moment it is little more than a pipe dream.  And I would add some caveats to prevent the system from being taken over by tyrants.  This reflects that I do not stop at support for Open Source, but take things one step further by supporting the principles of the <a title="Free Software Foundation" href="http://www.fsf.org/">Free Software Foundation</a>.</p>
<p>First, all truly democratic systems have limits on the power of the government over its people.  Most people recognise freedom of speech as an important cornerstone of democratic liberty. However, I extend this to suggest complete individual sovereignty in matters of mind, body and soul.  Not only should it be beyond the remit of government to violate an individuals sovereignty, it should be considered treason against democracy for them to make an attempt to do so, resulting in an immediate ban from candidacy at the very least.</p>
<p>Of course, it would be good to see this system developed and tested in experimental communities before attempting to introduce it for a real government, so that any flaws in my proposal or the initial implementations of it, can be ironed out.  But I think I have come up with a basic blue print for advancing on the road to a better and freer society that early democratic efforts set us upon.  Later I would like to see the system tested in a real governmental situation.  With all the controversy over the House of Lords reforms in the UK, our parliaments second house might well prove to be the ideal testing ground.</p>
<p>The UK government has already started the <a title="Open Source Academy" href="http://learningonlineinfo.org/2006/06/28/open-source-academy/">Open Source Academy</a> to promote the use of cost saving Open Source Software in local government and with the Conservative Party already promising <a title="Open Source Politics" href="http://www.designingforcivilsociety.org/2007/03/open_source_pol.html" target="_blank">a level playing field</a> for Open Source Software in the UK, the early signs of political momentum building in this direction are already there.  But the nature of emergent behaviour politics is such that we have to build it from the bottom up rather than waiting for the powers that be to do it for us.</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/2007/rebel-politics/anarchy/open-source-democracy/">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/2007/rebel-politics/anarchy/open-source-democracy/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
