ElderMillennial
No user record in our sample, but ElderMillennial has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but ElderMillennial has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Location: USA Remote: Only Résumé/CV: In the past decade, I've worked across startups and large companies, from datacenter control software and 3D printers to global cloud platforms and big data, from mailing letters…
[dead]
Citation needed. The last 40 years have been a period of high inflation, shrinking (real) wages, and "shrinkflation" losses in quality of life. One could argue that this has happened precisely because financial…
You can totally crash manager flow. I wouldn't recommend doing this on purpose, but if you say something that forces the whole room to stop and consider, you can often break the conversational flow and leave a meeting…
To concur: I'm not sure "we unilaterally changed the contract without notice and you agreed because you happened to use the product that day" would hold up in any court, for any reason. A contract requires a "meeting of…
Wide integer multiplication works fine on a GPU: Your number is broken up into 32-bit coefficients to 2^32 as a compounding power (sum over a_i * 2^32i) -- and then you can do it as tensor(ish) operations, if you fiddle…