this post was submitted on 08 Sep 2025
774 points (96.9% liked)

Programmer Humor

26220 readers
2298 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] RampantParanoia2365@lemmy.world 4 points 15 hours ago (3 children)

Is Git Hub not considered a cloud? Why does it matter where one stores files, what does that have to do with ability? Or is this really about developing the technology, and in turn provoking said fear in people? (I am not a developer)

[–] Ullallulloo@civilloquy.com 2 points 1 hour ago* (last edited 1 hour ago)

GitHub is kind of a cloud service, but it isn't a server host. Cloud development is just more…abstracted than traditional web development. Instead of controlling a computer and choosing how to store files and managing ports and firewalls and making backups and serving requests and redirecting to closer servers and making sure you have enough computing power but not too much computing power and all that stuff, you instead just give Amazon/Microsoft/Google your code and data and pay them to do all that for you.

[–] tempest@lemmy.ca 1 points 2 hours ago

GitHub is code social media not hosting.

[–] SkaveRat@discuss.tchncs.de 9 points 13 hours ago

GitHub is where you store your code, but it's not where it's actually run