Slashdot Mirror


Apps Are Devouring the Open Web (businessinsider.com)

Rob Price, writing for Business Insider: Apps are eating the web. Over the past decade, there has been an inexorable movement from the open internet to the walled gardens of apps -- and this trend just hit a major milestone. According to new data from ComScore, more than half of all time Americans spend online is spent in apps -- up from around 41% two years ago. It's a stat that will be discomfiting to advocates of the open web, as well as companies whose core business is built around it -- notably Google. As content that was once freely available and indexable on websites becomes silo-ed away in closed-off apps, it makes it harder to search and link to content. This is, of course, the cornerstone of Google's original business.

4 of 154 comments (clear)

  1. Re:Discomfiting by guises · · Score: 3, Informative

    You don't like that word? I don't see any problem with it, seems like it was used correctly.

  2. Re:Discomfiting by Calydor · · Score: 3, Informative

    Okay, I admit it. I did not know that was an actual word.

    --
    -=This sig has nothing to do with my comment. Move along now=-
  3. Re:Discomfiting by djrobxx · · Score: 1, Informative

    Facebook has a complex enough UI that making a more efficient app for it makes sense. There are a ton of apps that are barely more than a skinned browser that loads a mobile website. Those are the ones that I wish would die off.

  4. Re:Mobile needs to improve browser by Teckla · · Score: 3, Informative

    I agree that the web is pretty much a huge mess, but I just want to address one thing:

    - JavaScript. Single threaded and garbage collected.

    I think Web Workers allow you to write multi-threaded JavaScript--with, of course, limitations (e.g., no shared memory).