RSSAmplifier

Blog

/admcpr

For every complex problem there is an answer that is clear, simple, and wrong.

admcpr.comRSS feed ↗15 posts

Latest posts

Local Agents with Lemonade and OpenClaw

I've written before about running GitHub Copilot coding assistant with local models on Windows and Linux . Autonomous agents let us take a step up from working on a task in collaboration with an agent to allowing one or more agents to collaborate on tasks while you do something

Local GitHub Copilot with Lemonade Server on Linux

Perhaps you, like me, saw the specs for AMD Ryzen AI Max (Strix Halo) processors and thought 'cool I can run a local LLM as a coding assistant'. Then once it arrived you looked at it and thought 'actually I have absolutely no idea how to do that'. So here's a quickstart guide for Linux

Local GitHub Copilot with Lemonade Server on Windows

Perhaps you, like me, saw the specs for AMD Ryzen AI Max (Strix Halo) processors and thought 'cool I can run a local LLM as a coding assistant'. Then once it arrived you looked at it and thought 'actually I have absolutely no idea how to do that'. So here's a quickstart guide for Windows

How to fix 'Please resolve before detaching' on a surface book

If you use Brave as your browser and you're also using a Surface Book (or some other Windows detachable with multiple GPUs) then this message is going to spoil your detaching fun: Please resolve before detaching The following may need to be closed in order to detach. Any

Postgres Full Text Search is better than ... (Part 2)

In which I show how ElasticSearch, Solr or another search specific database is probably unnecessary for a lot of PostgreSQL users ... Part 2.

Postgres Full Text Search is better than ... (Part 1)

In which I show how ElasticSearch, Solr or another search specific database is probably unnecessary for a lot of PostgreSQL users.

How to Speak

I used to hate public speaking; I still do but I used to too (apologies to Mitch Hedberg). But as I have spent less of my work time building and deploying software and more of it sharing why and how software is built and deployed, I've needed to get better at communicating ...

Compressing pdf files with ghostscript

How I used ghostscript to compress some ridiculously large pdf files for reading on my iPad.

Generate a wildcard SSL certificate behind a firewall with Cloudflare & Docker

The wonderful Let's Encrypt makes it easy to easy to generate and install SSL certificates for free using the certbot ACME client on a webserver. But what if, like me, you want to generate and install your certs on a server behind a firewall so that you can

Pimp my WSL

How to jazz up your WSL shell with fish and oh-my-fish.

Where to find royalty free photos, artworks and illustrations

It used to be the case that acquiring royalty free stock images or illustrations meant paying hundreds of dollars. Fortunately, thanks to the world of open source and public domain art and design, those times are behind us and there are now hundreds of thousands of high-quality images freely available

How to debug Docker build failures

Temporarily disable BuildKit so you can debug Docker builds

Dual boot multiple versions of Windows the easy way

How to easily dual boot two versions of Windows

Start on the right path

How to specify the startup path of your WSL distribution when launching from Powershell or Windows Terminal

What the fork - How to switch to a fork after cloning a remote repository

How to switch to a fork after cloning a remote repository.