perl =~ operator interprets a RHS expression at run-time
This article starts with a conversation about adjusting compiled perl regular expressions and a sudden realisation – which went a little along the lines of:...
Some thoughts
This article starts with a conversation about adjusting compiled perl regular expressions and a sudden realisation – which went a little along the lines of:...
Disclaimer:Â I’m a Software Engineer who has spent a bunch of time working on issues relating to the GDPR from a systems design/security/process point of view....
Disclaimer:Â I’m a Software Engineer who has spent a bunch of time working on issues relating to the GDPR from a systems design/security/process point of view....
Disclaimer: I’m a Software Engineer who has spent a bunch of time working on issues relating to the GDPR from a systems design/security/process point of...
It’s often the case when analysing system logs that you want to create a summary bringing together data from different lines of a log –...
I’m at a conference, I have my ChromeBook (vanilla, no local linux installs or any such thing), I have internet and I’ve set up a...
I was entertained by Numberphile’s dice-based generation of an approximate of pi  so thought I’d throw together a quick script to try this out: random_vals_pi The...
When you have more than one public key set up to be able to access a single account (ie more than one public key listed...
For plain bytes/second bandwidth testing – ie without taking things like encryption overhead and compression improvements into account – the netcat command-line utility is pretty...
If using perl Cache::FileCache, some comments offering a helpful starting point to get a cache that works in a relatively well behaved and unsurprising way:...