this post was submitted on 28 Jan 2026
579 points (94.9% liked)

Programmer Humor

29927 readers
958 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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Taleya@aussie.zone 9 points 3 weeks ago (2 children)

Legit, at my current workplace one of the first things i did was update the very neglected hardware.

The IDRAC on the core server was so old i had to spin up an xp vm just to get a browser that would accept it so i could upgrade.

[–] dejected_warp_core@lemmy.world 2 points 3 weeks ago (1 children)

Yeah, stuff like that continues to be the best use-case for windows virtualization. Sounds a lot like trying to upgrade the BIOS or Firmware on an older PC; often the installer is some binary that only runs on Windows of the same vintage.

Backwards-compatibility with older web browsers so engineers can build websites for them, is another. I've also heard of industrial automation (e.g. CNC machines) being married to Win2k or WinXP, so being able to run an old OS on new hardware is crucial.

[–] Taleya@aussie.zone 1 points 3 weeks ago

A lot of pieces of medical and industrial hardware have their controlling software written in VB and if you're lucky it's VB6...(and usually heavily dependent on openGL libraries)

Banking? That's all COBOL and BASIC.

[–] wabasso@lemmy.ca 2 points 3 weeks ago (1 children)

Lots of windows apps behind Remote Desktop vms at my workplace too.

Do you have to maintain licenses for Windows XP and such? What a sorry state of affairs.

[–] Taleya@aussie.zone 1 points 3 weeks ago (1 children)

Nah for a single vm i just use the ol' pro key.

Fun fact: it will still validate on m$ servers

[–] wabasso@lemmy.ca 1 points 3 weeks ago

That’s wild! I thought you’d have to block all packets headed to MS or the WAN entirely.