Ask HN: If the Internet were redesigned today, what changes would you make?
11–20 of 327 posts
Re: Ask HN: If the Internet were redesigned today, what changes would you make?
#12IPv6 dates back to 1997 and it really should have been adopted more urgently. IPv4 isn’t a huge issue but it sucks that so much of the internet is dependent on cloud providers because it’s the simplest way to get a public IP address. The decentralized web didn’t happen, in part, because of this. Facebook was famously started and hosted in a dorm room. But this was only possible due to the history of Harvard within th…
Re: Ask HN: If the Internet were redesigned today, what changes would you make?
#13Cryptographic identity verification and trusted clocks. As in, cryptography would be built-in and everyone would have a set of keys that they could use to verify ownership of digital content by using cryptographic signatures and timestamps.
Re: Ask HN: If the Internet were redesigned today, what changes would you make?
#14Imagine how many times security and privacy have been reimplemented in different contexts.
And that patchwork approach will incentivize security breaches and manipulation through dark surveillance until ... no end in sight.
Re: Ask HN: If the Internet were redesigned today, what changes would you make?
#15Edit: I think this would result in protocols over walled gardens. The problem is JS makes HTTP/HTML everything to everyone.
Re: Ask HN: If the Internet were redesigned today, what changes would you make?
#16Re: Ask HN: If the Internet were redesigned today, what changes would you make?
#17I have this experience where I come into new orgs or projects and I think if we could just start fresh with the old lessons, we could build it so much cleaner. It’s partially true. But mostly we end up building a really clean base, then as the business requirements come up, we need to add back in all the things I thought were kruft. I think lots of tech is this way. Try to build a new DNS, you’ll just end up reinvent…
if the current tech is so messed up to warrant a re-build, why would one expect that all the requirements are properly captured?
having said that, stepping back and articulating the existing problems could be a viable first step. Identify and scope the problems before dreaming of solutions. /product engineer and party pooper hat off
Re: Ask HN: If the Internet were redesigned today, what changes would you make?
#18Cryptographic identity verification and trusted clocks. As in, cryptography would be built-in and everyone would have a set of keys that they could use to verify ownership of digital content by using cryptographic signatures and timestamps.
how would you get those trusted clocks to agree with each other?
Blockchains in a way are such clocks where the ordering of the blocks on the chain provide an implicit counter. But blockchains have too much overhead so by assuming some trust it would be possible to get rid of the proof of work mechanism and just use a signed timestamp from a trusted source.