ProfileMode image

Casper Andersson

Software Developer

Improving my task management with Emacs Org-mode

This is not a tutorial or guide to Emacs Org-mode. It is the journey of improving my workflow. If you wish to learn Org-mode yourself, look elsewhere. Living in Markdown I love Markdown. It’s versatile, yet so simple. I write all my notes in Markdown. This blog is written in Markdown. I have even made presentations in Markdown using Marp. For several years now, I have had a file called daily_tasks....

March 15, 2024 · 4 min

Vim Fugitive notes for myself

Fugitive is an amazing plugin for Vim. It integrates a lot of Git functionality into the editor. Part of it is that you can just run the commands from inside git like :G commit. But it offers so much more and I want to document how to use some of those features. Mostly for my own sake because I can never remember them when I need them, but I hope it can help others as well....

January 12, 2024 · 2 min

ts2phc and synchronizing hardware clocks

The Precision Time Protocol, PTP, is used for synchronizing time across the network. But what if the clocks I want to synchronize are all internal? In previous posts, I have explained parts of PTP and how that is used to synchronize devices in a network. PTP is often done with the ptp4l daemon from the Linuxptp project, and it is overall a well-explained protocol across the web. There are many resources....

January 6, 2024 · 5 min