Snapshots don’t protect you from malware. I bet 99% of home users use the same credentials on all their machines, once a malware compromised one, the others are compromised within seconds.
[edit] also snapshots aren’t really workable for large files. Remux a movie file and now it occupies twice the space.
Fire, malware, accidental deletions, capricious RAID controller (pre-ZFS). And that’s only the stuff that happened to me. Add power surge, theft, correlation in SSD failures (eg power on counter overflow firmware bug), damaging the array while moving, etc.
For home usage, if you have backups raidz1 is fine (just do an incremental backup at the first sign of trouble). If you don’t have backups, then you probably shouldn’t be running a NAS in the first place.
Terrible title. Nothing to do with automating excel. From what I can tell it seems to be about ingesting spreadsheets into panda (and incredibly narrow use of Excel) and working outside of Excel.
I agree, though one could make the argument that our modern nanny states have been pretty brutal at enforcing health policies during covid, and if they convince themselves that they can eradicate certain diseases by mandating DNA patching or pregnancy terminations, them doing so "for our own good" is in the realm of the possible.
But we are in coercion territory. What I am saying that we already practice eugenics without coercion, we just don't call it that.
The problem is "eugenics" has two meanings which is unhelpful for this discussion.
1) criminal practices of forced sterilisations, ethnic cleansing and mass assassinations to phase out undesired genes
2) the more generic practice of trying to improve the genetic characteristics of your children.
I don't think there is much point in debating 1). But we would be naive to think we are not already doing 2). What else is a prenatal test for down syndrome? What else is selecting your mating partner for desirable characteristics? In animals it's called breeding and it works pretty well. And if you can patch the DNA of your kids to remove potential risks of cancers or other deficiencies, why wouldn't you? Is it better to let cancer take its toll?
Same with job interviews. Right now Hr insists on us doing them over zoom so we get this absurd result that we eliminate candidates that perform too well to be true, at the risk of eliminating a genuine excellent candidate. You have to look a bit messy!
PC enthusiasts aren't exactly sentimental when in front of a spec sheet and a price list. Plus where else are you going to go. All manufacturers are hiking up their margin if you believe their stock prices.
Why? Part of the problem is that chip manufacturers (from tsmc to to memory makers) are reluctant to ramp up production as the AI bubble may pop and they would find themselves with huge over capacity, a scenario they have gone through many times.
By giving them stability of cash flows, the AI companies are enabling them to make those investments and to ramp up production. That's a good thing, not a bad thing. Over time it should ease the squeeze on chips.
In fact any application where the task is stable and the model good enough to address that task. As you suggest, industrial applications where a robot must deal with variants of the same repetitive task. Or a military drone which needs to be jamming proof.
Stupid question: I was under the impression that these models were trained on PB of data. Surely the amount of questions/response they can extract from querying a bigger model (Claude) is fairly modest. How is it not a drop vs the training dataset?
But I understand the admin has gone up significantly. Though I presume AI is pretty good at generating the boiler plate bureaucratic work (privacy policy, anti slavery statements, etc).
I have news for you. That burger is the McDonald's commercial? It's most likely made out of plastic. That happy lottery winner? Probably a stock photo from one of the major visuals providers. And I am ready to bet my bankers don't have this hollywood white teeth looking of banks commercials. Since when is advertising real?
Today yes, but 40 years ago someone made the decision that a string was a char array and that every string manipulation going forward would require manipulating arrays. Talking about costly decisions.
It’s actually interesting to compare the pain and suffering of switching to a string datatype in the 80s (refactoring the limited code base then) vs the next 40 years of unnecessary boiler plate syntax and bugs for not having this type in key APIs.