Blogging

New Blog With Netlify

I have managed to set up Gatsby and Netlify CMS so here is the first blog post from this new setup.

Read
Programming

Interesting C++ Tutorials

There is a resurgence of popularity in C++. Lately I have been dabbling in the language. While there is a bit of a learning curve with rvalues and move semantics, there are some nice features in C++11/14 Here are some interesting tutorials covering various topics I recently found.

Read
Productivity

Desktop GUI and Browser Automation

Most of my working day is spent doing some routine work tasks within the web browser (and also the shell). Working with a web browser for certain tasks repeated manually lends itself to being automated by software.

Read
Programming

Programming in the Large

It has been a while since I wrote an original blog post, but lately I have been reflecting on the idea of what it takes to write large programming projects. Any of the ones I have tried have been long abandoned, but part of me wants to find one that I would be willing to take to completion, and put it out there in public.

Read