On recording video lectures
March 30, 2020
I was supposed to have presented some lectures at the university, but due to covid-19 they are now to be recorded as videos. Fortunately, in the age of Twich and youtube, there are pretty good options for recording lectures. I ended up using obs Studio and Pympress for recording lectures.
Beamer notes snippet
March 20, 2020
No-fuss Beamer notes that work with xelatex
Fixing the Thinkpad W530 memory card reader on Linux
March 29, 2017
My Thinkpad W530 memory card reader has been reporting errors with my
sd uhs-I card. Worrisome! However, it seems to be a bug in the
Kernel (v. 4.10.6 on Archlinux) that can be “fixed” with a modprobe
.
Pretty Org babel blocks
June 7, 2016
I show how to use prettify-symbols-mode
to display Org Babel blocks as
something like this:
where “☰” expands to the header arguments of the block as shown in the picture.
Fun with css and Bacon
May 12, 2016
Bacon is fun. css is fun. Here’s some old experiments combining the two!
Blogging with Org
March 27, 2016
I have been revamping my site to leverage Org fully. It is
automatically build with Gitlab ci and uploaded to Gitlab Pages
whenever I push a new commit via git. Gitlab Pages and ci was what
finally made Org desirable for websites, as I don’t have to worry
about keeping those dreaded html
files up to date.