Best of PrivacyMay 2026

  1. 1
    Article
    Avatar of mozillaMozilla·14w

    Designing Firefox for the future

    Mozilla is rolling out a major Firefox redesign codenamed Project Nova, focused on making the browser feel cleaner, warmer, and faster. Key changes include updated tab shapes with subtle gradients, a refreshed color palette inspired by fire, more rounded and consistent UI components, rebalanced spacing, and updated icons. Privacy features are being surfaced more prominently, including easier access to the built-in VPN, private browsing, and redesigned Settings with plainer language. Performance improvements include a 9% reduction in key page content load times. Productivity features like tab groups, split view, and vertical tabs are more accessible, and compact mode is returning by popular demand. The redesign extends to mobile for cross-device consistency, and new themes and wallpapers are being added. Accessibility — contrast, readability, keyboard behavior, and dark mode — is a core design consideration throughout.

  2. 2
    Article
    Avatar of fx5kjjichwjnx5totxmtpbytefer·15w

    Find the best open-source alternatives to popular software

    BestAlternative is a curated directory for finding open-source, self-hosted, privacy-friendly, and affordable alternatives to popular software. It lets users discover alternatives by product, compare options by use case, and browse related categories and projects.

  3. 3
    Video
    Avatar of mentaloutlawMental Outlaw·13w

    Linux Is Too Powerful For Age Check Laws

    California and Colorado were pushing laws requiring operating systems to collect and expose user age brackets via APIs for child safety purposes. The legislation would have forced Linux distros to implement mandatory age collection at install/first boot — a near-impossible task given Linux's decentralized nature with no single company, account system, or app store. After pushback from the open source community, both states amended their bills to carve out free and open source software: any OS distributed under licenses allowing users to copy, redistribute, and modify the software (including installing modified versions without platform restrictions) is exempt. Code repositories like GitHub and container registries are also excluded from the 'app store' definition. Android and SteamOS remain in a gray area due to their proprietary wrappers and locked bootloaders. The author frames this as a victory for software freedom, arguing that the ungovernable nature of FOSS — where users can strip out any compliance code and redistribute freely — ultimately forced lawmakers to back down.

  4. 4
    Article
    Avatar of hnHacker News·16w

    Google Chrome silently installs a 4 GB AI model on your device without consent. At a billion-device scale the climate costs are insane. — That Privacy Guy!

    Google Chrome silently downloads a 4 GB Gemini Nano LLM weights file to users' devices without consent, stored in a directory called OptGuideOnDeviceModel. The file re-downloads automatically if deleted, with no accessible opt-out for regular users. The author provides forensic evidence from macOS filesystem events confirming the install happened on a profile with zero human interaction. Legal analysis argues this breaches ePrivacy Directive Article 5(3), GDPR Articles 5(1) and 25, and potentially CCPA. A detailed environmental analysis estimates the one-time delivery cost at 6,000–60,000 tonnes of CO2e depending on deployment scale (100M–1B devices), equivalent to the annual emissions of 1,300–13,000 cars. The post also highlights that Chrome's visible 'AI Mode' pill routes queries to Google's cloud servers, not the local model, creating a deceptive impression about on-device processing. The author calls for explicit opt-in consent, persistent deletion respect, transparent documentation, and retrospective notification to affected users.