Blog

Most of my blog posts dating back to 2002. Some written here, some written elsewhere and aggregated here.
An eye on observability for May 2022

An eye on observability for May 2022

01/06/2022
Yes, KubeCon returned with vengeance to Europe, and over 7000 cloud native hungry folks made their way to Valencia to see what was new in the world of Kubernetes and cloud computing. There was a lot that happened, and for more detail, read our wrap up post, the rest of this newsletter summarizes some of the most relevant topics.
Tools to help generate screenshots for your documentation

Tools to help generate screenshots for your documentation

27/01/2022
Docs as code is an increasingly popular approach for tech writers that follows similar principles for writing that developers follow for writing code. Docs as code typically means writing in markup languages such as markdown, asciidoc, or restructured text. The tools for writing in these markup languages are different from the specialized technical writing tools you might have used before, and again, are often designed for coding or general writing. This post looks at some of the best you can try if considering a switch to docs as code.
Reducing negative and biased language in documentation

Reducing negative and biased language in documentation

20/01/2022
The discussions on what represents negative, biased, and diverse language continue in many open source communities, often sparking heated and strongly opinionated debate. Setting those discussions aside, say you have decided what language you want to increase, decrease, or change in your community. How do you enforce and track those changes?
Our Favorite DevOps Tools for 2022

Our Favorite DevOps Tools for 2022

13/01/2022
“DevOps” merges Development and Operations team functions through practices and tooling, all the while making continuous improvements to applications. Teams that adopt DevOps tools, culture and practices perform better and build faster. Let’s walk through each stage of DevOps and the popular DevOps tools you may want to consider in 2022.
How to use Chronosphere to monitor your GKE Autopilot deployment

How to use Chronosphere to monitor your GKE Autopilot deployment

14/12/2021
As big Kubernetes users ourselves, we know that one of the best ways to run Kubernetes is to use Google Kubernetes Engine (GKE). Earlier this year, Google Cloud announced a new mode for running GKE called Autopilot. Google Cloud designed Autopilot to reduce the operational cost of managing clusters, optimize clusters for production, and yield higher workload availability. Autopilot takes a lot of the legwork and complexity out of managing Kubernetes clusters, saving you time and money. But, like all critical infrastructure, you still need a plan for monitoring and observability for the cluster. That’s where Chronosphere comes in.
Migrating applications and data to a new Mac without using Time Machine

Migrating applications and data to a new Mac without using Time Machine

12/12/2021
You want to migrate data to a new Mac but are also interested in using a clean install instead of restoring from a backup to remove any of that unnecessary crud that gathers, especially when you someone like me who constantly installs and uninstalls applications and tools. I have been trialing a handful of tools and processes recently building towards helping with this and now I have a shiny new M1 Pro laptop it seemed a perfect time to see how useful they were. Here’s what I wanted to test and how the process went.
Nanowrimo 2021 wrap up and novel status

Nanowrimo 2021 wrap up and novel status

04/12/2021
For Nanowrimo (national novel writing month) 2021 I continued my novel from last year. To remind anyone who hasn’t followed my sparse updates on the novel, the novel is a speculative fiction set after a global zombie and human conflict where the two (let’s call them) species coexist in a tense harmony. For Nanowrimo this year, I set myself two targets.
An eye on observability for November 2021

An eye on observability for November 2021

11/11/2021
As conference season slowly draws to a close, and we fill that few months between the end of summer and the start of the seemingly never-ending holiday season (hemisphere and region-dependent naturally), there has been a flurry of activity in the observability ecosystem, so it’s time to, err, cast an eye over it 😬.
The open source tracing landscape

The open source tracing landscape

28/10/2021
Distributed tracing tools help you track a request through an application or system that consists of multiple applications, services, and infrastructure. This gives you a deeper understanding of what is happening within the system through graphical representations of how much time the request took on each step. A span is the building block of any distributed trace, with each component in a service contributing a span to the distributed workflow. There are a handful of well known open source tracing tools, and another handful of lesser known ones. Most work in similar ways, with one or two nuanced differences, and this post walks through most of them to help find the right tracing tool for you.
Reporting back from Container Days Hamburg

Reporting back from Container Days Hamburg

22/09/2021
Nestled amongst the port of Hamburg, the sound of cranes loading containers of a different kind onto vast cavernous ships, I’m at my first in-person conference in about 18 months. It’s taking place on an old cargo ship, the HMS Bleichen (German), a ship obsoleted by the arrival of containerization and now home to talks about containers of a different kind.
My audio and video production setup 2021

My audio and video production setup 2021

07/09/2021
I’ve been running podcasts for years, and while I worked on some video courses in the past, over the past year I have invested more time in my audio and video setup, primarily for live-streaming. After months and months of getting It to a point where I am “kind of” happy with it, I thought it was high time I documented it. Partly so others can learn from my setup, and partly so I can keep tabs on it myself.