Farming
This commit is contained in:
parent
ecf29787ea
commit
ddf4656042
|
@ -33,7 +33,7 @@ You can bypass all of these dilemmas and take back ownership of your internet co
|
|||
"The deepest problem is that the system architecture that has evolved in recent years holds masses of information on many people with no intelligence value, but with vast potential for political abuse." -- Ross Anderson
|
||||
#+END_QUOTE
|
||||
|
||||
Freedombone is an example of the internet as it was supposed to be: a network of peers, rather than a small number of gigantic server farms with everyone connecting to them. Even if they're well run, centralised server farms become a conspicuous target for /all kinds of nefariousness/ and in any future wars they're bound to be amongst the first facilities to receive the "/shock and awe/" treatment. If a robust information society is desirable then excessive centralisation of control over information should be avoided.
|
||||
Freedombone is an example of the internet as it was supposed to be: a network of peers, rather than a small number of gigantic server farms with everyone connecting to them. Even if they're well run, centralised server farms become a conspicuous target for /all kinds of nefariousness/ and in any future wars they're bound to be amongst the first facilities to receive the "/shock and awe/" treatment. Also consider just what is being "farmed". If a robust information society is desirable then excessive centralisation of control over information should be avoided.
|
||||
|
||||
#+BEGIN_CENTER
|
||||
[[file:images/counter.png]]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title></title>
|
||||
<!-- 2015-05-03 Sun 09:23 -->
|
||||
<!-- 2015-10-28 Wed 20:40 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="generator" content="Org-mode" />
|
||||
<meta name="author" content="Bob Mottram" />
|
||||
|
@ -27,9 +27,9 @@
|
|||
padding: 2px; font-size: 80%; font-weight: normal; }
|
||||
.timestamp { color: #bebebe; }
|
||||
.timestamp-kwd { color: #5f9ea0; }
|
||||
.right { margin-left: auto; margin-right: 0px; text-align: right; }
|
||||
.left { margin-left: 0px; margin-right: auto; text-align: left; }
|
||||
.center { margin-left: auto; margin-right: auto; text-align: center; }
|
||||
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
|
||||
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
|
||||
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
|
||||
.underline { text-decoration: underline; }
|
||||
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
|
||||
p.verse { margin-left: 3%; }
|
||||
|
@ -68,12 +68,12 @@
|
|||
caption.t-above { caption-side: top; }
|
||||
caption.t-bottom { caption-side: bottom; }
|
||||
td, th { vertical-align:top; }
|
||||
th.right { text-align: center; }
|
||||
th.left { text-align: center; }
|
||||
th.center { text-align: center; }
|
||||
td.right { text-align: right; }
|
||||
td.left { text-align: left; }
|
||||
td.center { text-align: center; }
|
||||
th.org-right { text-align: center; }
|
||||
th.org-left { text-align: center; }
|
||||
th.org-center { text-align: center; }
|
||||
td.org-right { text-align: right; }
|
||||
td.org-left { text-align: left; }
|
||||
td.org-center { text-align: center; }
|
||||
dt { font-weight: bold; }
|
||||
.footpara:nth-child(2) { display: inline; }
|
||||
.footpara { display: block; }
|
||||
|
@ -167,35 +167,35 @@ for the JavaScript code in this tag.
|
|||
|
||||
|
||||
<colgroup>
|
||||
<col class="left" />
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="left" />
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="left" />
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="left" />
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="left" />
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="left" />
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="left" />
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="left" />
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="left" />
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="left"><a href="./variants.html">Variants</a></td>
|
||||
<td class="left"><a href="./installation.html">Installation</a></td>
|
||||
<td class="left"><a href="./usage.html">How to use it</a></td>
|
||||
<td class="left"><a href="backups.html">Backups</a></td>
|
||||
<td class="left"><a href="./code.html">Code</a></td>
|
||||
<td class="left"><a href="./related.html">Related Projects</a></td>
|
||||
<td class="left"><a href="faq.html">FAQ</a></td>
|
||||
<td class="left"><a href="support.html">Contact/Support</a></td>
|
||||
<td class="left"><a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html">License</a></td>
|
||||
<td class="org-left"><a href="./variants.html">Variants</a></td>
|
||||
<td class="org-left"><a href="./installation.html">Installation</a></td>
|
||||
<td class="org-left"><a href="./usage.html">How to use it</a></td>
|
||||
<td class="org-left"><a href="backups.html">Backups</a></td>
|
||||
<td class="org-left"><a href="./code.html">Code</a></td>
|
||||
<td class="org-left"><a href="./related.html">Related Projects</a></td>
|
||||
<td class="org-left"><a href="faq.html">FAQ</a></td>
|
||||
<td class="org-left"><a href="support.html">Contact/Support</a></td>
|
||||
<td class="org-left"><a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html">License</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -238,7 +238,7 @@ You can bypass all of these dilemmas and take back ownership of your internet co
|
|||
</blockquote>
|
||||
|
||||
<p>
|
||||
Freedombone is an example of the internet as it was supposed to be: a network of peers, rather than a small number of gigantic server farms with everyone connecting to them. Even if they're well run, centralised server farms become a conspicuous target for <i>all kinds of nefariousness</i> and in any future wars they're bound to be amongst the first facilities to receive the "<i>shock and awe</i>" treatment. If a robust information society is desirable then excessive centralisation of control over information should be avoided.
|
||||
Freedombone is an example of the internet as it was supposed to be: a network of peers, rather than a small number of gigantic server farms with everyone connecting to them. Even if they're well run, centralised server farms become a conspicuous target for <i>all kinds of nefariousness</i> and in any future wars they're bound to be amongst the first facilities to receive the "<i>shock and awe</i>" treatment. Also consider just what is being "farmed". If a robust information society is desirable then excessive centralisation of control over information should be avoided.
|
||||
</p>
|
||||
|
||||
<div class="center">
|
||||
|
|
Loading…
Reference in New Issue