The Missing Bit

Blog posts

In HTML emails, always set text and background colors in pair
2020-06-07

My system has a dark theme, which means my thunderbird has a dark theme too.

The problem is very simple, when an HTML email sets text color only, without setting background color, the email becomes unreadable.

Read more »

 

TIL - Rust crate lib and binaries are separate compile unit
2020-05-06

 

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.

Read more »

 

TIL - EGD Erlang library
2020-04-23