-
Emacs and Org-Mode for Project Break Downs and Estimation
At work I am asked now and then to provide an estimate for, how much time it will take to develop a certain feature, or functionality for clients/customers. I am sure, most people workingare asked do similar tasks.
Read more… -
Setting up secure development environtments
In todays world of software development, containers, kubernetes and cloud, one at some point stumbles into 12 factor apps. One of the things stated there, is that configuration in the environment.
Read more… -
Org mode and Task Priorities
Being an avid org-mode user, I use it for nearly everything. I use it for notes, tasks, timekeeping etc. I am aware there are priorities. This article outlines another approach to priorities.
Read more… -
Today I Found: lsp-bridge
As a software developer, I think the introduction of LSP is pretty nice. It add supports to emacs, for a lot of programming languages. What's not to like? Reading through the most recent version of the excellent emacs news by Sacha Chua I noticed a new LSP client for emacs.
Read more… -
Today I Found: Taskfile.dev
Being slightly annoyed with GNU Make and Makefiles, I have tried several alternatives. I have written shell scripts, since it was a go project I tried writing using magefile.
Read more… -
On remote work
Personally, I am thinking and hoping that one of the good things introduced by the Covid pandemic is the acceptance of remote work. In Denmark, remote work or working from home has in many place either not been allowed, or something you had to clear each time with your boss/manager.
Read more… -
Creating documentation with org-mode and emacs
Documentation is hard. No doubt about that. It is hard figuring out, what to document, how to document it, and most of all keeping it up to date. Personally, I have come to a realisation that one of the barriers for me, when creating documentation is how easy it is to create it.
Read more… -
Booting Into Rescue Mode
Recently I had a small issue where after a update and reboot of my workstation, I could no longer log in. After some searching around I did establish it was a pam problem.
Read more… -
Rotating Systemd Journals
Doing maintenance at systems at work, I did come across a customer installation where the system journal was taking up a lot of space. In order to figure out, how much space is taken by the journal:
Read more… -
ktrl - moving keyboard firmware to daemon
Having used programmable keyboards like the Ergodox EZ and Keyboard.io Heirloom for quite a while, I like the customization you can do with the programmable keyboard firmwares. Now it seems some of the same can be added using a software daemon.
Read more…