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

2-Minute Read

<p>GNU Emacs 24.5 was <a href="http://www.gnu.org/software/emacs/#Obtaining">released</a> on April 10th. I’m in the process of setting up a dual boot Windows/Linux machine right now as I’m slowly moving away from Mac OS X, mainly because of the cost of the hardware but also because I don’t like it that much as a Unix-y development environment anymore.</p>

Timo Geusch

1-Minute Read

<p>I’m generally more of a grep person but sometimes it’s easier to just use the built-in search in Visual Studio, especially if you want to be able to restrict the search to parts of your Visual Studio solution. Visual Studio does have pretty powerful search built in if you do use regular expressions instead of the default text matching. Here are a couple of regexes to get you started:</p>

Timo Geusch

2-Minute Read

<p>As I mentioned in <a href="https://www.lonecpluspluscoder.com/2015/03/02/improving-my-blogging-workflow-using-emacs-of-course/">yesterday’s post</a>, I’m trying to improve my blogging workflow by using org2blog to draft my posts before pushing them to my WordPress blog. When I posted yesterday I had the basic workflow going, could edit posts in Emacs, save them, update drafts and push them to WordPress. The last piece that was missing was getting spell checking to work.</p>

Timo Geusch

2-Minute Read

<p>I try not to post too many metablogging posts. Other people do it better and I’m trying to focus on journalling what I learn as a software engineer and manager, not what tools I use for blogging. However after losing another post to WordPress’s built-in editor I decided Something Must Be Done. I think this is only the second post I lost, but it’s a fairly regular occurrence for a journalist friend of mine and I really don’t have that much time to retype blog entries…

Timo Geusch

1-Minute Read

<p>Over on <a href="http://bitbashing.io/">bitbashing.io</a>, Matt Kline has an interesting blog post on how <a href="http://bitbashing.io/2015/02/16/shipping-culture.html">Shipping Culture is hurting us</a> as an industry. Hop over there and read it now, because he addresses another case of the pendulum having swung too far. Your developers take a long time to get a new version out? I know, let’s make them ship something half baked. Quality is overrated anyway. Especially when you…

Timo Geusch

5-Minute Read

<p>We all know good people who can’t get a job for some odd reason, but whenever I find myself on the other side of the table I am amazed at how people don’t even bother to follow a couple of simple steps to massively increase your chances for a response. Yes, a lot of big companies seem to have their jobs email address hooked up directly to /dev/null but small companies still make up the majority of the software development landscape. With a small(er) company, there’s a good…

Timo Geusch

1-Minute Read

<p><a href="http://xania.org/201410/debugging-with-jsbeeb">Debugging an intermittent problem with a some demo code in the Javascript BBC Master emulator</a>. I love the hard core bit fiddling.</p>

Timo Geusch

2-Minute Read

<p>I recently <a href="https://www.lonecpluspluscoder.com/2014/11/01/finally-trying-out-a-64-bit-emacs-on-windows/" title="Finally trying out a 64 bit Emacs on Windows">blogged about installing a 64-bit build of Emacs for Windows</a> because I was dealing with a bunch of large and very large files.</p>

Recent Posts

Categories

About

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