mostlylucid.net - Scott Galloway's Developer Blog
author

Hi, I'm Scott Galloway — I'm a consulting web / internet / systems / full-cycle, full-stack developer (it's complicated šŸ¤“) specializing in bringing 'AI' to the masses, .NET Core, full-stack development, cloud, and search technologies. Former Microsoft ASP.NET Program Manager with 30+ years building web applications for Fortune 500 companies and startups. I share my work in progress (PERSONAL!) projects and how I build them. Available for contract, full-time, or consultancy work — get in touch. Code on GitHub | Feedback on Mastodon

Clear All
Page 10 of 80 (Total items: 799)
Background Services in ASP.NET Core - Part 1: The Approaches
Every modern web application has work that shouldn't block an HTTP request—sending emails, processing files, syncing with external services, running scheduled maintenance. ASP.NET Core provides...

Thursday, 27 November 2025 09:00

//

24 minute read

Using CSX Scripts for Quick C# Testing
Need to test a snippet of C# code without spinning up a full project? C# Script files (.csx) let you write and run C# code like a scripting language. No Program.cs, no .csproj, no build step - just...

Wednesday, 26 November 2025 20:00

//

28 minute read

Why You Didn't Find This on Google (And How I Fixed It)
I've been running this blog for a while now, writing detailed technical articles on ASP.NET Core, Entity Framework, HTMX, and all sorts of .NET goodness. Yet my search rankings were... underwhelming....

Wednesday, 26 November 2025 14:00

//

10 minute read

Why Most Commercial 'AI' Projects Are Dumb
"We're building an AI-powered knowledge assistant that will revolutionise how our employees access information..." Every job advert, pitch deck, and consultancy proposal in 2024-2025 Introduction I've...

Wednesday, 26 November 2025 09:00

//

29 minute read

AI-Powered Alt Text Generation with mostlylucid.llmlltText
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

RAG for Implementers: CPU-Friendly Semantic Search with ONNX and Qdrant
📖 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

RAG for Implementers: Semantic Search in Action
📖 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

Hundreds of new blog articles...kinda...
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

"Isn't DiSE Just Voyager?" - Why Structure Beats Brilliance
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

Resurrecting My Old Blog with Archive.org and a Lot of C#
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

Page 10 of 80 (Total items: 799)
logo

© 2026 Scott Galloway — Unlicense — All content and source code on this site is free to use, copy, modify, and sell.