Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    89comments
  2. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    14comments
  3. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    381comments
  4. Tin: full-text search for Postgres(planetscale.com ↗)
    8comments
  5. What Zig felt like, coming from Rust(besok.github.io ↗)
    59comments
  6. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    169comments
  7. “The Secret Life of Circuits” is here(coredump.cx ↗)
    37comments
  8. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    10comments
  9. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    523comments
  10. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    7comments
  11. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    121comments
  12. San Francisco Onion Futures Company(onionfutures.com ↗)
    98comments
  13. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    176comments
  14. Learning Another Language May Be One of the Best Ways to Keep Your Brain Healthy(theconversation.com ↗)
    18comments
  15. I built the fastest PHP webserver in the world(qbixserver.com ↗)
    discuss
  16. Cloudflare Quick Tunnels(cloudflare.com ↗)
    299comments
  17. How to Write with an LLM(sockpuppet.org ↗)
    360comments
  18. Communication by means of modulated Johnson noise(pnas.org ↗)
    16comments
  19. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    23comments
  20. SDCC – Small Device C Compiler(sourceforge.net ↗)
    22comments
  21. Saving another 100TB of RAM(cloudflare.com ↗)
    87comments
  22. Science Is Open Software(jepedersen.dk ↗)
    47comments
  23. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    7comments
  24. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    4comments
  25. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    44comments
  26. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    115comments
  27. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    120comments
  28. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    6comments
  29. OpenJev(openjev.com ↗)
    277comments
  30. Goroutine Leak Profiles(go.dev ↗)
    6comments

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??