Explore >> Select a destination


You are here

pewpewthespells.com
| | flak.tedunangst.com
3.8 parsecs away

Travel
| | [AI summary] A technical explanation debunking the myth that linking with libc on OpenBSD causes programs to include the entire library, using code artifacts and linker behavior as proof.
| | blog.krzyzanowskim.com
3.0 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.catch22.net
3.8 parsecs away

Travel
| | There are so many large and bloated applications around today that most people just assume that this is normal and quite willingly put up with poor performance and having to buy larger harddrives. In this tutorial I will present all of the techniques I know (and use) to reduce the size of executables.
| | dzone.com
22.4 parsecs away

Travel
| Learn in this article how Docker Bake leverages BuildKit to streamline container image building with declarative syntax, parallel processing, and smart caching.