Recent Posts

Missing Semester

less than 1 minute read

I happened to stumble upon on one of the videos from Missing Semester series from MIT on YouTube and ended up almost binge watching the entire playlist. Thes...

Lessons from coloring screen

1 minute read

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...

Manipulating dates in shell

2 minute read

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...

Playing with shared memory in Linux and macOS

7 minute read

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...

Running Ubuntu VM with multipass

6 minute read

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...