|
You are here |
blog.sergiodj.net | ||
| | | | |
blog.thalheim.io
|
|
| | | | | No such file or directory: How I stopped worrying and started loving binaries on NixOS. In this article, I will discuss the technical issue of running pre-compiled executables on NixOS, and how we can improve the user experience by making these binaries work seamlessly using nix-ld. One of the key benefits of NixOS is its focus on purity and reproducibility. The operating system is designed to ensure that the system configuration and installed software are always in a known and predictable state. | |
| | | | |
qsantos.fr
|
|
| | | | | [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. | |
| | | | |
blog.carlana.net
|
|
| | | | | A how-to for code generation in Go | |
| | | | |
coredumped.dev
|
|
| | | The Threading library Starting in Emacs 26 some very ambitious changes were added. Basic thread support was enabled, laying the groundwork for a future concurrent emacs. The docs layout this possibility: Emacs Lisp provides a limited form of concurrency, called threads. All the threads in a given instance of Emacs share the same memory. Concurrency in Emacs Lisp is "mostly cooperative", meaning that Emacs will only switch execution between threads at well-defined times. | ||