457
top 50 comments
sorted by: hot top controversial new old
[-] marcos@lemmy.world 179 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 83 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 38 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 19 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 10 points 1 year ago* (last edited 1 year ago)

Elasticsearch is also more rare then people realize.

load more comments (1 replies)
[-] SleveMcDichael@programming.dev 141 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 29 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 93 points 1 year ago

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

[-] Pencilnoob@lemmy.world 9 points 1 year ago

Yeah but are you using it or are you using the closed source options?

[-] 257m@lemmy.ml 14 points 1 year ago

No, I have never used any of those closed source options. I wanted cloud services I have perfectly good esp32 lying around. And if I get worried about the vendor provided system libraries I can just buy a Raspberry Pi or something.

[-] eclipse@sh.itjust.works 7 points 1 year ago

Who cares? You act annoying just like Foss fan boys.

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

Services aren't source code lol

[-] Pencilnoob@lemmy.world 11 points 1 year ago

But you can't see the code that runs those services, stores your settings, deploys your code, etc. Services are still a liability if they go away and your project depends on it

[-] mrpants@midwest.social 24 points 1 year ago

They're a completely different liability.

load more comments (2 replies)
[-] PowerCrazy@lemmy.ml 40 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.

[-] dingleberry@discuss.tchncs.de 40 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?

[-] 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 16 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 10 points 1 year ago

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

[-] RightHandOfIkaros@lemmy.world 19 points 1 year ago

The one thing you can count on Godot users for is that they act exactly like Arch Linux users.

[-] semperverus@lemmy.world 33 points 1 year ago* (last edited 1 year ago)

I think that's because the software comes from a similar place. You have to fight for your freedom and it takes effort, and the people that put that effort in like to feel good about it by sharing (or showing off). It's like gym-goers who like to show their hard-earned progress.

And then there's the fundamental differences in core philosophy, where a lot of friction between open and closed source projects comes in. It's warranted, but I get why it's annoying.

[-] BaconIsAVeg@lemmy.ml 7 points 1 year ago

The vegans of the software world.

PS, I run Arch.

load more comments (4 replies)
[-] SkyeStarfall 17 points 1 year ago* (last edited 1 year ago)

People are free to continue using proprietary software, but you can't then continue to complain when they inevitably do another shitty thing in the name of profit.

No wonder people are promoting FOSS, what else do you want to happen? I really don't get why people are so hostile to FOSS, it's literally for your own long-term benefit. How many more projects have to enshittify before people get it?

load more comments (3 replies)
[-] 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

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

Except AWS runs on Linux...

[-] themoonisacheese@sh.itjust.works 31 points 1 year ago

So does the unity engine and that doesn't make it any less closed source.

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

That's not what I meant by "runs on Linux." I mean the software that makes AWS servers function, behind the scenes, is Linux. You're allowed to install whatever you want on a server if you rent a server from AWS, but the software that allows you to rent a server from them and lets you set up your own server is.... Linux.

AWS servers run on an operating system that is a CentOS/RHEL flavor of Linux that has been heavily modified by Amazon for their use-case.

[-] JoeCoT@kbin.social 18 points 1 year ago

The vendor lock in from AWS doesn't come from just using EC2 servers. EC2 is just linux servers, like you say. You could run them anywhere. In fact, if you're just running AWS EC2 servers without leveraging their other features, particularly auto-scaling, you're probably just setting money on fire. Everything EC2 offers can be done much cheaper at a different host.

The AWS lock-in comes when you expand to their other services. Route 53 DNS, Relational Database Service, Simple Email Service, etc etc. AWS offers a ton of different services that are quite useful, and they add new ones all the time. And if your company uses a bunch of them, and then realizes they need to leave AWS, doing so is incredibly painful. Which is the point.

[-] pjhenry1216@kbin.social 8 points 1 year ago

If you hard code their services into your product, sure. But you should be abstracting away from that. Then it's just writing new plugins instead of redesigning everything.

