windows

Tag

Cards List
#windows

LlamaStation v0.9 — llama.cpp GUI for Windows with multi-backend support, TurboQuant, MTP and more

Reddit r/LocalLLaMA · 2026-05-21

LlamaStation v0.9 is a Windows GUI for llama.cpp that offers a clean interface with full parameter control, multiple backends (official, TurboQuant, AtomicChat, BeeLlama), real-time VRAM monitoring, per-model profiles, voice mode, and headless mode, all without intermediate layers like Ollama.

0 favorites 0 likes
#windows

If you're just going to sit there doing nothing, at least do nothing correctly

Lobsters Hottest · 2026-05-20 Cached

This article from The Old New Thing explains the concept of making APIs 'inert'—do nothing in a way that avoids breaking existing apps—using examples like printing support on Xbox and retiring widget APIs.

0 favorites 0 likes
#windows

What is the history of the ERROR_ARENA_TRASHED error code?

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

An exploration of the origin of the ERROR_ARENA_TRASHED error code from MS-DOS, its meaning in memory management, and why it's no longer used in Win32 but persists as a legacy code.

0 favorites 0 likes
#windows

Microsoft launches Surface Pro 12 and Surface Laptop 8 with Intel chips

The Verge · 2026-05-19 Cached

Microsoft launches Surface Pro 12 and Surface Laptop 8 for businesses with Intel Core Ultra Series 3 processors, offering higher RAM options and 5G connectivity, but at significantly increased prices.

0 favorites 0 likes
#windows

The Windows DLL loader lock: how a Rust thread can hang your JVM

Lobsters Hottest · 2026-05-19 Cached

QuestDB engineers debug a sporadic Windows hang caused by a deadlock involving the Windows DLL Loader Lock, Rust thread-local storage destruction, JNI detach, and JVM garbage collection safepoint mechanics.

0 favorites 0 likes
#windows

Qwen 3.6-27B Dense with MTP on Strix Halo Windows - Benchmarks

Reddit r/LocalLLaMA · 2026-05-17

Community benchmarks of Qwen 3.6-27B Dense and MTP variants running via llama.cpp on Strix Halo Windows, showing token/s speeds for various tasks.

0 favorites 0 likes
#windows

@bentlegen: coming very soon to hunk® - post notes back to your agent

X AI KOLs Timeline · 2026-05-16 Cached

Hunk version 0.12.0 is live with new installation options (Homebrew, Nix), lazygit support, scroll performance improvements, and Windows support.

0 favorites 0 likes
#windows

CVE-2026-40369: Arbitrary Kernel Address Increment via NtQuerySystemInformation

Lobsters Hottest · 2026-05-16 Cached

CVE-2026-40369 describes a vulnerability in Windows kernel's NtQuerySystemInformation function that allows arbitrary kernel address increment, enabling privilege escalation from unprivileged processes including Chrome sandbox. The exploit is deterministic on Windows 11 24H2-25H2.

0 favorites 0 likes
#windows

If you're using Windows, disable memory compression to stop bottlenecks!

Reddit r/LocalLLaMA · 2026-05-14

A user shares a fix for performance bottlenecks when running AI models on AMD GPUs in Windows 11 by disabling memory compression via the command 'Disable-mmagent -mc'.

0 favorites 0 likes
#windows

@GoJun315: After 20 years of using terminal tools, no one ever understood why a process was running. An independent developer from India open-sourced the witr tool, which skyrocketed to 15,400+ GitHub stars in less than five months! One command in the terminal traces the entire origin of a process — from kernel to systemd…

X AI KOLs Timeline · 2026-05-14 Cached

An open-source terminal tool called witr, developed by an Indian independent developer, explains why a process is running, traces its origin from kernel to systemd, and includes an interactive TUI dashboard. It gained 15,400+ GitHub stars in less than five months.

0 favorites 0 likes
#windows

@thsottiaux: We are continuing to invest in making agents work better on Windows. Highly recommend reading David's engineering post …

X AI KOLs Following · 2026-05-13 Cached

OpenAI is improving agent support on Windows by implementing a custom sandbox for Codex, addressing OS-level isolation challenges to ensure safe and efficient operation.

0 favorites 0 likes
#windows

The case of the hang when the user changed keyboard layouts

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

A debugging story about a Windows program hanging when the user changes keyboard layouts due to a background thread that created a window but wasn't pumping messages. The fix is to either pump messages or destroy the window.

0 favorites 0 likes
#windows

Building a safe, effective sandbox to enable Codex on Windows

OpenAI Blog · 2026-05-13 Cached

OpenAI engineers built a custom sandbox for Codex on Windows to enable safe, restricted command execution, balancing effectiveness and security without relying on native Windows isolation features.

0 favorites 0 likes
#windows

@vmiss33: I installed Hermes Agent on Windows, and set it up with GPT 5.5. I gave it one of @above_spec's amazing twitter threads…

X AI KOLs Timeline · 2026-05-12 Cached

The user shares a report on successfully running the Qwen3.6 35B A3B model on Windows using Hermes Agent and an 8GB VRAM GPU.

0 favorites 0 likes
#windows

Why do Windows client editions on 32-bit x86 systems artificially limit RAM to 4 GB?

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

Explains the historical reason why 32-bit Windows client editions artificially limit RAM to 4 GB: driver compatibility issues with Physical Address Extensions (PAE) and Data Execution Prevention (DEP), as opposed to any nefarious motive.

0 favorites 0 likes
#windows

Additional notes on controlling which handles are inherited by Create­Process

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

Raymond Chen describes a technique using a helper process to precisely control which handles are inherited by a new process, avoiding accidental inheritance from other components in the same process.

0 favorites 0 likes
#windows

@justloveabit: https://x.com/justloveabit/status/2053659118175715713

X AI KOLs Timeline · 2026-05-11 Cached

The Hermes AI agent tool now supports native Windows installation without requiring WSL, allowing Windows users to run CLI tools and bots directly. This article reviews the Early Beta experience, outlines the installation process, and compares it with the WSL2 version.

0 favorites 0 likes
#windows

Asteroid

Product Hunt · 2026-05-10

Asteroid is a computer use agent builder that works across Browser, Linux, and Windows, enabling users to create automated agents.

0 favorites 0 likes
#windows

@GitHub_Daily: When writing on a computer, the thoughts in my head are clear, but typing to organize the words is slow. Especially when writing AI prompts — saying it is just one sentence, but when typing, you have to repeatedly adjust the format. Saw OpenLess, an open-source voice input tool on GitHub, which can serve as an open-source alternative to Typeless, Wispr Flo…

X AI KOLs Timeline · 2026-05-08 Cached

OpenLess is an open-source voice input tool that supports macOS and Windows, capable of converting speech to text and automatically polishing it, especially suitable for writing AI prompts.

1 favorites 1 likes
#windows

Why not have changes in API behavior depend on the SDK you link against?

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

The article examines the pitfalls of altering API behavior depending on the linked SDK version, using Windows' CoInitializeSecurity as a case study. It discusses issues with DLL version mismatches and tail call optimization that complicate this approach.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback