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 Checker is a website to check the visual difference
between two webpages.
▣
Mon, 04 Nov 2019
How to increase your mouse speed on Ubuntu.
▣
Tue, 05 Nov 2019
You cannot separate template definition from its implementation.
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 ready
▣
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 reviews.
▣
Interesting list of tutorials by Daniel Miessler
▣
I have, for sometime, been trying to better understand how compilers work. I
plan on writing a blog post on it soon .
▣