/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

crawshaw.io
| | bellard.org
3.4 parsecs away

Travel
| | [AI summary] The author describes the Obfuscated Tiny C Compiler (OTCC), a minimal self-hosting C compiler created for the IOCCC that generated portable i386 ELF executables from a 2048-byte source code limit.
| | blog.krzyzanowskim.com
3.1 parsecs away

Travel
| | what? In short: dynamic linking happened. Dynamic linking - what it is? It's an operation that happens when part of the code spreads across different files (called libraries), and the binary content of the library is loaded in runtime. A dynamic linker (which is a system tool) finds a symbol
| | www.technovelty.org
2.7 parsecs away

Travel
| |
| | qsantos.fr
16.3 parsecs away

Travel
| [AI summary] The article discusses the benefits of using Rust to create small, efficient Docker containers by statically compiling binaries with musl, reducing dependencies and image size compared to Python-based Docker images.