Ask HN: Website with 6^16 subpages and 80k+ daily bots
11–20 of 212 posts
Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#12Where does the 6^16 come from? There are only 16.7 million 24-bit RGB triples; naively, if you're treating 3-hexit and 6-hexit colours separately, that'd be 16,781,312 distinct pages. What am I missing?
Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#13Where does the 6^16 come from? There are only 16.7 million 24-bit RGB triples; naively, if you're treating 3-hexit and 6-hexit colours separately, that'd be 16,781,312 distinct pages. What am I missing?
6 positions, each 0-F value gives 6^16 options, yes?
When numbers repeat, the value is the same. E.g 00 is the same as 00.
So the possible outcomes is 6^16, but unique values per color channel is only 256 values.
So unique colors are 256^3 = 16.7M colors.
Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#14Earlier quoted context omitted.
6 positions, each 0-F value gives 6^16 options, yes?
Not really. When numbers repeat, the value is the same. E.g 00 is the same as 00. So the possible outcomes is 6^16, but unique values per color channel is only 256 values. So unique colors are 256^3 = 16.7M colors.
/000000 /000001 /000002 /000003 etc...
Or am I missing something?
Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#15Earlier quoted context omitted.
Not really. When numbers repeat, the value is the same. E.g 00 is the same as 00. So the possible outcomes is 6^16, but unique values per color channel is only 256 values. So unique colors are 256^3 = 16.7M colors.
Yes, each possible 6^16 outcome is it's own subpage... /000000 /000001 /000002 /000003 etc... Or am I missing something?
Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#16Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#17Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#18Earlier quoted context omitted.
Not really. When numbers repeat, the value is the same. E.g 00 is the same as 00. So the possible outcomes is 6^16, but unique values per color channel is only 256 values. So unique colors are 256^3 = 16.7M colors.
Yes, each possible 6^16 outcome is it's own subpage... /000000 /000001 /000002 /000003 etc... Or am I missing something?
Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#19[1]: https://ipinfo.io/185.192.69.2
Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#20Which is why I'd answer your question by recommending that you focus on the bots, not your content. What are they? How often do they hit the page? How deep do they crawl? Which ones respect robots.txt, and which do not?
Go create some bot-focused data. See if there is anything interesting in there.