Live data from Hacker News

A 2x Faster Web

blog.chromium.org

51–60 of 69 posts

Re: A 2x Faster Web

#51
http://www.w3.org/Protocols/HTTP-NG/http-ng-scp.html had some similar ideas which when combined with http://www.faqs.org/rfcs/rfc998.html gives you this SPDY.

But how do you gain adoption of such a tech across clients and servers (which was the problem with pipelining) will be an interesting question to see

Re: A 2x Faster Web

#52
post #49

Earlier quoted context omitted.

Even so, the current certificate issuing process is lengthy and expensive. Requiring SSL would be a major hit to the mom-and-pop type websites that just want a simple webpage on their own domain for their business. They'd now have to pony up for an SSL cert, which at least doubles the website ownership cost, as well as potentially go through a very complex process to get the certificate issued. It also completely eli…

mom and pop brochure sites are not the sort who would be using spdy anyway, they'd just use http.

Why? If this is successful, everyone should use it, and the whole web would be faster with default server configuration.

Re: A 2x Faster Web

#53
post #41

Earlier quoted context omitted.

This is a horrible idea. Yes, it would result in increased focus by some people on speed, but probably the same people who focus on "SEO". So now content relevancy has yet another adversary in the battle for SERPs. There's a LOT of really incredible, original content out there written by amazing people who do it in their spare time and don't give two shits about their SEO or the speed of their server, and now that co…

You are correct that SEO people would latch onto the idea and start producing faster sites. But so will many legitimate sites that want to provide a good user experience. Is that really so bad? I think that site speed does correlate with a better user experience. A site that loads quickly shows that the person who made it cares about my experience more than a bloated site that takes forever to load. I will admit that…

You wait 2 seconds for a page load? You're amazingly generous.

Re: A 2x Faster Web

#54
post #32
post #9

Earlier quoted context omitted.

The future of the internet is ubiquitous encryption. Better to break caching models ASAP so that fixing them can be done incrementally.

Provided we're using IPv6 exclusively. SSL removes the ability to do virtual hosting, which is why we didn't run out of IPs 5-10 years ago.

Given that IPv6 is a good thing(1) any technology change that brings forward the time line for IPv4 address exhaustion is a good thing.

It is human nature that people don't do things that sound like hard work until they have to, and the continuing use of IPv4 with NAT and other hacks falls firmly into that camp.

(1) Every device becomes addressable again - I remember when it was normal to assume that devices could be reached directly, and would be fire walled if required. That led to a much greater number of people running services from their machine. From the perspective of a startup the idea that a client can run data services without some horrible hack is really interesting.

Re: A 2x Faster Web

#55
post #31
post #7

Impressive, how Google are taking on challenges that pretty much no other company could possibly address... replacing email... enhancing HTTP, etc... They're the only company with the means to take on such massive, unprofitable projects, and at the same time enough street cred that everyone won't immediately assume they're trying to make the web proprietary. The fact that they tend to open up these things from the ge…

They're the only company with the means to take on such massive, unprofitable projects, and at the same time enough street cred that everyone won't immediately assume they're trying to make the web proprietary. They are hardly the only company doing this. Microsoft Research do a ton of pretty visionary / far-reaching work, much of which has nothing to do with MS-proprietary platforms. For example, the VL2 architectur…

Microsoft are long past the day when they were evil. It's just that, unfairly or not, if they tried to do this people would be going through the license with a fine tooth comb in the certain expectation of traps.

I wonder if Microsoft will one day redeem themselves to the public like IBM did?

Re: A 2x Faster Web

#56
post #31

Earlier quoted context omitted.

They're the only company with the means to take on such massive, unprofitable projects, and at the same time enough street cred that everyone won't immediately assume they're trying to make the web proprietary. They are hardly the only company doing this. Microsoft Research do a ton of pretty visionary / far-reaching work, much of which has nothing to do with MS-proprietary platforms. For example, the VL2 architectur…

Microsoft are long past the day when they were evil. It's just that, unfairly or not, if they tried to do this people would be going through the license with a fine tooth comb in the certain expectation of traps. I wonder if Microsoft will one day redeem themselves to the public like IBM did?

