I am a Unix greybeard who mostly works in perl and shell programming, with a bit of dabbling in C and...
We all use tab completion in the shell, but have you stopped to think about how it works? How with...
For the last several weeks I've been using Comic Mono in my terminal. It's a fixed width typeface...
A couple of years ago I wrote that I would be dropping support for perls with 32-bit integers in...
Previously | more previously A few days ago I discovered cpulimit. It's a great tool that nicely...
I just discovered diff-so-fancy, and very nice it is too. I immediately added it to my standard git...
How the hell, given these interests: is this post in any way relevant and deserving of being...
I've recently tackled a feature request that's been sitting in the backlog for several years, to use...
Previously on this channel Introduction and testing on Linux Testing on FreeBSD Testing...
I'm one of the CPAN testers, a bunch of people who test everything that gets uploaded to the CPAN. We...
Credits I originally wrote this at work, after my team spent far too many days yelling at...
Previously on this channel ... GNU tree annoyed me so I fixed it I am one of the CPAN-testers. That...
Previously on this channel Introduction and testing on Linux Testing on FreeBSD Testing...
I like to keep all my builds of perl under the control of perlbrew, so I can easily switch between...
I announced recently that for one of my perl modules, Number::Phone, I would be dropping support for...
CPANdeps is going away soon
Why trackballs are better than mice, and which one I recommend you buy
In one of my projects, I need to know what is the minimum number of bytes needed to store a given...
How to enable tab groups in Chrome
A new tool to help monitor how your code's dependencies are changing
A small shell function and perl script to make GNU tree more usable
A great example of programmatic file editing
What I learned today from ... museum curation!
Some tips on code coverage checks as they apply to conditional statements, and some resources on how to simplify complex conditions
self-education while furloughed from work
An evil hack to improve my gitting
How to automatically test on Windows, using Appveyor
How to automatically test on MacOS, using Cirrus-CI
How to automatically test on FreeBSD, using Cirrus-CI
Testing code on multiple platforms, starting with Linux