Live data from Hacker News

Viewing profile — raboof

raboof

HN member
Joined
Sat, Oct 31, 2015, 5:46 AM UTC
HN karma
7
Public activity
5 items

About raboof

No profile information was provided.

Recent public activity

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

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

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

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

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