reproducible-builds

Tag

Cards List
#reproducible-builds

Bootstrappable Builds: How and Why

Hacker News Top · 6d ago Cached

The article covers a presentation at the FOSSY conference explaining bootstrappable builds, which enable building entire systems from minimal trusted sources to enhance software security and reproducibility.

0 favorites 0 likes
#reproducible-builds

ESP32 Firmware Development with Docker Sandboxes

Lobsters Hottest · 2026-08-17 Cached

This article explains how to use Docker and Docker sandboxes for reproducible ESP32 firmware development, including integration with AI coding agents for safe, parallel environments.

0 favorites 0 likes
#reproducible-builds

What's missing to have reproducible builds on PyPI

Lobsters Hottest · 2026-08-16 Cached

The article explores missing elements in Python packaging specifications for achieving reproducible builds, which would improve supply chain security by enabling independent verification of distributions.

0 favorites 0 likes
#reproducible-builds

A C++ toolchain from 357 bytes in Bazel

Lobsters Hottest · 2026-08-10 Cached

A blog post describing a new Bazel toolchain that compiles C++ code starting from the 357-byte stage0 bootstrap seed, achieving a fully source-bootstrapped and hermetic C++ toolchain within Bazel. The author demonstrates it building Abseil and GoogleTest unpatched from the Bazel Central Registry.

0 favorites 0 likes
#reproducible-builds

The State of Chez Scheme in Debian

Lobsters Hottest · 2026-07-31 Cached

Chez Scheme 10.4.0 has been uploaded to Debian unstable after a long gap; the package moved to the Debian Scheme Dream Team, cross-compilation was fixed, and reproducible builds are now required for future releases.

0 favorites 0 likes
#reproducible-builds

Derivations to Deployments: Practical Nix in Production

Lobsters Hottest · 2026-07-31 Cached

This talk explains how to use Nix to achieve full reproducibility from development environments, builds, to cloud deployments, and showcases Antithesis's Nix-based "command set" framework as a replacement for messy scripts.

0 favorites 0 likes
#reproducible-builds

Reproducible Builds in May 2026

Lobsters Hottest · 2026-06-04 Cached

The May 2026 Reproducible Builds report highlights a major Debian policy change requiring all packages to be reproducible for inclusion in the 'forky' release, along with news about a 2026 summit in Gothenburg, a new rebuilderd version, and other project updates.

0 favorites 0 likes
#reproducible-builds

Time travel without borders

Lobsters Hottest · 2026-05-12 Cached

The article discusses a new feature in GNU Guix's `time-machine` and `pull` commands that allows for one-line deployment of software from channels while addressing security concerns associated with downloading and executing untrusted code.

0 favorites 0 likes
#reproducible-builds

Arch Linux now has a bit-for-bit reproducible Docker image

Lobsters Hottest · 2026-04-22 Cached

Arch Linux released a bit-for-bit reproducible Docker image under a new "repro" tag, requiring users to regenerate pacman keys before package management.

0 favorites 0 likes
#reproducible-builds

Development shells with Nix: four quick examples

Michael Stapelberg · 2025-07-27 Cached

A tutorial demonstrating four ways to set up development shells using Nix, including interactive one-offs, config files, and hermetic Nix Flakes, using GoCV and OpenCV as an example.

0 favorites 0 likes
← Back to home

Submit Feedback