Lessons from coloring screen
I recently started customizing my dev environment after a long time. I installed lightline for a configurable statusline in vim, modified some of my settings...
I recently started customizing my dev environment after a long time. I installed lightline for a configurable statusline in vim, modified some of my settings...
After a long time, I had to automate some of my workflow using shell scripts. One of the functions was to lookup something based on relative dates. Having us...
Reading the operating system internals is like going down the rabbit hole. It is so easy start at one topic, get lost and end up in a totally different topic...
While working on a sample C application on my mac, I wanted to run it on a Linux box for some comparisons and portability checks. I usually spin up a Linux i...
Recently, I was playing around with a containerized application having processes using shared memory for communication. It turned out to be a good learning e...