this post was submitted on 28 Oct 2023
1409 points (99.2% liked)

Programmer Humor

31998 readers
947 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 141 points 10 months ago (3 children)

Bottom left looks dumb now, but in 15 years when it is still doing heavy lifting as a legacy application with no external support, they'll be happy it was overbuilt.

[–] [email protected] 116 points 10 months ago* (last edited 10 months ago) (1 children)
[–] [email protected] 29 points 10 months ago* (last edited 10 months ago) (3 children)

Is everyone still using imagemagik under the hood? I’ve been out of the web server game for a while.

[–] [email protected] 12 points 10 months ago (2 children)

The rest of the world is catching up to the fact that containers are superior for modern, agile application deployment so nitpicking libraries is really only a thing when the security teams come knocking.

[–] [email protected] 4 points 10 months ago (2 children)

Containers are the ultimate "works for me" in software development. My experience it makes for more fragile software that depends on its environment being perfect and nothing else will do.

[–] [email protected] 3 points 10 months ago

It sounds like you've confused containers with not containers, friend.

[–] [email protected] 2 points 10 months ago

Well no, containers allow you to know exactly the environment it runs into, no matter what the actual host environment is, you can run your program on windows, Linux, Mac or any other Docker supported system and it will work the same, I don't see how that's fragile.

[–] [email protected] 8 points 10 months ago

imagemagik

Yes, but it's more of the middle wide block of the picture. Under it, there are quite a few tools that have been maintained by some lonesome guys since 90's and some that haven't been updated for years. Sometimes both. Learned about that the hard way, unfortunately.

[–] [email protected] 7 points 10 months ago

Yes 👍 does the job and does it fast

[–] [email protected] 40 points 10 months ago (1 children)

And that legacy application is actually only using one of those engines and it's to do something completely different and the dev who can explain it retired.

[–] [email protected] 24 points 10 months ago

And every time someone removes any of the unused engines, everything falls apart, even things not in any way connected to it.

So we put the engines back, and swear never to speak of it again, at least until we find time to complete a Perl tutorial.

[–] [email protected] 2 points 10 months ago

API the legacy uses has been capped. :-/