You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
🎥 Matrix Reloaded.
I saw this pandoc LaTeX template popping out on Twitter yesterday. I remember trying it out at some point when I was looking for some good hand crafted templates for R/statistical reports. At that time, many people were also using the Metropolis theme for building slides. I wrote custom templates for both situations, finally.
IB Foundations of Data Science (PDF, 106 pp.). Yet another textbook for learning DS “quickly”. Beware, it relies on Python and is quite mathy.
Python for Epidemiologists: Tutorial in Python targeted at Epidemiologists. Over
the last few years, I came across several attempts at bringing the Python
statistical ecosystem to the Epi domain. Now trying this one. #python
TIL about Bulma, which is a free, open source CSS framework based on Flexbox. Looks like a solid and lightweight alternative to Bootstrap.
Writing a sqlite clone from scratch in C. I already learned a lot of cool stuff
by reading part of this tutorial. I’m eager to learn more. #database #clang
93% of Paint Splatters are Valid Perl Programs. So funny that you probably have to read the paper as well.

Statistics for Hackers. Be sure to also check the GH repo of the author, e.g.
code_py. #python