Time to rebuild the web?
oreilly.com
Time to rebuild the web?
1–10 of 449 posts
Re: Time to rebuild the web?
#2I agree with the sentiment of the article, but developer tools are better, not worse, than they were 20 years ago.
Re: Time to rebuild the web?
#3Re: Time to rebuild the web?
#4I recently learned about jsonfeed [0] from Hacker News and built a news aggregator for my own personal use. I believe the future of news content is in aggressive, hackable aggregation tools for a variety of content. jsonfeed is a solid foundation to build on :).
Re: Time to rebuild the web?
#5Sure the web is being abused for tracking by Google and Facebook but that was also possible 20 years ago with a single img-tag.
Re: Time to rebuild the web?
#6View Source still exists, the presence of JavaScript and CSS means that HTML is more meaningful (as it's it's free of display information and behaviour). But looking at the DOM is the inspector is even more useful to undertsanding the tree structure. I agree with the sentiment of the article, but developer tools are better, not worse, than they were 20 years ago.
Understanding how a modern webpage source in combination with a browser results in what you see is a pretty complicated affair, in the past you just did 'view source' and it was obvious what went where.
The web is now much more machine-to-machine than it was in the past when the humans could process the pages roughly as easily as the machines could.
Re: Time to rebuild the web?
#7Is not being able to copy code from Facebook using view source killing the web? Of course not. If you are just starting out there are more resources available now than ever.
And I hope to God we never have a web built on block chain technology.
Re: Time to rebuild the web?
#8We've been working on proof-of-stake and blockchain scaling/interoperability infrastructure since 2014. It all starts with a classical BFT algorithm which provides simple light-client proofs and fork-accountability. Your mobile phone can verify transaction finality in 5 seconds, with no need for an hour of block confirmations as in Bitcoin proof-of-work mining.
https://github.com/tendermint/tendermint
The Cosmos Hub will launch very soon. Lets build stuff! Onion routing for Tendermint would be a great addition. And DNS/name-resolution on Tendermint can actually solve Zooko's triangle.While we're at it, lets fork Go too. https://groups.google.com/forum/#!msg/e-lang/cQiXS_GnKS4/Zsk...
Disclaimer: I'm a cofounder of the Cosmos project, cofounder of Tendermint, and long-time HN lurker.
Re: Time to rebuild the web?
#9AOL was one big ass walled garden back in the 1990s. It was pretty popular back then.
The funny thing is, back then, it was popular for 2 groups of people. First were younger kids who wanted to stir up trouble on the network (AOHell, etc.). The second were old people.
My uncle is ~70 and still has an AOL account because he thinks it's "the internet". That's how strong AOL's walled garden / marketing was. Although, it didn't help that back then you would have to dial an AOL phone number on your modem to connect, so I could see how it could be confusing.
Re: Time to rebuild the web?
#10This article is more of a longing for the past than any concrete idea on how the web should be rebuilt. Not only that, but it sounds like the ramblings of someone who isn't merely longing for the past but stuck in it. Is not being able to copy code from Facebook using view source killing the web? Of course not. If you are just starting out there are more resources available now than ever. And I hope to God we never h…