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
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.
Why does TypeScript feel a bit C-Sharpy?
TypeScript was created by Anders Hejlsberg, a Danish software engineer, in 2012. He formerly created C# around the year 2000. He is also known for Turbo Pascal and Delphi, both extraordinary products in their time. Deservedly he is a Microsoft Technical Fellow (a list of whom appear here).
Types in TypeScript
- boolean
- number (which represents integers and floating points)
- string
- BigInt (ES2020+) to represent whole numbers larger than 2^53 -1, and
- symbol to create unique identifiers