This is my personal site as a software developer. Here you can

  • /about - learn more about who I am
  • /blog - read my thoughts on things
  • /projects - check out what I've been working on
  • /links - see 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 render the contents of a file and /dev/null is a special file that acts like a void — it discards all data put into it & yields 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