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

Programmer Humor

21988 readers
1450 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
 
top 50 comments
sorted by: hot top controversial new old
[–] cylon@programming.dev 30 points 6 days ago

Memory is cheap and data sells enough to many parties. Most apps are just store front for Ads and data collection.

No wonder why open source apps are quite light.

[–] buddascrayon@lemmy.world 22 points 6 days ago

Oh, they have new functionality. It's all in the back end, detailing everything you do and sending it to the parent company so they can monetize your life.

[–] SkunkWorkz@lemmy.world 14 points 6 days ago

Remember that day when GDPR dropped and website suddenly started loading much faster.

[–] ICastFist@programming.dev 7 points 6 days ago (1 children)

"Program is slow? Just get better hardware, brah!!! It's cheap, bruh!!!"

Fuck you and anyone that thinks like that

[–] CombatWombat1212@lemmy.ml 2 points 5 days ago

It's truely a sad norm

[–] gnufuu@infosec.pub 7 points 6 days ago

Duh, it's because more and more code is ran remotely. Wait...

[–] courval@lemmy.world 11 points 6 days ago

Performance/optimisation wise is an environmental catastrophe..

[–] missandry351 6 points 6 days ago

Did my husband made this meme? Because he is constantly saying this 😂😂😂😂

[–] the_wiz@feddit.org 5 points 6 days ago

Is this the appropriate point to reference the suckless community? I mean, that's THE point of the movement...

[–] x4740N@lemm.ee 1 points 6 days ago (1 children)

Lazy devs not removing old non functional commented code and background code additions ?

Though I do get it if they don't want to remove the old code if their employer is an asshole

[–] SketchySeaBeast@lemmy.ca 4 points 6 days ago

That's not why. It's the dependency trees that run a dozen layers deep and end up importing "isEven". If you're building a react app odds are good you'll import way more code than you ever write yourself.

And no one should be leaving commented-out code in their app, that's what source control is for.

[–] Aux@feddit.uk -2 points 6 days ago (1 children)

Most resources are not consumed by wonky code or dependencies. Most resources are consumed by images and sounds.

[–] elfin8er@lemmy.world 1 points 6 days ago (2 children)

Surely it depends on the specific software.

I imagine the ability for an app to watch me take a shit consumes about the same resources regardless of platform.

[–] Aux@feddit.uk 0 points 6 days ago

Every decent piece of software has crap loads of resources: icons, texts, translations, manuals, sounds, fonts, etc. Even hello world app contains at least one resource - "hello world" string and what's funny is that executable meta data required by operating systems and the string take more space than the actual code to print this string.

[–] Stovetop@lemmy.world 339 points 1 week ago (4 children)

It's just that we have to make space for our 5,358 partners and the telemetry data they need.

load more comments (4 replies)
[–] daniskarma@lemmy.dbzer0.com 227 points 1 week ago (11 children)
[–] jmcs@discuss.tchncs.de 163 points 1 week ago (2 children)

And analytics. And offloading as much computation to the client, because servers are expensive and inefficiency is not an issue if your users are the ones paying for it.

load more comments (2 replies)
load more comments (10 replies)
[–] enemenemu@lemm.ee 168 points 1 week ago (7 children)

Paypal has 500 mb and just shows a number and you can press a button to send a number to their server.

It's insane

load more comments (7 replies)
load more comments
view more: next ›