212
C meme (gregtech.eu)

A screenshot from youtube, Virbox

top 18 comments
sorted by: hot top controversial new old
[-] xmunk@sh.itjust.works 54 points 2 months ago

Eh... ship it. RAM is cheap.

[-] palordrolap@kbin.run 32 points 2 months ago

"Uh, Boss, our customers are sending us the invoices for their RAM purchases."

[-] independantiste@sh.itjust.works 48 points 2 months ago

OMG I SHOULD HAVE DONE THAT TO JETBRAINS AND MICROSOFT FOR TEAMS

[-] 30p87@feddit.org 33 points 2 months ago

Also electron. Because somehow a full blown separate FF instance is more ram efficient than electron.

[-] entropicdrift@lemmy.sdf.org 5 points 2 months ago

Well, Electron uses Chrome, so yes

[-] Blue_Morpho@lemmy.world 41 points 2 months ago

That's why I preallocate the max memory I will need just like I was taught to do in Fortran. You can't leak what you don't have.

[-] CanadaPlus@lemmy.sdf.org 14 points 2 months ago

Heap allocation failure > gradual memory leak

Checkmate atheists.

[-] SpaceNoodle@lemmy.world 26 points 2 months ago

This is why I only allocate on the stack

[-] xmunk@sh.itjust.works 19 points 2 months ago

People who are enthusiastic about using pointers in C++ are doing it wrong. Never use a pointer when you can get away with a reference.

[-] KindaABigDyl@programming.dev 23 points 2 months ago

For C++, yes. But "reference" is just a way of using the pointer when it comes to C

[-] SpaceNoodle@lemmy.world 8 points 2 months ago

Sure, but that's technically allocation-agnostic either way.

[-] ryannathans@aussie.zone 13 points 2 months ago

Based nasa compliant engineer

[-] SpaceNoodle@lemmy.world 9 points 2 months ago

This guy gets it

Static allocation for the SIL ratings

[-] magic_lobster_party@kbin.run 12 points 2 months ago

Stack overflow intensifies

[-] 30p87@feddit.org 3 points 2 months ago

I only use the registers.

[-] RacoonVegetable@reddthat.com 19 points 2 months ago

~I’m sorry~

rip random amiga machine

[-] Beanie@programming.dev 2 points 2 months ago

The line causing the memory leaks is actually the lack of a line: free().

this post was submitted on 05 Aug 2024
212 points (92.7% liked)

Programmer Humor

19452 readers
217 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 1 year ago
MODERATORS