Slashdot Mirror


HBO's 'Silicon Valley' Joins The Push For A Decentralized Web (ieee.org)

Tekla Perry writes: HBO's fictional Silicon Valley character Richard Hendricks sets out to reinvent the Internet into something decentralized. ["What if we used all those phones to build a massive network...we could build a completely decentralized version of our current Internet with no firewalls, no tolls, no government regulation, no spying. Information would be totally free in every sense of the word."] That sound a lot like what Brewster Kahle, Tim Berners-Lee, and Vint Cerf have been calling the decentralized web. Kahle tells IEEE Spectrum about how closely HBO's vision matches his own, and why he's happy to have this light shined on the movement.
In 2015 Kahle pointed out the current web isn't private. "People, corporations, countries can spy on what you are reading. And they do." But in a decentralized web, "the bits will be distributed -- across the net -- so no one can track the readers of a site from a single point or connection."

He tells IEEE Spectrum that though the idea is hard to execute, a lot of people are already working on it. "I recently talked to a couple of engineers working for Mozilla, and brought up the idea of decentralizing the web. They said, 'Oh, we have a group working on that, are you thinking about that as well?'"

115 comments

  1. Similar to bittorrent? by Z00L00K · · Score: 0

    Looks like it's similar to bittorrent, that's also a de-centralized service.

    --
    If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    1. Re:Similar to bittorrent? by AvitarX · · Score: 1

      I was thinking freenet, does that exist still?

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    2. Re:Similar to bittorrent? by Anonymous Coward · · Score: 0

      Ethereum can already do all these things.

    3. Re:Similar to bittorrent? by lgw · · Score: 1

      I was thinking freenet, does that exist still?

      Freenet still exists, in some token way, but more importantly it works as a protocol. There might be some evolution of the concept that's better, no doubt. It's had a lot of security analysis over the years, and it's not terrible. But I'm not sure anything like it will ever have mass appeal.

      Pros:
      - Uploading is very anonymous, if you finish your upload before telling the world what it is. Great for something like wikileaks.

      - No way to force the "take down" of any content.

      Cons:
      - Downloading is less anonymous: much like TOR, it's fine vs corporations, but fundamentally vulnerable to nation-states (more vulnerable than TOR, I guess).

      - No concept of servers dedicated to particular content, so there's no way to ensure any given content stays up, and no way to ensure your machine won't have parts of something disgusting and vile.

      - Fundamentally slow compared to the open web, or even TOR.

      Of course, all these cons may be endemic to anything truly decentralized and encrypted.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    4. Re:Similar to bittorrent? by SuricouRaven · · Score: 3, Informative

      "no way to ensure your machine won't have parts of something disgusting and vile."

      This is intentional. Plausible denyability. Even if something is found your node, it's impossible to prove you had any knowledge of it.

    5. Re:Similar to bittorrent? by Anonymous Coward · · Score: 0

      Bittorrent is the least decentralized service of the whole bunch, since you can't search on the network, you need metadata files which can't consistently be recreated from data and you can only share a bunch of them at a time.

    6. Re:Similar to bittorrent? by Anonymous Coward · · Score: 4, Insightful

      That won't stop you being arrested, your computers and devices seized forever and your reputation dragged through the mud. Your life will be made a living hell, your family will have to distance from your in order to have at least a faint hope at carrying on with their lives, and even if you're acquitted you will never, ever recover. Once a suspect pedo, always a pedo.

    7. Re:Similar to bittorrent? by JustAnotherOldGuy · · Score: 1

      This is intentional. Plausible denyability. Even if something is found your node, it's impossible to prove you had any knowledge of it.

      Yes, and you can explain that to your attorney while you sit in jail for a year awaiting trial for whatever it was they found. If you think that "plausible denyability" will keep your ass from going to prison, think again.

      If someone planted a pound of cocaine in your car's trunk and you really, truly didn't know about it, do you think the cops would let you go when you explained that, gee whiz, you didn't even know it was there?

      --
      Just cruising through this digital world at 33 1/3 rpm...
    8. Re: Similar to bittorrent? by Anonymous Coward · · Score: 0

      there is no way to retrieve content from your node without the key. it would basically be entrapment cause the cops would have to have a list of known keys to insert

    9. Re:Similar to bittorrent? by lgw · · Score: 2

      The way Freenet supposedly works is that no one can really prove what's on a given node, or decrypt it "locally". How true that is is a matter for the security researchers, but it's not a foolish approach as you imply. It's just chunks of encrypted distributed data with the keys elsewhere.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    10. Re:Similar to bittorrent? by lgw · · Score: 2

      I'm not sure you understand the design of Freenet. If I upload a 2-minute video of hot Putin on Trump monkey love, that video won't be stored as a whole on anyone's machine (unless they've actually downloaded it as a client of the network). It will be broken into chucks, encrypted, and the chunks distributed across the network identified by their hashes. The keys are off in some metadata chunk somewhere else on the network. A Freenet node stores a bunch of fragments of encrypted files without the keys to any of them.

      An attacker with the resources of a government could certainly figure out that some server had one of these chucks right now (they gradually move around, or just get deleted), but there's no legal precedent that that means anything. No one has ever been arrested just for running a Freenet node (unlike TOR exit nodes - more like normal TOR nodes). If the network were only used for illegal activity, there might be a legal angle there, but if we're talking about a replacement for the internet or the web as a whole, that doesn't work.

      OTOH, someone downloading the Putin/Trump manlove video could be tracked given enough resources, and obviously the video would exist as a complete entity on the downloader's machine. That's very clear legal ground, easy to understand and prosecute.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    11. Re:Similar to bittorrent? by JustAnotherOldGuy · · Score: 1

      I'm not sure you understand the design of Freenet.

      I understand the design of Freenet, so put your doubts to rest.

      Regardless of what you said, and assuming for the moment that Freenet is wholly safe and anonymous and that no other mechanism exists for tracking your activity, I still wouldn't bet my freedom on it, not for one second.

      I can remember far too many instances where something that was touted as "totally anonymous and untrackable" turned out not to be. You could always test it by making serious, violent, non-stop threats against the president and then wait to see if there's a knock on your door eventually.

      --
      Just cruising through this digital world at 33 1/3 rpm...
    12. Re:Similar to bittorrent? by lgw · · Score: 1

      Well, if you trust nothing,. there's really no point in discussing anything, is there? So why are you here?

      --
      Socialism: a lie told by totalitarians and believed by fools.
    13. Re:Similar to bittorrent? by JustAnotherOldGuy · · Score: 1

      Well, if you trust nothing,. there's really no point in discussing anything, is there? So why are you here?

      Because I don't trust you.

      --
      Just cruising through this digital world at 33 1/3 rpm...
  2. the bits will be distributed -- across the net by Anonymous Coward · · Score: 0

    > But in a decentralized web, "the bits will be distributed -- across the net"

    Khazza, EDonkey, Gnutella, BitTorrent, and the like just called. They'd like their idea back.

    1. Re:the bits will be distributed -- across the net by Calydor · · Score: 1

      Khazza?

      I'm not sure if it's good or bad that I still remember to spell it Kazaa.

      --
      -=This sig has nothing to do with my comment. Move along now=-
  3. Great idea... by Anonymous Coward · · Score: 0

    i really hate that i have to use the centralized "web-server", and not have an option to run my own, we could even come up with something like a directory so we dont have to use the centralized "mail-server"...

    1. Re:Great idea... by mikael · · Score: 1

      Even if you try and run your own mail-server with no objections from your ISP, all the other corporate and academic system admins will already have your IP address blocked due to a ban-list of IP addresses related to dynamic IP ranges, all to block spamming from botnet hosts. Even using the official ISP mailbox, simply involves being forwarded to a third party mailbox service based on Windows servers.

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    2. Re:Great idea... by ShanghaiBill · · Score: 1

      Even if you try and run your own mail-server with no objections from your ISP

      You are missing the point. In this alternative universe there would be no ISPs. You get your internet from the devices around you, in a wireless web. There would be no hierarchy, no center, no backbones. Just lots of peer devices communicating directly with each other.

      Here is an analogy: The current Internet is like getting your information from the six o'clock news, with a central hub. This new Internet would be like getting your information by talking to your friends and neighbors, and then passing on the news and rumors to others.

    3. Re:Great idea... by phantomfive · · Score: 1

      Peer devices don't work (eventually), because there are websites that everyone wants to visit. If you are next to one of those websites, then all your bandwidth will get sucked up forwarding pages for them.

      --
      "First they came for the slanderers and i said nothing."
    4. Re:Great idea... by Anonymous Coward · · Score: 0

      Shared caches + DHT distributing to more nodes based on popularity

    5. Re:Great idea... by phantomfive · · Score: 1

      Doesn't work, every single page on Slashdot is personally generated just for me.
      Also, anything encrypted can't be cached for more than one person otherwise the encryption is pointless.

      --
      "First they came for the slanderers and i said nothing."
    6. Re: Great idea... by Anonymous Coward · · Score: 0

      I don't think you know what you mean by cached as encrypted data can be cached as much as a given network is designed to. For example if you were to use a virtual adress and key based system you could easily cache copies of the encrypted data each system that forwarded the encrypted data. Only systems that also had the key would be able to decrypt the encrypted data.

    7. Re:Great idea... by unixisc · · Score: 1

      Those websites would do well to have plenty of mirrors - something that could be provided by cloud services. That way, if I want to connect to a friend's computer, or for that matter, to his site, it would be easy, regardless of how busy the rest of internet traffic is. All this should be easier now w/ IPv6, where we can have back authentic peer to peer networking

    8. Re:Great idea... by grcumb · · Score: 1

      Peer devices don't work (eventually), because there are websites that everyone wants to visit. If you are next to one of those websites, then all your bandwidth will get sucked up forwarding pages for them.

      Says the geek who's never heard of a content distribution network.

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
    9. Re:Great idea... by phantomfive · · Score: 1

      CDNs don't work for dynamic content.

      --
      "First they came for the slanderers and i said nothing."
    10. Re:Great idea... by Anonymous Coward · · Score: 0

      Good sir,
      Bandwidth on the edges are unlikely to be the problem, content in a well-designed distributed network will propagate from 100% at the source, to a web of nearby nodes; such as it works with say, bittorrent. Some content sources would still need big pipes and a central server, but says nothing of the network between.

      The issue with a fully distributed network is the "island" problem. Typical example is Australia, how does that get connected to the rest of the world? A few folks satellite connection? It's a ridiculous proposition, compared to a "centralized" undersea fibre cable. A resilient distributed network would enshrine the ability to network through peers, such that such links are not required - but support them, when and while they do exist.

    11. Re:Great idea... by phantomfive · · Score: 1

      Dear Friend,
      Bittorrent won't work with dynamic content. Like this very slashdot page, which appears different to each (logged in) user.

      --
      "First they came for the slanderers and i said nothing."
    12. Re:Great idea... by golgotha007 · · Score: 1

      The content would be the same. How the content is rendered, filtered, organized would be handled client side with something like javascript.

    13. Re:Great idea... by phantomfive · · Score: 1

      If you're making API calls with Javascript, those take bandwidth.

      --
      "First they came for the slanderers and i said nothing."
    14. Re:Great idea... by peawormsworth · · Score: 1

      No. Your parent had it right. You have it wrong.

      A decentralized Internet is not for accessing facebook and gmail and etc. It is for direct person to person communication without a middle man. ie: no Google, no Microsoft, no Yahoo, no Twitter. Instead this is for talking privately and directly to the people you know and love... just the way god intended.

      If you want to use some public server and broadcast to the world, then why would you expect privacy? This is for everything you do that isn't broadcasting. This is about private intercourse. And don't you think intercourse should be private? Or are you a pervert? Like the government and the communication companies who want to listen in to all your intercourse and share it with their friends for profit and to get their kicks.

      This is a good idea and it's about time. Don't listen to the powers that are controlling and monitoring what you say right now. Stand up for what you know is right and stop pretending that we all have to be monitored because a small subset of society might say or do bad things when talking to their own circles. You deserve freedom.

    15. Re:Great idea... by peawormsworth · · Score: 1

      Even if you try and run your own mail-server with no objections from your ISP

      Well I set up an email server without permission. I used a Tor onion address, so as not to require a dedicated IP and my ISP does not know that the traffic is to a mail server.

      all the other corporate and academic system admins will already have your IP address blocked due to a ban-list of IP addresses related to dynamic IP ranges

      Well there is no dedicated IP for Tor hidden services, so there is nothing that can be blocked on my end. There is no such thing as a list of banned onion addresses. That is how Tor works.

      all to block spamming from botnet hosts.

      My personal mail server has no spam. Why would I send spam from my home? And botnets cannot find my server because it is an unpublished onion address. They would spend a long time guessing to find it, not to mention the mail server does not use standard mail server ports. It's private... so, why make it easy to find. Only people I talk to need to find it, and I tell them where it is.

      Even using the official ISP mailbox, simply involves being forwarded to a third party mailbox service based on Windows servers.

      ISP mail is just as public as gmail. That's not a real solution to anything.

      Just do what I did. Buy a $100 raspberry pi. Setup debian + mail on a hidden service over Tor. Then create mail accounts for yourself and all the people you talk to. Give them login credentials and show them how to connect. Now when they send email, their ISP doesn't know, you ISP doesn't know, and no one sees the mail while in transit over the Internet. Now you have private email with the ones you care about.

      And then also, setup PGP for yourself and them for added security in case their system or your server is physically compromised.

      And also setup ejabberd as a hidden service over Tor and use OTR for encryption as an additional level of security. And then you can chat from your phone or computer without anyone knowing or seeing anything.

      This solution provides undetectable communication very cheaply. It's all stored on an SD card. It can be moved from one home to another and it just works when you plug it in... since hidden services are not attached to a specific IP.

      And finally, encrypt the whole system using LUKS so if someone steals your computer, the entire drive is encrypted and no data can be retrieved without the (long and random) password. And while your at is, add SSH and use strong keys so that you can administer it from afar, add new users and accounts and also shut it down from a distance at any time you suspect it is in danger of being physically accessed.

      If everything I said sounds difficult, I assure you that it can all be done from a script in about 1 hour. And an encrypted backup can be made in about 15 mins.

      The reality is that you are insecure because you are scared it will be too difficult and you are encourage to feel this way by those who profit from your insecurities.

    16. Re:Great idea... by peawormsworth · · Score: 1

      Yes yes. You got it right. Anyone who contradicts you doesn't not understand the article.

    17. Re:Great idea... by phantomfive · · Score: 1

      If that's the goal then decentralized messaging is possible (theoretically). But then you're looking at a sparsesness of nodes problem because most people won't care about that internet enough to join.

      --
      "First they came for the slanderers and i said nothing."
  4. Ummm.... by Chris+Mattern · · Score: 1

    The internet (which is not the web, the web is built on top of the internet) *is* "decentralized". It was built that way.

    1. Re:Ummm.... by Anonymous Coward · · Score: 0

      True, but most people think of the The Internet as all encompassing, and the web is mostly not decentralised. That's what projects like IPFS, Ethereum, and Maidsafe are trying to fix.

    2. Re:Ummm.... by fustakrakich · · Score: 1

      No it is not. You still need a 'service provider'. That is the main problem, the weak link that can cut you off.

      --
      “He’s not deformed, he’s just drunk!”
    3. Re:Ummm.... by grumbel · · Score: 4, Informative

      Some parts of the Internets infrastructure are decentralized, the network on the whole however heavily depends on central authorities. If you want an IP address, you have to ask a central authority. You want a DNS name, ask a central authority. Even when you want to connect your laptop to your phone you may need to ask your phone company for permission.

      With the Web it gets even worse, since almost everything people do on there is hosted on some big Google or Facebook server farm. In theory everybody could run their own Web and mail servers, but in reality everybody depends on centralized providers. Another problem with the Web is that all the addressing is location based, not content based. So you can't refer to a specific document, you can only refer to a storage location and whatever is stored there can change.

      There are attempts to build a decentralized content addressable network on top of the Internet, like Freenet, Maidsafe or IPFS, but so far none of them has reached critical mass. On the raw network side mesh networks are slowly gaining some traction and they might help with the whole need for an ISP, you just connect to the nearest phone or computer and hop on from there.

    4. Re:Ummm.... by SuricouRaven · · Score: 1

      Partially decentralized. Economics is a factor: Fiber is expensive, so there are a lot of choke points.

    5. Re:Ummm.... by grcumb · · Score: 1

      No it is not. You still need a 'service provider'. That is the main problem, the weak link that can cut you off.

      Strictly speaking, no you do not. All you need are a routable IP block and access to the network. But that doesn't imply what most people consider an ISP. You could, for example, easily establish a dedicated line to an IXP and buy transit straight from a provider. Or just piggyback on someone else's connection.

      I'm not suggesting that it's easy—or even remotely reasonable for grandad—but what I am suggesting is that there are other models open to exploitation besides the hierarchical, centralised model we've got today.

      (And to all of Vint Cerf's grandchildren: My sincere apologies for stereotyping.)

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
  5. New Slashdot drinking game by Dutch+Gun · · Score: 1

    Take a drink whenever Tim Berners-Lee is mentioned in the summary.

    --
    Irony: Agile development has too much intertia to be abandoned now.
    1. Re:New Slashdot drinking game by Anonymous Coward · · Score: 0

      Double shot if Vint Cerf is mentioned

    2. Re:New Slashdot drinking game by Farmer+Tim · · Score: 3, Funny

      Triple if RMS is mentioned.

      And empty the liquor cabinet if APK posts in the comments, though that's not so much a game as a coping mechanism.

      --
      Blank until /. makes another boneheaded UI decision.
  6. The Internet Started Decentralized by Voyager529 · · Score: 5, Insightful

    ...and ended up where we are here.

    You, the person reading this right now, is on Slashdot. According to Alexa, it's one of the top 5,500 most visited websites on the internet, so even despite its downturn of late, there's still millions of people who visit this website every month.

    Why are you all not on Usenet? You're all technical enough to download and configure Pan or Agent, and if your ISP doesn't provide Usenet access, a 5GB block on Blocknews costs $2.75 and will provide years of text-based discussion. There are plenty of technical categories, and plenty of them have actual users on them.

    But you're on Slashdot.

    You are here because millions of other people are here, and because not every NNTP server replicates every message, everywhere, ever. You are here because the value of information is determined by the person posting that information, and for some people, posting "you are all cows", "only luddites use nntp without apps", or "Fr33 V1@gra" is deemed valuable, while the vast majority of readers disagree. Spam filtering can only happen with someone deciding 'this is spam' and 'this is not spam', and boom, there is the beginning centralization.

    Why are you not on Retroshare?

    It has forum-like functions, email-like functions, IRC-like functions, and even Limewire-like functions and is 100% decentralized and relies on PGP keys for connectivity, so everything is encrypted.

    You're not on it because getting messages to proliferate is a problem, especially if you only have a few friends who aren't themselves connected. You're not on it because firewall configuration is a pain, even if you know how to port forward. You're not on it because 2/3 of the discussion is key exchanges, and the way many people get started is in the new users room which is, essentially, centralized. Or, maybe you are there...and hopefully you're not one of the people who post things in the forums which are actually-racist or providing bomb-making tutorials or degradingly sexually explicit.

    Even at that, what's to stop a TLA agency or RIAA lawyer from just being another user who's a part of the system? Decentralization combined with equal access invalidates the viability of the goal to minimize access by undesirable parties, as it's only a matter of time before "Joe Blough the dude who likes to discuss fishing and parasailing...who also happens to be in MI6" joins. Blocking government issues IP addresses is easy enough, but you're back to needing a central authority to provide that.

    Without the commons, a project never gets any traction. With the commons, we end up with Facebook, but without the filtering tools that keep it generally free of dick pics (or a means to at least hide them).

    No matter how you slice it, the network effect is inherently necessary to make an internet service work, and attaining critical mass of a decentralized (and presumably free/Free) communications platform is something that has yet to be done successfully. After all, you're not on Usenet or Retroshare. You're still on Slashdot.

    1. Re:The Internet Started Decentralized by phantomfive · · Score: 2

      Mesh sort of networks are great.......unless you happen to live next to Google and all your bandwidth gets chewed up by people visiting Google. As long as there are points of centralization that people want to visit (and there always will be, Google is merely an example), mesh networking won't work because it will cause havoc for the neighbors.

      --
      "First they came for the slanderers and i said nothing."
    2. Re:The Internet Started Decentralized by Anonymous Coward · · Score: 0

      The thing is with Net Neutrality dead, having a decentralized network as an *option* to bypass a firewalled network or throttled network would be ideal. You don't have to have either or. Having access to a peer network that is beyond government and corporate tampering for profit is a valuable option to have, in case we need it or desire it. But to succeed, it has to be able to offer us a similar level of functionality that existing peer systems lack.

    3. Re:The Internet Started Decentralized by Anonymous Coward · · Score: 0

      Burma Shave

    4. Re:The Internet Started Decentralized by slashdice · · Score: 3, Insightful

      Speak for yourself. I'm reading (and posting to) slashdot via an nntp gateway.

      --
      Copyright (c) 1990 - 2014 Dice. All rights reserved. Use of this comment is subject to certain Terms and Conditions.
    5. Re:The Internet Started Decentralized by SuricouRaven · · Score: 2

      You can fix that for purely static content if you use shared cache system - Freenet and IPFS both use this approach. It works well, but it can't do much for dynamic content.

    6. Re:The Internet Started Decentralized by phantomfive · · Score: 2

      Yeah and if you're next to Youtube, you're probably still screwed anyway.

      --
      "First they came for the slanderers and i said nothing."
    7. Re: The Internet Started Decentralized by Anonymous Coward · · Score: 0

      Then you need decentralized sites

    8. Re:The Internet Started Decentralized by peawormsworth · · Score: 1

      This is a Broadcast site. It is not intended for private communication. People post here to allow everyone to see what they wrote. The article author is not talking about broadcasting. It is talking about private intercourse. Communication between two consenting adults (or even children). This site is not the problem which needs to be fixed. But when you do want to talk to me or anyone else privately, I sure hope you don't do it through slashdot and then complain that there is no privacy.

      Please do not confuse private communication with broadcasting.

    9. Re:The Internet Started Decentralized by peawormsworth · · Score: 1

      Having access to a peer network that is beyond government and corporate tampering for profit is a valuable option to have, in case we need it or desire it.

      Communication is Intercourse. Private communication is Private Intercourse. Who in their right mind does not desire private intercourse? Are you suggesting that anyone wants to have public intercourse? That's sick. And yet, that is exactly what we have right now. This article is suggesting a solution for all of us who naturally expect privacy during intercourse. Normal people want this all the time, they just don't have the option. Because there are perverts out there, like the government and corporations who want to profit from recording and selling the intercourse you have with people you know and love. They are voyeurs. They are sick. This is a solution. It is something everyone wants, but don't know yet because they never experienced having intercourse without their local authorities, the government, their ISP and everyone in between watching them for fun and profit. Once you experience the freedom of private exchange, you will feel the weight disappear that you didn't even know what on you all the time. Wait until you feel it. You will love private intercourse.

  7. Last years conference had big names by Yoik · · Score: 1

    Last year There was a conference on this subject. More at https://www.decentralizedweb.n...

  8. anarchy enables fascism by Anonymous Coward · · Score: 1

    no, i dont want to participate in a mesh network with my neighbors the pedophiles.

    nor do i want to have a "no rules" internet because what happens, like in "flat" hierachies of companies where there are no managers, is that the biggest asshole bully tends to gain power by abusing people.

    the modern world is built on rules. stop on red. dont go 100mph in a 30mph zone. dont shoot people in the face and steal all their shit.

    someone has to enforce those rules against the small percentage of people who are psychopaths - otherwise the psychopaths will literally murder millions of people.

    1. Re:anarchy enables fascism by 0123456 · · Score: 2

      "someone has to enforce those rules against the small percentage of people who are psychopaths - otherwise the psychopaths will literally murder millions of people."

      In a centralized system, the psychopaths end up in charge. Where they do murder millions and millions and millions of people.

      Decentralization is the future, because it's impossible to keep pyschopaths out of power in a centralized system.

    2. Re: anarchy enables fascism by Anonymous Coward · · Score: 0

      So basically you're just lazy?
      You know your neighbors are pedos but you don't report them. You are just as bad.

    3. Re:anarchy enables fascism by Anonymous Coward · · Score: 0

      That's right. The psychopaths tend to luciferianism and this isn't just another religion; their goal is to use the levers of power to destroy humanity. Why settle for robbing a convenience store when corrupting a Prime Minister takes equal effort and grants you absolute power? Why play nice when playing evil pays better and you don't believe in God anyway?

    4. Re:anarchy enables fascism by Anonymous Coward · · Score: 0

      Why don't you ask Noah about how your God feels about psychopaths who wish to destroy humanity.

    5. Re:anarchy enables fascism by Anonymous Coward · · Score: 0

      Has your prescription run out? Voices coming back?

    6. Re:anarchy enables fascism by Pfhorrest · · Score: 2

      In any system at all, "the psychopaths" tend to end up in charge. That is the default state of affairs: assholes take all the power and shit sucks for everyone else. It is possible for the rest of the people to fight back against that tendency though, and all the "systems" are just different approaches to doing that. They may have different strengths and weaknesses but they all depend ultimately on people actually using them. "Decentralization" (liberty and equality for all, instead of a few assholes holding all the power, "centrally") is the end-goal of all such systems, it is not a system unto itself. Be careful not to confuse the goal for the means by which you seek to achieve it, otherwise you may thing the best means is just to do nothing, to have "no system", which means you end up with the assholes seizing all of the power and ruining everything, just the opposite of what you wanted.

      To translate all of this back into conventional political philosophy terms: assholes holding all the power for themselves is a state. Systems to keep (other) assholes from seizing power over others are forms of governance. Having no state, no assholes holding all the power over everyone, is anarchy. And the only way to maintain it is through some form of governance. Stateless governance. But that's the hard problem: how do you govern without setting yourself up as a state, or else letting someone else get away with doing so? Better forms of governance, that ensure more liberty and more equality, diminish their own statehood more and more, without thereby allowing other states to spring up (in fact if not in name; immensely powerful "private" parties become effective states if they get insufficiently governed). But we haven't figured out how to get all the way there yet: how to do away with the state entirely and still somehow continue governance sufficient to prevent new ones from spontaneously popping out of the vacuum. That's the hard problem.

      --
      -Forrest Cameranesi, Geek of all Trades
      "I am Sam. Sam I am. I do not like trolls, flames, or spam."
    7. Re:anarchy enables fascism by Hognoxious · · Score: 1

      But that's the hard problem: how do you govern without setting yourself up as a state, or else letting someone else get away with doing so?

      We could take it in turns to sort of act as a sort of executive officer for the week. All the decisions of that officer would have to be ratified at a special bi-weekly meeting by a simple majority in the case of purely internal affairs, anything else requires a two-thirds majority.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    8. Re: anarchy enables fascism by Anonymous Coward · · Score: 0

      It's cool. I report all brown pepole in the area as terrorists.

    9. Re:anarchy enables fascism by peawormsworth · · Score: 1

      Yes. It's all about you and your fear of everyone who isn't like you.

  9. Signal by Anonymous Coward · · Score: 0

    The app Signal is a great start. I use it instead of Facebook and other social media.

    1. Re:Signal by Nocturrne · · Score: 1

      Signal is linked to your mobile phone number, your phone, your contacts, your meta data. You carry that surveillance device around with you everywhere you go, just like they want you to.

    2. Re:Signal by Anonymous Coward · · Score: 0

      Signal is linked to your mobile phone number, your phone, your contacts, your meta data. You carry that surveillance device around with you everywhere you go, just like they want you to.

      Anything that runs on a phone would have the same issues: it's either stored on your device or remotely.

    3. Re: Signal by Anonymous Coward · · Score: 0

      Signal is also using a centralised server, thus it is exactly NOT what you should suggest in a thead about decentralisation.
      Better use Jabber (e.g. with Conversations on Android)

    4. Re:Signal by Anonymous Coward · · Score: 0

      And don't forget that fancy xfinity wifi router for your home, to use instead of one you bought and locked down yourself.

  10. Cerf and Mozilla Sold Out For Google $$$$ by Anonymous Coward · · Score: 0

    http://apps.fcc.gov/ecfs/document/view?id=7522219498
    https://lwn.net/Articles/657583/

    Until Google repents for fucking over the home server operators, I won't be holding my breath. Or rather, who knows, after 5-10 years of scheming how to exploit and dominate the hell out of a decentralized web, our sell-out overlords might actually bestow us with some reasonable 1990s level internet fun capabilities.

    Whatever...

  11. Possible futures by mikael · · Score: 0

    Assuming there was interest, and you were able to get the network up and running, it would have to be encrpyted to protect privacy. Then it would be considered a paradise for criminals by the media. If it wasn't encrypted, then it would be considered a paradise for data mining companies. Other companies would see the opportunity to offer route owners franchises and memberships to create sub-networks where they could mine all the data passing through, maybe even offer bonus points and discounts on other products for the amount of traffic going through.

    --
    Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  12. Google could, but won't by Nocturrne · · Score: 1

    We need an entity like Google to do this - they already have the infrastructure in place and the resources. However, a system based on privacy and providing everyone with anonymity would break their business model. I hope someone can get to Sergey Brin and Larry Page with the idea of how they could change the world in a good way by making a decentralized "Internet 2." Maybe they are rich enough to finally do the right thing instead of only talking about it.

  13. Why, in my opinion, it wouldn't work by Rick+Schumann · · Score: 2
    Let me tell you a little story about a group of people from a couple thousand years or so ago, called the Gnostics. They had some interesting idea: that seeking true knowledge of the Universe around us was what God really wanted us to do. Furthermore their version of Christianity was, by definition, decentralized; there was to be no hierarchical structure to the Gnostic church, because the search for knowledge and truth was a very individualized thing, although you could of course share with others. The Gnostics were wiped out, to the last man, woman, and child, by the forerunners of modern Christianity. Why? Because the Gnostics, while very enlightened, threatened their centralized, hierarchical power base. So they all had to die.

    I'm not a religious person, but the point of the story is to illustrate a point about human nature: Most people want a hierarchical, centralized structure, for good or for ill. It, apparently, is just how we're wired. If you create something that's free-form, decentralized, some people will call that 'anarchistic', and some other people will insist that 'order' be imposed upon it, and they will take steps to make it centralized, over the objections of everyone else. We've seen this happen with the Internet, and with Bitcoin, as a couple examples.

    Furthermore: criminals are just as likely to want to impose some sort of 'order' on something that can benefit them as governments or any other group might. Stet?

    Here's what I believe would happen with a 'Free and open Internet 2p0', made up of a mesh volunteer networked nodes:
    • o Mesh Internet 2p0 is created, at first on a small scale: It works as intended. People are courteous and respectful of each other. There are no problems.
    • o Over time more people get involved. Inevitably, some people with criminal tendencies (illegal filesharing, pedophiles, low-level drug dealers (mostly marijuana), etc) begin to participate; Mesh Internet 1p0 begins to resemble Tor/Darkweb.
    • o Mesh Internet 1p0 begins to grow exponentially as the idea catches on, and the Dreamers and Disaffected from Internet 2p0 jump ship for Mesh Internet 1p0.
    • o The percentage of criminal types participating in the new network doesn't vary much, but the overall numbers of them increases proportionately. Much more Darkweb-like infrastructure (like Silk Road, for instance) is put into operation as criminal types become emboldened by this new untamed frontier. More hardcore criminal elements emerge in this new virtual landscape (murder for hire, human trafficking, etc)
    • o Law enforcement and government are now taking notice of this 'Darkweb 2p0'. The original intent of Mesh Internet 1p0 still exists, but it's thoroughly laced with the unwanted, unasked-for criminal elements that are now giving it the wrong sort of attention.
    • o Law enforcement reports to government about 'rampant criminal activity'. Arrests are made. Lawmakers set about the task of deciding to either shut down or regulate Mesh Internet 1p0.
    • o At this point it can go either way: Either Mesh Internet 1p0 gets outlawed, made illegal to participate in such a network, or it gets taken over completely by the government, who passes laws regulating it. If the latter, then a centralized authority is imposed upon Mesh Internet 1p0.
    • o At this point it's just as likely as not that Mesh Internet 1p0 gets integrated into Internet 2p0, or not. In either case it ceases to be 'decentralized'. Corprorations get invovled in what appears to be a new possible revenue stream.
    1. Re:Why, in my opinion, it wouldn't work by Anonymous Coward · · Score: 0

      Most people want a hierarchical, centralized structure, for good or for ill. It, apparently, is just how we're wired.

      So much this. I don't see how any rational person could look at human history and conclude anything else. Humans hate decentralization, and always have. Even on the internet people have rewarded centralization and punished decentralization.

    2. Re:Why, in my opinion, it wouldn't work by Rick+Schumann · · Score: 2

      To be fair about it: 'Decentralization' only really works on a small scale. You get too many people involved, and there ends up being 'organization' whether anyone wanted it or not. Someone decides to be the 'alpha' and the non-alphas fall into line.

    3. Re:Why, in my opinion, it wouldn't work by sjames · · Score: 1

      Except there are still Gnostics and there are still Tor nodes out there. Meanwhile, the mesh, unlike Tor would mean no ISP bill, and no constriction points where traffic can be watched.

      Tor developed a much stronger concentration of dissident and illegal activity because there is little compelling reason for most regular net traffic to use tor.

    4. Re:Why, in my opinion, it wouldn't work by BlueStrat · · Score: 2

      I'm not a religious person, but the point of the story is to illustrate a point about human nature: Most people want a hierarchical, centralized structure, for good or for ill. It, apparently, is just how we're wired.

      Actually, I don't think people as a whole desire a hierarchical, centralized structure, rather I believe it's those who seek power and control who eliminate any alternative power/governance systems as a necessary prerequisite to establishing their monopoly on power & control while removing them from the individual. This is often accomplished at least partially through ideological and religious propaganda and indoctrination so that the people view hierarchical, centralized structures as the norm with no alternatives possible.

      Strat

      --
      Progressivism (aka US 'Liberalism'): Ideas so good they need a police/surveillance-state to enforce.
    5. Re:Why, in my opinion, it wouldn't work by Rick+Schumann · · Score: 1

      Tor relies on the existing Internet infrastructure to operate and isn't so widespread in it's use that anyone really bothers to try to regulate it -- but remember that Silk Road was shut down some time ago and I'm sure other Darknet sites like it have likewise been taken down. I stand by what I said.

    6. Re:Why, in my opinion, it wouldn't work by Rick+Schumann · · Score: 1

      But while not all people are 'those who seek power and control', SOME people are 'those who seek power and control', and they've historically been successful at it, therefore I stand by my point as being valid.

    7. Re:Why, in my opinion, it wouldn't work by BlueStrat · · Score: 1

      LOLWUT!?

      Most people want a hierarchical, centralized structure

      SOME people are 'those who seek power and control'

      Sorry but these two statements of yours in context are contradictory.

      'Some people seeking power and control' is not the same as 'most people want a hierarchical, centralized structure'.

      Strat

      --
      Progressivism (aka US 'Liberalism'): Ideas so good they need a police/surveillance-state to enforce.
    8. Re:Why, in my opinion, it wouldn't work by sjames · · Score: 1

      Yes, the silk road and a few other sites were attacked and taken down. I'm not claiming there will be no attempt to take down blatantly illegal operations (and a number of legal but inconvenient operations as well).

      But they would have a really hard time taking down a mesh network. For one, it's not illegal and could be considered a free speech issue. Two, it would be popular among people who are committing no crimes. It's utility for non-criminal use will be obvious to the common citizen. It would be way too easy to spin any attempt to take down the mesh as blatant cronyism and being in the telcos' pocket. The first instance of someone in a disaster area calling for help over the mesh would cement the deal.

    9. Re:Why, in my opinion, it wouldn't work by Rick+Schumann · · Score: 1

      I have no idea what you're talking about, they're not contradictory in any way shape or form.

    10. Re: Why, in my opinion, it wouldn't work by Anonymous Coward · · Score: 0

      Wishful thinking. A law will be signed with great fanfare "for the public safety" and everybody will fall in line. The sycophantic media will hail another "victory for the children". The war for internet freedom is over: we lost. Get over it.

    11. Re:Why, in my opinion, it wouldn't work by Anonymous Coward · · Score: 0

      The Gnostics were wiped out, to the last man, woman, and child, by the forerunners of modern Christianity.

      Quite an extraordinary claim. Or bullshit. Take your pick.

  14. Re:nice idea, but practical problem by Anonymous Coward · · Score: 0, Troll

    That should be modded up. People want freedom from choice. They will always end up voting for the fascist. Hitler (yeah, I said it! Fuck off if you don't like it!) and Trump and Clinton are not flukes. It's a very predictable trend. Even the civil rights movement has been taken over by right wingers who want more censorship. They ruined everything when they killed Kennedy. The U.S. was a great rising star until then, and now it's been all downhill ever since, and Reagan's Alzheimers became an epidemic on a national scale. Who really thought that movie Idiocracy would be so prophetic, and was more about the present than the future?

  15. IPFS. by SuricouRaven · · Score: 1

    Try IPFS.

    It's not a decentralised web, but it's a good start. It has the potentially to completely decentralize all static content, and with pervasive caching that could greatly reduce network traffic and improve response times too.

    1. Re:IPFS. by Anonymous Coward · · Score: 0

      Wish they would drop the "premature optimization is evil" meme and design a custom protocol that doesn't suck megabits while idle.

    2. Re:IPFS. by SuricouRaven · · Score: 1

      That would be nice. The implementation is immature and rather buggy, but it is also rapidly getting better.

      I've already found IPFS sites hosting porn and piracy, which is a good sign a new technology is catching on.

  16. Great show, but its core joke is impossible tech by Yoik · · Score: 1

    The core of Richard's invention is his compression algorithm. Like warp drives and light sabers, it is tech which cannot work as described because of conflicts with well established theory. (Google "shannon information" for details). It doesn't hurt the story, stimulates the imagination, and once you get the joke improves the overall humor.

    A "decentralized Internet" is another joke, because IP was inherently decentralized in concept. That plays well with Richard's algorithm which effectively offers warp speed transmission on every route, it will be fun to see what they do with it.

  17. How it COULD work - a compromise by Anonymous Coward · · Score: 1

    People seem to engage in very black and white thinking about decentralising the Internet.

    On the one hand, you have a bunch of hopeless idealists who think it MUST work because it's THE RIGHT THING TO DO, without considering the potential negative aspects and pitfalls which will ultimately doom the endeavour.

    On the other hand, you have a bunch of pessimists who think it is doomed to fail because look at all those other systems and think of all those flaws, but who don't try to think of compromises that could work.

    I look at it this way: The world itself is physically decentralised. We have multiple self-governing nations. Indeed, nationalist and isolationist attitudes have been on the rise recently. Within nations, it is common to have multiple levels of government, with local decisions taken locally. Collaborations occur and dissolve in a fairly organic manner over the years.

    People's social interactions have, by and large, always been somewhat decentralised and based on making intelligent judgements about the people around us. We don't all rely on some central authority to determine trust, for instance. Though we are bound to some extent by the societies in which we find ourselves to determine the nature of our interactions, we are not directly controlled by them. Even if we live in a society where we'll disappear courtesy of the secret police if we do something that's not considered acceptable, that is being enforced by decentralised humans in a decentralised world.

    Businesses operating in the physical world are part of a fairly decentralised system of commerce and industry. The relationship between customer and business is decentralised. Although there are central authorities which dictate laws and regulations, these are generally implemented in a decentralised manner, with the various disparate businesses putting them in place and inspections and audits being conducted within this decentralised reality by decentralised agents of the central authority.

    I think it should be feasible to build a network which is inherently decentralised while also facilitating the organic creation and destruction of regulatory structures akin to those found in meatspace. I also think this will be necessary to enable broad adoption and social acceptance.

  18. Private privacy confusion by Anonymous Coward · · Score: 0

    Don't make the mistake of thinking that personal data is privacy. Privacy is having ones need covered regarding ones data, or, rather ones personal life, period.

    So.. privacy is not a meaningful concept if being about storing or handling personal data (!) Simply handling personal data might be theft or worse for all we know.

    Don't fuck this up, again!

  19. Re:nice idea, but practical problem by Anonymous Coward · · Score: 0

    I guess the truth hurts. The old "down mod = disagree" in action.

  20. Re:nice idea, but practical problem by Anonymous Coward · · Score: 0

    And the negative moderation exactly proves my point, thankyouverymuch! Nobody wants to hear the truth about themselves.

  21. Sounds like Curtis Yarvin's Urbit by Nova+Express · · Score: 1
    --
    Lawrence Person (lawrencepersonh@gmailh.com (remove all "h"s to mail)

    http://www.lawrenceperson.com/

  22. MaidSafe's SafeNetwork is the real Pied Piper, the by garompeta · · Score: 0

    The other projects don't even cover the basics of the vision, only MaidSafe is developing the full scope of a decentralized internet. Completely autonomous, fully distributed, shared resources, anonymous, and secured by design. The security landscape will change forever because they remove the servers from the internet. No servers, only pure peer to peer distributed internet, anonymous with broadband like speed. All files stored in the cloud forever, without any recurrent cost, all communication encrypted by default. Currency-wise: no centralization, instantaneous transactions, no fees (forever, their security model doesn't require it), and anonymous, paid by resource served. And this is possible because it is NOT blockchain based, their consensus system is based on xor based close group consensus. Pied Piper's description on the show is word by word the description of the SafeNetwork. For more information read: Article in TechCrunch: https://techcrunch.com/2014/07... MaidSafe and the safe network explained using bitcoin terminology: https://safe-network-explained... MaidSafe's on Google TechTalks in 2006: https://youtu.be/fLA77zxk-vA About MaidSafe's XOR distance routing: https://youtu.be/Lr9FJRDcNzk?l... Projects like IPFS are not anonymous.

  23. And on this free distrubted web... by Anonymous Coward · · Score: 0

    ... we then all log into the centralized facebook.

    The idea is great, but could we start with the simple things, and use IRC instead of whatsapp, and finger instead of twitter?

  24. This is also how we replace ICANN by Anonymous Coward · · Score: 0

    Who needs "official" censor-controlled domain names when we can define our own systems for free? You have to be careful though, the way they get around this is by using "net neutrality" to authorize a filter combing all the data that the big corporate media can't touch. You guys may think you're for "net neutrality" the ideal but you should be diametrically opposed to "net neutrality" the political issue. You're being used.

  25. Hitler and Clinton were both Rothschild agents by Anonymous Coward · · Score: 0

    You really need to redpill yourself before waltzing in here like a drunken idiot. Trump is your only chance to live.

  26. its a turn of phrase dickhead by Anonymous Coward · · Score: 0

    i dont know for sure but im guessing in an area of 5000 people in nearby apartment complexes, 1 or 2 of them are probably pedophiles for whom the internet is a giant mental crack pipe. look up a sex offender registry some time youd be surprised how prevalent these people are.

    1. Re:its a turn of phrase dickhead by Anonymous Coward · · Score: 0

      (Nothing that follows is in defense of what sex offenders do.)

      I thought I was going to log in and talk about i2p, openVPN, etc. but no.
      I suggest you just skip the whole thing, it deals with reality. Go back to sleep.

      When people start talking about a need for privacy it just seems so natural and easy to use sex offenders as the reason we need neither safety, privacy nor security.

      The government says that, "sex offenders were four times more likely to be arrested for a sex crime". We usually stop right there, after all, the government said it so it must be true, what more needs to be said?

      The above quote comes from a four year study ('91-'94), covering released felons in 15 states, the study was released in 1997.

      Women are responsible for 20% of the sex crimes committed against children. Women were excluded from the study, their numbers were not considered significant because only about 1% of them were being convicted when the study began. (During these same four years ('91-'94) the conviction rate for women rose from 1% to 8%.)

      During the study 517 registered sex offenders were rearrested for sex offenses. At the same time 3,328 felons who were had no prior sex-crime convictions were arrested on sex crime charges. Sex Offenders were only 13% of the felons arrested for sex crimes during the study. 517/(517+3328) = 0.1344 or 13%

      For those four years, for those 15 states there were 237,282 sex offense arrests. Roughly 90% of the sex crimes in the US supposedly go unreported. 237,282 is the number provided by the US government as the "Forcible Rape" statistic. Prior to 1997 the number only included males. According to the government, regardless of the instrument or methods used only penetration crimes committed by males against females were counted. By today's standards the number would have been much higher, in part because it would have included other sex crimes and in part because it would have included women as offenders.

      In total, the suggestion is that 237,282 represents only 10% of the actual crimes committed by males and omits the additional 20% committed by women completely.

      It is generally thought that about 82% of convicted sex offenders are "first time" sex offenders - meaning only one sex-offense conviction.

      So, while the above numbers might suggest that there is something like 47.5K registered sex offenders in these 15 states they also suggest that there are 2.85M people out there doing the same thing and only 47.5K of them got caught.

      Sure, it's the sex offenders we need to watch out for.

    2. Re:its a turn of phrase dickhead by Anonymous Coward · · Score: 0

      You should go into politics.

      If the US statistics are correct you are currently surrounded by over a hundred thousand people doing things and searching for things right now that are sexual in nature and illegal. Probably about 20 of those are registered sex offenders with their faces and names on the internet.

      Forcing everyone to give up any sense of privacy just so we can keep a few people who actually got caught and convicted under our thumbs is CRAZY. But that is what you and others like you think it will take to be safe. It won't make you safe, you will only feel safe.

      Who is going to protect you? The police? Google "police officer charged with child porn". Those search results - using your own logic - should be enough to convince you that police officers should not be allowed on the internet. But that won't work either.

      It would be wonderful if there was some way to keep people from doing anything harmful but only if privacy is not sacrificed along the way. Right now you have to give up more of one to get more of the other.

      I want privacy on the internet. Am I doing something illegal? It's none of your business. Am I doing something legal? It's none of your business. What am I doing? It's none of your business.

  27. Re:Great show, but its core joke is impossible tec by epine · · Score: 1

    Like warp drives and lightsabers, it is tech which cannot work as described because [it] conflicts with well-established theory. (Google "Shannon information" for details.)

    You'd have better served your reader by directing him or her to the Distilled Spirits Council of the United States.

    That's an in-joke for the information theory cognoscenti.

  28. "I'm guessing there are pedophiles" by Anonymous Coward · · Score: 0

    Who cares.

  29. Already exists by Anonymous Coward · · Score: 0

    Called Tor hidden services

  30. How is nobody knows about the SAFE Network? by upstate · · Score: 2

    What's being developed in this show is being built and they are rather far along. Go to www.maidsafe.net to check the companies website and head over to the forum to ask any questions you have safenetforum.org.

  31. No tolls is fine... by weakref · · Score: 1

    ...but I would prefer no trolls.

  32. Re: Great show, but its core joke is impossible te by garompeta · · Score: 1

    Learn about Maidsafe's SafeNetwork. They don't use IP protocol after the first bootstrap. Network routing is based on XOR distance, and it is completely distributed, not just "decentralized". The real Pied Piper is SafeNetwork. Check the videos. The SAFE Network from First Principles: https://www.youtube.com/playli... GoogleTech talks 2006: https://youtu.be/fLA77zxk-vA

  33. How about a cooperative ISP? by Anonymous Coward · · Score: 0

    Maximum one share a person, and just manage it democratically.

    Ensure the cooperative never makes a profit, and the prices are kept to a minimum. If expansion is required we just loan the cooperative some money and payback at an interest rate pegged to inflation.

    Excluding Government management, and PLC managers would probably be wise. If it gets built and operated like a pyramid that is where all the problems start, it has to be democratically managed.

    If it works we could role the model out for all things, then I suppose we would have democracy finally.

  34. We're building this by Anonymous Coward · · Score: 0

    It works for certain classes of useful applications, e.g., microblogging, and we have the research to back that claim up.
        http://robertdick.org/publications/liu16jan.pdf

    We have a prototype iOS app we're testing internally now. Plan public release in late summer with Android to follow. Get on our list if you want an email when it goes public.

  35. tech advice from actors... by Anonymous Coward · · Score: 0

    Well that's what we've come to /.? Tech advice from actors? Next you people are going to be getting medical advice from some stupid medical drama on tv too.

    P.S(and unrelated) Can you people stop quoting TV characters like they're real people.

  36. Can information be both free and private? by sabbede · · Score: 1

    It sounds like those are competing goals - if information is freely available then it cannot be private, if it's private then it cannot be free. Am I missing something?

  37. Re: Great show, but its core joke is impossible te by Yoik · · Score: 1

    I loved your alternative name for DISCUS. However, an algorithm that improves compression if you have multiple sources, doesn't equal Richard's. In the limiting case, any file can be compressed to a single bit if the only question is whether the only question open is whether it matches the file you have.