/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.caichinger.com
| | g-w1.github.io
1.0 parsecs away

Travel
| | See part 2 for this post here
| | timelessname.com
1.2 parsecs away

Travel
| | [AI summary] The article details the author's process of creating the smallest possible x86 ELF binary that outputs 'Hello World' on Ubuntu Linux, involving C, assembly, and hex editing to minimize the file size.
| | jmmv.dev
1.5 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?...
| | mdanilor.github.io
24.2 parsecs away

Travel
| A beginers guide into a Linux Kernel stack overflow vulnerability.