this post was submitted on 30 Aug 2026
845 points (98.4% liked)

Programmer Humor

33055 readers
433 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 23 points 2 days ago (3 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 17 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 5 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)

[–] Aids@lemmy.ml 3 points 2 days ago

I c wut u did there