
Every Horse
I recently created every.horse, a website cataloging every .horse domain. It serves no particular purpose. How? A Python script runs on demand that: requests the zone file for the .horse TLD from ICANN’s Centralised Zone Data Service API parses out all unique domains, removing the extraneous DNS-related data converts this into a list of domains that can be included in an HTML page This is then included in a single-page served up by a Jekyll instance running on a Raspberry Pi at my home. ...




