286
top 50 comments
sorted by: hot top controversial new old
[-] marcos@lemmy.world 175 points 1 year ago

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

[-] dingus@lemmy.ml 81 points 1 year ago

AWS and Azure are services

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

[-] backhdlp@lemmy.blahaj.zone 35 points 1 year ago

Amazon Web Services

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

[-] dingus@lemmy.ml 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.

[-] cooljacob204@kbin.social 7 points 1 year ago* (last edited 1 year ago)

Elasticsearch is also more rare then people realize.

[-] thesmokingman@programming.dev 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.

[-] SleveMcDichael@programming.dev 139 points 1 year ago

Am I missing something or do two cloud computing services, two database systems, and a search engine have nothing to do with a game engine? Cuz this looks like a false equivalency whataboutism two-for-one combo to me.

[-] Vince@feddit.de 28 points 1 year ago

It's a random list for sure, but vendor lock-in can also be a problem for companies hosting their stuff in the cloud in a similar manner to what's happening with unity.

[-] SleveMcDichael@programming.dev 16 points 1 year ago

I suppose that's true, but then the question becomes: how many people proselytizing Godot/OSS use these services personally vs in a corporate environment where they may not have a choice? Because I'm not sure the supposed hypocrisy the meme is "joking" about actually exists.

[-] ArmokGoB@lemmy.dbzer0.com 14 points 1 year ago

Fallacious arguments? In the comments of my content aggregation website? I don't believe it for a second.

load more comments (1 replies)
[-] Jaysyn@kbin.social 85 points 1 year ago

This meme is stupid. FOSS versions of all that crap also exist.

[-] bane_killgrind@kbin.social 4 points 1 year ago

Out of that list, I like MongoDB. I just did bits in SQL before I started using it for the little python tools I've made for stuff.

load more comments (3 replies)
[-] mojo@lemm.ee 41 points 1 year ago

Services aren't source code lol

load more comments (4 replies)
[-] dingleberry@discuss.tchncs.de 38 points 1 year ago

OP...buddy...you okay? Did you hit your head or something?

[-] JackRiddle@sh.itjust.works 36 points 1 year ago

Yes? What does that have to do with unity or godot?

[-] PowerCrazy@lemmy.ml 32 points 1 year ago

Oh no the internet runs on computers that use "Closed Source Software" to manage the packets that flow through them! This means that if I have a website that is open source, I'm actually a hypocrite? Actually I'm not sure what the point of this comic is.

[-] AttackPanda@programming.dev 29 points 1 year ago

Did Mongodb change something? I’ve been using the community edition for a good long time.

[-] thesmokingman@programming.dev 39 points 1 year ago* (last edited 1 year ago)

Their license, the SSPL, is actually pretty fucking far from open. That being said for anyone not a platform provider it’s basically open source so you can consider it as such. You just have to deal with SSPL callouts when you do compliance reviews.

Edit: the meme says “closed source” which is patently false for Mongo

[-] snowfalldreamland@lemmy.ml 13 points 1 year ago* (last edited 1 year ago)

Edit: the meme says “closed source” which is patently false for Mongo

~~No, MongoDB is closed source, proprietary software. You might be confusing open source with source available.~~

Edit: Actually I am wrong sorry. Closed source is not the opposite of open source. I didn't read your comment exactly enough. MongoDB is not open source, it's not free software, it is source available and thus not closed source. The things below are still true but don't contradict what you said.

The SSPL is not a free software license and it is not an open source license. The OSI said so:

https://blog.opensource.org/the-sspl-is-not-an-open-source-license/

load more comments (2 replies)
[-] cadekat@pawb.social 11 points 1 year ago

It used to be AGPL, now it's SSPL.

[-] calzone_gigante@lemmy.eco.br 19 points 1 year ago

That's why you don't make your systems dependent on any of those tools. If Mongo goes crazy, you add an implementation to another document database, test to see if performance is good enough, and start to migrate to another database.

There's no problem in using proprietary shit. The problem is marrying stuff you can't rely on, building your house on land you don't own.

That's also one of the reasons why it isn't good to use very unique features from any service, because once you start relying on it, you get locked, AWS may have a billion services, i would normally only use those that other providers also have.

[-] bitsplease@lemmy.ml 9 points 1 year ago

Yup, wrappers for everything you didn't build yourself. That way when you inevitably have to switch vendors, you can simply write a new wrapper using the same interface, minimal changes necessary

[-] bufordt@sh.itjust.works 8 points 1 year ago

Opensearch exists and is a fork of the last open source version of elasticsearch.

[-] cyclohexane@lemmy.ml 5 points 1 year ago

If AWS was open source, you wouldn't be protected from a similar incident. You're primarily using them for servers and infrastructure.

load more comments
view more: next ›
this post was submitted on 15 Sep 2023
286 points (73.1% liked)

Programmer Humor

32048 readers
1651 users here now

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

Rules:

founded 5 years ago
MODERATORS