Explore >> Select a destination


You are here

yosefk.com
| | dcreager.net
4.6 parsecs away

Travel
| | [AI summary] This post explains the complexities of versioning shared libraries in compiled languages like C and C++, discussing semantic versioning, ABI considerations, and build tool-specific versioning schemes such as libtool and CMake.
| | eli.thegreenplace.net
2.9 parsecs away

Travel
| |
| | kuruczgy.com
4.5 parsecs away

Travel
| | [AI summary] The article discusses the author's experience of running Lean, a pure functional programming language, on an ESP32 microcontroller for a project involving LED control. Despite Lean's purity, the author utilized its monadic features to handle impure operations like GPIO manipulation and delays. The project involved significant optimizations, including custom bit-banging for the WS2812 LED protocol and reducing code size through various techniques. The author also outlines future directions for the project, including potential improvements in compilation, hardware support, and further optimizations.
| | satharus.me
25.1 parsecs away

Travel
| Programs... Binaries... PE Files... ELF Files... What are those? If you've read about computers at some point or even just used them, you've probably come across the...