Tuesday, Mar 11, 2025
Quite excitingly, I have just about gotten around to tagging v6.0.0 of my docker-ansible project (Ansible (of all flavours 🍦) in Docker images (of all flavours 🍦). The latest change has made a massive uptick in amount of container images available as they are now all available on armv8 (for all the Graviton or Mac users).
Interestingly enough, I think that this might be the first major change that wasn’t actually made (and probably broken) by me, so a huge acknowledgement of my Epam colleague (Pavel Pikta)[https://github.com/pavelpikta] for assisting in the move from GitLab CI to GitHub Actions.
...
Wednesday, Mar 5, 2025
Interesting perspective on (Should Managers Still Code)[https://theengineeringmanager.substack.com/p/should-managers-still-code]. I have moved less away from day-to-day coding (probably throughout my late 20s to early 30s), however, I always try to stay engaged. In fact, I probably have a greater breadth of coding experience now, despite the fact that I don’t write hundreds, or thousands of lines a month now.
I love the concept that you still understand how the code works and how it is being delivered, but for me it is as much about staying out of the way and not interrupting expert flow, whilst still being able to give guidance and assistance when needed.
...
Tuesday, Feb 25, 2025
Enjoyed looking through this project this morning, mdq - Markdown Parser basically a parser for markdown to do fun things to select items like it is json from markdown (that is a terrible description). It is strange as internally, I mainly document things inside Markdown (shakes fist at Confluence) especially as it mean that I can more easily version control things.
To add to that its conceptual extension of (jq)[https://github.com/jqlang/jq] which is not only a great tool for the least worst text based structured data but also been used for so many glue things that I forget.
...
Tuesday, Feb 11, 2025
It’s been fascinating to watch the ongoing debate around “return to office” (RTO) versus “work from home” (WFH) unfold over the past couple of years. There’s been no shortage of opinions—executives calling people back, employees pushing back, media stories with loaded headlines—but in many cases, the conversation has felt more political or emotional than data-driven. That’s why it’s so refreshing to come across broader, US-centric data that cuts through the noise and shows us what’s actually happening.
...
Thursday, Nov 21, 2024
How true is it that “security is everyone’s responsibility”? I know that in principle this is true but in practice it is exceptionally hard for everyone to understand the context and overall risk.
I was reading yesterday about DevOps being not an easy entry to working in IT as there is often a large amount of different and separated tools that are required. And I had a large discussion with a friend recently about how the industry has become very specialised. When I started developing/engineering, I would often know a bit about lots of things; PHP, Python, Javascript, Server Admin, Networking. Whereas now we almost require experts in a small sub-section of this (Javascript to React to Next.js). But how can you understand security context if you are super-specialised in one area?
...
Thursday, May 9, 2024
There’s a quiet little ritual I find myself doing whenever I’m asked to enter a date of birth into an online form—especially when I don’t want to give away my real one. No, I don’t go for something obviously fake like “01/01/1900” or use my pet’s birthday. Instead, I go straight for January 1st, 1970. Not because it’s plausible. Not because it’s subtle. But because it’s the start of the Unix timestamp, and somewhere deep down, I hope it confuses their database just a little.
...
Tuesday, Apr 9, 2024
It often seems like we’re caught in an endless cycle of redefining roles and disciplines within tech—DevOps, DevSecOps, Platform Engineering, Site Reliability Engineering, Cloud Engineering—each iteration arriving every two or three years to align with the latest trend, tool, or methodology. While these evolving titles and categories attempt to capture real changes in practice and tooling, they also tend to muddy the waters. At a certain point, you start to wonder: can’t we just call all of this Software Engineering and move on?
...
Monday, Feb 7, 2022
A major rewrite of my Docker Ansible project to make it easier to manage Ansible versions inside the projects. For users of the containers, it should be no difference, however, it makes it easier if you want a specific version of Ansible running inside your CI/CD pipelines.
Seems a bit weird linking it to GitHub, but that is pretty much where the community views it (although technically that is just a mirror of the GitLab repo Docker Ansible.
...
Connect on LinkedIn. Follow me on Twitter. Grab the RSS Feed