Appears on
Articles3
The practical challenges of C code portability across compilers and environments
The article discusses the practical reality that most real-world C code relies on non-standard behaviors and compiler extensions rather than strict ISO C compliance. It explores how developers work around bugs and gaps in different compilers and libraries, primarily through preprocessor checks and guards, though these approaches are often unreliable. The pie
Insight
Running a Public Website on a Raspberry Pi Zero with 512MB RAM, Entirely in Memory
Building a fully custom desktop: One developer's 25-year journey to self-designed tools
Insight
Geir's Everything28d ago

