Ideally the data would have been useless anyways as it wasnt really necessary for automated contact-tracing to keep it identifiable for government agencies.
See DP-3T (Decentralized Privacy-Preserving Proximity Tracing) standard
Nyfure
Works with something like Gouda and Emmentaler too, sure not as runny, but i guess less of a mess to eat :)
To be fair, windows development also included UI changes beneficial for users, so its not necessarily bad to copy those.
Of course there are many which are.. questionable, we of course shouldnt copy those :D
We sometimes get weird scam-sms, but thats about it.
(We is my family, other people dont really talk about it with others that much)
smartctl
But 10.000 seems on the low side, i have 4 datacenter toshiba 10tb disks with 40k hours and expect them to do at least 80k, but you can have bad luck and one fails prematurely.
If its within warranty, you can get it replaced, if not, tough luck.
Always have stuff protected in raid/zfs and backed up if you value the data or dont want a weekend ruined because you now have to reinstall.
And with big disks, consider having more disks as redundancy as another might get a bit-error while restoring the failed one. (check the statistical averages of the disk in the datasheet)
afaik, PRs arent decentralized as they arent git features, as such so far you need an account on the same git-platform e.g. github to be able to use such features.
Having such features decentralized would be huge.
Async is good because threads are expensive, might aswell do something else when you need to wait for something anyways.
But only having async and no other thread when you need some computation is obviously awful.. (or when starting anothe rthread is not easily manageable)
Thats why i like go, you just tell it you want to run something in parallel and he will manage the rest.. computational work, shift current work to new thread.. just waiting for IO, async.
afaik it flipped over at landing and the rovers where released about 5m above ground.
Honestly pretty awesome it could automatically compensate against loosing almost 50% of thrust, stay perfectly on trajectory and land successfully.
The Chinese lander, i think last year, didnt have compensation-features built-in and crashed.
You basically have a usb-stick with the windows installer.. stick it it.. boot from it (usually F12 or F8 at start brings up the menu).. and follow the steps on the screen.. and thats it.
But if you are unsure you can also pay like 20 or 30$ for some shop to do it for you.
There are other laptops besides macbooks and framework laptops.
I liked the lenovos in recent years, linux just worked out of the box, swapped the wifi-chip to support 6E last year, and upgraded the memory, super easy to do.
Was surprised how cheap these wifi-chips are, cost like 20$ for the intel ax210.
But the current lineup is too expensive for what they offer.. Maybe buy a used one. (in general)
Thats why they dont make enough money? Weird reason when everyone still needs to buy your product either way..
Everyone hates war, but munition manufacturer are rubbing their hands because they know you need their stuff anyways.
To be fair, you can check the code they run or just use the API.
The hash is calculated locally, cut-off and then send, the server returns all hashes it found which start with your one and then you can check if yours in in the list locally.