The article presents a self-contained JavaScript code that generates annotated avatars for Hacker News comments. The code uses a deterministic avatar generator and can be pasted into the console of any HN page. The generator is based on the xorshift32 PRNG and uses the HN username as a seed. The code is also available in a golfed version, which is smaller but may have some limitations.