CUCaTS
Puzzlehunt 2014
h(x) = 48a1e012c6d426dc54586bb41c1f912bbe77cfa05a4190f2ec7e499ec4b4e0ca
author: unknown
h(x) looks like a cryptographic hash, and refreshing the page shows it changes every 5s. We find that the SHA256 hash of the unix time (floored by 5 seconds) gives us the same hash. Thus the answer is the current unix time (and values within ± a minute are accepted).