The opposite of shopaholic: shopcell
The opposite of shopaholic: shopcell
I’ve been complaining about banks for YEARS now! I can understand in the 60s why your bank account wasn’t up to the minute accurate.
I have a debit card. I have money in the bank. Why is a $3.19 slim jim transaction pending for a week??? I tap my chip, I type my pin, transaction goes through…my bank should instantly deduct those funds, and there should never be a “pending” status. It’s all digital! What the god damn fuck?
In terms of technology, the 90s is archaic at this point. Imagine if your bank transactions had to go through a Dell running Windows 98 with a single piece of RAM measured in kb.
I’m pretty sure some parts of the US power grid are running on DOS and some of the medical system hasn’t seen a security update since Windows 2000’s end of life updates.
some parts of the US power grid are running on DOS
What’s the problem with that, though? Systems like that are pretty much guaranteed to be isolated from the internet.
There’s no need to rewrite code just because it’s old. Code doesn’t expire. If it’s still doing what it’s supposed to be doing, it’s really not as bad as people make it out to be. Windows 11 still has code from NT 3.51 in it, because that code still does its job.
Code doesn’t expire. But the programmers do (they die/retire).
If you want someone to maintain that code, old code only gets more expensive. Sure, if it ain’t broke you don’t need to maintain it to fix it, but you need to maintain it to upgrade it. When you eventually need to make an upgrade, it’s going to be expensive. I don’t know if it’s more expensive than making the code not-old though.
Code doesn’t expire. But the programmers do (they die/retire).
The old programmers should document their work and do a proper handoff to a new maintainer. At my work place, other people have to maintain my code, so I write wikis about how it works and do internal tech talks to explain things.