Want to get nice, descriptive alt text for images on your sites or jsut extract text from them? mostlylucid.llmalttext uses Microsoft's Florence-2 vision language model to generate high-quality alt...
Tuesday, 25 November 2025 14:00
//
12 minute read
📖 Part of the RAG Series: This is Part 4a - core implementation:
Part 1: RAG Origins and Fundamentals - What embeddings are, why they matter
Part 2: RAG Architecture and Internals - Chunking,...
Tuesday, 25 November 2025 11:00
//
23 minute read
📖 Part of the RAG Series: This is Part 4b - search features and UI:
Part 1: RAG Origins and Fundamentals - What embeddings are, why they matter
Part 2: RAG Architecture and Internals - Chunking,...
Tuesday, 25 November 2025 09:00
//
15 minute read
Well I finally wrote an app to use Archive.org to fetch all the old content from my first blog. Which ended in 2010. mostlylucid.co.uk.
Apparently I changed the server AND how I updated it throughout...
Monday, 24 November 2025 23:00
//
2 minute read
My system, DiSE, is a self-optimizing, self-assembling, software engineering grounded workflow builder. It generates testable code artifacts, evaluates them objectively, and evolves them over time...
Monday, 24 November 2025 18:00
//
16 minute read
So you might have noticed hundreds of "new" blog posts appearing recently. Well, they're not new at all - they're OLD. Like, 2004 old. I finally built a tool to rescue my content from the digital...
Monday, 24 November 2025 12:00
//
10 minute read
Running MigrateAsync() at startup? You're giving your app database owner rights and hoping nothing goes wrong. There's a better way - EF migration bundles let you run migrations as a controlled CI...
Sunday, 23 November 2025 18:39
//
10 minute read
Just a very quick response to a query someone had. Even though it says "© Scott Galloway 2024" at the bottom it's technically incorrect (well copyright is automatic but YOU have the absolute right to...
Sunday, 23 November 2025 18:39
//
Less than a minute
Backpressure is the unsung hero of distributed systems. It's what keeps your queues from bursting at the seams when producers are firing messages faster than consumers can chew through them. Put...
Sunday, 23 November 2025 14:00
//
17 minute read
📖 Related to the RAG Series: This article provides a deep dive into Qdrant, the vector database used in:
Part 4: ONNX & Qdrant Implementation - Building semantic search
Part 5: Hybrid Search &...
Sunday, 23 November 2025 13:00
//
9 minute read