RSSAmplifier

Blog

Cracking The Code

Hack to learn

indradhanush.github.ioRSS feed ↗10 posts

Latest posts

Slowing down to go fast

How a debugging session with a coding agent reminded me of the need to learn things with intention

TIL: bash builtin RANDOM

TIL that bash has a builtin RANDOM for generating pseudo random number integers

TIL: MySQL will return 2 rows affected if UPSERT updates an existing row

An interesting discovery on how MySQL handles UPSERT

TIL: magit-status-here

TIL that magit-status-here will take the focus to the most recent changes on the current buffer

Write a compiler with David Beazley

My experience of attending the one week course

No dunst notifications when running picom - a debugging story

How I fixed the problem of no system notifications when I ran picom

Life of a Container

Understanding the internals of a container

What I have learned being a programmer

Lessons learned as a programmer over the last five years

Whitespaces and strings in Bash

Yet another bug when manipulating strings in bash and lessons learned from this exercise.

A Helm debugging story

A description about an annoying bug and the lessons learned from it