Valve’s new 2026 Steam Machine has created a lot of discussion online given it’s pricing. In this quick blog post I will look at specs of the Steam Machine and try create a barebones equivalent or better DIY gaming PC called Plasma PC™ (obviously based on solid, liquid, gas, and plasma).
SpecCat.com is a web site I’ve made, mainly for myself trying out LLMs, for easily comparing detailed specifications of different silicon chips; CPUs, APUS, GPUs etc. as shown in screenshots of header below and full at bottom. It should work reasonably well on mobile, but main use case was for larger screens. I tried hard to make it colorful and fun, and dark only. I made this a while ago but…
Above png is very high resolution, but you can also download a pdf . Sources .NET and C# Versions - 20th Anniversary ♥ .NET and C# Versions - 7/11 Update .NET and C# Versions - 8/12 Update .NET and C# Versions - 9/13 Update What’s new in .NET 10 What’s new in the .NET 10 runtime What’s new in .NET libraries for .NET 10 What’s new in the SDK and tooling for .NET 10 What’s new in C# 14 Breaking…
Sep 0.11.0 was released June 12th, 2025 with a new parser optimized specifically for ARM NEON SIMD (called AdvSimd in .NET) capable ARM64 CPUs like the Apple M1) or the new Microsoft cloud Cobalt 100, which is based on the ARM Neoverse N2.
Working with files and directories on Windows, especially on network shares, often leads to issues with long paths. This post explains what Windows 8.3 short paths are, how they work in NTFS, the difference between local and UNC paths, why browsers and some tools fail with long network paths, and how to programmatically obtain short file names for both local and UNC files.
This quick blog post demonstrates how to automate the backup of all packages from all organization feeds on Azure DevOps using a scheduled pipeline and a PowerShell script. The script leverages the Azure DevOps REST API to enumerate feeds and download every package version to a network share.
Sep 0.10.0 was released April 22nd, 2025 with optimizations for AVX-512 capable CPUs like the AMD 9950X (Zen 5) and updated benchmarks including the 9950X. Sep now achieves a staggering 21 GB/s on the 9950X for the low-level CSV parsing. 🚀 Before 0.10.0, Sep achieved ~18 GB/s on 9950X.