The Elegant Chaos Blog
News, thoughts, and other ramblings from the world of Elegant Chaos.

Eh? Aye!
Development Diary
August 29, 2025

I’ve been using Copilot for a couple of years, but mostly limited it to grunt work; auto-completing obvious code, filling out obvious patterns, and drafting comments (some of which I accept).

Recently I’ve been looking for an excuse to try out something more ambitious. More vibe-codey. Whatever the fuck that means.

Then it hit me. I built this website a few years ago with Jekyll and Bootstrap, which frankly are things I know little about. The world has moved on, but the website hasn’t.

This seemed like a perfect test case…

Read more

Automating Github Action Workflows For Swift
Development Diary
August 28, 2025

Today I’ve been looking at reviving a tool that I built a while ago, which automatically builds a Github Actions workflow file for a Swift package.

Read more

This Is Not GTD
More About The Stack
August 06, 2025

I’ve been working on a simple To-Do list manager, called The Stack.

In a way you could say that simplicity is the point of The Stack, but actually I think the point is “reducing anxiety”.

Read more

To Do...
Introducing The Stack
July 24, 2025

There are certain personal projects that feel like cliches, due to the tendency for any and every developer to want to embark on them.

A To Do list manager is a classic case.

Nevertheless… I find myself here.

Read more

Installing Swift on Windows 11
November 08, 2024

TL;DR – use the winget method to install everything

Read more