🖼️ Text-to-Image locally in C# with TransformerSharp
Learn how to use TransformerSharp to run Hugging Face text generation and text-to-image models locally in C# applications.
Learn how to use TransformerSharp to run Hugging Face text generation and text-to-image models locally in C# applications.
Guide to adding a right-click menu option in Linux Mint's Nemo file manager to convert images to the WebP format for significant file size reduction.
A developer shares his experience of deleting social media apps to combat work-related exhaustion and improve work-life balance.
A guide to reducing Azure Virtual Desktop costs by 30-70% through VM SKU selection, auto-scaling, and host pool optimization.
A recap of major Generative AI developments in summer 2025, covering new models from Google, xAI, and Chinese firms, plus policy and security news.
A guide to using architectural unit tests in C#/.NET to enforce CancellationToken usage and sealed classes in controllers.
A guide on implementing CI/CD pipelines for Azure Foundry AI agents, covering automation, infrastructure as code, and developer tools.
A developer's guide to building an 'AI in a Box' solution using Azure Foundry, Azure Functions, and Static Web Apps, grounded in a personal project.
Analyzing unnecessary use of React's useCallback hook and when memoization provides no performance benefit.
Introducing Log Basset, an open-source Go CLI tool for querying and tailing Scalyr logs with improved features and performance.
Explores how Bun's auto-install feature enables self-contained TypeScript programs, comparing it to Python's uv for dependency management.
A guide to polyfilling URL search parameter grouping using bracket notation in Adobe ColdFusion, mirroring native Lucee CFML behavior.
Explains how to use Python's typing.Unpack and TypedDict for stricter type annotations of **kwargs.
A guide to deploying self-hosted GitHub Actions runners on a home Kubernetes cluster using the Actions Runner Controller (ARC).
Explores the concept of an 'intelligence frequency spectrum,' comparing AI's 1-2Hz conversational speed to faster/slower biological decision-making.
A developer built a custom Neovim plugin named Kai that integrates Claude Code's command-line AI directly into the editor for intelligent code assistance.
A developer details building a modular, agentic Personal AI Infrastructure (PAI) system named Kai, focusing on the 'why' behind AI development.
A developer details building a modular, agentic Personal AI Infrastructure (PAI) named Kai, focusing on the 'why' behind AI tools and preparing for a post-work future.
Explores the concept of (weak) factorization systems in category theory, generalizing function decomposition into surjections and injections.
Explains how to correctly type *args and **kwargs in Python to pass type checkers, avoiding common mistakes.