Neocities Becomes the First Major Site To Implement the Distributed Web
An anonymous reader writes: HTTP has served us well for a long time, but will we continue to use HTTP forever? Since Brewster Kahle called for a distributed web, more people have been experimenting with what is being called the Permanent Web: Web sites that can be federated instantly, and served from trustless peers. Popular web hosting site Neocities has announced that they are the first major site to implement IPFS, which is the leading distributed web protocol, and they published the announcement using IPFS itself.
I remember when this was called NNTP...
Until I visited https://ipfs.io/docs/install/ and got a 502 Bad Gateway response.
If Slashdot taught me anything about acronyms, surely IPFS means "Internet Protocol First Shooter".
InterPlanetary File System
There, I did part of Soulskill's job. Where's my check?
that a certain amount of story-lag is to be expected on slashdot... but c'mon - twenty years?!
http://www.thefreelibrary.com/Beverly+Hills+Internet,+builder+of+interactive+cyber+cities,+launches...-a017190114
Um, what?
That's nice, but you are STILL doing it wrong.
I just viewed https://ipfs.io/ and it has a section that I think is rife with buzzwords. I've emphasized the ones I can see:
How is this different from Freenet? (Which has existed for over 15 years!)
https://en.wikipedia.org/wiki/Freenet
For a second i thought they were bringing GeoCities back.
This seems an awful lot like the Freenet project, minus attempting to guarantee anonymity or plausible deniability. It is definitely interesting if it takes off as it would be nice to have a global public DHT-based CDN, but seeing that Freenet was around in beta for in the late 90's, this is nothing particularly new.
I wonder if the author just hasn't heard about MaidSafe?
The first public wiki, the Wiki Wiki Web* founded by Ward Cunningham which covers soft. eng. philosophy, is trying to go "Federated", but so far users are confused up the wazoo.
A determined "grammar vandal" mucked up the original wiki such that they had to rush out the federated one faster than planned.
Related links:
https://en.wikipedia.org/wiki/...
http://c2.com/cgi/wiki
http://c2.fed.wiki.org/view/we...
* Sometimes known as the "Portland Pattern Repository"
Table-ized A.I.
Shouldn't "major web site" be something someone's actually heard of?
3rd rule of the internet:
if a project is hosted on a tld-flavor-of-the-month, it will ultimately fail.
Another hippie pipe dream that won't go anywhere.
They are talking about making content available everywhere forever.
The IPFS article links to a YouTube video ( https://www.youtube.com/watch?... ) which 'the uploader did not make available to your country'.
Well, that's funny, because the video isn't their original content. The content was produced in my country by a public broadcaster (aka publicly funded TV).
New things are always on the horizon
Yea... Hype train avoided. Search wikipedia for ipfs and I get:
The page "Ipfs" does not exist. You can ask for it to be created, but consider checking the search results below to see whether the topic is already covered.
Not covered in the first 20 suggestions.
Intellectual Property For Sale ;)
Sounds much like a project I was working on a couple of years ago. An distributed filsystem where everyone running a daemon could drop files into a pool (ocean) and the files was moved around as fixed size blocks/chunks. Automatically replicated so there was always 3-4 copies of each block/chunk available on different nodes to maintain full redundancy and resiliency if nodes was disconnected or disappeared.
"and they published the announcement using IPFS itself"
That's why I never heard about it.
Distributed file system only has been done. It's not interesting until you have a way to run the backend of the website amongst a pool of untrusted peers, and that's much harder.
I know of several similar projects (freenet, maelstrom, ...), but my favorite so far is zeronet: http://zeronet.io
It is also a distributed hosting solution implemented on top of the bittorrent protocol, but I find it is exceedingly well done. It includes a javascript API for implementing dynamic websites such as forums and blogs, which is remarkable since everything is hosted in a distributed, peer-to-peer fashion, and AFAIK is a unique feature among such projects.
So it's like freenet without the focus on anonymity.