We are entering troubled waters, beware! visual diff tool, C++ Templates, Google’s”Testing on the Toilet” and Compilers.

Sun, 03 Nov 2019

I am entering stormy seas. A lot of changes in my life at once. It is going to be interesting to see how I tackle this. I need to update this log now more than ever.

Diffee Checker1 is a website to check the visual difference between two webpages.

Mon, 04 Nov 2019

How to increase your mouse speed on Ubuntu2.

Tue, 05 Nov 2019

You cannot separate template definition from its implementation3. This is because the compiler when expanding the template definition wouldn’t know how to expand it.

Wed, 06 Nov 2019

Life lessons: start before you think you are ready4

Thu, 07 Nov 2019

To run something on startup, you can use crontab @reboot functionality.

@reboot <user> /path/to/script.sh

Google posted a really nice article on how to comment on code reviews5.

Interesting list of tutorials by Daniel Miessler6

I have, for sometime, been trying to better understand how compilers work. I plan on writing a blog post on it soon7 8 9.