For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | more benaadams's commentsregister

You filter spam; and that's censorship. So you'll either end up with a mired cesspool of spam or very strict censorship to reduce legal liability risks.


https://twitter.com/MaxCRoser/status/1313046638915706880

> The reason was apparently that the database is managed in Excel and the number of columns had reached the maximum.


>The problem was caused by an Excel spreadsheet reaching its maximum file size, which stopped new names being added in an automated process.

> The files have now been split into smaller multiple files to prevent the issue happening again.

Wow


https://twitter.com/MaxCRoser/status/1313046638915706880

> The reason was apparently that the database is managed in Excel and the number of columns had reached the maximum.


Columns!?

You're meant to add additional records as rows! (Excel supports only 16,384 columns, but 1,048,576 rows.)

Actually, this was a pet peeve of mine: Especially in the early days of COVID, just about every official or unofficial data source was an absolute shitshow:

- Transposed data (new entries in columns)

- Pretty printed dates (instead of ISO 8601 or Excel format, or... anything even vaguely parseable by computer).

- US date formats mixed in with non-US date formats.

- Each day in a separate file, often with as little as 100 bytes per file. Thousands upon thousands of files.

- Random comments or annotations in numeric fields (preventing graphing the data).

We don't all need to be data scientists, or machine learning wizards, or quantum computing gods.

But come on. This is the most basic, data entry clerk level Excel 101 stuff. Trivial, basic stuff.

Put rows in rows.

Don't mix random notes into columns you might want to sum or graph.

Don't mix units.

Have headers.

Use a sane date format.

That is all.

</rant>


Oh, I saw excel files that contained screen shots of other excel files over cells containing data. Comments where in text fields, if you were lucky, or again screen shots, from word.

And then the same people wondered why things based on this file didn't work.


They seem to have hit the row limit, not the column limit. They were using Excel to collate the data coming in from different test centres: when one of the CSVs was loaded in, the row limit was exceeded and Excel cut off the extra rows without the operator realising (I'm going off reporting by Alex Hearn at The Guardian here, and he's normally pretty good)


lets assume that local centers people do save them in rows, which is the most logical thing to do. But probably the software where they copy/paste them requires the data in columns, so maybe they transposed the data without realizing that it was truncated to max size.

Or else it wouldn't explain why it took so many days to realize that they couldn't add more columns.


A question, was it possibly a csv?

ie a csv is equivalent to Excel at the Daily Mail, so they printed Excel as the issue due to it being more familiar to their readership.

(Can't think of what the technical issue would be in the case of a csv, also doubt the credibility of the source!)


The story I heard was that it was indeed a CSV and that Excel (silently) drops anything beyond 1 million rows.


More specifically: they were detouring through the old XLS file format, which has a 65k row limit.


Actually from The Daily Mail, and not clear where they are getting it from.


Worth noting the primary source for that claim is the Daily Mail.


Visual Studio 16.8 Preview 2

Tools…Options -> Environment -> Preview Features -> “Show all .NET Core templates in the New Project dialog”

https://devblogs.microsoft.com/dotnet/net-cli-templates-in-v...


Are Go vs C# results there too https://benchmarksgame-team.pages.debian.net/benchmarksgame/...

Go being only faster in one benchmark


Need to both download and compile it


Which means the US is undercounting C19 fatalities? Since lockdowns cut the flu season short; stopped all school shootings and most firearm deaths; cut traffic accidents etc


I don’t think lockdowns cut the flu season short - how would they stop flu but not COVID in March? School shootings are not an appreciable cause of excess death, firearm deaths are mostly suicides which probably went up not down, similar to overdose deaths.

More starkly, visits to the ER for strokes and heart attacks plummeted during lockdown. But there weren’t actually fewer strokes and heart attacks. Many of those people just died at home.

In short, no one can say how many of excess deaths were COVID vs lockdown deaths, but it certainly isn’t the case that the “lockdown”‘category is actually a net negative.


Every version bringing huge performance improvements!


https://en.wikipedia.org/wiki/Parallel_ATA#Master_and_slave_...

> Although they were in common use, the terms "master" and "slave" do not appear anymore in current versions of the ATA specifications, or any current documentation. Since ATA-2 the two devices are referred to as "Device 0" and "Device 1", respectively. This is more appropriate since the two devices have always operated, since the earliest ATA specification, as equal peers on the cable, with neither having control or priority over the other.

> It is a common myth that the controller on the master drive assumes control over the slave drive, or that the master drive may claim priority of communication over the other device on the same ATA interface. In fact, the drivers in the host operating system perform the necessary arbitration and serialization, and each drive's onboard controller operates independently of the other.

> While it may have remained in colloquial use, the PC industry has not used ATA master/slave terminology in many years.


I'd assume because CloudFlare doesn't charge anything for bandwidth; so their costs are exceptionally predictable


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You