csharp

Tag

Cards List
#csharp

How LLM-driven NPCs work in Ultima Online (ServUO)

Reddit r/LocalLLaMA · 3d ago Cached

A developer open-sources a 7,500-line C# integration that powers Ultima Online NPCs with a local LLM, featuring hot-reloadable config, fail-open degradation, and full access to the game world's object model.

0 favorites 0 likes
#csharp

If C# and JavaScript lets me await a Windows Runtime asynchronous operation more than once, why not C++/WinRT?

The Old New Thing (Raymond Chen) · 2026-05-26 Cached

Raymond Chen explains why C++/WinRT does not allow multiple awaits on asynchronous operations like C#, JavaScript, and Python do, citing the lack of a standard library task type and the principle of not paying for unused functionality.

0 favorites 0 likes
#csharp

dotNET (OK, C#) gets union types

Hacker News Top · 2026-05-22 Cached

.NET 11 preview introduces union types in C# 15, a long-requested feature for handling data that can be one of several types, with a new 'union' keyword and pattern matching.

0 favorites 0 likes
#csharp

How to open calc.exe from S&Box

Lobsters Hottest · 2026-05-21 Cached

A security researcher examines the C# sandboxing in S&Box (Garry's Mod 2), which uses an API whitelist instead of a hardened runtime. By modifying the compile blacklist, they bypass the restrictions and crash the editor, demonstrating that the approach is insecure despite being similar to Space Station 14's system.

0 favorites 0 likes
#csharp

Improving C# Memory Safety

Hacker News Top · 2026-05-21 Cached

Microsoft announces a redesign of C#'s unsafe keyword in C# 16 to enforce memory safety contracts, making unsafe operations visible and compiler-enforced, with preview in .NET 11 and production in .NET 12.

0 favorites 0 likes
#csharp

kharp – k version 3 Language Interpreter in C#

Hacker News Top · 2026-05-17 Cached

An open-source interpreter for the K version 3 programming language, implemented in C# under the MIT License with Commons Clause. It fully implements the K Reference Manual and includes enhancements like a Foreign Function Interface for .NET objects.

0 favorites 0 likes
← Back to home

Submit Feedback