this post was submitted on 15 Sep 2023
285 points (73.0% liked)

Programmer Humor

32070 readers
611 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] 175 points 1 year ago (3 children)

AWS and Azure are services, not libraries; Elasticsearch is mostly open source; and DynamoDB, well, how many people use it again?

[–] [email protected] 81 points 1 year ago (1 children)

AWS and Azure are services

A lot of people seem really confused by this, based on the number of downvotes.

[–] [email protected] 35 points 1 year ago (1 children)

Amazon Web Services

I don't think people know what AWS means, it's literally in the name.

[–] [email protected] 13 points 1 year ago* (last edited 1 year ago)

They also keep thinking I'm talking about the services they provide, and not, you know the actual fucking servers those services run on. Surprise, the servers themselves also need an operating system and the "server" you create is a Virtual Machine that lives on their actual, physical server and its OS.

Every day I learn more about how people don't actually understand how the internet works.

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago)

Elasticsearch is also more rare then people realize.

[–] [email protected] 4 points 1 year ago

AWS is closed source in some areas because they have not released the software they use to manage their platform. In other areas they have released the source code. It’s actually a pain in the ass that tools like LocalStack have evolved to fix.