Repository for miscellaneous stuff and snippets outside work.
A quick, super-simplistic skim through of my thesis to answer @yosoykit's question: what keywords did you teX most? Spoiler: it's \mathbf. Had a lot of vectorised stuff in there.
Gameboard generator for the awesome association boardgame Codenames. To be used only as an extra randomiser for junkies who know them all by heart or if you happened to only have your duet set with you.
A quick automated way using only built-in functions to process a .bib file for journal-specific author-list-length criteria (using et al. after the Nth author). A quick fix in case you do not have access/desire to customise the bibliography style: it cuts the list of authors after the Nth author and substitutes "others". The original author list is lost, so always write to a new independent file.
Jupyter notebook in Python that simulates a one-dimensional random walk (hopping left and right on a line). With some background reading references and bits of code left blank for practice.