Mobile web app should feel native; now they're slow, clunky, don't have access to important OS features
Ask HN: What's broken about the internet?
41–47 of 47 posts
Re: Ask HN: What's broken about the internet?
#42Business model seems to be broken. I pay a giant internet bill each month, basically insane margins based on what it should actually cost to deliver much faster connectivity than what I get, yet none of that extra money funds the things that I actually use the internet for. (Why does it cost that much? Part of the reason may be that our local cable company is a government-enforced monopoly, that it's next to impossib…
Re: Ask HN: What's broken about the internet?
#43We have a patient bill of rights for example.
Re: Ask HN: What's broken about the internet?
#44Walled gardens - not being able to build things that integrate multiple services. Instagram live videos, combining amazon and walmart listings, google places "here now", or unified client for iOS/SMS/Discord/Slack/Teams are all off limits to ambitious developers.
Centralization - Seems like home email servers are increasingly being ban-hammered by the major providers like Gmail, ProofPoint, etc so you have to have your mail sent by a hosted server. CloudFlare is also seemingly becoming a single point of denial/failure. Chromium can now effectively dictate W3C standards because whatever they implement instantly becomes the ground truth for web dev.
DNS/BGP - Sorely in need of a major update.
IoT - It's shockingly difficult to find IoT devices which can compute locally/privately/on-the-edge. Everything sends all the data back home and stores/processes it there.
Tracking - If websites insist on having an OAuth or email verified signup, I'd like my browser to quickly and quietly create a new profile for every domain, or even every visit to that domain. And otherwise keep all tracking/fingerprinting down to effectively zero. I'm really tired of being tracked everywhere all the time.
Re: Ask HN: What's broken about the internet?
#45Business model seems to be broken. I pay a giant internet bill each month, basically insane margins based on what it should actually cost to deliver much faster connectivity than what I get, yet none of that extra money funds the things that I actually use the internet for. (Why does it cost that much? Part of the reason may be that our local cable company is a government-enforced monopoly, that it's next to impossib…
god yes, we even try to pay things with bandwidth.
Re: Ask HN: What's broken about the internet?
#46The "Let the output of your program be the input of mine." philosophy was really good. Web applications do the exact opposite. All of the interesting shit is missing.
Keeping parts of a thing in separate places can be necessary at times but it usually is not. There is the layout of an article website and there are article in it. The articles with their videos and images are separate things as much as browsers are separate things from web pages (perhaps even more so).
The article can be a separate file. Like an iframe but as inline text. No , no , no but if it has any of those they are ignored.
The other perspective also works. The data for a physical object could be a single file. One or more images, videos, docs, the meta data. Say a product, its price and description can be put inside the image file and be made accessible as a js object/json. Standards can be created, adopted and popularized. If the picture has one or more cars the meta data can have all the usual properties of a car with standardized key names. This seems chaotic and undesirable for large shopping platforms but if an object has a description, contact information and a price it can be sold. Setting up a small store could be as simple as dropping images into a page. One would want to parse out some of the meta data of course but there can be much more data available.
It makes reasoning about the website much more like we reason about the real world.
Re: Ask HN: What's broken about the internet?
#47I’ve written about this here: https://medium.com/anti-content/the-shape-of-the-internet-34...