Viewing profile — raboof
raboof
HN member- Joined
- Sat, Oct 31, 2015, 5:46 AM UTC
- HN karma
- 7
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About raboof
No profile information was provided.
Recent public activity
-
comment
Comment #38065612
While I would love testing reproducibility more systematically, it would not really have helped for the Python 3.10 regression: in this case we knew full well that it would break r…
-
comment
Comment #38065568
It indeed helps, but it is not a full 'solution': you could still in theory envision elaborate backdoors in the 'environment' in which the ISO is built. If you really want to 'solv…
-
comment
Comment #38065517
Not really: With input-addressing you look things up in the store based on the input hash. You can determine the input hash yourself, but you have to trust the store to provide a r…
-
comment
Comment #38060409
The source for the cpython build is the release tarball ( https://github.com/NixOS/nixpkgs/blob/master/pkgs/developmen... ). In that case, NixOS sets SOURCE_DATE_EPOCH (which I sus…
-
comment
Comment #38060196
For NixOS, it's in the 'how did we reproduce' section of the article: the last step of that process produces the iso in the ./result/iso directory. It sounds like what you're looki…