Posts

It's not about having a backup, but being sure the backup works

Since I discovered BorgBackup (short: Borg) I have felt way more confident about my backups. Borg gives you a space efficient storage of backups, data is saved encrypted, and you get good versioning of backups. I solved all my previous inconveniences when just using rsync. I lacked the way to keep track and order different versions. Compression and encryption as a great plus even when I just keep my backups locally.

By — Dr. Óscar Nájera
| 4 min read | Backups | Cloud

Org-CV an Org export backend for CV

I’m again in this time of my life where I’m looking for a new long term project to work on. Because optimization is my favorite way of procrastination, instead of just making a Curriculum Vitae (CV) for job applications, I decided that I need to implement an org-mode export backend. This backend will let me keep my CV in org-mode and then export it to \(\LaTeX\) or markdown for my website. This exporter now lives in gitlab as org-cv and the documentation is here .

By — Dr. Óscar Nájera
| 2 min read | Emacs Org-Mode

Visualizing a Bethe lattice

During my PhD I always wanted to have an interactive way of plotting a nice looking Bethe Lattice and particular to my work a Dimer Bethe lattice. Because this visualization wasn’t an essential part of my research I never investigated into it. It is enough to draw them on paper for any practical purpose. I was then confronted with my PhD oral presentation, great opportunity to procrastinate and get the nice unessential plots done. They didn’t end in the final version of the presentation(again is not the fundamental part of my work), but I wanted to share them anyway.

By — Dr. Óscar Nájera
| 7 min read | Javascript Visualization | Webdesign