Evenly distributed random points

Bridson’s Algorithm to build Poisson disk distribution of points

July 21, 2024 · 3 min ·  procedural generation

Linux process memory: RSS, VSZ, etc

RSS, VSZ, PSS, USS explained

July 16, 2024 · 1 min ·  linux

Documenting code

names = what, code = how, comments = why

May 26, 2024 · 1 min ·  documentation

git with multiple users

Configure multiple git users on the same workstation

May 22, 2024 · 3 min ·  git gitconfig ssh gpg

git push --force vs --force-with-lease

Prefer ‘git push –force-with-lease’ over ‘git push –force’

May 16, 2024 · 5 min ·  git