Brother
Brother
So much chocolate weighed through the scales as “fresh veg potatoes”
These are hookers… just expensive ones
Blast freezer. It’s about as close as we’ll get any time soon. Not an affiliate or anything, just googled and found this bugger (about microwave sized).
https://www.nisbets.co.uk/polar-countertop-blast-chiller/ck640
That’s just how the world works.
And that’s kind of the discussion here.
Some people are annoyed at the Linux Devs because “fuck it, everyone breaks the law and it doesn’t matter”. Some people are annoyed at Nvidia because they’d like to uphold or social contracts.
In don’t think it’s naive to want to live in a world and support a society that supports the law. I do think we have bigger issues that people are happy with this behaviour and are actively defending it.
If your livelihood depends on a company breaking the law, you’ve got other issues.
Nvidia could choose to follow the law, their customers could choose to support them in that.
Part of the reason you can’t replace Nvidia, is because they get ahead by breaking the law. This makes it harder to compete with them.
Now you’re stuck with only Nvidia, and welcome to monopoly hell. A bit exaggerated I know, but it’s his it happens.
Nvidia could choose to improve performance using non-illegal tactics.
They haven’t.
I’m happy to live in a society wherev we support those upholding the law.
don’t expect that it will make them popular with anyone who actually uses Nvidia drivers on Linux
The group to be annoyed at are Nvidia. Plain and simple.
Depends on the “they”…
But generally, back in the day data storage, memory and processing power were expensive. Multiple factors more expensive than they are now. Storing a year with two digits instead of four was a saving worth making. Over time, some people just kept doing what they had been doing. Some people just learned from mentors to do it that way, and kept doing it.
It was somewhat expected that systems would improve and over time that saving wouldn’t be needed. Which was true. By the year 2000 “modern” systems didn’t need to make that saving. But there was a lot of old code and systems that were still running just fine, that hadn’t been updated to modern code/hardware. it became a bit of a rush job at the end to make the same upgrade.
There is a similar issue coming up in the year 2038. A lot of computing platforms store dates as the number of seconds since the beginning of 1970-01-01 UTC. As I type this comment there have been 1,710,757,161 seconds since that date. It’s a simple way to store time/date in a way that can be converted back to a human readable format quite easily. I’ve written a lot of code which does exactly this. I’ve also written lot of code and data storage systems that store this number as a 32bit integer. Without drilling down into what that means, the limit of that data storage type will be a count of 4,294,967,296. That means at 2038-01-19 03:14:07 UTC, some of my old code will break, because it wont be able to properly store the dates.
I no longer work for that employer, I no longer maintain that code. Back when I wrote that code, a 32bit integer made sense. If I wrote new code now, I would use a different data type that would last longer. If my old code is still in use then someone is going to have to update it. Because of the way business, software and humans work. I don’t expect anyone will patch that code until sometime around the year 2037.