this post was submitted on 30 Oct 2023
1009 points (96.2% liked)

Programmer Humor

32070 readers
605 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
[–] locuester@lemmy.zip 4 points 10 months ago (2 children)

Isn’t all hosting containerized at this point? Is hosted, language specific servers still a thing?

I’ve been out of the market for a while now and just run everything as containers on aws and gcp

[–] Anticorp@lemmy.ml 14 points 10 months ago

Isn’t all hosting containerized at this point?

No. Not even close.

[–] thisfro@slrpnk.net 1 points 10 months ago (1 children)

Many older projects don't get migrated to containerized infrastructure and smaller businesses don't want the overhead it creates to run a single app/webpage. Plain LAMP with FTP access is still the most common way to host I think (and thus the cheapest if you consider the amount of work that would need to be invested to containerize).

[–] locuester@lemmy.zip 1 points 10 months ago (1 children)

Interesting. I never really realized how it was more my path changing than the entire industry.

[–] thisfro@slrpnk.net 2 points 10 months ago

The industry is surely changing, but "the industry" is mostly geared towards enterprise, because it's where the money is. But the large amount of webpages are not enterprise pages but personal blogs, small businesses etc.