Hacker News new | ask | show | jobs
by charcircuit 38 days ago
Bit for bit matching is not required for that.
1 comments

It makes it much simpler and more robust though. Also, it allows for content addressing a la Nix, among other benefits.
I reject that those benefits are actually that useful compared to the effort needed to do so.

You can content addressing without reproducible builds. You just have a canonical version, which typically is built by the application developer.