That really is good. Hipmunk is still better if you know what days you want to fly, but this is great if you haven't yet decided precisely when, or precisely where, you want to go. A pity it only works within the US so far, but I'm sure they'll add international destinations eventually. Also a shame that Southwest still won't cooperate with any of these guys. I guess it's a rational decision on their part: be cheapes…
Google Flight Search
71–80 of 288 posts
Re: Google Flight Search
#72Earlier quoted context omitted.
It looks like it was built quickly. Why is there a giant search bar at the top of the screen? I came here to look for flights, not to search the web. Why is there a giant map at the top of the screen? I already know where I want to go. I don't need to look at a map to decide which destination I want. This part seems like more of a tech demo than anything. The whole UI looks like it was designed by an engineer. For ex…
To see how the map is useful, put in an origin and then play with the price limit.
Re: Google Flight Search
#73Earlier quoted context omitted.
Interesting. That makes me wonder: would that really be the optimal approach? Google is able to return search results for previously unsearched queries nearly instantaneously too, so I'm wondering whether it's really a cache that's serving those queries. Would some sort of graph-based index be possible in this situation?
Lol. If I were Google, I'd probably have bought all the tickets in advance ;) Thing that gets me is, do they really send their employees SFO to LA on United?! Southwest's like a third the price... And why isn't SW listed, anyway? Did Herb take issue with something here?
Re: Google Flight Search
#74Earlier quoted context omitted.
Let's be honest. Google wants us to use their services because the better they understand us, the better they can advertise to us. That's the profit model at Google. I don't begrudge them for it either. You've got to turn a profit if you want to keep the lights on. I don't mean any offense, but the "Don't be evil" mantra is growing a bit tired. Evil is a strong word, and "not being evil" is a pretty low bar, IMO.
I strongly disagree. Google wants us to use its services because at its core is a bunch of engineers that simply want to make the world better.
(i.e. the agent 'Google' is distinct from the agents that it is composed of)
Re: Google Flight Search
#75In a few weeks/months Google will be featuring this search result when you type "nyc to sfo" and take a big bite out of orbitz, kayak, and whoever's lunch that's in this space.
EDIT: The counterargument to this, is that orbitz, kayak, and friends are some of the heaviest purchasers of PPC ads. So Google be at risk of cannibalizing if they push this too hard.
Re: Google Flight Search
#76This is cool though
Re: Google Flight Search
#77It’s rather powerful: as long as the origin airport is one of those shown on the map, and the destination airport is reachable via a domestic flight on one of the major airlines (AA, AS, B6, CO, DL, F9, UA, US), the search results come back instantaneously. Multiple origins and destinations (up to five of each) are supported as well: http://www.google.com/flights/#search;f=LAX,SFO,SEA,LAS,DEN;... And the results stil…
http://www.google.com/flights/#search;f=EWR,JFK,LGA;t=ORD;d=...
gives: Your search – New York to Chicago – did not match any results.
versus
http://www.kayak.com/#flights/NYC-ORD/2011-10-01/2011-11-01
1347 of 1347 roundtrips shown
Re: Google Flight Search
#78Internally, this has been around for a little while (disclaimer: I work for Google but not on anything related to this). What continues to impress me about Google is: 1. Just how quickly this was built (really, it was quick); and 2. Google wants you to use our services because they're compelling not because we don't give you any other choice (ie "Don't be evil"). Sure there are limits to what it currently does but I…
Re: Google Flight Search
#79Earlier quoted context omitted.
Let's be honest. Google wants us to use their services because the better they understand us, the better they can advertise to us. That's the profit model at Google. I don't begrudge them for it either. You've got to turn a profit if you want to keep the lights on. I don't mean any offense, but the "Don't be evil" mantra is growing a bit tired. Evil is a strong word, and "not being evil" is a pretty low bar, IMO.
They specify what they mean by "evil": http://www.aaronsw.com/weblog/googevil
Re: Google Flight Search
#80It’s rather powerful: as long as the origin airport is one of those shown on the map, and the destination airport is reachable via a domestic flight on one of the major airlines (AA, AS, B6, CO, DL, F9, UA, US), the search results come back instantaneously. Multiple origins and destinations (up to five of each) are supported as well: http://www.google.com/flights/#search;f=LAX,SFO,SEA,LAS,DEN;... And the results stil…
Interesting. That makes me wonder: would that really be the optimal approach? Google is able to return search results for previously unsearched queries nearly instantaneously too, so I'm wondering whether it's really a cache that's serving those queries. Would some sort of graph-based index be possible in this situation?
Perhaps unsurprisingly, Google has a framework called Pregel [2] which does parallel graph processing. Their research paper outlines how it can be used to calculate a single-source shortest path tree (in section 5.2) in reasonable time.
[1] http://en.wikipedia.org/wiki/Shortest_path_tree
[2] http://www-bd.lip6.fr/ens/grbd2011/extra/SIGMOD10_pregel.pdf