←back to thread

AI/Math Puzzle

(aggressivelyparaphrasing.me)
48 points markerz | 1 comments | | HN request time: 0s | source
Show context
albert_e ◴[] No.43568883[source]
Haven't read past the problem statement to avoid spoilers.

How difficult can it be to brute force this. (Try all possible domain names within a reasonable length)

Take help from AI while you are at it.

replies(2): >>43568957 #>>43571377 #
VladVladikoff ◴[] No.43568957[source]
I think you might need api access to a nameserver to take that approach. because if you just throw 100,000,000 dns lookups at your default server they are going to throttle you.
replies(2): >>43569573 #>>43570280 #
1. Y_Y ◴[] No.43569573[source]
Depending on what you understand by the term "prefix" you can dramatically shrink the search space without doing any thinking.