This is something that's been going on for a while - Google killing small web apps; Convertors, calculators, movie listings, ip finders, weather stats, stocks. It's not all low-hanging fruit. I'm not saying they shouldn't be doing this, nor that it's intentional. Their goal is to be the best search engine which means connecting searchers with answers as quickly as they can. But even so, it sucks for the web apps who…
What's worse is that they could drop these services in the future, all of a sudden there is nothing capable of performing the function.
Google now tells you your IP when you ask it in search
61–70 of 97 posts
Re: Google now tells you your IP when you ask it in search
#62Re: Google now tells you your IP when you ask it in search
#63Duck Duck Go does this. https://duckduckgo.com/?q=ip
Re: Google now tells you your IP when you ask it in search
#64Great, this saves me that agonizing click on whatismyip.com.
Or just http://ifconfig.me/
Re: Google now tells you your IP when you ask it in search
#65For months: http://www.wolframalpha.com/input/?i=what+is+my+ip
Wow, like the IPv6 anf IPv4 breakdown along with ISP information. Wolfram would win, but as usual you can't scrape it with the SED tricks of earlier posts... or can you?
alt="IPv4 | 124.120.*.*\nIPv6 (short version) | ::ffff:*:*\n(as seen by Wolfram|Alpha)" title="IPv4 | 124.120.*.*..."
So Sed still works ;)Re: Google now tells you your IP when you ask it in search
#66Earlier quoted context omitted.
This is why I mentioned that it's not all low hanging fruit. Movie listings? Requires feed integration, handling a lot of data, non-trivial presentation. Same with weather. Getting a good weather app is not 10 seconds of coding. Some, like ip address, are simple things, but even so whatismyip.com built a huge range of products around that one simple service.
I always hated how weather sites could not just detect my approximate location based off of ip (eg weather.com) and required me to enter in my zip code, google fixed that.
Re: Google now tells you your IP when you ask it in search
#67This is something that's been going on for a while - Google killing small web apps; Convertors, calculators, movie listings, ip finders, weather stats, stocks. It's not all low-hanging fruit. I'm not saying they shouldn't be doing this, nor that it's intentional. Their goal is to be the best search engine which means connecting searchers with answers as quickly as they can. But even so, it sucks for the web apps who…
Re: Google now tells you your IP when you ask it in search
#68Remember, if the answer is delivered with HTTP, the reported IP may be the IP of your ISP's transparent proxy server. If you want the IP of your NAT box, you need a what-is-my-IP where the response is delivered over HTTPS.
Re: Google now tells you your IP when you ask it in search
#69Any of the bigger ones could spring off into an ISP review site.
Re: Google now tells you your IP when you ask it in search
#70Earlier quoted context omitted.
This is why I mentioned that it's not all low hanging fruit. Movie listings? Requires feed integration, handling a lot of data, non-trivial presentation. Same with weather. Getting a good weather app is not 10 seconds of coding. Some, like ip address, are simple things, but even so whatismyip.com built a huge range of products around that one simple service.
I always hated how weather sites could not just detect my approximate location based off of ip (eg weather.com) and required me to enter in my zip code, google fixed that.