Explore >> Select a destination


You are here

dwaves.de
| | stoppels.ch
3.2 parsecs away

Travel
| |
| | bijanebrahimi.github.io
3.0 parsecs away

Travel
| | [AI summary] This article explains how to set up a cross-compiler for FreeBSD on a Linux machine, detailing the necessary steps to configure and build the toolchain, including dependencies like binutils, GMP, MPFR, and MPC.
| | blog.dbalan.in
1.8 parsecs away

Travel
| |
| | www.zombiezen.com
20.8 parsecs away

Travel
| I recently spent some time learning Nix after watching this talk by Xe. Nix is a package manager/build system for Linux and macOS. It does a number of things I really like: Transparent handling of source and binary packages. Includes a rich central package registry, but you can host your package descriptions or binaries anywhere. Does not require root and runs alongside any Linux distribution. Easy to pin or customize versions of individual packages. Straightforward support for project-specific dependenc...