Run your own ChatGPT: self-hosted LLMs with Docker Compose
I use Claude Code every day but not everything belongs in the public domain: personal data, private notes, half-formed ideas. For those I’d rather keep the conversation local.
Technology. Inside Out
I use Claude Code every day but not everything belongs in the public domain: personal data, private notes, half-formed ideas. For those I’d rather keep the conversation local.
I have a background job that writes a lot of rows. It chunks a big import into batches and upserts each batch into Postgres. On its own that’s fine. The problem is that it doesn’t run on its own: the same database is serving live traffic and a handful of other workers at the same time. When my import goes full tilt, everyone else feels it.
There’s a particular kind of sinking feeling you get as a user of open-source software. You’ve built your setup around a tool you love, it does exactly what you need, and then you notice the last commit was eighteen months ago. The issues are piling up. A platform update breaks it. And the maintainer, understandably, has moved on with their life.
I love coding, I love seeing new features come to life, and I genuinely enjoy writing documentation (I know, weird right?). But if there’s one part of the development lifecycle that consistently makes me want to scream into my pillow, it’s the tedious, error-prone chore of creating a new release.
In August 2023, the infrastructure-as-code community was sent into a frenzy when HashiCorp announced that Terraform would be shifting to a Business Source License (BSL). This move sparked widespread concern among developers and DevOps professionals who had grown accustomed to the open-source nature of Terraform. However, in the face of this change, a remarkable opportunity arose: the chance to…
After missing a few saving sessions with them being announced last minute or the notifications not appearing from the Octopus app I decided to work on automating joining the sessions to avoid missing out.
When working with JavaScript projects, managing version numbers and commit messages is important for the maintainability of the project. Since 2020 I have been the main developer of Atomic Calendar Revive a highly customisable Home Assistant calendar card, I found maintaining versions and releases to be cumbersome until recently. In this article, I will introduce the commitizen and…
This article has been updated to include some new config improvements and remove the nVidia filters as these are now disabled.
If you haven’t already, I recommend going back to the first article in the series and following it through otherwise some options in this article may not work as expected.
As I further integrate my solar solution into my home, I have now added the Solcast API.
After having solar installed I wanted to get it integrated into home assistant to enable historical monitoring and also automation around my home.
An alias method allows accesses to the original method via a different name. You can define your own alias method by adding the statement a = b to your class definition. This creates an alias method a() for the original method b().
Creating blog posts for my website I sometimes find that I want top create multiple articles as part of a series, usually because I have done some research and got to a stage that makes sense to have an article to itself, something like my recent post on Proxmox Template with Cloud Image and Cloud Init.
At the end of 2022 I came into some inheritance, with the massive energy price increase in the UK I decided to spend this money on a solar and battery installation on my house.
Over the years my home lab has grown and become more and more difficult to maintain, especially because some servers I build and forget as they function so well.
Over the past few years I have been working on processing large analytical data sets requiring various manipulations to produce statistics for analysis and business improvement.
My site isn’t anything special, but I thought I’d like to share how I create and host things for others who may be interested in sharing their own words with a very simple and easy to maintain structure.
For around 4 years I have had to take medication for Rheumatoid Arthritis once every two weeks, I always forget when I last took the medication and end up skipping which causes me pain.
I have began sorting out my smart home again, I let it run to ruin a year or so ago and now I’m getting solar installed I wanted to increase my automation to make life easier and utilise my solar more efficiently once it’s installed.
In my last article I talked about how to setup Homer dashboard with Docker, now I will walk through some of the features and how to use them.