I think I was talking about the pundits, not the staff at Bluesky. They certainly existed in 2020. You can be a pundit and say things without saying them on Bluesky. There is a notable history of people saying things before 2023.
ssh [email protected] "find . -type f | while read line; do sha256sum \$line; done" | tr -s ' ' | cut -f 2,1 -d ' ' | sort | uniq -c
And expect output that looks something like a sorted line of hashes, I will be sorely disappointed.