Skip to content
daniel@cosenza:~/blog
WSLDeep Dive August 10, 2026 2 min read

How WSL2 Actually Manages Memory (and Why vmmem Grows)

WSL2's lightweight VM claims memory dynamically as Linux processes need it — but historically gave that memory back to Windows only reluctantly. Here's what's actually happening, and what you control via .wslconfig.

#deep-dive#wsl2#memory
Read more
Tech HistoryHow-To August 9, 2026 3 min read

How to Research a Tech History Topic Using Primary Sources

A complete walkthrough moving from a secondhand claim you've read somewhere to an actual verified fact — court records, SEC filings, contemporaneous news archives, and original announcements, not just another blog post.

#howto#research#primary-sources
Read more
Tech HistoryHow-To August 8, 2026 3 min read

How to Read and Understand Old Internet RFCs

A complete walkthrough finding, reading, and actually understanding Request for Comments documents — the original, primary-source specifications behind email, the early internet, and much of the web's foundational technology.

#howto#rfc#internet
Read more
WSLDeep Dive August 8, 2026 3 min read

How WSLg Gets a Linux GUI Window Onto Your Windows Desktop

Running a Linux GUI application inside WSL and having its window appear alongside your native Windows apps looks like magic. It's actually a full Wayland compositor and audio system, tunneled over RDP, running invisibly.

#deep-dive#wslg#gui
Read more
WSLNews August 8, 2026 1 min read

GPU Compute Comes to WSL2, Enabling Real ML Workloads

Microsoft announced GPU-accelerated compute support for WSL2 at Build 2020, followed by an NVIDIA CUDA preview that let machine learning frameworks like PyTorch and TensorFlow use a physical GPU from inside WSL2.

#news#wsl2#gpu
Read more