Posts

2023

How many duplicate UUIDs will you get?

10 minute read

Published:

The Universally Unique IDentifier will generate a most probably unique 32 digit long hexadecimal string. That makes $16^32 = 340,282,366,...

2022

A General Matrix Decomposition

4 minute read

Published:

There’s an interesting, general way to decompose any matrix. The method consists of constructing a sequence of rank one approximations and is just a simp...