this post was submitted on 06 Jan 2024
585 points (98.2% liked)

Programmer Humor

32061 readers
1027 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

The lost meme in question was like this: A post on r/notinteresting saying "I don't know anything about programming, ask me anything." A comment asked "How to kill the child process?" Then replied to himself: Who reported me ๐Ÿ’€

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 22 points 8 months ago

Here is an excerpt of the table of contents for the book "Linux Application Development":

  • Process Primitives
    • Having Children
    • Watching Your Children Die
    • Running New Programs
    • A Bit of History: vfork()
    • Killing Yourself
    • Killing Others
    • Dumping Core
  • Simple Children
    • Running and Waiting with system()
    • Reading or Writing from a Process

It's actually quite a good book.