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

Programmer Humor

22219 readers
931 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] 140 points 2 weeks ago* (last edited 2 weeks ago) (9 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 2 weeks 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 2 weeks 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 2 weeks ago

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

load more comments (6 replies)