Skip to content

Open Source

Blog posts tagged with Open Source
Add your suggestions to "What Came Next"

Add your suggestions to "What Came Next"

22/03/2015
One Day the World Ended is designed to be an open source and collaborative work of fiction. Most of this will come later when I have more material ready, but <a href="https://github.com/ChrisChinchilla/One-Day-the-World-Ended-Jekyll" target="_blank">the code of the website is on GitHub</a> and you're more than free to issue pull requests if you want to.
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.
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.