Manifestos-for-the-Internet.../content/manifestos/2011-02-03-A-DIY-Data-Manifesto.txt

98 lines
5.0 KiB
Plaintext
Raw Normal View History

2016-06-23 16:43:04 +00:00
# A DIY Data Manifesto
## By Scott Gilbertson
2016-06-23 17:06:32 +00:00
The word "server" is enough to send all but the hardiest nerds
2016-06-23 16:43:04 +00:00
scurrying for cover.
The word usually conjures images of vast, complex data farms,
databases and massive infrastructures. True, servers are all those
2016-06-23 17:07:13 +00:00
things - but at a more basic level, they're just like your desktop PC.
2016-06-23 16:43:04 +00:00
Running a server is no more difficult than starting Windows on your
2016-06-23 17:06:32 +00:00
desktop. That's the message Dave Winer, forefather of blogging and
2016-06-23 16:43:04 +00:00
creator of RSS, is trying to get across with his EC2 for Poets
2016-06-23 17:06:32 +00:00
project. The name comes from Amazon's EC2 service and classes common
2016-06-23 16:43:04 +00:00
in liberal arts colleges, like programming for poets or computer
2016-06-23 17:07:51 +00:00
science for poets. The theme of such classes is that anyone - even a
poet - can learn technology.
2016-06-23 16:43:04 +00:00
2016-06-23 17:06:32 +00:00
Winer wants to demystify the server. "Engineers sometimes mystify what
they do, as a form of job security," writes Winer, "I prefer to make
2016-06-23 17:08:25 +00:00
light of it... it was easy for me, why shouldn't it be easy for everyone?"
2016-06-23 16:43:04 +00:00
To show you just how easy it is to set up and run a server, Winer has
put together an easy-to-follow tutorial so you too can set up a
2016-06-23 17:06:32 +00:00
Windows-based server running in the cloud. Winer uses Amazon's EC2
service. For a few dollars a month, Winer's tutorial can have just
2016-06-23 16:43:04 +00:00
about anyone up and running with their own server.
2016-06-23 17:06:32 +00:00
In that sense Winer's EC2 for Poets if already a success, but
education and empowerment aren't Winer's only goals. "I think it's
important to bust the mystique of servers," says Winer, "it's
2016-06-23 17:09:21 +00:00
essential if we're going to break free of the 'corporate blogging
2016-06-23 17:06:32 +00:00
silos.'"
2016-06-23 16:43:04 +00:00
The corporate blogging silos Winer is thinking of are services like
Twitter, Facebook and WordPress. All three have been instrumental in
the growth of the web, they make it easy for anyone publish. But they
also suffer denial of service attacks, government shutdowns and
growing pains, centralized services like Twitter and Facebook are
vulnerable. Services wrapped up in a single company are also
vulnerable to market whims, Geocities is gone, FriendFeed languishes
at Facebook and Yahoo is planning to sell Delicious. A centralized web
is brittle web, one that can make our data, our communications tools
disappear tomorrow.
But the web will likely never be completely free of centralized
services and Winer recognizes that. Most people will still choose
2016-06-23 17:06:32 +00:00
convenience over freedom. Twitter's user interface is simple, easy to
2016-06-23 16:43:04 +00:00
use and works on half a dozen devices.
2016-06-23 17:06:32 +00:00
Winer doesn't believe everyone will want to be part of the distributed
2016-06-23 16:43:04 +00:00
web, just the dedicated. But he does believe there are more people who
2016-06-23 17:06:32 +00:00
would choose a DIY path if they realized it wasn't that difficult.
2016-06-23 16:43:04 +00:00
2016-06-23 17:06:32 +00:00
Winer isn't the only one who believes the future of the web will be
distributed systems that aren't controlled by any single corporation
2016-06-23 17:10:04 +00:00
or technology platform. Microformats founder Tantek Celik is also
2016-06-23 16:43:04 +00:00
working on a distributed publishing system that seeks to retain all
the cool features of the social web, but remove the centralized
bottleneck.
But to be free of corporate blogging silos and centralized services
the web will need an army of distributed servers run by hobbyists,
not just tech-savvy web admins, but ordinary people who love the web
and want to experiment.
2016-06-23 17:07:51 +00:00
So while you can get your EC2 server up and running today - and even
play around with Winer's River2 news aggregator - the real goal is
2016-06-23 17:06:32 +00:00
further down the road. Winer's vision is a distributed web where
everything is loosely coupled. "For example," Winer writes, "the roads
2016-06-23 16:43:04 +00:00
I drive on with my car are loosely-coupled from the car. I might drive
a SmartCar, a Toyota or a BMW. No matter what car I choose I am free
2016-06-23 17:06:32 +00:00
to drive on the Cross-Bronx Expressway, Sixth Avenue or the Bay Bridge."
2016-06-23 16:43:04 +00:00
Winer wants to start by creating a loosely coupled, distributed
2016-06-23 17:06:32 +00:00
microblogging service like Twitter. "I'm pretty sure we know how to
2016-06-23 16:43:04 +00:00
create a micro-blogging community with open formats and protocols and
2016-06-23 17:06:32 +00:00
no central point of failure," he writes on his blog.
2016-06-23 16:43:04 +00:00
For Winer that means decoupling the act of writing from the act of
2016-06-23 17:06:32 +00:00
publishing. The idea isn't to create an open alternative to Twitter,
it's to remove the need to use Twitter for writing on Twitter. Instead
2016-06-23 16:43:04 +00:00
you write with the tools of your choice and publish to your own server.
2016-06-23 17:06:32 +00:00
If everyone publishes first to their own server there's no single
point of failure. There's no fail whale, and no company owns your
2016-06-23 16:43:04 +00:00
data. Once the content is on your server you can then push it on to
2016-06-23 17:07:51 +00:00
wherever you'd like - Twitter, Tumblr, WordPress of whatever the site
2016-06-23 16:43:04 +00:00
du jour is ten years from now.
The glue that holds this vision together is RSS. Winer sees RSS as the
2016-06-23 17:06:32 +00:00
ideal broadcast mechanism for the distributed web and in fact he's
2016-06-23 17:07:51 +00:00
already using it - Winer has an RSS feed of links that are then pushed
2016-06-23 17:06:32 +00:00
on to Twitter. No matter what tool he uses to publish a link, it's
2016-06-23 16:43:04 +00:00
gathered up into a single RSS feed and pushed on to Twitter.
----
Source: https://www.mail-archive.com/nettime-l@kein.org/msg02864.html