You can't google 9999999..99999999999999999999999
1–10 of 84 posts
Re: You can't google 9999999..99999999999999999999999
#2Re: You can't google 9999999..99999999999999999999999
#3 1111111..11111111111111111111111
11111111..1111111111111111111111
111111..111111 // minimum case
or any other integer combination. 6 digits is the minimum amount that spawn the bizarre error.Re: You can't google 9999999..99999999999999999999999
#4 91363785902248291467082481888195
I figured that chances are that no website will have that integer on there by accident. Lo and behold, I found, among other results, a text file containing the partitions up to 10,000, presumably done with a more efficient algorithm (likely Euler's ridiculous pentagonal-number recurrence formula, which, memoized, is roughly O(n^1.5) in time and O(n) in space): http://oeis.org/A000041/b000041.txtRe: You can't google 9999999..99999999999999999999999
#5Can someone please explain me why that happens? Google says - "Our systems have detected unusual traffic from your computer network. Please try your request again later."
Re: You can't google 9999999..99999999999999999999999
#6Can someone please explain me why that happens? Google says - "Our systems have detected unusual traffic from your computer network. Please try your request again later."
111..111 11111..111111
and eventually crashes.
I'm guessing there is some kind of grammar parser breaking horribly. There's grammar parsers that have extremely poor performance trying to parse stuff that looks like this. It might do:
search 1 and 111111..11111
search 11 and 11111..11111
...
search 1 and 1 and 11111..111
...
...
...
and google detects that you are DOSing its server.
OK, someone else has pointed out that this is a range search, and google may be protecting CC searches.
Re: You can't google 9999999..99999999999999999999999
#7Can someone please explain me why that happens? Google says - "Our systems have detected unusual traffic from your computer network. Please try your request again later."
Re: You can't google 9999999..99999999999999999999999
#8Neither 1111111..11111111111111111111111 11111111..1111111111111111111111 111111..111111 // minimum case or any other integer combination. 6 digits is the minimum amount that spawn the bizarre error.
Re: You can't google 9999999..99999999999999999999999
#9Pretty similar URL format eh?
Re: You can't google 9999999..99999999999999999999999
#10It was around the time that johnny's google hacking page became popular, iirc. (http://www.hackersforcharity.org/ghdb/)