Hacker News new | ask | show | jobs
by nadont8 2828 days ago
Google Chromium, sans integration with Google, and sans updates. Thanks but no thanks.
2 comments

>"IMPORTANT: These binaries are provided by anyone who are willing to build and submit them. Because these binaries are not necessarily reproducible, authenticity cannot be guaranteed."

Safety not guaranteed. Just how I like my browser.

Chromium updates are blobs and tend to have close ties with Google.
Yes, but they also come with Google's release engineering, so at least you can be somewhat confident they've not been subverted in some way not intended by the authors of the browser.

The way Ungoogled Chromium is distributed is way too yolo for my tastes. Would be nice if it had reproducible builds or was packaged into a reputable distro or thirdparty repo.

Unless you're compiling yourself, all software is "blobs".
- Many dependencies of dev projects are simply source files which will be compiled on-the-fly. Or at least that's the case in the languages I normally work with.

- Some blobs are more trustworthy than others.