Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. I built non-autoregressive decision models with RL a year ago(convaiinnovations.com ↗)
    195comments
  2. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    590comments
  3. Btrfs/ZFS/bcachefs under workloads classic benchmarks skip(bartosz.fenski.pl ↗)
    22comments
  4. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    204comments
  5. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    89comments
  6. Tin: full-text search for Postgres(planetscale.com ↗)
    58comments
  7. Suzanne Ciani's Buchla Cookbook(echo.orpheusinstituut.be ↗)
    3comments
  8. Show HN: CUA-S1 – A System One Model for Computer Use(github.com/trycua ↗)
    1comments
  9. The Secret Life of Circuits(coredump.cx ↗)
    61comments
  10. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    607comments
  11. Supabase (YC S20) Is Hiring for OrioleDB(supabase.link ↗)
    discuss
  12. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    19comments
  13. UFO Series Home Page: "UFO" TV Series from 1970(ufoseries.com ↗)
    1comments
  14. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    29comments
  15. Almost Never Use AI to Write Anything Substantive(erichgrunewald.substack.com ↗)
    49comments
  16. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    150comments
  17. San Francisco Onion Futures Company(onionfutures.com ↗)
    138comments
  18. Cloudflare Quick Tunnels(cloudflare.com ↗)
    303comments
  19. How to Write with an LLM(sockpuppet.org ↗)
    367comments
  20. Adventures in Microcontroller Circuit Debugging(bigmessowires.com ↗)
    1comments
  21. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    220comments
  22. What Zig felt like, coming from Rust(besok.github.io ↗)
    165comments
  23. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    30comments
  24. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    56comments
  25. Saving another 100TB of RAM(cloudflare.com ↗)
    98comments
  26. Communication by means of modulated Johnson noise(pnas.org ↗)
    25comments
  27. SDCC – Small Device C Compiler(sourceforge.net ↗)
    28comments
  28. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    126comments
  29. Science Is Open Software(jepedersen.dk ↗)
    64comments
  30. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    133comments

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