Long past?!

I don't regard the shameful approval of OOXML as an ISO standard, and all the questionable things Microsoft did in order to accomplish it, as a particularly nice thing to do. There are a lot of NBs that were formed specifically for that purpose that were never again heard from. As it is now, the damage to ISO seems irreversible.

Also, there is the trolling about "Linux infringes 4 bazillion of our patents" empty threats (because if they weren't empty they would have acted) and the failed attempt to sell some of those patents to trolls that would go after Linux users. The fact if failed (because a non-invited group won the auction and donated the patents) makes it not less evil.

No. Being evil is in their soul.

They may be less evil now - I can agree on that. But it's so much more because they are far less relevant now than they were in the 90s than any particular change of heart.

They deserve no redemption.

Re: A 2x Faster Web

#57
post #31

Earlier quoted context omitted.

They're the only company with the means to take on such massive, unprofitable projects, and at the same time enough street cred that everyone won't immediately assume they're trying to make the web proprietary. They are hardly the only company doing this. Microsoft Research do a ton of pretty visionary / far-reaching work, much of which has nothing to do with MS-proprietary platforms. For example, the VL2 architectur…

Another example: Simon Peyton-Jones and Simon Marlow, which make up a huge chunk of power behind Haskell and specifically GHC, are Microsoft researchers. (Although Haskell and GHC are not Microsoft projects, they get paid by Microsoft to work on them.)

In return, Microsoft gets a ton of concurrency-related IP that could be used to stifle the market for non-Microsoft implementations in the future.

This makes me uncomfortable.

You just don't trust your money to an apparently unarmed bank-robber.

Re: A 2x Faster Web

#58
post #9
post #3

The whitepaper has more information: http://dev.chromium.org/spdy/spdy-whitepaper Interesting parts: - "...make SSL the underlying transport protocol, for better security and compatibility with existing network infrastructure." Won't this break many caching models? - "...provides an advanced feature, server-initiated streams. Server-initiated streams can be used to deliver content to the client without the client nee…

The future of the internet is ubiquitous encryption. Better to break caching models ASAP so that fixing them can be done incrementally.

I'm currently in the process of making a site with 130,000 monthly visitors 100% SSL.

https://www.londonfgss.com/thread32727.html

It's just a community forum, but things like ACTA and the erosion of privacy that our government is gradually executing all make me really question whether there are downsides.

I'd originally made it available over SSL to help people access it from work without the proxies blocking it (works very well btw), but now it'll be everything.

As part of this I'm doing a review of the styles, images, javascript, etc to ensure that I perform as few requests as possible due to the lack of caching.

The software I'm using hasn't really considered requests. The view seems to have been "it's a one time hit and then it's cached", whereas in the SSL world you'll be good if you get a cached once-per-session model.

It also complexifies things on the back-end, thinking of things like software load balancing and pass-through requests.

All good stuff though, I get to learn about how to make this stuff work and scale at the same time as providing a great feature (privacy and security) to my users. Traditional models are worth breaking to gain these benefits.

Re: A 2x Faster Web

#60
post #31

Earlier quoted context omitted.

They're the only company with the means to take on such massive, unprofitable projects, and at the same time enough street cred that everyone won't immediately assume they're trying to make the web proprietary. They are hardly the only company doing this. Microsoft Research do a ton of pretty visionary / far-reaching work, much of which has nothing to do with MS-proprietary platforms. For example, the VL2 architectur…

Microsoft are long past the day when they were evil. It's just that, unfairly or not, if they tried to do this people would be going through the license with a fine tooth comb in the certain expectation of traps. I wonder if Microsoft will one day redeem themselves to the public like IBM did?

From my perspective, they are developing their web browser at the absolute minimum rate necessary to avoid a precipitous decline in its market share - not fast enough to avoid a decline, but not so slow that it would vanish quickly, and certainly not fast enough to add value to internet standards or web application performance. I'll only come around to your view when they stop dragging their feet in hopes that Silverlight hits an inflection point.
Post reply on HN