this post was submitted on 30 Aug 2026
820 points (98.3% liked)

Programmer Humor

33068 readers
284 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 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Equinox1289@sh.itjust.works 22 points 2 days ago (2 children)

Or the process terminology: "How to kill parent?" "How to spawn child?" "How to terminate zombie child?" Kinda forked if you ask me.

[–] Carrot@lemmy.today 16 points 2 days ago (1 children)

My worst search was "How to kill orphaned child" I didn't even think about how it sounded until I saw it typed out in the search box lol

I think the go-to option is an elaborate death trap that will prove to be easily escapable in the next episode.

[–] libewa@feddit.org 4 points 2 days ago

If the parent was waiting on the child, it is notified of the exit status and the child dies immediately. ~ man exit(3)