The Lone C++ Coder's Blog

The Lone C++ Coder's Blog

The continued diary of an experienced C++ programmer. Thoughts on C++ and other languages I play with, Emacs, functional, non functional and sometimes non-functioning programming.

Timo Geusch

3-Minute Read

<p>I have a few more loose ends to tidy up before switching to the static version of the blog. One of the important tasks was to make sure I had a spell checker available. Back in the dim and distant past I had set up <code>flyspell-mode</code> with <a href="https://www.lonecpluspluscoder.com/2015/03/03/setting-up-emacs-spell-checking-on-os-x/">hunspell</a>, but I wanted to check if there was something better available these days. Enter <a href="https://abiword.github.io/enchant/">enchant</a>,…

Timo Geusch

2-Minute Read

<p>Now that I’ve got the static site up and running, it’s obviously time to switch over immediately, right? Not to fast. After QA’ing my deployment process in production, it was time to check how the two compared from a performance perspective. I like to use several different tests, starting with <a href="https://tools.pingdom.com/">Pingdom</a>, then using <a href="https://developers.google.com/speed/pagespeed/insights/">PageSpeed Insights</a> for more details.</p>

Timo Geusch

4-Minute Read

<p> I have been toying with the idea of migrating this blog to a static site to simplify its maintenance for some time. While <a href="https://wordpress.org">WordPress</a> is a great tool, this blog is a side project and any time I have to spend maintaining WordPress gets deducted from the time I have to write for the blog. Keep in mind that I'm self-hosting this blog and it's actually running on a Linux VM that only handles the blog. This is yet another server that I need to administer,…

Timo Geusch

2-Minute Read

<p>I’ve mentioned in the past how you can configure the <a href="https://www.lonecpluspluscoder.com/2018/01/24/how-to-enable-logging-for-the-mongodb-java-driver/">MongoDB Java driver output from Java</a>. Most Clojure applications that use MongoDB use a database driver that wraps the official MongoDB Java driver. I personally use <a href="https://github.com/michaelklishin/monger">monger</a> for a lot of my projects, but also occasionally created my own wrapper. The methods described in…

Recent Posts

Categories

About

A developer's journey. Still trying to figure out this software thing after several decades.