/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

antithesis.com
| | crescentro.se
2.4 parsecs away

Travel
| | What happens when a purely functional, deterministic, declarative package management system meets Python.
| | rugu.dev
2.6 parsecs away

Travel
| | [AI summary] A software developer explains why precompiled programs fail on NixOS due to its isolated filesystem and provides specific technical workarounds and tools to resolve dependency issues.
| | blog.thalheim.io
2.5 parsecs away

Travel
| | No such file or directory: How I stopped worrying and started loving binaries on NixOS. In this article, I will discuss the technical issue of running pre-compiled executables on NixOS, and how we can improve the user experience by making these binaries work seamlessly using nix-ld. One of the key benefits of NixOS is its focus on purity and reproducibility. The operating system is designed to ensure that the system configuration and installed software are always in a known and predictable state.
| | stephank.nl
15.2 parsecs away

Travel
| [AI summary] The article details a complex technical workflow for packaging private PHP projects with Nix flakes, specifically solving integration challenges with private Composer repositories.