Hacker News new | ask | show | jobs
by SquareWheel 2828 days ago
Unless you're compiling yourself, all software is "blobs".
1 comments

- 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.