Skip to content
daniel@MacBookPro:~
WSLFix August 10, 2026 3 min read

Fixing WSLg Graphics Rendering and Display Issues

A Linux GUI application launches under WSLg but renders as a blank window, crashes immediately, or displays visual corruption. Here's how to work through WSLg's specific rendering stack to find the actual cause.

#fix#wslg#graphics
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
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