GNU libc 2.28, released on August1, 2018, has among its new features a major update of itsUnicode locale data with new collation information.| postgresql.verite.pro
One Go feature which I’m using regularly is cross-compiling Go code to other platforms (usually from macOS to linux-amd64). In Go, this is a built-in feature that “just works”. The following command produces a statically linked ELF binary which can simply be copied and run on a Linux machine:| chr4
DT_GNU_HASH is a better hash table for the ELF used by GNU systems in GNU-compatible software, i.e. in almost every program compiled with gcc or clang for almost any Linux distribution.| flapenguin.me
Explore Alpine as an alternative to Debian based Linux distributions| Fly
If you want to run glibc programs in Alpine Linux, there are a few ways of doing so. You can install the gcompat compatibility layer, you can install glibc alongside musl (manually, as it isn't packaged), or you could do it the easy way and use either Flatpak (the easiest), containers or a chroot.| wiki.alpinelinux.org
My notes on common gotchas and usage tips for usign the POSIX sockets API (also known as Berkeley sockets or BSD sockets).| rigtorp.se
← Back to| ziglang.org
A compiler is just a part of Emscripten. What if we stripped away all the bells and whistles and used just the compiler?| surma.dev