Blog posts
TIL - Lazy git is a nice TUI git client
2020-04-30
TIL - Rust vec.resize() is slow in debug
2020-04-25
I was doing some tinkering with OpenGL and some code I copied from the example
used Vec::resize()
to resize a vector. And I discovered this was terribly
slow when not compiled for release.
Managing colors on Android with HSLuv
2020-03-09
Android do not provide HSLuv support out of the box, here is a little trick to generate Android colors from an HSLuv source.