Decline meetings. Tbh as a senior your time is more valuable to the company fixing hard problems and architecturing solutions than doing the job of a pm / po.
Decline meetings. Tbh as a senior your time is more valuable to the company fixing hard problems and architecturing solutions than doing the job of a pm / po.
It already exists. There is a company that sells a space heater that mines crypto currency. You get like 50% or the profits which sucks, but you at least recoup a bit of the cost of the electricity to run the heater.
I think we should try to heat ourselves with computing as much as we can since the side effect of computing is heat generation (and minor RF losses). How cool would it be to make a large supercomputer out of millions of homes heating up in the winter?
My guess is click farms with some unknown custom made os that skew that data?
That also might be a source of Linux users hence the relatively high market share of the OS?
Not to mention that India still has a lot of call centers (some for scams) that may use Linux because it’s free (compared to a windows license)
I know that banks in Europe are bound by law to follow PSD2, which is a set of guidelines to propose APIs. I found a stackoverflow post to generate the required certificates for that but those are only supposed to be for testing purposes https://stackoverflow.com/questions/50045376/how-to-create-eidas-certificate-with-qwac-and-qsealc-profiles-psd2-specific-att
You can use the PSD2 api to fetch the transactions from your account directly, that would be a lot less troublesome. There is also the woob (formerly weboob) project that has web scraping for a lot of banks (specifically french but also some American ones like amex)
About 15k€ per square meter. I live in Paris, France. I eventually could afford a 20 square meter studio appartement, and I’m in the top 10% of earners.
The rest of France varies wildly, you could get a small house in the middle of nowhere for 150k,but parisian real estate is way out there…
You could use grafana loki to handle logs, it’s similar to Prometheus so if you’re already using that and/or grafana it’s an easy setup and the API is really simple too.
My desktop PC has 9.5 TB of storage installed, but that’s just for game data. All my data is on my NAS with a whopping 24 TB of redundant storage
I see what you did there.
ELI5 : Take the string AAAA.
A simple Cypher would be to change the letters to the next one in the alphabet and offset by 1 for each letter, the message would encrypt to ABCD.
If you try to compress that, well you can’t do it, otherwise you lose required information.
If you were to compress AAAA first, you could represent it as the string 4A. You can then encrypt that to 5B.
Encrypting is about adding entropy to a message. Compressing is about finding common groups and represent them differently so that the size is lower. Compressing an encrypted message is basically useless because you added so much entropy to the message that there are no more recognizable patterns to apply compression to.
is nothing but a search and replace from the preprocessor.
I’ve been burned one too many times with which replaces the directive with the contents of the included headers file (I think that if you’re truly evil you can even include straight .c files and forgo headers entirely)
People suggested formatting to exFAT which is valid, but first you could just try either compressing the file (tar czvf file tarball.tgz for instance). FAT32 cannot handle files larger than 4GB, and compression might just make your file small enough.
As a workaround you could also split it in half and stich it back on the target machine