About:

Sven Scharmentke is a seasoned software engineer with 15+ years in C++, focusing on Win32, driver development, and language crafting.

Website:

Specializations:

Interests:

Win32 development Cybersecurity innovations Software engineering
Subscribe to RSS:
The post outlines the author's journey from DevUI to LibreChat integration for AI agents, highlighting setup challenges, debugging experiences, and the creation of specialized agents.
Ralph is an autonomous AI coding agent that executes well-defined tasks using structured user stories and verification scripts, improving productivity for developers.
This post outlines the creation of an advanced conversational agent that autonomously retrieves information from a PostgreSQL database, enhancing its conversational capabilities.
The blog post introduces uberAgent for Linux, a monitoring tool that extends its capabilities from Windows to Linux systems, providing comprehensive visibility into server workloads, resource consumption, and inter-service communi...
The author reflects on their experience with AI-assisted rapid prototyping, revealing that despite creating nearly 100 prototypes, only one successfully launched. They emphasize the importance of understanding the code and the pit...
The blog post discusses a common issue faced by Citrix users when trying to connect to a virtual desktop while Nextcloud is running on the host machine. The author, a Citrix employee, explains that the App Protection component mis...
Ollama's new compatibility with the Anthropic Messages API enables local models to perform coding tasks without cloud reliance, showcasing the potential of open-source AI.
The author enthusiastically recounts their experience of unboxing and setting up the NVIDIA DGX Spark, highlighting the thrill of exploring AI technology.
The blog post discusses the introduction of .prompt.md files in GitHub Copilot, which allow users to create reusable prompts for coding tasks. It emphasizes the importance of context in writing effective prompts and provides a det...
The latest mcp-windbg release enhances crash dump analysis with new features for centralized deployment and flexible transport options.
The blog post announces the release of version 0.10.0 of mcp-windbg, a debugging tool now available on PyPI. This version simplifies installation, enhances usability with new features like live debugging sessions and improved dump...
The blog post discusses the challenges of using resource-intensive Docker projects on lightweight laptops, which can lead to overheating and performance issues. It introduces SSH-based Docker remote contexts as a solution, allowin...
A new blog series aims to creatively build AI agents in .NET using the Microsoft Agent Framework, moving beyond typical examples to explore innovative applications.
This post provides a step-by-step guide on how to set up a MariaDB user, password, and database using session variables for sensitive information. It includes commands for connecting to MariaDB, defining session variables for data...
The blog post discusses a recent design refresh of the author's blog, focusing on the implementation of a dark mode that enhances readability and aligns with the company's color palette. The author highlights the importance of use...
The blog post discusses a recent design refresh of the author's blog, focusing on the implementation of a dark mode that enhances readability and aligns with the company's color palette. The author highlights the importance of use...
The text discusses the need to modernize crash dump analysis in software development by integrating AI into the process. The author introduces the concept of AI-powered crash analysis, demonstrates its capabilities, and explains t...
The text discusses the concept of 'vibe coding' and the author's experience using GitHub Copilot and VS Code to streamline the coding process. The author shares a personal dream of being able to communicate with the computer in pl...
The antispy SDK 2025.1.0 has been released, featuring comprehensive documentation, Compiler Explorer integration, constexpr code generation, and updated toolchains. It is designed for developers who care about safeguarding their b...
The text discusses the Git worktree feature, which allows users to check out multiple branches at once, work on each one in its own directory, and keep their mental state and filesystem intact. It explains the problems with the st...
The text provides a guide on how to install the integrated OpenSSH server on Windows, allowing users to SSH into Windows from a Linux box. It includes steps to check installed OpenSSH components, install the OpenSSH server, and st...
The text provides a guide on how to remove old kernel versions in Fedora or RHEL-based systems, including listing all installed kernels, checking the currently running kernel, and removing old kernels.
The text explains how to measure code coverage with lcov and GTest in C++. It provides a guide on setting up lcov and GTest, writing effective coverage-focused tests, running the tests, generating reports, interpreting results, an...
The text discusses the author's decision to self-host an LLM to keep data local and avoid sharing it with external companies. It provides a detailed guide on how to install Ollama, Open WebUI, and set up an Nginx reverse proxy. It...