Hacker Newsnew | past | comments | ask | show | jobs | submit | belleville's commentslogin

Applications would be isolated between different accounts. What is the difference between this kind of isolation and the isolation supported by container technology?


The load balancing or vpn won't be an issue. It basically moves the DNS query from the later link click time to the early search time. The local DNS server is also switched to Google public DNS.


When I click any link from Google search results, my computer will perform a DNS translation locally. If Google has done it for me during my search, then it will definitely save some time for me.


How does Google send the DNS lookup result?

That's what I'm not understanding. It could alter the href, but then you lose any information from the hostname.

Is there some service I'm not aware of for passing DNS results back to the browser in the document? Something like that seems like it would make the user vulnerable, how does your browser know your local network doesn't have its own DNS server that blackholes advertising domains, etc.

I understand the why, but I don't see any potential answer for how. There is no standard way to "Slipstream" DNS resolution into an HTML document or HTTP response body that I know of. Nothing stopping Google from building this into Chrome, but they would have to break dozens of standards in order to do it.


Can google put the DNS results into the links directly while keeping the hostname as well? Since the IP address is fetched real-time, there won't be any load balancing issue.

It doesn't need to change the browser or anything else.


> Can google put the DNS results into the links directly while keeping the hostname as well?

No, that's the problem. They can't. Links have one target, an address of either a remote hostname or an IP address. The browser would need to change to accommodate passing them back separately, because that's not something that current browsers do.


You meant different objects on the same webpage. Load balancing for them will be different as you suggested. Is this really important? Load balancing for different clients can be achieved easily.


I mean in the sense that, primitive load balancing is implemented as Round-Robin in that, one DNS name maps to several IP addresses, and the client chooses one at random to ask to serve up the request. That is not the hard part here.

The problem is that a URL in an HREF has either an IP or a hostname, and there are more hostnames than IP addresses by some orders of magnitude. So, when running a web server, we will conventionally map more than one hostname to a single IP address, leading to several different hostnames that all have separate potentially unrelated content trees.

So, if Google will be pre-fetching DNS queries and passing the results onto clients, how? What I'm saying is, <a href="something", the form of links, and you have to set that href to something specific and concrete, and the browser is going to honor it and send the client request there. That's how web links work. You're suggesting the server should tell the browser what hostname to send in the server request (so the server knows what content to provide), but give it also (unchecked) a pre-calculated IP address to send the request to, so the client saves time looking up that result in DNS. How? And how should the browser client know to trust it?

You can't make the browser check if the mapping is valid, or you lose the speed benefit that you hoped to achieve. Also, browsers don't have a pathway to receive this information separately or out-of-band. So, where does it go in-band? The standards weren't written to pass this information apart from each other, the answer is that doing it that way would present a new threat vector and there is no place for it in any standard that exists. (Correct me if I am wrong.)


As a tablet, Surface Pro 3 is still pretty heavy. One simple solution would be to split the battery into two: put the second one under the keyboard. Whenever the tablet is connected with the keyboard, it uses the battery under the keyboard, which recharges the battery inside the tablet at the same time. The capacity of the battery under the keyboard can be customized with different options : )

I'm curious how much of the tablet weight can be reduced. Can Microsoft make a bigger yet light Surface with such approach?


From a user of the app.


Color me skeptical, since your karma is the same as the upvotes on the story.

Also, the same link was posted 4 days ago: https://news.ycombinator.com/item?id=8580091


I wasn't aware of it. Before I posted it, I searched with only "GPS" as keywords.


This is the 2nd post I put on HN. You can check my first one.


My apologies! Reduces the probability of astroturfing :).


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: