Blog
Discover our latest posts
The LLM Talks. The Code Decides.
Three posts in, Professor Maier can hold his character and — with enough pressure — crack ( last post ). Which brings up the question I'v...
A 2B Model Keeps Breaking Character. The Fix Is Fewer Rules, Not More.
The model loads ( last post ). Now the real work: making a 2-billion-parameter model be Professor Maier, turn after turn, without slipping.
Beca...
Your First Local Model in .NET Won't Load. Here's Why.
Your First Local Model in .NET Won't Load. Here's Why.
In the last post I introduced Professor Maier, the flat-earther you argue with — of...
Exiting single-user mode in MSSQL
USE master; GO
DECLARE @sql nvarchar(max) = N'';
SELECT @sql += CAST(N'KILL ' + CAST(session_id AS nvarchar(10)) + N';' AS nvarchar(max)) FROM ...
I Won an Argument With a Local LLM. I Just Had to Make It Say One Sentence.
I Won an Argument With a Local LLM. I Just Had to Make It Say One Sentence.
Me: "You can watch ships vanish hull-first over the horizon. That...
The longest day, a heatwave, and a message from Alan Turing
It was one of those June days where the air just sits there. The longest day of the year, the sun refusing to clock out, the kind of heat that makes ...
.NET MAUI ScrollView Tutorial – Making Content Scrollable
When building applications with .NET MAUI, you will quickly run into situations where your content does not fit on the screen. That is exactly where ...
T-SQL: Cursors vs. WHILE Loops – When to Use Which?
In the world of T-SQL (Microsoft SQL Server), the unwritten law is: "Think in sets, not in rows." However, there are scenarios where row-...
How Typing "Ö" Teleported Me to Greenland (and Why I Want to Stay There)
It was a perfectly ordinary Saturday. The sun was beating down mercilessly. The 24 Hours of Nürburgring had just started. I was sitting in front...
Page 1 of 3