this post was submitted on 27 Jun 2026
279 points (98.6% liked)
Programmer Humor
32102 readers
166 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Don't hold your breath, they took over a year to fix the disappearing cursor issue on some distributions of Win11 in 2024-2025, the cause was rooted in the interaction between the brand new desktop window manager and the legacy cursor rendering path that hadn't been updated since Vista, when moving the mouse between an application rendered with modern XAML components and a legacy system window, the cursor would sometimes become fully transparent, it was still there but invisible to the user until system reboot, turns out that building fluid fancy modern UI elements on top of a legacy Win32 framework does that sometimes.