Day 444
Changed font in the Terminal
Changed the font from Fira Code Light to Fira Code Medium (EDIT: now Bold. True-bold text still gets rendered as extra-bold, which is very nice too!). It works much better on not-bright-enough screens that stand in front of too-bright windows.
Tensorflow saving model weird errors about init things
I could not save a Tensorflow Keras model, the issue was that I passed arguments from init as: self.whatever = whatever
, then changed self.whatever
to a different data type (string to b’ytes’ w/ .encode
in my case), then in the get_config()
function then I happily said {'whatever': self.whatever,}
which then could not be encode()
’d.
Random / interesting
Granular convection - Wikipedia is the process where biggerr parts of something float above when surrounded by smaller parts of something and vibration.
History is happening
I’m not sure this is the place for this (oh wait, my blog, I decide the rules, it is now), but since the universe is interesting right now, I feel like preserving some parts. Not necessarily like a diary, just links that I feel will represent this interesting time better than many words could.