/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

www.hurryupandwait.io
| | bijanebrahimi.github.io
3.6 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.
| | jmmv.dev
2.4 parsecs away

Travel
| | In a recent work discussion, I came across an argument that didn't sound quite right. The claim was that we needed to set up containers in our developer machines in order to run tests against a modern glibc. The justifications were that using LD_LIBRARY_PATH to load a different glibc didn't work and statically linking glibc wasn't possible either. But... running a program against a version of glibc that's different from the one installed on the system seems like a pretty standard requirement, doesn't it?...
| | blog.dscpl.com.au
3.9 parsecs away

Travel
| | It is a growing problem with Linux distributions that many packages they ship quickly become out of date, and due to the policies of how the...
| | blog.frizk.net
19.1 parsecs away

Travel
| It is possible to break Kernel Address Space Layout Randomization (KASLR) on modern operating systems running on modern x86 CPU's. One possi...