
My first RayCaster
Cube3d Today, July 14th, at 15:29 in a certain timezone, I started developing software...
Tag archive

Cube3d Today, July 14th, at 15:29 in a certain timezone, I started developing software...
Originally published on my personal website. If you've ever worked in a C codebase, you've probably...

Building the entire LLVM/Clang WASI SDK toolchain from source on a RISC-V single-board computer for self-hosted WebAssembly development.
Setting up an automated coverage report is a powerful way to visualize the effectiveness of your test...
For a long time, HLSL has lived in a bit of a "trust me, it works" state. It’s the language that...
In 2025, the CWE reported 72% of critical C++ vulnerabilities stem from memory safety issues—C++26,...

Building LLVM/Clang from Source: Ubuntu, Fedora, Arch, Windows, macOS Why build LLVM/Clang from...

Nós já fizemos essa postagem sobre instalar Clang, mas se tornou obsoleta. Nesse rápido artigo...

We already made this post about installing Clang, but it became obsolete. In this quick article,...

Creating robust software involves making deliberate design choices that simplify code maintenance and...
It's Really A Valid Question This is not the typical pointer-hater's question, but rather...

Pointers in C Pointers are a fundamental concept in C programming that enable you to...