This is my personal site as a software developer. my thoughts, the projects I work on, and recommendations for things I find useful.

Why the name?

cat /dev/null is a bit of a stupid computer joke with no punchline.

The cat command is used to displayed the contents of a file and /dev/null is a special file that acts like a void — it discards all data put into it & returns nothing when getting data out of it.

Hence, running cat /dev/null is like trying to get data out of a black hole.

(Also, I really like cats 😸)

Recent Blog Posts