PR #164

6 votes · 6 up · 0 down

View on GitHub
6
Total Votes
+6
Upvotes
-0
Downvotes
+6-0

Comments(2)

bigintersmindComment#164randomize visitor counter to make it useless/chaotic

I like it; this is a fun idea. 👍

To riff a bit: What if it only counted an individual user's visits? I'm in my 40s, so it would simulate my authentic Geocities experience of seeing the counter increment and later realizing it was because I was repeatedly visiting my own page. ("I hit a thousand! Wait, 998 of those were me, and two were my parents.")

openchaos-bot[bot]Comment#164randomize visitor counter to make it useless/chaotic

🤖 OpenChaos Bot

Summary: Makes the web counter display a random number instead of a hardcoded one. It now generates a random integer between 1 and 999999 and pads it with leading zeroes.

Files changed: 1 (src/components/WebCounter.tsx)

Vibe: Embracing the chaos, one random number at a time.


openchaos-bot

All Activity(9)

bigintersmindComment#164randomize visitor counter to make it useless/chaotic

I like it; this is a fun idea. 👍

To riff a bit: What if it only counted an individual user's visits? I'm in my 40s, so it would simulate my authentic Geocities experience of seeing the counter increment and later realizing it was because I was repeatedly visiting my own page. ("I hit a thousand! Wait, 998 of those were me, and two were my parents.")

openchaos-bot[bot]Comment#164randomize visitor counter to make it useless/chaotic

🤖 OpenChaos Bot

Summary: Makes the web counter display a random number instead of a hardcoded one. It now generates a random integer between 1 and 999999 and pads it with leading zeroes.

Files changed: 1 (src/components/WebCounter.tsx)

Vibe: Embracing the chaos, one random number at a time.


openchaos-bot