-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifesto.html
61 lines (53 loc) · 3.84 KB
/
manifesto.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?php
$page = 'Manifesto';
require_once('header.php');
?>
<div id='main'>
<div class='wrapper'>
<div id='left'>
<h1>
The Manifesto
</h1>
<h3>
The Open Web can aspire to continue the peer-to-peer legacy of the classic internet applications.
</h3>
</hgroup>
<p>
Decentralized platforms such as Usenet, email and IRC were not controlled by any one organization, and do not directly capture profit. The web has been the focus of the commercialization of the internet due to it's client-server architecture that gives full control to the website operator. This control is required by the logic of Capitalist finance in order to capture value. Without such control profit-seeking investors do not provide funds.
</p>
<p>
However, this control comes at a cost. Centralized systems are far less efficient at managing online communications than decentralized systems. The corporate, web-based communication-platforms that emerged under the <i>Web 2.0</i> monicker are hungry for more than just Capital. The huge datacenters required to run them also consume massive natural resources and energy, and cause massive amounts of pollution. Yet, desipite all, these platforms still commonly experience scaling issues and frequent outages, straining under the profit-imposed need to centralize control. And this in a world where the majority of the global population does in practical terms not have access to the internet. Of course, environmental concerns are not the only issue with overly centralized systems. Perhaps even of greater concern are the implications for privacy and freedom of speech and association when control of our social technology is held by only a few private corporations.
</p>
<p>
Lost in the hype of <i>the Social Web</i> is the fact that the Internet has always been about sharing: Usenet, email and IRC have for a long time enabled social connections, including citizen journalism, photo sharing, and other features of recent web-based systems.
</p>
<p>
Thimbl demonstrates the potential for integrating classic internet technologies into the Open Web. On the surface, Thimbl appears to be yet another microblogging service, similar to Twitter or identi.ca. However, Thimbl is a specialized web-based client for a User Information protocol called Finger. The Finger Protocol was orginally developed in the 1970s, and as such, is already supported by all existing server platforms.
</p>
<p>
Thimbl offers no way to <i>sign up</i>. It is up to your own webhost, internet service-provider or system administrator to provide accounts. Virtually every server on the intenret already has Finger server software available in its software repository. All that is required for any organisation to provide Thimbl accounts is to simply turn their Finger service on. In most cases, this would take the server administator no more than a few minutes, after which all of their users could log in to thimbl.net and participate. So Thimbl is a call to arms for users to demand this option.
</p>
<p>
Most importantly, Thimbl has embedded within it a vision for the Open Web that goes beyond the web. For the web to be truly open it must integrate pervasivaly in to the internet as a whole. The internet has always has been much more than the web.
</p>
</div>
<div id='right' class="notgrey">
<p class="pinkBox">
"The web has been the focus of the commercialization of the internet due to it's client-server architecture that gives full control to the website operator."
</p>
<br />
<div id="rightpresentation">
<h2>
What is Thimbl?
</h2>
<a href="presentation.html"><img src="presentation_small.png" alt="Presentation"></a>
</div>
</div>
<div style="clear: both;"></div>
</div>
</div>
<?php
require_once('footer.php');
?>
</body>
</html>