I have seen the Future, and it is Not Claude
Unparalleledly deep systems knowledge exclusively licensed to the Win Joe Software Foundation (WSF) under one or more contributor license agreements
Thursday, 30 April 2026
Understanding localhost
More on the Common Information Model
We have previously mentioned the CIM, or Common Information Model, in the context of systems management standards. It is effectively an object-oriented schema for classifying objects pertaining to systems management.
An example schema can be found here (note: there are multiple versions of the schema).
Notes from Microsoft Learn on this topic can be found in Microsoft's WMI SDK notes here.
From an organization perspective, the most important aspect is consistent adoption of a sufficiently descriptive data model, rather than the details of the data modelling itself.
Wednesday, 29 April 2026
The Mesh Network
The LM Link Feature in LM Studio
LM Link is a way to connect devices on which LM Studio is installed; allowing you to load models on remote devices as if they were local. Chats remain local and the only thing loaded on LM Studio's backend servers are your device list. In a way, it's model-connectivity-as-a-service using your own hardware.
LM Link is implemented on top of Tailscale VPN.
Monday, 27 April 2026
WinJoe, Was ist Delta Format?
Delta format (often called Delta Lake) is an open-source data storage layer originally developed by Databricks.
It sits on top of Apache Parquet and enhances it with database‑like guarantees and metadata management.
Delta is designed specifically for large-scale data engineering where reliability, consistency, and performance are essential - according to the creators, Databricks,
Big Data's New Vacation Home - The Lakehouse; Microsoft's Approach
Friday, 24 April 2026
Troubleshooting WSL2 Memory Hogging
WSL2 hogs memory and doesn't release it even when all consoles are closed. Do wsl --shutdown to free up memory.