There seems to be a global competition for stupidity in response to COVID-19.
I've mentioned a number of stupid actions and questionable statistics in Florida, and I'm sure there will be more, but the U.K. has just acknowledged a slight error in reporting thousands of cases due to an overloaded spreadsheet!
Does the scientific establishment guiding the U.K.'s pandemic response come down to one person working with an Excel spreadsheet on a desktop computer? How long did it take to notice this
minor error?
For those not computer savvy, I'll point out that case numbers are integers, and modern hand-held devices like mobile phones support 64-bit integers in hardware.
(I come from a prehistoric past when we used 8-bit integers in hardware arithmetic, and still connected them together to handle big numbers in software. One of my first programs computed 99 factorial or 99! on a machine now only seen in museums. )
This would allow you to count (2^64) - 1 = 18,446,744,073,709,551,615 cases, or if you allow negative cases, using twos-complement representation, you might only have (2^63) - 1 = 9,223,372,036,854,775,807. I suspect this is larger than the number of cases in the entire Universe.