-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfaq.html
More file actions
98 lines (88 loc) · 5.36 KB
/
faq.html
File metadata and controls
98 lines (88 loc) · 5.36 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?php
$page = 'FAQ';
require_once('header.php');
?>
<div id='main'>
<div class='wrapper'>
<div id='left'>
<h1>
Thimbl is a Manifesto for the Open Web written in code.
</h1>
<h3>
There is plenty to say about Thimbl. Find out why we're doing this and how.
</h3>
</hgroup>
<h3>
So Thimbl, huh? What is it?
</h3>
<p>
Thimbl is free, open source and distributed micro-blogging. You can be followed at your own domain.
</p>
<h3>
Will Thimbl be an alternative to Twitter?
</h3>
<p>
Well, proprietary, centralized platforms like Twitter are exactly what we're trying to illustrate as unneeded. They are a step backwards from what we already have in the classic internet platforms, and exist only to capture profit. While we certainly hope that Thimbl is useful and grows, like all other <a href="http://www.telekommunisten.net">Telekommunisten products</a>, it's purpose is primarily symbolic. We're not implying that all some unfunded collective of activists needs to do to defeat web2.0 is write some nice software. That is simply not the case.
</p>
<p>
If there can be an alternative to Twitter, a very well funded and positioned corporation, it must be a platform, not simply an alternative service or some clone-ware.</p>
<p>That being said, pushing Thimbl as a far as we can is part of the performance. If somehow, despite our overt rejection of finance capital, Thimbl explodes beyond it's art/hacker/activist community target audience and turns from artwork into a legitimate platform... well, we would have a party.
</p>
<h3>
Isn't this just like identi.ca/ostatus.net?
</h3>
<p>
The similarity is only superficial, in that we draw upon similarities with web2.0 platforms in how we communicate our use-case.</p>
<p>Diaspora, Crabgrass, NoseRub, StatusNet, identi.ca and the rest are just web-apps with some sort of federation bolted-on. None of them are truly distributed multi-tier systems like the classic internet applications such as email, usenet, irc, or finger. Thimbl, on the other hand, is just a finger & SSH client that illustrates that "microblogging" has already been possible on the internet for decades. It's done by simply presenting the data differently and making it look like the now-familiar Twitter interface. You don't need anything from the Thimbl project running on your server to participate in Thimbl, just the software that is already in your repository - namely SSH and xinetd/finger or compatible alternatives.</p>
<p>Like the classic internet applications, each of Thimbl tiers are themselves distributed, scalable and transparently interoperable with other instances. As a result, Thimbl has far fewer barriers to adoption, it can be hosted cheaply on existing, commonly available infrastructure, and extends widely available and supported platforms. This also means that Thimbl requires a lot less development than those others.</p>
<p>Another major difference is that those projects are delusional, utopian undertakings that seek to overthrow proprietary platforms by simply writing software, which is why they will remain marginal, used only by niche users. Thimbl is as much performance as a platform, it incorporates the critical message of Telekommunisten and doesn't loose track of the fact that Capital is a much bigger factor than software in determining the adoption of a platform. The idea of Thimbl is much more important than Thimbl itself.
</p>
<h3>
OK, so what do I need to make this work?
</h3>
<p>
Finger and SSH. Really.
</p>
<h3>
Will you be part of the federated web?
</h3>
<p>
Yes, once we get Thimbl kickstarted, we hope to convince all these people that the way forward is not to throw out everything the working internet and it's millions of running servers are actually based on, and replace it all from the wire up with something invented yesterday, using code, that if it exists at all, is not part of even a single software repository on the planet anywhere except (maybe) some guy's github account. Instead, let's use what we currently have and make that more awesome.
</p>
<h3>
Can this approach be used with other social networks?
</h3>
<p>
We'd like to think so, yes. Maybe one day the open web will be all there is. Time will tell. ;)
</p>
<h3>
Why are you guys doing this?
</h3>
<p>
In short: We value our social networks and the things we want to share - but we don't want the service providing corporations hi-jacking our data and turn it into money. For a thorough answer check out <a href="/manifesto.html">the manifesto</a> we have written.
</p>
<h3>
I can't wait to start using Thimbl. When can I?
</h3>
<p>
We can't wait to, either. We're still putting the finishing touches on Thimbl. We'll share updates on several social networks - keep an eye on them and you'll be among the first ones to know when we're done. Deal?
</p>
</div>
<div id='right' class="notgrey">
<p class="pinkBox">
"The <b>idea</b> of Thimbl<br>is much more important<br>than Thimbl itself."
</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>