/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

fzakaria.com
| | blog.thalheim.io
2.4 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.
| | antithesis.com
2.5 parsecs away

Travel
| | We're open-sourcing a tool that may be useful to people who develop code on NixOS and distribute it in binary form.
| | erikarow.land
2.5 parsecs away

Travel
| | [AI summary] A software engineer documents her technical debugging journey to fix dynamic linking issues in a Rust tool built for release on NixOS by switching to static musl linking.
| | www.airs.com
20.8 parsecs away

Travel
| [AI summary] An article explaining how Position Independent Executables (PIE) enable Address Space Layout Randomization (ASLR) to improve system security and detailing the technical differences in compiling such executables.