Meta Purges Secret Face-Recognition Code from Smart Glasses
Meta stripped unreleased face-recognition software from its smart glasses companion app after reports revealed the system could create biometric ‘faceprints’ of strangers. Despite executive claims that the feature was merely exploratory, the code included machinery to crop and index unrecognized faces for future processing.
- https://www.wired.com/story/meta-removes-face-recognition-code-meta-ai-app-smart-glasses/
- https://tech.yahoo.com/ai/meta-ai/articles/meta-furious-over-bombshell-smart-151912446.html
AI Data Centers Spark Nationwide US Backlash
A growing ‘data center disdain’ movement is seeing working-class neighborhoods resist AI infrastructure at five times the rate of wealthy ones. In Utah, intense public outcry over water depletion forced developer Kevin O’Leary to slash a massive project’s footprint by 50%.
- https://www.bloodinthemachine.com/p/working-class-neighborhoods-are-resisting
- https://www.theguardian.com/us-news/2026/jun/08/datacenter-ai-drought-water
- https://arstechnica.com/tech-policy/2026/06/we-pissed-off-a-lot-of-people-giant-data-center-plan-cut-50-amid-protests/
Massachusetts Bans Sale of Precise Location Data
Massachusetts passed the Consumer Data Privacy Act, which prohibits companies from selling users’ precise location data without explicit consent. The law targets data brokers and tech giants, aiming to prevent the sale of sensitive movement patterns to governments or third parties without warrants.
VS Code Delays Extension Updates to Block Supply Chain Attacks
Microsoft is introducing a two-hour delay for automatic VS Code extension updates to mitigate software supply chain threats. This window allows registry maintainers to flag and remove malicious releases before they are automatically deployed to millions of developer machines.
Fedora Atomic: The End of the ‘Broken Linux’ Update
Fedora’s Atomic desktops (Silverblue/Kinoite) are moving Linux toward a read-only base OS model. By swapping entire system images during updates rather than modifying files in-place, users gain a ‘fail-safe’ undo button, effectively eliminating the risk of a system-breaking update.
- https://www.xda-developers.com/fedora-atomic-immutable-linux-desktop-normal-users/
- https://bxt.rs/blog/using-fedora-silverblue-for-compositor-development/
numpy-ts Achieves Performance Parity with Native NumPy
The numpy-ts library reached native NumPy speeds by moving array data storage directly into WASM linear memory. This architectural shift eliminated the costly data copying between the JS heap and WASM, allowing chained numerical operations to run with near-zero overhead.
Apple Unveils Siri AI and Visual Intelligence
Apple announced a reimagined Siri AI capable of natural, back-and-forth conversations and ‘Visual Intelligence’ for real-time object and text analysis via the camera. The system emphasizes privacy through on-device processing and a verifiable private cloud for complex requests.