Hacker News with Generative AI: Programming Tutorials

Writing N-body gravity simulations code in Python (alvinng4.github.io)
This is a series of tutorials inspired by the course "CFD Python: 12 steps to Navier-Stokes". The goal is to teach beginners how to write fast and clean N-body gravity simulations code in Python.
Getting silly with C, part (void*)2 (lcamtuf.substack.com)
In the previous installment of our introductory series about the C language, we introduced the syntax of the switch() statement (demo link):
Monad Tutorials Timeline (haskell.org)