load more comments (1 replies)
[-] dingus@lemmy.ml 7 points 1 year ago* (last edited 1 year ago)

Vendor lock-in from a service provider is different from vendor lock-in from using proprietary software.

If you're dumb enough to not host your shit locally and instead rely on Amazon, that's literally your own shortsightedness that led to vendor lock in.

The first mistake anyone made was thinking putting their whole business on some other businesses private property was a good idea. Pro-tip: it's not.

In other words, I already agree with you, but I think vendor lock-in for services is a vaslty different issue than vendor lock-in for proprietary software.

[-] JoeCoT@kbin.social 9 points 1 year ago

My point is that, if someone really leverages the power of AWS, it is entwined into their software stack to such an extent that it is not just a service anymore. It's a platform. It's the glue that keeps everything together. The lines between service and proprietary software blur real quick. It's one of the reasons for the AGPL.

Everything in development involves risk, and products will move real slow if you don't depend on someone for some services. But developers aren't very good at risk management, not being reliant on a single service to butter your bread. It is very quick to bring a minimum value product to market on AWS, but the followup to that MVP needs to be moving to a more sustainable, less risky infrastructure.

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

All right, I agree with that take. However, I would also argue that those are choice you can make when using AWS, and while Amazon surely pushes those solutions through ads and whatnot, it's still a choice that people can make. Yes, after they've made that choice, they're fucked out of luck if they want to switch to a different service, but that's why (in my opinion) "the cloud" was always a lie that was meant to benefit large corporations. It reduced IT overhead for small companies, but it did it, like you point out, at the expense of getting locked into the vendor-environment.

If they can't see that in the future this will cause lock-in.... once again, that's their own shortsightedness and inability to consider the implications of using exclusively AWS servers and services.

[-] Pencilnoob@lemmy.world 15 points 1 year ago

If AWS decides tomorrow to pull a Unity, can you fork it and keep your business running? Or do you need to rebuild an entire deployment infrastructure?

[-] ScreaminOctopus@sh.itjust.works 29 points 1 year ago

If your cloud provider decides to screw you you're gonna have to put physical infrastructure together no matter what license their software is distributed under.

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

Motherfuckers out here think data isn't a physical object and that the cloud is actually a cloud.

No, god damn it, all data is stored in a medium, whether that's a book, a Bluray disc, or a hard drive. It's mediums for storing data. If you destroy the storage medium, the data ceases to exist. Thus, data is a physical object.

[-] gregorum@lemm.ee 7 points 1 year ago* (last edited 1 year ago)

Data is reliant upon a physical storage medium, like helium (or other gas/water/pee) is reliant upon a balloon. Pop it, and it’s lost to the ether.

/Star Trek simile

load more comments (4 replies)
load more comments (4 replies)
[-] dingus@lemmy.ml 14 points 1 year ago* (last edited 1 year ago)

Running your server on someone else's hardware isn't the same thing as using not using open source?

AWS's servers themselves run on an Amazon-modified flavor of Linux. I'm pretty sure this version already is a fork of CentOS or RHEL.

If you choose to use AWS, you can choose a variety of Linux flavors to run.

If you choose to leave AWS and you have to find a new hosting provider or need to procure hardware to host it yourself, that has nothing to do with the provider being open source or not. Them forking their versions of Linux really only affects Amazon internally, they're not giving their internally used version out to everyone for use. They have Amazon's Linux 2 which they do give away to everyone to use, but why would you use it when there's more open versions of Linux available?

Once again, this seems mostly like people confusing using open source software and using hardware that someone else owns. Open source isn't about who owns the hardware, that's a private property issue. That's more akin to setting up your business on Amazon's lawn and then getting frustrated when Amazon isn't mowing their lawn and your business can't be seen from the road. Honestly, that's what you get for setting up shop on someone else's property where they already have their own shop.

load more comments (5 replies)
[-] bufordt@sh.itjust.works 7 points 1 year ago

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

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

Programmer Humor

33428 readers
640 users here now

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

Rules:

founded 5 years ago
MODERATORS