LinkPlace
https://worldcoin.org/
Twitter
Edward Snowden
This looks like it produces a global (hash) database of people's iris scans (for "fairness"), and waves away the implications by saying "we deleted the scans!" Yeah, but you save the *hashes* produced by the scans. Hashes that match *future* scans. Don't…
Forwarded from Learn WebAssembly (hossein dindar)
Twitter
V8
🤓 V8 has two compilers for Wasm: the baseline - Liftoff - and the optimizing one - TurboFan. Today Turbofan jumps in after Liftoff, and compiles the entire module at once. But what if we optimized only the hot functions instead? Enter dynamic tiering: v8.dev/blog/wasm…