- Numerical Relativity 104: How to build a neutron star - from scratch https://20k.github.io/c++/2025/04/15/nr104.html 29 comments cpp
- Numerical Relativity 103: Raytracing numerical spacetimes https://20k.github.io/c++/2025/02/02/nr103.html 19 comments cpp
- Numerical Relativity 102: Simulating fast binary black hole collisions on the GPU https://20k.github.io/c++/2025/01/12/nr102.html 22 comments cpp
- Numerical Relativity 101: Simulating spacetime on the GPU https://20k.github.io/c++/2024/07/31/nr101.html 15 comments cpp
- Implementing General Relativity in C++: Wormholes, spinning black holes, accretion disks, and redshift https://20k.github.io/c++/2024/07/02/wormholes.html 10 comments cpp
- Implementing General Relativity: What's inside a black hole? In C++ https://20k.github.io/c++/2024/06/19/tetrads.html 17 comments cpp
- Building a fast single source GPGPU language in C++, and rendering black holes in it https://20k.github.io/c++/2024/06/10/gpgpgpu.html 35 comments cpp
- Implementing General Relativity: Rendering the Schwarzschild black hole, in C++ https://20k.github.io/c++/2024/05/31/schwarzschild.html 42 comments cpp
- Automatic differentiation and dual numbers in C++ are pretty neat, with a single exception https://20k.github.io/c++/2024/05/18/forward-backward-differentiation.html 40 comments cpp