I had mistakenly thought the quoted twitter post found it weird that the vote totals had the same leading digits as the percentages, which absolutely makes sense when the total vote count is near a multiple of 100. For example
>>> 0.5123 * 1_002_232
513443.45359999995
I had pulled an all-nighter (writing a grant proposal actually) and was steaming mad reading this and had to scroll a bit. May be a comment like this will help someone else out who might be confused.