/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

matklad.github.io
| | blog.davidv.dev
3.1 parsecs away

Travel
| |
| | blog.krzyzanowskim.com
2.2 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
| | fzakaria.com
3.2 parsecs away

Travel
| | This is a write up of some discussion ongoing with some folks on the #nix-community IRC chat primarily being driven by Mic92. Nixpkgs maintains the highest rating on Repology for having the most packages & which are up to date. Unfortunately even with the current ecosystem of packages, there will always be gaps, and for beginners in NixOS a common question is: "I've download a binary and would like to run it on NixOS" Take a look at this graph https://repology.org/repositories/graphs Can we do better & s...
| | albocoder.github.io
20.0 parsecs away

Travel
| [AI summary] This blog post details the process of using static analysis with LLVM bitcode to identify the slab cache for kernel objects in the Linux kernel.