Ask HN: If the Internet were redesigned today, what changes would you make?
101–110 of 327 posts
Re: Ask HN: If the Internet were redesigned today, what changes would you make?
#102Earlier quoted context omitted.
I mean why not dream bigger. IPv6 is a mess, the absolute definition of second system syndrome. If I could fix anything, it would be IPv6 itself. The biggest thing preventing it's widespread adoption is it's complicated nature. An IPv4 with an extra octet or two would have seen complete adoption years ago.
So glad I'm not the only one that has thought this. Every time an IPv6 discussion comes up I think to myself "why couldn't we just make IPv4 addresses longer". IPv6 tried to solve too many problems at once. We should've just focused on solving the address exhaustion issue. Instead, we have a very slow roll out of IPv6, and awful stuff like CG-NAT taking permanent hold.
Re: Ask HN: If the Internet were redesigned today, what changes would you make?
#103I think we could accomplish something similar just by having a global SSO that works for any website, totally decoupled from your actual identity or location. The only information it reveals might be some sort of quantifiable social standing based on how you interact with others on forums.
Re: Ask HN: If the Internet were redesigned today, what changes would you make?
#104Re: Ask HN: If the Internet were redesigned today, what changes would you make?
#105Re: Ask HN: If the Internet were redesigned today, what changes would you make?
#106Maybe make the DNS less US-centric (e.g. .com vs. .co.uk) and replace the PKI with DANE. We should have had DHCP prefix delegation for IPv4 so people wouldn't need NAT.
DHCP-PD for IPv4 would eat up all the addresses on day one. It only makes sense to automatically delegate prefixes when those prefixes are an abundant resource.
Re: Ask HN: If the Internet were redesigned today, what changes would you make?
#107I'm not sure how this can be done, but remove location association from IP. It annoys me to no end that google changes the language based on my location rather than my preference (sometimes with no obvious way to fix it). It would also stop the annoying country restrictions on websites.
Geolocation of IP blocks is basically all Google et al's fault. Once you go around wardriving to map all the infrastructure.... Well.. you get what they paid for.
Re: Ask HN: If the Internet were redesigned today, what changes would you make?
#108Re: Ask HN: If the Internet were redesigned today, what changes would you make?
#109Get rid of most of JS to prevent 'appification' and keep the focus document centered. Edit: 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?
#110I've thought about this a lot. I'd throw away HTML/CSS and start over with a client centric rendering protocol that is based on presentation first and semantics second. The language would be run-time compiled to describe exactly what needs to be rendered on the page and would be streamable to prevent rendering locks. Typical page size would go from 1M typical to 64K-128K being typical. Images would stream in after in…
Could you explain how this is different from SVG?