Red kite (Milvus milvus) at a feeding station, Laurieston, Dumfries and Galloway, Scotland

joshuakite.co.uk

All PostsAboutWeb Applications
  • Hacking the Ikea 'Markus' Chair for armless use

    Jun 30, 2024

    A cost-effective and aesthetic solution to the ugly holes and metal bolt ends left exposed if you assemble the Ikea 'Markus' chair without arms but don't have a 3-D Printer or are prepared to pay half the cost of the chair again for after market parts.

    …
    Read more →
  • Sankeys And Pythons And Pandas, Oh My

    May 12, 2024

    Recently I've seen a few people publishing Sankey diagrams (those coloured process diagrams) for their recent job searches. After finding it (initially) more of a faff to produce my own than I might have hoped I developed a tool to make this a bit easier. I thought that other people might also find this useful and so I am sharing it. Code is on my GitHub at Sankey-Pandas-Jobhunting-CSV-Processor. If you just want to use the utility then head over there- the following is the backstory.

    …
    Read more →
  • A Word on CloudFormation (updated)

    Apr 20, 2024

    For the majority of my career I have worked in AWS shops and (mainly) with Terraform. Neither of course is the only way and I would always argue against the 'golden hammer' mentality towards any tool or tooling. What are the pros and cons of CloudFormation with respect to Terraform? What experience have I had with CloudFormation? What is CloudFormation like today? Obvious(?) disclaimer: This article is written in the context of AWS services managed as code.

    …
    Read more →
  • Deploying EKS with Prometheus and Grafana

    Apr 1, 2024

    On the face of it this is a fairly pedestrian post subject. The devil, of course, is in the details. Here I wanted to deploy a new EKS cluster, with Prometheus and Grafana, cleanly and with good architectural domain boundaries. I am using the open source self-hosted stack, not the managed versions in this exercise. I also deployed using Open Tofu.

    …
    Read more →
  • Extrapolating the curve for targetted consumer AI services- focus Arc Search

    Feb 1, 2024

    This evening one of the the big conversation pieces on Tech Twitter is Arc Search and their 'Act II of the internet' launch video:

    "Our vision for Act II of Arc Internet pic.twitter.com/1RidKJVYUX" - Josh Miller February 1, 2024

    …
    Read more →
  • Going Bananas For The Minions Game

    Sep 26, 2023

    Recently I attempted a Python challenge on HackerRank - 'The Minion Game'. My curiosity was piqued and I wanted to find out if the odds were as stacked as I initially thought. I was surprised that this wasn't already established publicly and so I worked it out 'myself'.

    …
    Read more →
  • Writing my own (Python) study course with ChatGPT - part 2

    Sep 3, 2023

    This is a follow-up article to one I published in June 2023 - 'Writing my own (Python) study course with ChatGPT - part 1'. This discusses a more structured and disciplined approach with reflective practice and constructive critique as part of learning and improvement.

    …
    Read more →
  • Terraform, OpenTF, and the Shrinking Gap

    Aug 28, 2023

    Hashicorp recently made shock licensing changes to their stack to close their source code to 'competitors'. There has been much public comment and Open Terraform has already been announced in response. I see a strong future for OpenTF and a move towards Terraform itself being less used directly and more as an intermediate layer or stage for higher level tools as the gap that it occupies shrinks, as detailed below.

    …
    Read more →
  • AI Assistance On The Home Turf

    Aug 17, 2023

    I've written previously about using ChatGPT to provide Artificial Intelligence ('AI') support for coding and tutoring in unfamiliar areas. What about using it on home turf, i.e. in an area with which I am familiar- in this case a Terraform module for generic use?

    …
    Read more →
  • Writing my own (Python) study course with ChatGPT - part 1

    Jun 25, 2023

    How to draw an owl meme

    I've previously written about writing applications with ChatGPT. Now I am writing about using ChatGPT as a coding tutor.

    …
    Read more →
←Newer PostsOlder Posts→
© 2026 Joshua Kite