Skip to content
daniel@cosenza:~/blog
Tech HistoryHow-To August 7, 2026 3 min read

How to Legally Play 1980s Video Games Today

A complete walkthrough of the legitimate ways to experience the games at the center of the 1983 crash and the era around it — official re-releases, subscription libraries, and properly licensed compilations.

#howto#video-games#preservation
Read more
WSLFix August 7, 2026 3 min read

Fixing WSL2 Clock Drift After Sleep or Hibernation

The system clock inside WSL2 falls behind Windows' own clock, especially noticeably after your laptop sleeps and resumes. Here's why the VM's clock actually drifts, and how to force it back in sync.

#fix#wsl2#clock
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
Tech HistoryHow-To August 6, 2026 3 min read

How to Use the Wayback Machine to Research Web History

A complete walkthrough of the Internet Archive's Wayback Machine — finding old captures of a specific site, comparing how a page changed over time, and using it as a genuine primary source rather than just a curiosity.

#howto#wayback-machine#research
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
WSLFix August 6, 2026 2 min read

Fixing WSL2 Networking and DNS Resolution Failures

Ping works, but domain names won't resolve inside WSL2 — or the reverse. Here's how to actually diagnose whether the problem is DNS configuration, VPN interference, or the networking mode itself.

#fix#wsl2#networking
Read more
WSLNews August 6, 2026 1 min read

WSL Graduates Out of Beta in the Fall Creators Update

Eighteen months after its first public reveal, WSL stopped being an experimental preview feature — gaining full Microsoft support, multi-distro installs via the Microsoft Store, and Windows Server compatibility.

#news#wsl#windows
Read more
WSLFix August 5, 2026 3 min read

Fixing High vmmem Memory Usage in WSL2

Task Manager shows vmmem consuming several gigabytes of RAM, even when you're not actively using WSL. Here's how to actually diagnose what's holding that memory, and how to cap it properly.

#fix#wsl2#memory
Read more