Slashdot Mirror


Former Google CEO Eric Schmidt Predicts the Internet Will Split in Two By 2028 -- and One Part Will Be Led By China (yahoo.com)

Speaking at a private event in San Francisco this week, Eric Schmidt said he believes within the next decade there will be two distinct internets: one led by the U.S. and the other by China. At the event, economist Tyler Cowen asked, "What are the chances that the internet fragments over the years?" To which former Google CEO said: I think the most likely scenario now is not a splintering, but rather a bifurcation into a Chinese-led internet and a non-Chinese internet led by America. If you look at China, and I was just there, the scale of the companies that are being built, the services being built, the wealth that is being created is phenomenal. Chinese Internet is a greater percentage of the GDP of China, which is a big number, than the same percentage of the US, which is also a big number. If you think of China as like 'Oh yeah, they're good with the Internet,' you're missing the point.

Globalization means that they get to play too. I think you're going to see fantastic leadership in products and services from China. There's a real danger that along with those products and services comes a different leadership regime from government, with censorship, controls, etc. Look at the way BRI works -- their Belt and Road Initiative, which involves 60-ish countries -- it's perfectly possible those countries will begin to take on the infrastructure that China has with some loss of freedom.

87 of 178 comments (clear)

  1. "...GDP of China, which is a big number" by JoeyRox · · Score: 1

    How big we'll likely never know since China's government statistics are about as reliable as their Happy Meal toys.

  2. Web 3.0 by pecosdave · · Score: 5, Interesting

    In a decade you won't even have to be on the "web proper" to be networked in.

    Once you get proper Web 3.0 decentralized networks running - like the Akasha beta you don't need web proper. All you need to be is attached to another node, even without web-proper access and you can communicate anywhere. I hope to see neighborhood mesh networks be it WiFi or cable-over-the-fence networks, as long as you've got a machine or two somewhere connected to the web then you've got worldwide communication going. Once we figure out how to make IPFS have some reasonable naming systems the old-school web will matter less and less.

    --
    The preceding post was not a Slashvertisement.
    1. Re:Web 3.0 by sexconker · · Score: 1

      If you can reach out to another host, then you're on a network.
      If you can reach out to a host not on your network, then you're reaching to a different network.
      This means the separate networks are interconnected. An "internet" if you will.
      You may need to find a way to route data around.

      The "web" is nothing more than the internet + a way to discover and navigate hosts and services.

    2. Re:Web 3.0 by pecosdave · · Score: 1

      Of course I recognize that.

      The Internet as we know it is pretty well thought out and purposefully built. Once you start getting into IPFS and block-chain peer to peer land you legitimately have and option to network with peer to peer chaos. No need for DNS, theoretically you could have hosts not running TCP/IP participating and huge chunks could be offline at any given time and the chaos still manages to work.

      The difference:
      Web-proper - managed under authority with the ability of individuals and organizations to dictate how data flows.
      Web 3.0 - decentralized peer to peer chaos that still manages to work

      --
      The preceding post was not a Slashvertisement.
    3. Re:Web 3.0 by Anonymous Coward · · Score: 1

      The magic in the success of these peer to peer physical networks is that each of you own your own physical nodes, not some gov / corp owning them all, and that each pair of you own the link between your adjoining land / residences, privately. No gov / corp in the world has the resources or care to police or tax that. And once you power up the two nodes, lighting up the shared fiber / cable / wifi, and then deploy encrypted routing protocols over it, they can't see inside it. So you're golden from that point forth... the two of you communicating freely forever. Now just add in other separate private p2p peering links with other physical neighbors... and you win.

    4. Re:Web 3.0 by pecosdave · · Score: 1

      I can terminate fiber - did it for a company this past week. I've discussed at length how to do neighborhood networks with my buddy on the drives to work and back. When I discovered IPFS is was the answer to everything I ever wanted to get going. Private networks bridged between my local buds with firewalls and gateways to the outside so we can control what connects us together and what sets us apart? Friggin awesome! Right now I'm working on public works type project so I'm learning a little about how to pull off more long-distance things.

      Get some more official big-peering/routing nodes going to help tie the rest of the chaos together, it wouldn't take much to make a world-wide uncontrolled mesh net.

      --
      The preceding post was not a Slashvertisement.
    5. Re: Web 3.0 by Anonymous Coward · · Score: 1

      Nonsense, it'll come right after IPv6.

    6. Re:Web 3.0 by dgatwood · · Score: 1

      You appear to be mistaken as to how the internet works. It already is decentralized chaos. IPFS provides a similar purpose as DNS.

      Well, yes and no. IPFS is interesting, but is probably completely impractical as a replacement for the web, simply because things are too decentralized and large-scale caching is usually a bad idea.

      That said, the concept of a decentralized name lookup system is a good idea in theory. A better way to think of the problem, IMO, would be as a series of channels provided by some trusted authority (trusted by the user). The user could then access servers/services by name within the context of that channel. Basically, each user would have n DNS servers instead of 1, and if multiple servers provide different responses, you would get a disambiguation page consisting of a blurb from each of the possible pages along with a line that tells which channel provided that page.

      Combine this with a peer-to-peer scheme for connecting to each of those trusted authorities, and you have at least the possibility of creating a secure Internet that is not practical for hostile entities (businesses, governments, etc.) to break, albeit one that is significantly slower than the current setup.

      And if you aren't concerned about preventing surveillance, you can use the P2P for lookups only, and connect directly to a server if it is reachable. This reduces the performance impact by using P2P only in situations where a node is isolated from the destination. If you mandate that all nodes must be exit nodes, it should even be possible to easily build a near-optimal route in which hosts near the isolated end (or ends) of the link encapsulate traffic as needed, but the bulk of path in-between goes directly between two peers that originally did not know about each other, rather than being passed through all the peers that were used to discover the path in the first place.

      Whether anyone would be willing to do such things in our sue-happy world or not is, of course, another matter.

      WiFi mesh networks have been possible, and have existed, for a very long time. The problem with them is the very high latency, low security, and problems with faulty equipment causing denial of service issues. People have been reinventing the wheel for a very long time.

      Mesh networks have the potential to be a great way to cover a local area reliably. They are, however, infeasible for long-haul communications, because every hop inherently adds latency, and you would need an insane number of hops.

      Security, however, should not really be a problem. You can always encapsulate the traffic on one side of the mesh network and unwrap it on the other side where it goes onto the public Internet, and so long as you trust the node at the other end, that will work fine. And even if you don't, you should be using end-to-end encryption and bidirectional authentication (e.g. TLS) on the connections anyway, so... *shrugs*.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    7. Re:Web 3.0 by pecosdave · · Score: 1

      I cut my teeth on Netware 3.0

      I helped to start an ISP.

      I've got a reasonable idea of how data flows overall. One of the big components of how data flows is backbone. The ISP I worked at used Savvis back in the day, most traffic winds up going over a backbone somewhere, IP addresses are controlled by a central authority, and DNS is controlled by a central authority.

      The increased level of chaos I'm referring to leaves out the need for a backbone - though having a few would help, as long as your I.P. works with your neighbor it doesn't matter if someone somewhere else is using it also as long as you're not on the same cluster, and well, no DNS but naming sucks for the time being.

      I'm not saying that what I'm talking about will work great, especially at first, but I do believe that the chaos can come to some order. Yes, I do expect massive amounts of equipment failure and latency to start, and maybe forever, but getting away from central control is the goal, how it's done matters a little less.

      --
      The preceding post was not a Slashvertisement.
    8. Re:Web 3.0 by dgatwood · · Score: 1

      Security, however, should not really be a problem. You can always encapsulate the traffic on one side of the mesh network and unwrap it on the other side where it goes onto the public Internet, and so long as you trust the node at the other end, that will work fine. And even if you don't, you should be using end-to-end encryption and bidirectional authentication (e.g. TLS) on the connections anyway, so... *shrugs*.

      Haven't ever worked for a business that MITM all TLS traffic? It's not hard if you own the pipes longer than any node has been connected. Plus, layer 2 attacks make things quite easy.

      The way they do that is by preinstalling their own root certs on the machine. Without that, MITMed connections will fail, because the TLS certs won't be signed by any root known to the browser. You can certainly block requests (on a per-IP basis), but you cannot possibly manipulate the traffic in any useful or interesting way.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    9. Re:Web 3.0 by nasch · · Score: 1

      What do you do if you want a low latency connection?

    10. Re:Web 3.0 by pecosdave · · Score: 1

      Then you go ahead and get onto spy-net instead of the wild-wild-web. OR depending on the situation you run your own fiber or private tunnel.

      --
      The preceding post was not a Slashvertisement.
  3. BRI itself is fragmenting by SuperKendall · · Score: 5, Insightful

    The whole Belt and Road initiative is running into some problems, receiving a lot of pushback from many countries that are realizing it's no picnic to be controlled by China.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:BRI itself is fragmenting by Impy+the+Impiuos+Imp · · Score: 1

      No, it is not.

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
  4. Good. Pound sand, China. Bye. Don't let the door by Seven+Spirals · · Score: 1

    ... hit you in the ass on the way to your fully firewalled future. They are 90% there already. This reminds me. We geeks need to find some type of new network outside of the corporate internet. The wingtips have mostly ruined it and turned it into a giant strip mall. However, say for example there was a grassroots nationwide wifi network, the FCC would come along and ban it. That or the wingtips would figure out how to buy it and ruin that, too. Ugh. It's hard to escape the suit weasels.

  5. Do it now by Nocturrne · · Score: 1

    We should cut off China, and all other evil dictatorships, from the internet now. If they can't stop murdering people that disagree with them, they do not deserve to be part of the civilized world.

    1. Re:Do it now by Anonymous Coward · · Score: 2, Insightful

      America too. If it can't stop murdering people of color, and punishing asylum seekers by torturing their children, it shouldn't be on the Internet.

      Or... hear me out here... maybe your idea is fucking stupid and that cutting China off from a resource that provides more freedom to its citizens while giving the government jack shit isn't a bad thing.

    2. Re:Do it now by Anonymous Coward · · Score: 1

      To be fair, despite not being an evil dictatorships the US has manager to murder plenty of people who disagree with them all over the world. Would the US murder less people if they were "cut off" from the Internet? Doubtful.

    3. Re:Do it now by kiviQr · · Score: 2

      You would cut off also people. Why do you want to puhish them for their goverment. Do reverse - free education via internet - will widen their horizons and give them motivation to change something.

    4. Re: Do it now by Anonymous Coward · · Score: 1

      Err, they have already done on their own. (Try accessing content outside of China when you're there.)

      Problem is the majority of Chinese people don't care. Their version of the internet revolves around talking to loved ones and buying all sorts of stuff -from rice to airtickets- over WeChat, or watching Game of Thrones, legally, on the internet (except that they prefer their locally produced shows these days). In a sense, they are living actual life.

      In contrast, western people use the internet to shit post about cismales and the patriarchy on Vox or over the New Yorker.

    5. Re:Do it now by ScentCone · · Score: 1

      Why do you want to puhish them for their goverment. Do reverse - free education via internet

      And when they set up illegal pirate networks to access that content, they get to go to jail. It seems you don't understand how it actually works under a government like China's.

      --
      Don't disappoint your bird dog. Go to the range.
    6. Re:Do it now by Anonymous Coward · · Score: 1

      America isn't murdering people of color, individuals are murdering others, some based on race. Our country does not condone crimes based on race.

      The "individuals" are uniformed, and protests against such murders are criticized as anti-American, by elected politicians including the President of the United States. Our country, and society in general, does condone the murders of black people. It does not "condone crimes" because in general such murders aren't treated as crimes.

      As for your comments regarding asylum seekers, you really need to get the facts before making such statements. These illegal immigrants (that's how they're classified until they file for asylum) are treated like any other people who illegally cross our borders.

      Have you read a single fucking thing about what is going on?

      They're not "illegal immigrants". They're asylum seekers. It is legal to enter the US, and apply for asylum, either at the port you enter at, or, if you're unable to (because you're told you can't apply there), you can legally travel to another port and apply there. This is what the STATE DEPARTMENT WEBSITE says. They are not doing anything illegal. ICE is pretending that the act of traveling to another port is itself illegal.

      Secondly, even if they were illegal immigrants, torturing someone's children is fucking beyond any reasonable line.

      Thirdly, to describe children being drugged, beaten, held in cages and forced to wallow in their own filth, and psychologically maltreated including being told their parents have abandoned them, as anything less than torture requires a degree of psychopathy on the part of someone making that claim.

      Are you making that claim, or are you claiming none of this is true? IF THE LATTER, HOW THE FUCK HAVE YOU MANAGED TO IGNORE THE NEWS OVER THE LAST FEW MONTHS?

      Nor has this program been going on for ten years. The program was ANNOUNCED by the fucking AG to Congress shortly before it started. Recent news reports (you do read the news, right? How do you feel qualified to talk about this if you ignore the news) quoted anonymous Trump administration officials as claiming they implemented it and were surprised by the outcry. Yes, children have been separated in the past, but absolutely not as standard policy for handling asylum cases.

      What is wrong with you? I seriously want to know.

    7. Re: Do it now by registrations_suck · · Score: 1

      Does that include death by taxation?

    8. Re: Do it now by nitehawk214 · · Score: 1

      That is a good point. In a lot of ways the Chinese internet is better for them. The only stores available are Chinese; fine, and no pesky trademarks to worry about, so copycat goods are plentiful and cheap. The only social media available is Chinese; fine, that is where their friends are. Copyright doesn't exist, download whatever content you want, for free, nobody cares.

      --
      I'm a good cook. I'm a fantastic eater. - Steven Brust
    9. Re:Do it now by Bongo · · Score: 1

      I gather that at one time, China had the technology to sail the world, but they figured the rest of the world was just primitive barbarians, so they didn't bother.

      From a Chinese perspective, China is the world.

      To paraphrase the old soviet joke, in Chinese world, world is cut off by China.

    10. Re:Do it now by Myrdos · · Score: 1

      How can you do that when they self-censor their internet?

    11. Re:Do it now by commodore64_love · · Score: 2

      In reality China explored & traded as far west as Egypt and Ethiopia. They met Buddhists and Muslims, and carried their belief systems back home.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
  6. China is a massive bubble by Ryanrule · · Score: 1, Interesting

    When it pops it’s Japan’s lost decade times 10. All the garbage real estate. All the rich owning 10 apartments while 90% own nothing. All the shit build quality. My wife is chinese, I’ve been to lower tier cities where I’m the only white guy in 100 miles. There is some really shocking shit there.

    1. Re:China is a massive bubble by _merlin · · Score: 2

      I think it's supposed to be an obtuse reference to Ewan McGregor/Charley Boorman "Long Way Round" and "Long Way Down".

  7. Re: Political Nonsense by Anonymous Coward · · Score: 3, Insightful

    China is effectively already its own internet. The EU seems to be doing everything they can to follow their lead. There are several smaller nations already doing the same thing.

  8. Re:Political Nonsense by TigerPlish · · Score: 5, Insightful

    Bullshit

    Don't underestimate the adversary. China's aggressively expanding their sphere of influence in Asia and Africa. Do you not see that?

    If you do see that, do you not see that they'll do the same in the internet? Do you want a 'net dominated by Chinese companies, Chinese ethics, Chinese censorship?

    I don't want this. I think China has an axe to grind with the US, and they'll do whatever they can to undermine our commerce -- like they have been doing in the past few decades.

    --
    The "Civilized World" jumped the shark ca. 1973.
  9. Re:Doesn't China essentially have their own alread by Austerity+Empowers · · Score: 5, Insightful

    You note that he said the Chinese internet versus the American internet, which is arguable but probably effectively true. That's two (big) countries that comprise about 25% of the world's population. The rest of the world has to decide what to do.

    China is obvious: don't insult pooh bear, don't contradict the government, don't stir up dissent, don't rock the boat, be good happy citizen in harmonious society. America lets you say anything you want: but don't fuck with corporate interests particularly with IP, you will be thrown in jail just as quickly.

    So the question is what does the the remaining 75% of the world use? They will probably pick and choose. They will probably get their entertainment and software from the Chinese internet. They will probably get their social, and their porn from the "American" internet. The question is where will they get their drugs and mutually agreed upon contraband...

  10. Given America's paranoid track record by Anonymous Coward · · Score: 2, Insightful

    I fear for the worst. There's a lot of flippant accusations about surveilance and censorship of the rest of the world in the Chinese internet, but more than anything it's about keeping America's slimy, spying, sabotaging tentacles out of there, which is sensible.

    The problem with America is that they're growing increasingly paranoid and consider all the other countries to be enemies, and have even committed hostile actions, subversion and sabotage against European networks, of everything. Chine on the other hand done or stated anything to that extent, and always said that cooperation is the only way forward.

    Worth taking into account when you consider what side you'd like to be on.

  11. The internet doesn't split by mysidia · · Score: 1

    China wants to exclude itself from the internet and have essentially its own version of the internet where everything their politicians disagree with is deleted --- that's not splitting the internet though: that's islanding China from the rest of the world: that's damage. As we well know, the Internet wants to re-route around such damage.

  12. Meh by jbmartin6 · · Score: 2

    There's nothing in here about the Internet "splitting". All it amounts to is that China is already using the Internet a lot and most Americans know nothing about it because they can't read Chinese. They are going to use their own sites and services instead of running to use companies like Google.

    --
    This posting is provided 'AS IS' without warranty of any kind, implied or otherwise.
  13. Re:One internet in each hand. by JustNiz · · Score: 1

    Sure the manufacturing is done in China (just because its cheap) but in many cases the internet equipment companies themselves are actually American and European.

  14. Missing the Bigger Point by nagora · · Score: 1

    If you think of China as like 'Oh yeah, they're not a Nazi super-state so it's okay to trade with them,' you're missing the point.

    --
    "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
    1. Re:Missing the Bigger Point by info6568 · · Score: 1

      It is natural for human society. At the end, the "free" in freedom (and this includes the "right" to use) means that somebody it is providing it for some "control" reason.

      TCP/IP was created with a military mindset and the Internet inherited that capacity, not only in the technical but also in the political and control part. To think that we can do whatever we like in the virtual space it is an illusion, as false as to say that we can do whatever we like in the physical world. But, what to do?

      The important it is to realize that the Internet has a control body somewhere and to learn what can be done and what can't be done there. These are new times, and we need to evolve accordingly.

    2. Re:Missing the Bigger Point by iggymanz · · Score: 1

      no, it doesn't have to be natural to maim and kill others to steal from them and have power over them. many countries have rejected that evil mindset.

      so what if an invention was for military purpose, there are legitimate reasons to have a military. I was talking of use of militaries to do evil, to murder, steal, oppress.

      the internet has an evil control body centered in an evil country. much of the world has had enough of that evil country's nonsense.

    3. Re:Missing the Bigger Point by liquid_schwartz · · Score: 3, Interesting

      you're missing the point, the USA has even bigger body count doing evil than China, and supports a theocracy that engages in systematic oppression and genocide.

      I assume you have data to back this up? Mao was responsible for ~45 million deaths. What did the US do to achieve that number?

    4. Re:Missing the Bigger Point by info6568 · · Score: 1

      I like to agree with you ... however.

      What country it is not stealing from another one?

      The main difference with old and new times is the stealing "method". At the end, we agree on giving something to acquire something, but the one with more power will be the one have more benefits.

      You see, in Costa Rica we don't have military forces. They are not needed. But this doesn't mean that we don't have problems ... we have a lot of them, we have corruption, bad management, or lack of it. And at the end, even when we work the same as any person in a developed country, we don't have that country advantages. Why must be like this?

      There is a balance everywhere, and this balance never is fair for everybody. About the central management ... can we change that? It is right to change an evil for another one? ... I think that humans are not so fool, but we need to stop thinking that what it is around us it is right and works well.

    5. Re:Missing the Bigger Point by iggymanz · · Score: 1

      Those were deaths from famine.

  15. *Will* split? by zarmanto · · Score: 1

    The core premise of this commentary seems to be that China hasn't basically already created the theorized divide between their "internet" and the rest of the world. I'm not so sure that people operating from behind The Great Firewall would entirely agree with that premise.

  16. Re:Political Nonsense by Sniper98G · · Score: 1

    Basically, China already tries to segregate their Internet from everyone else's. The odds that they will sever every single tie to the US Internet is laughable, and if they don't do that, it's still one Internet.

  17. I'm pretty sure that split can be avoided by Opportunist · · Score: 1

    Mostly because those that can influence it pretty much want the Chinese Variant of the Internet, a network, controlled by the government and built for the benefit of the industry.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    1. Re:I'm pretty sure that split can be avoided by WindBourne · · Score: 1

      Uh, if you think that industry wants the controls that CHina has in place, could only mean that you are either not working in industry, or you work for the Chinese gov. The Chinese controlled internet was NOT built for industry. There, the gov is picking winners/losers, of which the ONLY none-Chinese winners are short-lived. Once a Chinese company starts competing, then Chinese gov interferes with the none-Chinese company and makes sure that sales drop. If not, they find a reason to block them.

      --
      I prefer the "u" in honour as it seems to be missing these days.
    2. Re:I'm pretty sure that split can be avoided by Opportunist · · Score: 1

      If I, like the corporations in the "free" world, control the government then yes, I do want the government to pick the winners and losers.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    3. Re:I'm pretty sure that split can be avoided by WindBourne · · Score: 1

      exactly.
      Does industry control the Chinese gov? IOW, is the Chinese Communist party controlled by industry?

      --
      I prefer the "u" in honour as it seems to be missing these days.
  18. You are a racist asshole (also clueless) by Anonymous Coward · · Score: 1

    You've never been to a shitty American city have you? Did you get mugged in the Chinese city or were they all civilized?

    How many Americans own apartments/houses?
    Here's a cluewho's 90% and who's 65%

    1. Re:You are a racist asshole (also clueless) by Ogive17 · · Score: 1

      Your numbers include government provided housing as well.

      --
      "Action without philosophy is a lethal weapon; philosophy without action is worthless."
  19. Schmidt is right by WindBourne · · Score: 1

    It is expensive to build brick/mortar from which to sell. OTOH, selling via internet is dirt cheap. The west is still locked into mentality that distributors and/or box stores are main sources. IOW, we are throwing our money away on middle men. Then add in the fact that china pays less to mail small items to most other nations, than a developed nation pays to mail in their own city. China will want control as trump/GOP try to stop china from being unfair, but offhand, I think trump is being just as unfair as china.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  20. Re: Political Nonsense by WindBourne · · Score: 1

    Really? Which small European nations have firewalls themselves and blocked other western nations?

    --
    I prefer the "u" in honour as it seems to be missing these days.
  21. Already. by AlanObject · · Score: 1

    Looking at the activity logs of my servers that have public IPv4 addresses, all the traffic I get already from China is spam, bot scans of web pages, and constant port scanning and SSH dictionary attacks.

    On top of that, I am pretty much 100% certain that if I put up a web page of interest to Chinese in China and it got popular and the government of China didn't like then nobody there would be able to see it anymore.

    If the Internet did bifurcate as Schmidt says, what would be so different?

  22. Re:Doesn't China essentially have their own alread by houghi · · Score: 1

    Drugs will be from the local country, just like now.
    There will still be servers in other countries.

    I understand that things needs to be dumbed down, but only two networks? Sure. What about the Ruskies? And if 2 are possible, I am sure the EU will be able to have one as well.

    --
    Don't fight for your country, if your country does not fight for you.
  23. Re: Political Nonsense by houghi · · Score: 1

    Vatican City. It has a litteral wall. Made from stone.

    --
    Don't fight for your country, if your country does not fight for you.
  24. China isn't invulnerable by Sir_Eptishous · · Score: 1

    China has many, many problems it is facing.
    More problems than the US.

    For as much power, wealth and influence they have at the moment, their window of opportunity for world domination, eg, "The Chinese Century" is rapidly closing and they know it.

    The reason Xi is tightening control is because he knows the people of China are sick of the CCP and the corruption, etc;
    Also, as others have pointed out, the BRI is having problems also. Those who have signed onto it are now seeing the error of their ways and that they are now beholden to China. The beginning of the backlash to Chinese influence is what we are seeing.

    --
    We play the game with the bravery of being out of range
  25. Business Opportunity by registrations_suck · · Score: 1

    Someone can invent a device that connects to BOTH the American Internet and the Chinese Internet, and routes traffic between the two, making them look one one big Internet.

    Gonna be a lot of work though.

  26. I Pity Inanimate Objects Because They Cannot Move by nnet · · Score: 1

    and data wants to be free.

  27. Re:Are you willing to give up being American to do by WindBourne · · Score: 1

    Gut feeling says that SpaceLink will be doing just this.
    Of course, Googleowns a chunk of it, and will likely own more before the first customers.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  28. Re:Eric Schmidt can't stop being a hypocrite by WindBourne · · Score: 1

    Uh no. Schmidt is no longer with Google and has not been for some time.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  29. Re:American lower GDP of internt? Thanks ATT & by WindBourne · · Score: 1

    relax.
    Your angst is going to give you a fucking heart attack.

    The best thing that can happen is for these companies to do this. SpaceLink is coming and will be coming in a BIG way.
    Likewise, this will encourage local gov to build out fiber as a utility.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  30. Then there won't *be* an Internet anymore by Rick+Schumann · · Score: 1

    That would signal the end of the Internet, and begin the era of Walled_Gardens_2p0. Face it, we're almost there right now, globally-speaking.

  31. Re: Political Nonsense by fbobraga · · Score: 1

    Thanks by the free offenses!

  32. Re: Political Nonsense by fbobraga · · Score: 1

    Maybe, but I think the media overestimates it... It was very worse, in the past. IMHO, China, today, has many economic interests to be more closed than it already is...

  33. Re: Already happening by fbobraga · · Score: 1

    Can you provide a link/source that supports that?

  34. Re: Political Nonsense by KiloByte · · Score: 1

    Vatican City. It has a litteral wall. Made from stone.

    Nope, Vatican doesn't touch the Tiber, so no litteral wall either. There's a street or a park on the other side of the wall on all its length.

    --
    The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
  35. But what will Internet 2 and 3 do then? by WillAffleckUW · · Score: 1

    Look, there are other internets.

    Faster ones.

    Able to leap tall Gigabytes in a flash.

    Just saying.

    --
    -- Tigger warning: This post may contain tiggers! --
  36. Re: Political Nonsense by petermgreen · · Score: 1

    China is effectively already its own internet

    Afaict it depends what you mean by "effectively it's own Internet".

    On the one hand china blocks a large number of big name western search/social/entertainment sites that dominate the Internet experiance in the west. On the other hand they certainly have not cut off communication completely.

    The EU seems to be doing everything they can to follow their lead.

    The EU seems to be taking rather a different approach, rather than blocking foreign corps it threatens them with legal sanctions (which it may or may not be able to enforce). This has resulted in a few sites (mostly smaller american news sites afaict) refusing to serve Europeans but all the big american players are still active here.

    --
    note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  37. Re: Already happening by fbobraga · · Score: 1

    There is no journalist material about this?! Why I (or anyone) must believe this?

  38. Re: Already happening by fbobraga · · Score: 1

    No source offside China? No journalistic articles?

  39. Non such thing by thunderclees · · Score: 1

    There is no such thing as globalization.
    That term would imply that it was a two way street.
    What is often called Globalization is just money and technology going from West to East.

  40. Correction to article by sgt_doom · · Score: 1

    Tyler Cowen isn't an economist, simply a Koch brothers paid-stooge.

    Sure, you can call him a pseudo-economist, but please never call him a real economist.

  41. Re:Political Nonsense by Anonymous Coward · · Score: 1

    This is wrong. The Chinese were actually quite intrigued and interested in the Jesuits. The issue wasn't the Jesuits, the issues was with other sects like Franciscan monks who basically stated that ancestor worship was a form of devil worshiping, etc. Jesuits were accepting of such practices however. The crisis came about when the Franciscans tattle to the pope that the Jesuits were allowing devil worshiping... The pope calls back the Jesuits and leave the Franciscans and other orders like the Dominicans, who keep telling the emperor that their culture was essentially evil and akin to devil worshiping. At that point the emperor says fuck off, and kicks them all out.

    Prior to that the Chinese court was VERY interested in the science that the Jesuits were bringing in.

    Confucian world view doesn't care about independent thought. It cares about relationships. Besides which there are MANY other philosophies where the individual is more important in China.

  42. Old News by jonadab · · Score: 1

    That's already happened.

    The Chinese one is called "wechat", and nobody in the West uses it, because the TOS basically say that the Chinese Communist Party owns your soul, as well as all of your personal data and human rights. It's supposed to be super convenient, though. So they say. Has every feature you want. Except privacy.

    The other one is called "the internet", and you can't really access most of it in China, because it's blocked. I mean, there are a few public-internet sites still reachable from China. Because they cooperate with the censorship. Baidu, for example. Taobao. But you can't use Google, Wikipedia, YouTube, or any other site that's major in the rest of the world. It's all blocked.

    --
    Cut that out, or I will ship you to Norilsk in a box.
  43. Eric is just plan WRONG. by Puls4r · · Score: 1

    The Chinese government has systematically banned or neutered almost every US website or website company that has won a sizeable chunk of market share in China.

    At the same time, their policy on corporate ownership insures that the companies inside the great firewall are majority owned by the Chinese.

    At the same time, large US companies outside of China are constantly faced by monopoly threats by the US government. They're also prevent from merging to create bigger companies. And they don't have the protection of the US goverment for the most part: they can be bought lock stock and barrel by the Chinese.

    With a population that dwarves the US, Chinese companies will continue to grow larger and more powerful and will continue to snap up US companies. Their own internet will remain their own through protectionism. Startups will get purchased if they show any promise with the enormous cash reserves the chinese enjoy. And in the end there will only be ONE internet - the one owned by the Chinese. The US will be on the outside looking in.

  44. China has severed the internet by aberglas · · Score: 1

    The great firewall is becoming ever thicker. By the month.

    For most Chinese, the outside internet will not exist in a few years. Nor need it. Lots of internal news and social media sites. The Chinese equivalent of StackExchange will be quite good enough. And a few carefully monitored Chinese will still have external access.

  45. Deaths from Famine by aberglas · · Score: 1

    The famine was created by Chairman Mao, not natural elements. Google The Great Leap Forward. It was truly horrendous, for everyone that died there were hundreds that went desperately hungry. All completely unnecessary.

    Mao's photo hangs proudly over Tiananmen square.

    1. Re:Deaths from Famine by iggymanz · · Score: 1

      nothing actually happened in Tiananmen square, protester being killed under martial law happened elsewhere in Beijing that day... and not thousands either.

    2. Re:Deaths from Famine by nasch · · Score: 1

      nothing actually happened in Tiananmen square, protester being killed under martial law happened elsewhere in Beijing that day... and not thousands either.

      "A member of the Chinese State Council estimated that at least 10,000 civilians were killed"

      "In 2014, Next Magazine reported on White House declassified files, which estimated that 10,454 were killed and 40,000 were injured."

      https://www.hongkongfp.com/201...

    3. Re:Deaths from Famine by iggymanz · · Score: 1

      but that point is that is false sensationalism.

      yes there was a massacre, yes it was horrible. but real count was 200 or more, not 10,000

      https://www.nytimes.com/1999/0...

      or check wikipedia, they have 200 to 10,000....haha quite a range

      you've fallen victim to believing U.S. sensationalism and propaganda

    4. Re:Deaths from Famine by nasch · · Score: 1

      you've fallen victim to believing U.S. sensationalism and propaganda

      Well, one of those sources was Chinese. And I don't know what the real number is, but there is more than one person who has looked into it and believes it is at least 10,000, and at least one of those people has a vested interest in reporting the lowest number possible. The article you linked cites "Mayor Chen Xitong of Beijing, who is in prison for corruption" as the source for the 200 number. Not the most reliable witness there.

      I very much doubt you know the number is less than 1,000. But if you have hard evidence of that, please share. It seems much more likely to me that you have fallen victim to Chinese propaganda.

      Finally, also from your source:

      Ms. Woodman argued that the question of fatalities distracted attention from a more important issue, that the army followed orders to carry out a massacre of unarmed civilians. ''They fired at random,'' she said. ''No warnings were given. They prevented evacuation. They fired at people who were running away. This was not about crowd control. This was a massacre.''

      So are you trying to distract from the undisputed fact that the Chinese military fired indiscriminately on unarmed civilians? Whether they killed 200 or 10,000 is an important issue, but even 200 is horrifying.

    5. Re:Deaths from Famine by iggymanz · · Score: 1

      the chinese claim less than 200.

      the propaganda was the ridiculous claim of thousands without facts by U.S. media and government.

      the "civilians" are said to have attacked, and were NOT the majority student protesters who left peacefully. Unarmed? How do you know they didn't have bats or large rocks? If you don't know stop repeating propaganda.

      The facts are very much disputed, again see major news sources like the NY Times I quoted written AFTER the emotional sensationalist drivel of the time.

  46. Re: Political Nonsense by drsquare · · Score: 1

    It doesn't threaten foreign corps, its rules apply to all companies, European or foreign. It's just that American companies are not used to having to obey the law so they come unstuck in European courts.

  47. Re:Political Nonsense by drsquare · · Score: 1

    It doesn't matter if you want it or not. A global, open Internet is impossible, governments will not give up control that easily. There will eventually be a US internet, a Chinese internet, a European internet etc.

  48. Re: Political Nonsense by Hognoxious · · Score: 1

    I'm not sure if "effectively it is own internet" means anything.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  49. Re: Political Nonsense by petermgreen · · Score: 1

    Normally laws apply to those within the jurisdiction of a government.

    However the EU has decided that these laws apply to anyone interacting with an EU client, regardless of whether or not the site operator has a presense in the EU. In response a bunch of smaller american news sites seem to have decided not to take the risk and just block anyone who appears to be from Europe.

    --
    note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register