Finally, I have made a tweet that for a few days got a lot of traction.
If this is the closest I will get to being viral then so be it :P
This is from a while back, when I finally figured out to make adaptive path-tiles for City-Builder path placement! The 3d-models attached to the paths adapt depending on neighboring ones, making it possible to make nice, rounded paths.
This is the algorithm I scribbled down for it.. Learned afterwards this is called Wang Tiles :)
Read up a lot again on Graham‘s Number (biggest number ever used), and made myself a cheat-sheet with Math Operation Levels :)
Currently reading The Prey of Gods by Nicky Drayden, and it has binary-passages. Of course I am translating those :D
Check it out, I made a BaseNumberConverter in Swift that converts a number from a specific base to another base. Works with bases 1-160(!) :D