Earlier quoted context omitted.
You're right. But this article contains significant new information (SNI) about Excel, and spreadsheet topics are perennially interesting to HN readers, so this is the rare case where a quick follow-up article, and also the title change, probably makes sense. Usually it goes the other way of course: https://hn.algolia.com/?query=follow-up%20by%3Adang&dateRang... https://hn.algolia.com/?query=%22significant%20new%20in…
The BBC has expanded on the Excel-related part and broken it out into a seperate article: https://www.bbc.co.uk/news/technology-54423988 Maybe it'd make more sense to link that one, if you're keeping the title?
Missing Covid-19 test data was caused by the ill-thought-out use of Excel
211–220 of 834 posts
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#212Each test result creating several rows of data seems like a problem too. In clean data, every observation is one row. It makes working with the dataset much easier. In this scenario, I would expect one observation to correspond to one test result. The multiple rows are then better off pivoted into columns.
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#213The BBC updated the article with technical details, see about halfway down. Here's the tech details: (PHE = Public Health England) Analysis by Leo Kelion, Technology desk editor ----------------------------------------------- The BBC has confirmed the missing Covid-19 test data was caused by the ill-thought-out use of Microsoft's Excel software. Furthermore, PHE was to blame, rather than a third-party contractor. The…
More explanation here: https://news.ycombinator.com/item?id=24690286
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#214Spoiler Alert: It was a SMALLINT error that was 'patched' by someone previously (legacy code) that worked around the bug by rounding account balances to the Million (since it was a reporting function rather than an accounting function it was a 'sort of ok' hack). The bug re-appeared as undefined behaviour when transaction and or account balances went in to the billions.
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#215This is indeed user incompetence, but so far every news source quoted the official PR and said it was an "Excel Problem". Microsoft PR was caught unprepared - I wonder how they'll re-spin it in the next few days (and for the first time that I can recall, a Microsoft product was wrongly blamed...) Pay attention, how every time there's a Windows virus or worm, it's a "Computer Virus", but in the (extremely rare) occasi…
Could also be a lack of budget funding. The newer version of excel supports: 1,048,576 rows
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#216I hate solving problems and not knowing how I did it, so this particular experience has stuck in my craw. Trying to develop a budget to pay off debts, my partner made this elaborate Excel spreadsheet and the output was that basically she had no spending money and I had very little, until one or both of us got a raise. It was far more austere than either of us were willing to go. So I started over using a different eq…
Imperfect measures, but they keep the work within the grasp of everyday/business users in a way a formal test suite wouldn’t necessarily.
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#217So, what we know is: « PHE had set up an automatic process to pull this data together into Excel templates [...] When [the row limit] was reached, further cases were simply left off. » The terrible thing here is dropping data rather than reporting an error and refusing to run. It isn't clear what piece of software was behind this "automatic process". Clearly the responsible humans are to blame. If the software that d…
> Is there anything in Excel itself that behaves like that? I'd imagine the default error-handling behaviour of 9/10 Excel macros is to throw away data
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#218This is indeed user incompetence, but so far every news source quoted the official PR and said it was an "Excel Problem". Microsoft PR was caught unprepared - I wonder how they'll re-spin it in the next few days (and for the first time that I can recall, a Microsoft product was wrongly blamed...) Pay attention, how every time there's a Windows virus or worm, it's a "Computer Virus", but in the (extremely rare) occasi…
Could also be a lack of budget funding. The newer version of excel supports: 1,048,576 rows
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#219Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#220The BBC updated the article with technical details, see about halfway down. Here's the tech details: (PHE = Public Health England) Analysis by Leo Kelion, Technology desk editor ----------------------------------------------- The BBC has confirmed the missing Covid-19 test data was caused by the ill-thought-out use of Microsoft's Excel software. Furthermore, PHE was to blame, rather than a third-party contractor. The…
It's such a British government thing to do too (I worked for Syntegra when I got out of uni).