After a few links deep into the site, a link will be generated that loops back a few links, and since it's a deterministic randomly generated page, it will always get stuck somewhere in the site.
We don't want that.
After a few links deep into the site, a link will be generated that loops back a few links, and since it's a deterministic randomly generated page, it will always get stuck somewhere in the site.
We don't want that.
owner
added this to the AI Tarpit project 2025-05-11 09:02:02 +00:00
Found the error lol. It's because of the relatively small wordlist I'm using, and the way the code predict new words. So if there is no occurrence of the input word, that input word would just be spat back out.
Recommend: Use a list of start words that appear at least once in your wordlist. The more, the better.
Found the error lol. It's because of the relatively small wordlist I'm using, and the way the code predict new words. So if there is no occurrence of the input word, that input word would just be spat back out.
Recommend: Use a list of start words that appear at least once in your wordlist. The more, the better.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
After a few links deep into the site, a link will be generated that loops back a few links, and since it's a deterministic randomly generated page, it will always get stuck somewhere in the site.
We don't want that.
Found the error lol. It's because of the relatively small wordlist I'm using, and the way the code predict new words. So if there is no occurrence of the input word, that input word would just be spat back out.
Recommend: Use a list of start words that appear at least once in your wordlist. The more, the better.