AI crap
A critical analysis of the machine learning bubble, arguing its lasting impact will be a proliferation of low-quality, automated content and services, not true AGI.
A critical analysis of the machine learning bubble, arguing its lasting impact will be a proliferation of low-quality, automated content and services, not true AGI.
Explains the memory leak issue with C# events and demonstrates how to implement the Weak Event pattern using weak references.
A guide to building a custom chatbot in Azure OpenAI using your own data, covering setup, costs, and integration with Azure Cognitive Search.
A developer announces their maker-focused tech blog on Medium, covering projects like 3D printing, AWS, and ambient displays.
A talk from DjangoCon Europe 2023 covering updates, maintenance, and how to contribute to the official djangoproject.com website.
Explains the new enhancement to the C# 12 `nameof` operator, allowing access to instance members from a static context.
Explores practical uses of C# ValueTuple for swapping values, pattern matching, deconstruction, and implementing IEquatable to write cleaner code.
Explains how to use ordered indexes in Entity Framework 7 for database query optimization, including performance benefits and implementation.
A guide to configuring log levels in ASP.NET Core applications using the appsettings.json file and namespace-specific settings.
A software engineer turned vendor discusses the loss of credibility and offers advice on how to be taken seriously when selling software.
The author discusses a new architecture proposal for Hereditas v0.3, a tool for creating trustless digital legacy boxes, and seeks community feedback.
Learn how to use the C# 'is not' operator with exception filtering to write cleaner and more maintainable error handling code.
How to embed Git version information like commit hash and tags directly into C# code using the GitInfo source generator library.
A guide to implementing conditional feature flags using Azure App Configuration Service and the Microsoft.FeatureManagement library.
A technical guide on configuring a data pipeline from Kafka to Elasticsearch using Logstash, including Docker setup and configuration examples.
A tutorial on implementing Azure App Configuration feature flags in a .NET 7 console application, covering setup and code integration.
A guide to building a simple Dependency Injection container in .NET, explaining IoC and DI concepts with code examples.
Explains how to delete a database record in Entity Framework without loading it first, covering both classic and .NET 7+ methods.
A guide to calculating marginal and conditional effects in generalized linear mixed models (GLMMs) using the R {marginaleffects} package.
Explains software design patterns like Mediator, Strategy, Singleton, and Proxy using simple sketches and real-world analogies.