More tuning the of performance path in StyloBot at the moment.

https://www.mostlylucid.net/blog/stylobot-release-learning

(It's the free, open source bot detection engine I'm building)

This part is about making repeat traffic cheaper to process without turning the cache into a permanent source of wrong answers.

That means boring but important mechanisms:

EWMA updates

hysteresis thresholds

verdict caching

variance watchdogs

bounded memory

refresh sampling

I'm not an ML guy, but a lot of this maps neatly onto ML and control theory ideas once you start writing it down.

The useful pattern is simple enough:

learn from traffic, make the common path faster, keep enough uncertainty in the system that it can recover when the world changes.

The next post in the StyloBot release series is a deep dive into that mechanism.

Very much one for the nerds.

In .NET so...kinda niche...ML / AI ...

https://www.mostlylucid.net/blog/stylobot-release-learning

#dotnet #opensource #aspnetcore #performance #systemsdesign

StyloBot Release Series: Learning to Get Faster (English)

Heads up: this one is for the nerds. It's a deep technical dive into StyloBot's adaptive learning system (EWMA updates, hysteresis thresholds, verdict...

mostlylucid

.NET and .NET Framework May 2026 servicing releases updates

https://mander.xyz/post/51941328

.NET and .NET Framework May 2026 servicing releases updates - Mander

Lemmy

Windows App SDK 1.8.8 (1.8.260508005) · microsoft WindowsAppSDK · Discussion #6475

WinAppSDK 1.8.8 is the latest stable servicing release for 1.8, focused on reliability and developer-experience fixes across XAML, package management, Windows AI, and the build-time NuGet tooling. ...

GitHub
.NET 11 Preview 4 is now available! - .NET Blog

Find out about the new features in .NET 11 Preview 4 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, and more!

.NET Blog
Introducing dotnet new WinUI templates - #ifdef Windows

  We’ve been working on something new for WinUI developers: a set of open-source project and item templates for WinUI you can use directly from the command line. 🚀 With these templates, you can now create and run a new WinUI app using dotnet new, without needing to go through Visual Studio. This makes it […]

#ifdef Windows
Is This a Packaged Process? - Inside MSIX

C++ and C# code to determine if current process has or lacks package identity. Defines terms "packaged process" and "unpackaged process"

Inside MSIX
Dew Drop – May 13, 2026 (#4667) – Morning Dew by Alvin Ashcraft

⚡️ Web Worker in .NET 11 for background tasks in Blazor

🏷️ #devdigest #dotnet #net #blazor #web

https://devdigest.today/goto/6508

Running background tasks in Blazor with Web Workers: Exploring the .NET 11 preview - Part 1

In this post I discuss the new Web Worker template available in .NET 11 for running CPU intensive tasks without blocking the UI

Andrew Lock | .NET Escapades

From the .NET blog...

In case you missed it earlier...

.NET 11 Preview 4 is now available!
https://devblogs.microsoft.com/dotnet/dotnet-11-preview-4/ #dotnet #NETMAUI #ASPNETCore #csharp #EntityFramework #NET11 #Featured