Skip to content
daniel@cosenza:~/blog

tag

#deep-dive

20 posts

WSLDeep Dive August 11, 2026 2 min read

How WSL Actually Packages and Distributes Linux Distros

Installing Ubuntu via the Microsoft Store feels like installing any other app. Underneath, WSL distros are root filesystem tarballs registered with a small platform layer — and that model is what makes import/export and custom distros possible.

#deep-dive#wsl2#distros
Read more
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
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
WSLDeep Dive August 7, 2026 2 min read

WSL2's Networking Modes: NAT and Mirrored, Explained

WSL2's original networking design put it behind its own virtual network, invisible to the rest of your LAN by default. Mirrored networking mode, added later, takes a fundamentally different approach — and each has real tradeoffs.

#deep-dive#wsl2#networking
Read more
WSLDeep Dive August 6, 2026 2 min read

How WSL Bridges Two Completely Different Filesystems

Linux and Windows filesystems handle permissions, case sensitivity, and paths in fundamentally different ways. WSL's cross-OS file access works by translating between them at the protocol level — and that translation has real performance costs.

#deep-dive#wsl2#filesystem
Read more
WSLDeep Dive August 5, 2026 2 min read

The Linux Kernel Microsoft Actually Maintains for WSL2

WSL2 doesn't borrow a distro's kernel — Microsoft maintains its own fork, patched specifically for the virtualized environment WSL2 runs in, and ships it independently of both Windows and any Linux distro's own kernel.

#deep-dive#wsl2#kernel
Read more
Tech HistoryDeep Dive July 26, 2026 3 min read

Y2K: The Bug That Was Real, Even Though Nothing Visibly Broke

Two-digit year fields threatened to make systems worldwide misinterpret 2000 as 1900. Billions were spent fixing it in advance — which is exactly why, to many observers afterward, it looked like the whole thing had been overblown.

#deep-dive#y2k#history
Read more
Tech HistoryDeep Dive July 25, 2026 2 min read

The Dot-Com Bubble: How Growth-at-Any-Cost Met Reality

Internet companies with no profits, and sometimes no meaningful revenue, reached billion-dollar valuations through the late 1990s. The Nasdaq's collapse starting in 2000 erased trillions in value in under two years.

#deep-dive#dotcom#history
Read more
Tech HistoryDeep Dive July 24, 2026 2 min read

Napster and the Reordering of the Entire Music Industry

A college student's file-sharing tool lasted barely two years before a court order killed it — but it permanently broke the assumption that music had to be sold as a physical or per-track purchase.

#deep-dive#napster#music
Read more
Tech HistoryDeep Dive July 23, 2026 2 min read

The Morris Worm: The Internet's First Real Security Wreck

A graduate student's experiment to measure the internet's size instead knocked out an estimated 10% of it in a single night. The Morris Worm produced the first felony conviction under US computer crime law.

#deep-dive#security#morris-worm
Read more