Lyndon Codes
Welcome to Lyndon Armitage's Blog.
I mostly write about programming and technology related subjects, for more
information on me see my about page.
Any posts contained are my own opinions and
musings and are not representative of my employer.
06 Nov 2025
Model Context Protocol or MCP, is quickly
being adopted as a standard for extending Large Language Model (LLM) based AI
functionality. But what is it? By the end of this post I hope to have
explained the main concepts of MCP and have built a simple Dice Rolling MCP
Server.
Contine reading...
26 Aug 2025
With the rise of Large Language Models (LLMs), I’ve been spending some of my
free time experimenting with them. I’ve mainly been interested in seeing what
can be built with them, getting to grips in general with how they work, and
practicing how to best use them.
Contine reading...
12 Feb 2025
Back in January 2024 I wrote a post about efficiently writing to S3 in
Python that has
become relatively popular on this blog (thanks to GoatCounter for revealing this.)
So I thought I’d take a broader look at the most efficient ways to read and
write from S3 with special attention paid to AWS Lambdas and
resource-constrained containers in general.
Contine reading...
06 Feb 2025
Recently I stumbled upon a post about the Chinese developed Large Language
Model (LLM) DeepSeek on LinkedIn that I wanted to
address. Specifically the post was scaremongering about security concerns with
wide adoption and use of the DeepSeek model.
Contine reading...
05 Feb 2025
Previously I
mentioned that I use NeoVim as my editor of choice and updated to using
Packer as a plugin manager. At the end of
January 2025 I decided to finally migrate away from the unmaintained Packer
project to Lazy.nvim.
Contine reading...