<?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; revolution</title>
	<atom:link href="http://serpent.antonchanning.com/tag/revolution/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>Freedom and Liberty in Democracy Today</title>
		<link>http://serpent.antonchanning.com/2009/rebel-politics/anarchy/liberty-and-democracy/</link>
		<comments>http://serpent.antonchanning.com/2009/rebel-politics/anarchy/liberty-and-democracy/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 18:43:56 +0000</pubDate>
		<dc:creator>Anton Channing</dc:creator>
				<category><![CDATA[anarchy]]></category>
		<category><![CDATA[democracy]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[liberty]]></category>
		<category><![CDATA[party]]></category>
		<category><![CDATA[rebel politics]]></category>
		<category><![CDATA[sex]]></category>
		<category><![CDATA[sovereignty]]></category>
		<category><![CDATA[emergent organisation]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[revolution]]></category>
		<category><![CDATA[sociology]]></category>

		<guid isPermaLink="false">http://serpent.antonchanning.com/?p=2474</guid>
		<description><![CDATA[
			
				
			
		

(Note: This article was originally written for Key64 and published a while back.  However since they seem to be down at the moment I’ve decided to republish).
I was born in the UK in the year of 1974. The cold war was in full swing and I grew up with the threat of nuclear war hanging [...]]]></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%2Frebel-politics%2Fanarchy%2Fliberty-and-democracy%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2009%2Frebel-politics%2Fanarchy%2Fliberty-and-democracy%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div class="snap_preview">
<p style="margin-bottom: 0cm;">(Note: This article was originally written for Key64 and published a while back.  However since they seem to be down at the moment I’ve decided to republish).</p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">I was born in the UK in the year of 1974. The cold war was in full swing and I grew up with the threat of nuclear war hanging over. From an early age I came to understand that I was fortunate to have been born onto the side of the war where the people were free, the government democratically elected and no one lived in fear of the secret police. Or so I thought for some years in my childhood innocence.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">As I grew into an adult I had become increasingly aware of the limits to freedom in the democratic West, and came to understand the degree to which people seemed to tolerate government intrusion into our lives. And I found them unacceptable. To begin with I knew not what to do about them. I found my friends and allies in the anarchist underbelly of society. A strange world full of beautiful subcultures that share as their common thread a healthy disrespect for authoritarian politics. Of course, some of these subcultures have a darker side, harbouring those with communist or even fascist leanings, and they are not always as obvious to spot as they should be having found many cunning ways to disguise themselves. Such is the sophistication of the hiding mechanisms, it seems like some of those with authoritarian leanings may have deceived even themselves.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">The reasons people end up in the ‘counter culture’ are diverse, but are usually related to having a taste for something frowned upon by society at large, or even actually illegal. This can be as simple as holding a minority political view, or belonging to an unconventional religion. It can be attendance at raves and squat parties, if not actual squatting. It can be membership of direct action and protest movements. It can be smoking marijuana, and perhaps increasingly tobacco as it too becomes ostracised from the mainstream. Other things like motorcycles, or skate boards, surfing and extreme sports. Sexual attraction to the same sex, or both sexes, cross dressing and transsexualism are all unconventional enough to lead to counter culture. Even something as basic as an interest in non-mainstream music can lead one to the counter culture.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">Of course, a lot of people meeting some of the criteria above will find themselves only on the fringes of counter culture. Others will attempt to hide their difference in a veneer of normality and a revulsion for anything else that causes them to stand out.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">However, when I say underbelly, I do not wish to confuse counter culture with the underclass. The counter culture is made up of people from all walks of life, some living on benefits, some in low income employment, others are students, or in professional graduate jobs. Some run businesses, or work in creative media perhaps even as artists, poets, musicians and those with fairly successful acting careers. Some are quite wealthy and drive nice cars/have big houses. Whilst others are homeless and live on the street or in squats. However, those unfortunate enough to become jobless and homeless pretty much become counter culture by default since the dominant culture failed them they need to turn elsewhere for support. Counter culture is where they find that support. If they are lucky. It partly depends on how well evolved their local counter culture is.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">Commitment and membership of the counter culture varies, many who think of themselves as part of it are only paying lip service, whilst yet others deeply ingrained within it may not see themselves as part of anything. What is more, it is deeply divided with many factions that dislike and distrust other factions. And yet if one has an understanding of their commonality, it is easy to move around within it and be liked by most of the diverse strains. </span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">The single most important rule to get along in counter culture is to remember to never grass on anyone to the police for any activity the authorities unfairly classify as a crime or for which you know the punishment will be entirely disproportionate. Nor indeed to make undue fuss about such things when they have no negative impact upon your person or your freedom.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">Manifestation of this counter cultural rule depends entirely on the innate sense of fairness common to the vast majority of human beings, and will vary greatly depending on the nature of the current injustices being perpetrated by the worlds governments.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">For example, when being Jewish was a crime punishable by death in Nazi occupied Europe, many non-Jews recognised the unfairness of the ruling power and were willing to risk their own freedom, and even their own lives, in order to hide, feed and assist in the escaping of those directly persecuted. This is an extreme example from a particularly vicious totalitarian government, although we must remember that whilst they disbanded democracy in favour of dictatorship they could only do so because they were voted in using a system based almost exactly on the democratic model still officially in use in the modern day United States. It also demonstrates quite clearly that sometimes it is only by breaking and tolerating the breaking of unjust law that true justice can be served.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">Another example closer to home would be those living in a post war democracy before the legalisation of homosexuality who recognised the injustice of their persecution, and who would knowingly keep the company of gay men without reporting them. In the modern day United Kingdom as I write this, it is still illegal for three or consenting gay men to have sex with one another. I remember reading somewhere that more people were arrested for homosexuality after it was legalised than before. I don’t know if that still holds true but it was fairly recently that a group of gay men were arrested for nothing more than making video of themselves having group sex. Making the video wasn’t the crime, it was just used as evidence that these men had illegal group sex. Still, whether people know it is illegal or not, I very much doubt I know many people that would go so far as to report group sex practising gay men to the police, and I certainly wouldn’t count such people amongst my friends.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">Indeed I myself would not report any illegal activity to the authorities that occurred between consenting adults. Nor would any of my friends. It is all very well democratically elected governments passing laws that violate the sovereignty of consenting adults in their private lives, be it in the bedroom, a private party, a muddy field or an organised centre of recreation if no-one is actually willing to report violations of such unjust laws.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">Of course, some misguided people are willing to report such things, sometimes even quite well meaning people. It is partly to make such people think about the true meaning of justice and liberty that I am writing articles like this one. Others however have quite hypocritically turned on their fellows out of spite or revenge. For example I know of an adept (second in command) of a magic order that got involved in a custody battle with an ex member of the same group. In the ensuing court case she actually had the nerve to out the father of her child as a witch in the hopes of prejudicing the court against him. Luckily freedom of religion is very much an excepted part of the modern legal system these days and so her tactic backfired. None the less she demonstrated considerable hypocrisy in her actions which are one of the many reasons I no longer count her as a friend or even someone to be trusted.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">By this point I have come to notice that I have been bandying about terms such as ‘unjust law’, ‘individual sovereignty’ and ‘consenting adults’ without defining precisely what I mean by such terms. On the surface they seem self explanatory, but if we explore them deeper we find that they are not without ambiguities and each raise questions. Of what exactly is the individual sovereign? What makes a law unjust? How are adults able to grant or withdraw consent, and under what circumstances can we consider consent to have been broken?</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">These are valid questions and so for the purposes of this book I will attempt to define these ideas in as simple a form as possible.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">Individual sovereignty means that the individual is sovereign of their own mind and body. It can also be extended to refer to sovereignty over personal possessions, and whilst I see this as a natural conclusion, at no point should it distract us from the core issue of sovereignty and ownership of ones own mind and body. Ownership of the mind is something we have come to take for granted in the democratic west. We can believe and think what we want although we are not always free to say it. Freedom of speech is of course a much touted cornerstone of democracy but in practise it has never been total. Slander and libel laws have ensured that. To say nothing of incitement to violence/crime and hatred laws. Thought however has never been a crime in a real democracy. </span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">Of course, most democracies in the world are currently turning their backs on what democracy means, seeing in their majority vote a mandate to do exactly as they please, and so it is not surprising to see thought crimes starting to appear on the statute books. For example here in the UK a young woman was imprisoned for simply owning Jihadist literature. The UK is no stranger to terrorist attacks. Throughout my life there have been far worse troubles in Ulster, which often fed into the UK mainland, with far more dead than the Jihadists have so far caused, and yet it was never to my knowledge a crime in those days to simply own Irish Republican material. Nor when some neo-nazi’s nail bombed Soho did they make it illegal to own neo-nazi material. The tide it seems is turning back to its authoritarian roots.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">Or perhaps it is just that the first wave of freedom broke and receded at the end of the seventies, the next wave arrived in time for the nineties but broke around the millennium. If this is cyclical the next wave should start in time for 2012, lets hope it reaches a bit further inland this time…</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">The freedom of an individuals mind is a cornerstone of democracy, whether or not it us under threat from current democracies, since without it the very discourse on which democracy is based becomes meaningless. But sovereignty of body is not something that has ever been fully recognised by any government, democratic or otherwise. Homosexuality has only been barely legal for a few decades, many democratic governments reserve the right to enforce conscription, even if they aren’t currently practising it, all control to a certain degree what medicine and recreational substances we are allowed, restrictions on who can get a sex change operation, the right to sell sexual services for money. You don’t have to look far to see that the law is full of instances where the government evidently feels it has the right to control what individuals can and can’t do with their own body, evidently feels that our bodies are its legal property.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">Personally I do not feel this is a task that should fall within their remit. They are only elected officials. The only qualification they need to be appointed to their post is winning a national popularity contest based on sound bites, false promises, celebrity endorsements and having the best smile. Why should we trust such people with anything at all, much less our own bodies? </span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">Many people are currently campaigning for all sorts of reforms to our legal and electoral systems. Some want cannabis legalised, others want a proportionally representative democracy, etc. And I am not saying that these aren’t worthy causes, but a movement I could really get behind would be one where the very legal right of government to violate the sovereignty of an individual was challenged. Imagine a world where we had successfully devested government of such power. This is the kind of world I would like to see achieved in my own lifetime. And that is why I am writing this, to help turn us back on track, so that once again we can move forwards towards a future of liberty and freedom from tyranny (instead of mistakenly assuming we’ve already got there as those with authoritarian outlook want us to believe). Let us continue the journey we started in the Enlightenment, rather than giving up and retreating back into totalitarian control.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">With this in mind, it becomes clearer what I mean by consenting adults. For one adult to do something physically to another, consent must be given by the receiving party. If the technology exists to tamper with the contents of a persons mind, consent must similarly be obtained. We can see this in action already with regards to rape law, trials primarily concerned with determining whether consent for sex was given, or whether sex continued after consent was withdrawn.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">Of course the problem is that the government presumes to intervene and make activities illegal despite consent being given. This is often done under the guise of ‘protecting the individual from themselves’ but is more often a pandering to the sensibilities of some influential religious group that are somehow offended by the activities involved and wish to suppress their practise, even amongst those who don’t subscribe to their teachings.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">Just law is then all law that recognises the sovereignty of the individual over their own mind and body, recognises the right of consenting adults to be sovereign over their collective minds and bodies and protects that sovereignty from all who would violate it. Unjust law is law that permits or demands that such sovereignty be violated. This can be on an individual level, such as a law that permitted a man to rape a woman without consequence, or it can be on an organisational level, such as a law that required the authorities to arrest members of the public caught in certain sexual practises.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;"><br />
</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;">To summarise:</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;"><strong>Individual Sovereignty</strong> is the absolute sovereign right of all individuals over their own minds and bodies.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;"><strong>Consenting Adults.</strong> Any activity in which all present consent, and are mentally mature enough to grant consent, have not been deliberately misinformed by others present with regards to the risks of the activities and are able to withdraw consent, is an activity that is taking place between consenting adults.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-family: ZapfCalligr BT,serif;"><strong>Unjust Law</strong>: Any law which fails to recognise the sovereignty of the individual or of consenting adults shall be deemed unjust.</span></p>
</div>
<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/rebel-politics/anarchy/liberty-and-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/2009/rebel-politics/anarchy/liberty-and-democracy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freedom and Liberty in democracy today</title>
		<link>http://serpent.antonchanning.com/2008/rebel-politics/anarchy/freedom-and-liberty-in-democracy-today/</link>
		<comments>http://serpent.antonchanning.com/2008/rebel-politics/anarchy/freedom-and-liberty-in-democracy-today/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 07:24:50 +0000</pubDate>
		<dc:creator>Anton Channing</dc:creator>
				<category><![CDATA[anarchy]]></category>
		<category><![CDATA[democracy]]></category>
		<category><![CDATA[liberty]]></category>
		<category><![CDATA[rebel politics]]></category>
		<category><![CDATA[autonomy]]></category>
		<category><![CDATA[counter culture]]></category>
		<category><![CDATA[individual sovereignty]]></category>
		<category><![CDATA[key64]]></category>
		<category><![CDATA[revolution]]></category>
		<category><![CDATA[underground]]></category>

		<guid isPermaLink="false">http://serpent.antonchanning.com/blog/freedom-and-liberty-in-democracy-today/</guid>
		<description><![CDATA[
			
				
			
		
Just published on Key64.net:
http://key64.net/article/1329-freedom-and-liberty-in-democracy-today
Copyright &#169; 2009 The articles in this feed are released on a Creative Commons Attribution-Share Alike 3.0 Unported License.  Distribution of these articles, in modified or unmodified form, is permitted provided the author is credited and a reference to the original article and/or antonchanning.com is included with the reproduction.  All [...]]]></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%2F2008%2Frebel-politics%2Fanarchy%2Ffreedom-and-liberty-in-democracy-today%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2008%2Frebel-politics%2Fanarchy%2Ffreedom-and-liberty-in-democracy-today%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Just published on Key64.net:</p>
<p>http://key64.net/article/1329-freedom-and-liberty-in-democracy-today</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/2008/rebel-politics/anarchy/freedom-and-liberty-in-democracy-today/">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/2008/rebel-politics/anarchy/freedom-and-liberty-in-democracy-today/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Kebele Community Cooperative</title>
		<link>http://serpent.antonchanning.com/2007/rebel-politics/anarchy/the-kebele-community-cooperative/</link>
		<comments>http://serpent.antonchanning.com/2007/rebel-politics/anarchy/the-kebele-community-cooperative/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 22:40:24 +0000</pubDate>
		<dc:creator>Anton Channing</dc:creator>
				<category><![CDATA[anarchy]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[liberty]]></category>
		<category><![CDATA[rebel politics]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[sovereignty]]></category>
		<category><![CDATA[cafe]]></category>
		<category><![CDATA[collaborate]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[revolution]]></category>
		<category><![CDATA[squat]]></category>
		<category><![CDATA[squatting]]></category>
		<category><![CDATA[vegan]]></category>
		<category><![CDATA[vegetarian]]></category>

		<guid isPermaLink="false">http://serpent.antonchanning.com/blog/the-kebele-community-cooperative/</guid>
		<description><![CDATA[
			
				
			
		
I was in Bristol over the weekend and was going to do a day trip to London for the Zippy Picnic on the Saturday.  However, I missed the train with a non open ticket, and found myself with a day in Bristol instead.  If I&#8217;d known I would end up in a vegan [...]]]></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%2Fthe-kebele-community-cooperative%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fserpent.antonchanning.com%2F2007%2Frebel-politics%2Fanarchy%2Fthe-kebele-community-cooperative%2F&amp;source=antonchanning&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I was in Bristol over the weekend and was going to do a day trip to London for the Zippy Picnic on the Saturday.  However, I missed the train with a non open ticket, and found myself with a day in Bristol instead.  If I&#8217;d known I would end up in a vegan cafe, I would have been more sensitive than to turn up in leather jeans.  Of course, I myself am not vegan, but I do like vegan and vegetarian food, and have often been known to cook myself meals that would qualify as each.  However, I am a big fan of good quality blue steak every now and then&#8230; <img src='http://serpent.antonchanning.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-4"></span>The cafe in question is run by the <a title="Kebele Community Cooperative" href="http://www.kebelecoop.org">Kebele Community Cooperative</a>, who also have a library of anarchist literature and two internet PC&#8217;s running <a title="Debian GNU/Linux" href="http://www.debian.org/">Debian GNU/Linux</a>.  The food was good and the atmosphere was very friendly.  Since getting home, I have done some research, and it appear that this cooperative <a title="keeping kulture kredible" href="http://loveandrage.org.uk/?p=112">started life as a squat</a>.</p>
<p>I feel really inspired after my visit and plan to return next time I&#8217;m in Bristol with some time to spare. I highly recommend anyone in or visiting Bristol to do the same.  Eat, talk to the members of the cooperative, possibly even sitting down eating with one of the people who prepared your food, donate some money, do some dishes, browse the library, buy some non-profit anarchist booklets and magazine, use the internet if you need to.  This is not just a cafe, its a community.  Don&#8217;t just eat there and leave, take part!  Collaborate!</p>
<p>If anyone knows of any others around the world, feel free to leave a comment with a link&#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/2007/rebel-politics/anarchy/the-kebele-community-cooperative/">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/the-kebele-community-cooperative/feed/</wfw:commentRss>
		<slash:comments>0</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>
