Explore >> Select a destination


You are here

mcyoung.xyz
| | kuruczgy.com
3.6 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.
| | maskray.me
3.5 parsecs away

Travel
| | Updated in 2024-04 (??????LLVM 2000 commits???) Compiler driver options Before describing the linker options, let's introduce the concept of driver options. The user-facing options of gcc and clang ar
| | blog.thea.codes
1.9 parsecs away

Travel
| | A deep look into the black magic that is linker scripts.
| | stuvel.eu
21.9 parsecs away

Travel
| For debugging Blender I have set up VSCode such that it builds Blender whenever I start the debugger.