this post was submitted on 21 Mar 2025
1510 points (98.3% liked)

Programmer Humor

22222 readers
1613 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
[–] [email protected] 139 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

Cheaper & faster development by leveraging large libraries/frameworks, but inability to automatically drop most unused parts of those libraries/frameworks. You could in theory shrink Electron way down by yoinking out tons of browser features you're not using, but there's not much incentive to do it and it'd potentially require a lot of engineering work.

[–] [email protected] 55 points 2 weeks ago (2 children)

Yeah, though the joke is funny, this is the real answer.

Storage is cheap compared to creating custom libraries.

[–] [email protected] 9 points 1 week ago

Also the storage is the cost for the user, and google in the case of play store. So the developers have no incentive to reduce the size.

[–] [email protected] 4 points 1 week ago (1 children)

Storage is cheap on a PC, it's not cheap on mobile where it's fixed and used as a model differentiator. They overcharge you so much. Oh, and they removed SD card slots from nearly all phones.

[–] [email protected] 2 points 1 week ago

Nah it's fine. Clean up used apps every once in a while. Base phones have more than enough space.

[–] [email protected] 29 points 2 weeks ago (1 children)

64kb should be enough for anyone

[–] [email protected] 4 points 2 weeks ago (1 children)

is that the size of doom or something lol

[–] [email protected] 20 points 2 weeks ago

Its a reference to an old he said she said quote attributed to bill gates from the 1990's

“640K ought to be enough for anyone” — Bill Gate

https://quoteinvestigator.com/2011/09/08/640k-enough/

[–] [email protected] 14 points 2 weeks ago (1 children)

Yep. Apps are 20x bigger with no new features...that you are using.

Let's not forget that the graphics for applications has scaled with display resolution, and people generally demand a smooth modern look for their apps.

[–] [email protected] 1 points 1 week ago

In the case of normal apps like PayPal graphics shouldn't be a huge factor since it should be vectorized and there is pretty much no graphics in apps like PayPal.

The issue comes from frameworks.